*, ::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.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: sans-serif;
  /* 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

header {
  position: sticky;
  top: 0px;
  z-index: 2;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 13px;
  padding-bottom: 13px;
}

header .container {
  max-width: 1844px;
}

header .header-inner {
  display: flex;
}

@media (min-width: 768px) {
  header .header-inner {
    flex-wrap: nowrap;
    align-items: center;
  }
}

header .header-menu-view {
  position: fixed;
  top: 58px;
  left: -100%;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(4 26 57 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  header .header-menu-view {
    top: 66px;
  }
}

@media (min-width: 1280px) {
  header .header-menu-view {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
    margin-left: 1.5rem;
    height: auto;
    width: auto;
    background-color: transparent;
  }
}

.menu-open .header-menu-view {
  left: 0px;
}

@media (min-width: 1280px) {
  header .header-inner .header-menu {
    display: flex;
    align-items: center;
  }
}

.header-menu > li {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 71 71 / var(--tw-border-opacity, 1));
  line-height: normal;
}

@media (min-width: 768px) {
  .header-menu > li {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .header-menu > li {
    margin-left: 39px;
  }
}

@media (min-width: 1280px) {
  .header-menu > li {
    border-bottom-width: 0px;
  }

  .header-menu li.submenu {
    padding-right: 15px;
  }
}

.header-menu li.submenu.active-submenu .downArrow {
  --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));
}

.header-menu li.submenu > a {
  padding-right: 2rem;
}

@media (min-width: 1280px) {
  .header-menu li.submenu > a {
    padding-right: 0px;
  }
}

.header-menu .submenu-level {
  display: none;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1280px) {
  .header-menu .submenu-level {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 300%;
    display: block;
    width: 100%;
    min-width: 150px;
    --tw-bg-opacity: 1;
    background-color: rgb(4 26 57 / var(--tw-bg-opacity, 1));
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
    --tw-shadow: 0px 6px 10px rgba(4, 26, 57, 0.4);
    --tw-shadow-colored: 0px 6px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.header-menu .submenu-level {
  transition: 0.5s all;
}

@media (min-width: 1280px) {
  .header-menu .submenu-level::before {
    position: absolute;
    left: 15px;
    top: -0.625rem;
    border-top-width: 0px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 26 57 / var(--tw-border-opacity, 1));
    border-left-color: transparent;
    --tw-content: '';
    content: var(--tw-content);
  }

  .header-menu .submenu-level::after {
    position: absolute;
    left: 0px;
    top: -50%;
    height: 60%;
    width: 60%;
    --tw-content: '';
    content: var(--tw-content);
  }

  .header-menu li.submenu:hover .submenu-level {
    pointer-events: auto;
    visibility: visible;
    top: 205%;
    opacity: 1;
  }
}

.header-menu .submenu-level > li {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

@media (min-width: 1280px) {
  .header-menu .submenu-level > li {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.header-menu .submenu-level > li:first-child {
  margin-top: 0px;
}

.header-menu .submenu-level li a {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 15px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  .header-menu .submenu-level li a {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(96 96 96 / var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
  }

  .header-menu .submenu-level li a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.header-menu .submenu-level li:last-child a {
  border-bottom-width: 0px;
}

.header-menu li.submenu .downArrow {
  position: absolute;
  top: 0.625rem;
  right: 11px;
  display: inline-block;
  height: 22px;
  width: 22px;
  font-style: normal;
}

@media (min-width: 1280px) {
  .header-menu li.submenu .downArrow {
    right: 1px;
    top: 0.25rem;
    height: 100%;
    width: 11px;
  }
}

.header-menu li.submenu .downArrow::after {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  font-family: fontAwesome;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  --tw-content: '\f107';
  content: var(--tw-content);
}

@media (min-width: 1280px) {
  .header-menu li.submenu .downArrow::after {
    text-align: left;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.header-menu li  a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-menu > li > a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 16px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .header-menu > li > a {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .header-menu li.submenu:hover > a,
    .header-menu li.submenu:hover .downArrow::after {
    --tw-text-opacity: 1;
    color: rgb(0 71 255 / var(--tw-text-opacity, 1));
  }
}

.header-menu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .header-menu > li > a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 71 255 / var(--tw-text-opacity, 1));
  }
}

.hdr-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.hdr-right .header-login {
  font-size: 18px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hdr-right .header-login:hover {
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity, 1));
}

.hdr-right .schedule-demo-btn {
  margin-left: 29px;
  display: none;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-radius: 9px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 71 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .hdr-right .schedule-demo-btn {
    display: flex;
  }
}

.hdr-right .schedule-demo-btn i {
  margin-top: -1px;
}

.hdr-right .schedule-demo-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 71 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hdr-right .free-trial-btn {
  margin-left: 0.875rem;
  display: none;
  border-radius: 9px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 71 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .hdr-right .free-trial-btn {
    display: inline-block;
  }
}

.hdr-right .free-trial-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.toggleMenu {
  position: relative;
  margin-left: 1.5rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1280px) {
  .toggleMenu {
    display: none;
  }
}

.toggleMenu .bar {
  position: relative;
  left: 0px;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.menu-open {
  overflow-y: hidden;
}

.menu-open .toggleMenu .mbar {
  opacity: 0;
}

.menu-open .toggleMenu .tbar {
  top: 7px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-open .toggleMenu .bbar {
  top: -9px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media only screen and (max-width: 1586px) {
  header .header-inner .hdr-logo img {
    max-width: 80%;
  }

  header .header-menu-view {
    margin-left: 0px;
  }

  .header-menu > li {
    margin-left: 1.25rem;
  }

  .hdr-right .schedule-demo-btn {
    margin-left: 19px;
  }
}

@media only screen and (max-width: 1499px) {
  header .header-inner .hdr-logo img {
    max-width: 70%;
  }

  .header-menu > li:first-child {
    margin-left: 0px;
  }

  .header-menu > li {
    margin-left: 1rem;
  }

  .header-menu > li > a,
        .hdr-right .header-login {
    font-size: 17px;
  }

  .hdr-right .free-trial-btn {
    margin-left: 0.625rem;
  }

  .hdr-right .schedule-demo-btn,
        .hdr-right .free-trial-btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 17px;
  }
}

@media only screen and (max-width: 1365px) {
  header .header-inner .hdr-logo img {
    max-width: 100%;
  }

  .header-menu > li {
    margin-left: 1rem;
  }

  .header-menu > li > a,
        .hdr-right .header-login {
    font-size: 16px;
  }

  .hdr-right .schedule-demo-btn {
    margin-left: 0.625rem;
  }

  .hdr-right .schedule-demo-btn,
        .hdr-right .free-trial-btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1279px) {
  .header-menu > li {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  header .header-inner .header-menu {
    margin-left: 0px;
  }

  .header-menu > li {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  header .header-menu-view {
    height: calc(100% - 30px);
    overflow-y: auto;
    transition: 0.5s all;
  }

  .header-menu li.submenu .downArrow {
    transition: 0.5s all;
  }

  .header-menu .submenu-level {
    transition: none;
  }
}

footer {
  position: relative;
  overflow-x: hidden;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  footer {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  footer {
    padding-top: 102px;
  }
}

@media (min-width: 1280px) {
  footer {
    padding-top: 126px;
  }
}

@media (min-width: 1536px) {
  footer {
    padding-top: 148px;
  }
}

footer .ftr-shape {
  position: absolute;
  top: -2.75rem;
  left: -10%;
  right: -10%;
  width: 120%;
  overflow: hidden;
}

@media (min-width: 768px) {
  footer .ftr-shape {
    left: 0px;
    top: -30px;
  }
}

@media (min-width: 1024px) {
  footer .ftr-shape {
    top: 0px;
    height: 102px;
  }
}

@media (min-width: 1280px) {
  footer .ftr-shape {
    height: 124px;
  }
}

@media (min-width: 1536px) {
  footer .ftr-shape {
    height: 148px;
    width: 100%;
  }
}

footer .ftr-shape svg {
  width: 100%;
}

footer .ftr-shape::after {
  position: absolute;
  left: 0px;
  top: -0.125rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

footer .round-corner {
  position: absolute;
  top: 0.375rem;
  left: 2.5rem;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 768px) {
  footer .round-corner {
    top: 1rem;
    left: 5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media (min-width: 1024px) {
  footer .round-corner {
    top: 1.5rem;
    left: 188px;
    height: 3rem;
    width: 3rem;
  }
}

@media (min-width: 1280px) {
  footer .round-corner {
    top: 1.75rem;
    height: 4rem;
    width: 4rem;
  }
}

@media (min-width: 1536px) {
  footer .round-corner {
    top: 50px;
    height: 79px;
    width: 79px;
  }
}

.free-trial {
  position: relative;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .free-trial {
    border-radius: 1.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .free-trial {
    border-radius: 40px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 54px;
  }
}

@media (min-width: 1536px) {
  .free-trial {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 72px;
    padding-bottom: 58px;
  }
}

.free-trial .half-round {
  position: absolute;
  right: 2.5rem;
  top: -1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .free-trial .half-round {
    top: -1.75rem;
    right: 74px;
    height: 3rem;
    width: 3rem;
  }
}

@media (min-width: 1024px) {
  .free-trial .half-round {
    top: -2rem;
    height: 2.5rem;
    width: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .free-trial .half-round {
    top: -2.5rem;
    height: 3rem;
    width: 4rem;
  }
}

@media (min-width: 1536px) {
  .free-trial .half-round {
    top: -50px;
    height: 58px;
    width: 74px;
  }
}

.free-trial .round-traingle {
  position: absolute;
  bottom: 1.75rem;
  left: -1rem;
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 768px) {
  .free-trial .round-traingle {
    left: -1rem;
    bottom: 2.5rem;
    height: 2.75rem;
    width: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .free-trial .round-traingle {
    height: 54px;
    width: 59px;
  }
}

@media (min-width: 1280px) {
  .free-trial .round-traingle {
    bottom: 124px;
    left: -2.75rem;
    height: 63px;
    width: 69px;
  }
}

@media (min-width: 1536px) {
  .free-trial .round-traingle {
    left: -3.5rem;
    height: 83px;
    width: 89px;
  }
}

.free-trial .sm-round-corner {
  position: absolute;
  right: 2.5rem;
  bottom: -1rem;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 768px) {
  .free-trial .sm-round-corner {
    bottom: -1rem;
    right: 74px;
    height: 2rem;
    width: 2rem;
  }
}

@media (min-width: 1024px) {
  .free-trial .sm-round-corner {
    bottom: -1.25rem;
    height: 2.25rem;
    width: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .free-trial .sm-round-corner {
    bottom: -39px;
    height: 60px;
    width: 60px;
  }
}

@media (min-width: 1536px) {
  .free-trial .sm-round-corner {
    height: 77px;
    width: 77px;
  }
}

.free-trial strong {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025rem;
}

@media (min-width: 768px) {
  .free-trial strong {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (min-width: 1024px) {
  .free-trial strong {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .free-trial strong {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (min-width: 1536px) {
  .free-trial strong {
    font-size: 50px;
    line-height: 60px;
  }
}

.free-trial strong br {
  display: none;
}

@media (min-width: 768px) {
  .free-trial strong br {
    display: inline-block;
  }
}

.free-trial strong span {
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity, 1));
}

.free-trial-btns {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
}

@media (min-width: 768px) {
  .free-trial-btns {
    margin-top: 1.25rem;
    flex-direction: row;
    align-items: flex-start;
    -moz-column-gap: 19px;
         column-gap: 19px;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .free-trial-btns {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .free-trial-btns {
    margin-top: 2rem;
  }
}

@media (min-width: 1536px) {
  .free-trial-btns {
    margin-top: 2.5rem;
  }
}

.free-trial-btns .free-trial-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.019rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .free-trial-btns .free-trial-btn {
    min-width: 180px;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .free-trial-btns .free-trial-btn {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .free-trial-btns .free-trial-btn {
    min-width: 250px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  .free-trial-btns .free-trial-btn {
    min-width: 301px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 24px;
  }
}

.free-trial-btns .free-trial-btn i {
  display: inline-block;
}

.free-trial-btns .free-trial-btn i svg {
  width: 0.625rem;
}

@media (min-width: 768px) {
  .free-trial-btns .free-trial-btn i svg {
    width: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .free-trial-btns .free-trial-btn i svg {
    width: 1rem;
  }
}

.free-trial-btns .free-trial-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.free-trial-btns .schedule-demo-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  border-radius: 14px;
  --tw-border-opacity: 1;
  border-color: rgb(0 76 43 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 43 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.019rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .free-trial-btns .schedule-demo-btn {
    min-width: 250px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .free-trial-btns .schedule-demo-btn {
    min-width: 300px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  .free-trial-btns .schedule-demo-btn {
    min-width: 341px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 24px;
  }
}

.free-trial-btns .schedule-demo-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.free-trial-btns .schedule-demo-btn i svg {
  width: 0.75rem;
}

@media (min-width: 768px) {
  .free-trial-btns .schedule-demo-btn i svg {
    width: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .free-trial-btns .schedule-demo-btn i svg {
    width: 1.5rem;
  }
}

.security-guarnteed {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 76 43 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .security-guarnteed {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .security-guarnteed {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .security-guarnteed {
    margin-top: 2rem;
  }
}

@media (min-width: 1536px) {
  .security-guarnteed {
    margin-top: 2.25rem;
  }
}

.ftr-top {
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .ftr-top {
    margin-top: -0.125rem;
  }
}

@media (min-width: 1536px) {
  .ftr-top {
    margin-top: 0px;
  }
}

.ftr-middle {
  margin-top: -1px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .ftr-middle {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .ftr-middle {
    padding-top: 4rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .ftr-middle {
    margin-top: 0px;
    padding-top: 88px;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px) {
  .ftr-middle {
    padding-top: 102px;
    padding-bottom: 63px;
  }
}

.ftr-mid-row {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .ftr-mid-row {
    flex-wrap: nowrap;
    row-gap: 0px;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.ftr-mid-row .ftr-col {
  width: 47%;
}

@media (min-width: 768px) {
  .ftr-mid-row .ftr-col {
    width: 20%;
  }
}

.ftr-mid-row .ftr-col.ftr-logo-col {
  width: 100%;
}

@media (min-width: 768px) {
  .ftr-mid-row .ftr-col.ftr-logo-col {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .ftr-mid-row .ftr-col.ftr-logo-col {
    width: 27%;
  }
}

.ftr-mid-row .ftr-col.ftr-product-col {
  width: 47%;
}

@media (min-width: 768px) {
  .ftr-mid-row .ftr-col.ftr-product-col {
    width: 22%;
  }
}

.ftr-mid-row .ftr-col.ftr-features-col {
  width: 47%;
}

@media (min-width: 768px) {
  .ftr-mid-row .ftr-col.ftr-features-col {
    width: 26%;
  }
}

.ftr-mid-row .ftr-col h4 {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ftr-mid-row .ftr-col ul {
  margin-top: 0.5rem;
}

.ftr-mid-row .ftr-col ul li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.ftr-mid-row .ftr-col ul li a {
  font-size: 15px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ftr-mid-row .ftr-col ul li a:hover {
  margin-left: 0.375rem;
}

.ftr-mid-row .ftr-col .ftr-terms-menu {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .ftr-mid-row .ftr-col .ftr-terms-menu {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .ftr-mid-row .ftr-col .ftr-terms-menu {
    margin-top: 26px;
  }
}

.ftr-mid-row .ftr-col.ftr-social-col {
  margin-left: 0px;
  width: 47%;
}

@media (min-width: 768px) {
  .ftr-mid-row .ftr-col.ftr-social-col {
    margin-left: auto;
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .ftr-mid-row .ftr-col.ftr-social-col {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ftr-socials {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.ftr-socials a {
  display: flex;
  height: 34px;
  width: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(136 159 221 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.2;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .ftr-socials a {
    height: 38px;
    width: 38px;
  }
}

.ftr-socials a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ftr-bottom {
  border-top-width: 1px;
  border-color: rgb(62 62 119 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .ftr-bottom {
    padding-bottom: 1.75rem;
    padding-top: 26px;
  }
}

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

@media (min-width: 1280px) {
  .ftr-bottom {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1536px) {
  .ftr-bottom {
    padding-bottom: 3rem;
  }
}

.ftr-bottom p {
  font-size: 14px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

main {
  overflow: hidden;
}

.container {
  max-width: 1218px;
}

.play-btn {
  position: relative;
  z-index: 0;
  display: flex;
  height: 82px;
  width: 82px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 61 236 / var(--tw-text-opacity, 1));
}

.play-btn::after {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  margin: auto;
}

@keyframes pulseBorder {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.play-btn::after {
  animation: pulseBorder 1.5s ease-out infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.play-btn:hover::after {
  animation: none;
}

.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 232 / var(--tw-bg-opacity, 1));
}

.bg-light-skyblue {
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
}

.bg-light-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 255 / var(--tw-bg-opacity, 1));
}

.schedule-demo-btn,
    .free-trial-btn,
    .cmn-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-radius: 9px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 71 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .schedule-demo-btn,
    .free-trial-btn,
    .cmn-btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-btn,
    .free-trial-btn,
    .cmn-btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-btn,
    .free-trial-btn,
    .cmn-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .schedule-demo-btn,
    .free-trial-btn,
    .cmn-btn {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.schedule-demo-btn:hover,
    .free-trial-btn:hover,
    .cmn-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.pointer-events-none {
  pointer-events: none;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!top-\[52px\] {
  top: 52px !important;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

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

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

.-bottom-5 {
  bottom: -1.25rem;
}

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

.-bottom-\[20px\] {
  bottom: -20px;
}

.-left-4 {
  left: -1rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-\[30px\] {
  left: -30px;
}

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

.-right-\[21px\] {
  right: -21px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-11 {
  top: -2.75rem;
}

.-top-14 {
  top: -3.5rem;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-\[-102px\] {
  bottom: -102px;
}

.bottom-\[-138px\] {
  bottom: -138px;
}

.bottom-\[-148px\] {
  bottom: -148px;
}

.bottom-\[-169px\] {
  bottom: -169px;
}

.bottom-\[-170px\] {
  bottom: -170px;
}

.bottom-\[-213px\] {
  bottom: -213px;
}

.bottom-\[-214px\] {
  bottom: -214px;
}

.bottom-\[-23px\] {
  bottom: -23px;
}

.bottom-\[-52px\] {
  bottom: -52px;
}

.bottom-\[-5px\] {
  bottom: -5px;
}

.bottom-\[-72px\] {
  bottom: -72px;
}

.bottom-\[-81px\] {
  bottom: -81px;
}

.bottom-\[-82px\] {
  bottom: -82px;
}

.bottom-\[-84px\] {
  bottom: -84px;
}

.bottom-\[5px\] {
  bottom: 5px;
}

.bottom-auto {
  bottom: auto;
}

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 2.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

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

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

.left-\[-130px\] {
  left: -130px;
}

.left-\[-140px\] {
  left: -140px;
}

.left-\[-160px\] {
  left: -160px;
}

.left-\[-180px\] {
  left: -180px;
}

.left-\[-270px\] {
  left: -270px;
}

.left-\[-35px\] {
  left: -35px;
}

.left-\[-5px\] {
  left: -5px;
}

.left-\[38px\] {
  left: 38px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[-10\%\] {
  right: -10%;
}

.right-\[-139px\] {
  right: -139px;
}

.right-\[-169px\] {
  right: -169px;
}

.right-\[-5px\] {
  right: -5px;
}

.right-\[-92px\] {
  right: -92px;
}

.right-\[11px\] {
  right: 11px;
}

.right-\[31px\] {
  right: 31px;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

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

.top-1\/4 {
  top: 25%;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-8 {
  top: 2rem;
}

.top-\[-121px\] {
  top: -121px;
}

.top-\[-123px\] {
  top: -123px;
}

.top-\[-143px\] {
  top: -143px;
}

.top-\[-25px\] {
  top: -25px;
}

.top-\[-32px\] {
  top: -32px;
}

.top-\[-65px\] {
  top: -65px;
}

.top-\[-71px\] {
  top: -71px;
}

.top-\[-72px\] {
  top: -72px;
}

.top-\[-73px\] {
  top: -73px;
}

.top-\[-78px\] {
  top: -78px;
}

.top-\[-9px\] {
  top: -9px;
}

.top-\[13px\] {
  top: 13px;
}

.top-\[28px\] {
  top: 28px;
}

.top-\[58px\] {
  top: 58px;
}

.top-\[7px\] {
  top: 7px;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.top-px {
  top: 1px;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-\[13px\] {
  margin-top: 13px;
  margin-bottom: 13px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.-mt-px {
  margin-top: -1px;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

.mb-pixel-25 {
  margin-bottom: 25px;
}

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

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

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

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[19px\] {
  margin-left: 19px;
}

.ml-\[29px\] {
  margin-left: 29px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

.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-9 {
  margin-top: 2.25rem;
}

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

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

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

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

.mt-px {
  margin-top: 1px;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-3\/4 {
  height: 75%;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

.\!max-w-\[100\%\] {
  max-width: 100% !important;
}

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

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-20 {
  max-width: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.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-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-mt-\[120px\] {
  scroll-margin-top: 120px;
}

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[19px\] {
  -moz-column-gap: 19px;
       column-gap: 19px;
}

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-x-\[7px\] {
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.gap-x-\[9px\] {
  -moz-column-gap: 9px;
       column-gap: 9px;
}

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

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

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

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

.border-t {
  border-top-width: 1px;
}

.border-\[\#2121df\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 223 / var(--tw-border-opacity, 1));
}

.border-\[\#3e3e77\] {
  --tw-border-opacity: 1;
  border-color: rgb(62 62 119 / var(--tw-border-opacity, 1));
}

.border-\[\#474747\] {
  --tw-border-opacity: 1;
  border-color: rgb(71 71 71 / var(--tw-border-opacity, 1));
}

.border-\[\#889fdd\] {
  --tw-border-opacity: 1;
  border-color: rgb(136 159 221 / var(--tw-border-opacity, 1));
}

.border-\[\#abbae5\] {
  --tw-border-opacity: 1;
  border-color: rgb(171 186 229 / var(--tw-border-opacity, 1));
}

.border-\[\#c0d3d8\] {
  --tw-border-opacity: 1;
  border-color: rgb(192 211 216 / var(--tw-border-opacity, 1));
}

.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#d1d1d1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}

.border-\[\#d2d2d2\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}

.border-\[\#e0b386\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 179 134 / var(--tw-border-opacity, 1));
}

.border-\[\#e1e6f4\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 230 244 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-dullGray {
  --tw-border-opacity: 1;
  border-color: rgb(165 165 165 / var(--tw-border-opacity, 1));
}

.border-dullGreen {
  --tw-border-opacity: 1;
  border-color: rgb(0 76 43 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 71 255 / var(--tw-border-opacity, 1));
}

.border-softCreem {
  --tw-border-opacity: 1;
  border-color: rgb(201 190 180 / var(--tw-border-opacity, 1));
}

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

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[\#0057FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00a82c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 44 / var(--tw-bg-opacity, 1));
}

.bg-\[\#04102e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0e0e52\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 82 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4b73ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 115 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c6cdde\] {
  --tw-bg-opacity: 1;
  background-color: rgb(198 205 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cacaca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e3f5e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e4edf7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f1eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fde0ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 236 / var(--tw-bg-opacity, 1));
}

.bg-dullBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
}

.bg-dullDarkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(4 26 57 / var(--tw-bg-opacity, 1));
}

.bg-dullGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 43 / var(--tw-bg-opacity, 1));
}

.bg-lightCreem {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
}

.bg-lightSkyBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
}

.bg-lightYellow {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 98 / var(--tw-bg-opacity, 1));
}

.bg-offDarkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 82 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / 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-esignup-title-effect {
  background-image: url('../images/esign-text-effect.png');
}

.bg-greenHalfRound {
  background-image: url(../images/green-half-round.png);
}

.bg-largeBlueCircleBg {
  background-image: url('../images/esign-up-background-images.png');
}

.bg-ornageCornerTraingle {
  background-image: url(../images/orange-corner-traingle.png);
}

.bg-removeHeadingLine {
  background-image: url('../images/remove-heading-line.png');
}

.bg-removeHeadingLine1 {
  background-image: url('../images/remove-heading-line1.png');
}

.bg-team-title-effect {
  background-image: url('../images/e-sign-team-title.png');
}

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

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[10px_20px\] {
  padding: 10px 20px;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

.\!pb-14 {
  padding-bottom: 3.5rem !important;
}

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[47px\] {
  padding-left: 47px;
}

.pr-8 {
  padding-right: 2rem;
}

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

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

.pt-11 {
  padding-top: 2.75rem;
}

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

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

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

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

.font-Poppins {
  font-family: Poppins, sans-serif;
}

.font-fontAwesome {
  font-family: fontAwesome;
}

.\!text-\[20px\] {
  font-size: 20px !important;
}

.\!text-\[30px\] {
  font-size: 30px !important;
}

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

.text-15-pixel {
  font-size: 15px;
}

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

.text-17-pixel {
  font-size: 17px;
}

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

.text-20-pixel {
  font-size: 20px;
}

.text-22-pixel {
  font-size: 22px;
}

.text-23-pixel {
  font-size: 23px;
}

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

.text-25-pixel {
  font-size: 25px;
}

.text-26-pixel {
  font-size: 26px;
}

.text-30-pixel {
  font-size: 30px;
}

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

.text-34-pixel {
  font-size: 34px;
}

.text-44-pixel {
  font-size: 44px;
}

.text-50-pixel {
  font-size: 50px;
}

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.not-italic {
  font-style: normal;
}

.\!leading-\[30px\] {
  line-height: 30px !important;
}

.\!leading-normal {
  line-height: normal !important;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[36px\] {
  line-height: 36px;
}

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

.leading-normal {
  line-height: normal;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.006rem\] {
  letter-spacing: -0.006rem;
}

.tracking-\[-0\.009rem\] {
  letter-spacing: -0.009rem;
}

.tracking-\[-0\.013rem\] {
  letter-spacing: -0.013rem;
}

.tracking-\[-0\.016rem\] {
  letter-spacing: -0.016rem;
}

.tracking-\[-0\.019rem\] {
  letter-spacing: -0.019rem;
}

.tracking-\[-0\.025rem\] {
  letter-spacing: -0.025rem;
}

.tracking-\[-0\.031rem\] {
  letter-spacing: -0.031rem;
}

.tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}

.tracking-\[0\.006rem\] {
  letter-spacing: 0.006rem;
}

.tracking-\[0\.05rem\] {
  letter-spacing: 0.05rem;
}

.tracking-normal {
  letter-spacing: 0em;
}

.text-\[\#0066c8\] {
  --tw-text-opacity: 1;
  color: rgb(0 102 200 / var(--tw-text-opacity, 1));
}

.text-\[\#3cb756\] {
  --tw-text-opacity: 1;
  color: rgb(60 183 86 / var(--tw-text-opacity, 1));
}

.text-\[\#e14ceb\] {
  --tw-text-opacity: 1;
  color: rgb(225 76 235 / var(--tw-text-opacity, 1));
}

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

.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgb(0 61 236 / var(--tw-text-opacity, 1));
}

.text-darkGreen {
  --tw-text-opacity: 1;
  color: rgb(1 169 48 / var(--tw-text-opacity, 1));
}

.text-dullGreen {
  --tw-text-opacity: 1;
  color: rgb(0 76 43 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-offDarkBlue {
  --tw-text-opacity: 1;
  color: rgb(14 14 82 / var(--tw-text-opacity, 1));
}

.text-offDullBlue {
  --tw-text-opacity: 1;
  color: rgb(0 72 255 / var(--tw-text-opacity, 1));
}

.text-offGreen {
  --tw-text-opacity: 1;
  color: rgb(0 255 132 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

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

.shadow-dullGrayShadow {
  --tw-shadow: 2px 0 13px 2px rgba(9, 58, 113, 0.13);
  --tw-shadow-colored: 2px 0 13px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.brightness-200 {
  --tw-brightness: brightness(2);
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

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

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

.content-\[\'\201C\'\] {
  --tw-content: '“';
  content: var(--tw-content);
}

/* Custom styles for homepage */

.home-topbar-banner {
  display: flex;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .home-topbar-banner {
    min-height: 370px;
    padding-top: 0px;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .home-topbar-banner {
    min-height: 450px;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .home-topbar-banner {
    min-height: 510px;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1536px) {
  .home-topbar-banner {
    min-height: 785px;
    padding-bottom: 152px;
    padding-bottom: 7rem;
  }
}

.home-topbar-banner .container {
  position: relative;
}

.home-topbar-banner .smile-face {
  position: absolute;
  left: -180px;
  top: -123px;
  z-index: -1;
  height: 232px;
  width: 239px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-topbar-banner .circle-curve-face {
  position: absolute;
  right: -169px;
  top: -71px;
  z-index: -1;
  height: 232px;
  width: 239px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-topbar-banner .profile-face {
  position: absolute;
  left: -270px;
  bottom: -214px;
  z-index: -1;
  height: 381px;
  width: 443px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-topbar-banner .signature-face {
  position: absolute;
  right: -92px;
  bottom: -72px;
  z-index: -1;
  height: 217px;
  width: 291px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-topbar-banner .aadhaar-card {
  position: absolute;
  left: 38px;
  right: 0px;
  bottom: -213px;
  margin-left: auto;
  margin-right: auto;
  height: 172px;
  width: 343px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-topbar-banner .banner-caption {
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .home-topbar-banner .banner-caption {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .home-topbar-banner .banner-caption {
    max-width: 75%;
  }
}

@media (min-width: 1280px) {
  .home-topbar-banner .banner-caption {
    max-width: 65%;
  }
}

@media (min-width: 1536px) {
  .home-topbar-banner .banner-caption {
    max-width: 87%;
  }
}

.home-topbar-banner .banner-caption h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 768px) {
  .home-topbar-banner .banner-caption h1 {
    font-size: 44px;
    line-height: 46px;
  }
}

@media (min-width: 1024px) {
  .home-topbar-banner .banner-caption h1 {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .home-topbar-banner .banner-caption h1 {
    font-size: 60px;
    line-height: 62px;
  }
}

@media (min-width: 1536px) {
  .home-topbar-banner .banner-caption h1 {
    font-size: 80px;
    line-height: 82px;
  }
}

.home-topbar-banner .banner-caption h1 span {
  position: relative;
  display: inline-block;
}

.home-topbar-banner .banner-caption h1 span::before {
  position: absolute;
  bottom: -5px;
  left: 0px;
  z-index: -1;
  height: 9px;
  width: 100%;
  background-image: url('../images/remove-heading-line.png');
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .home-topbar-banner .banner-caption h1 span::before {
    height: 0.5rem;
  }
}

.home-topbar-banner .banner-caption p {
  margin-top: 1rem;
  line-height: normal;
}

@media (min-width: 768px) {
  .home-topbar-banner .banner-caption p {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .home-topbar-banner .banner-caption p {
    margin-top: 2rem;
    font-size: 17px;
  }
}

@media (min-width: 1280px) {
  .home-topbar-banner .banner-caption p {
    margin-top: 2rem;
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .home-topbar-banner .banner-caption p {
    margin-top: 43px;
    font-size: 20px;
  }
}

.home-topbar-banner .banner-caption .button-group {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
}

@media (min-width: 768px) {
  .home-topbar-banner .banner-caption .button-group {
    margin-top: 1.5rem;
    flex-direction: row;
    align-items: flex-start;
    row-gap: 0px;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .home-topbar-banner .banner-caption .button-group {
    margin-top: 2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

@media (min-width: 1280px) {
  .home-topbar-banner .banner-caption .button-group {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .home-topbar-banner .banner-caption .button-group {
    margin-top: 2.5rem;
    margin-top: 70px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}

.home-topbar-banner .banner-caption .button-group .schedule-demo-btn i {
  margin-top: -1px;
}

.home-topbar-banner .banner-caption .button-group .free-trial-btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .home-topbar-banner .banner-caption .button-group .free-trial-btn {
    min-width: 240px;
  }
}

@media (min-width: 1536px) {
  .home-topbar-banner .banner-caption .button-group .free-trial-btn {
    min-width: 257px;
  }
}

.trusted-by {
  overflow-x: hidden;
}

.trusted-by .section-header {
  text-align: center;
}

.trusted-by .section-header strong {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .trusted-by .section-header strong {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .trusted-by .section-header strong {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .trusted-by .section-header strong {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .trusted-by .section-header strong {
    padding-left: 29px;
    padding-right: 29px;
    font-size: 30px;
  }
}

.trusted-by .section-header strong::before,
.trusted-by .section-header strong::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 100%;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  width: 500vw;
  --tw-bg-opacity: 1;
  background-color: rgb(165 165 165 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.trusted-by .section-header strong::after {
  right: auto;
  left: 100%;
}

.trusted-brand.splide {
  visibility: visible;
}

@media (min-width: 768px) {
  .trusted-brand.splide {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .trusted-brand.splide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .trusted-brand.splide {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .trusted-brand.splide {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

.trusted-brand .splide__list {
  align-items: center;
}

.trusted-brand .splide__list .splide__slide {
  display: flex;
  justify-content: center;
}

.trusted-brand.splide.is-initialized {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .trusted-brand.splide.is-initialized {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .trusted-brand.splide.is-initialized {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.trusted-brand:not(.is-initialized) .splide__list {
  justify-content: space-between;
}

.splide .splide__arrow {
  position: absolute;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  background-color: transparent;
}

@media (min-width: 1280px) {
  .splide .splide__arrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.splide .splide__arrow::before,
.splide .splide__arrow::after {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 0.125rem;
  width: 100%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.splide .splide__arrow::before {
  top: -25px;
}

@media (min-width: 1280px) {
  .splide .splide__arrow::before {
    top: -1.75rem;
  }
}

.splide .splide__arrow::after {
  top: auto;
  bottom: 5px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.splide .splide__arrow svg {
  display: none;
}

.splide .splide__arrow.splide__arrow--prev {
  left: -5px;
}

@media (min-width: 768px) {
  .splide .splide__arrow.splide__arrow--prev {
    left: 0px;
  }
}

.splide .splide__arrow.splide__arrow--next {
  right: -5px;
  --tw-translate-y: -50%;
  --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));
}

@media (min-width: 768px) {
  .splide .splide__arrow.splide__arrow--next {
    right: 0px;
  }
}

.multiple-solutions {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
  padding-top: 2.25rem;
  padding-bottom: 61px;
}

@media (min-width: 768px) {
  .multiple-solutions {
    padding-top: 2.5rem;
    padding-bottom: 75px;
  }
}

@media (min-width: 1024px) {
  .multiple-solutions {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .multiple-solutions {
    padding-top: 5rem;
    padding-bottom: 119px;
  }
}

.multiple-solutions .all-in-one-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .multiple-solutions .all-in-one-top {
    flex-wrap: nowrap;
  }
}

.multiple-solutions .all-in-one-top h2 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .multiple-solutions .all-in-one-top h2 {
    width: 48%;
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .multiple-solutions .all-in-one-top h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions .all-in-one-top h2 {
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .multiple-solutions .all-in-one-top h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

.multiple-solutions .all-in-one-top .all-in-one-right {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .multiple-solutions .all-in-one-top .all-in-one-right {
    margin-bottom: 0px;
    margin-top: 0.625rem;
    width: 49%;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions .all-in-one-top .all-in-one-right {
    width: 47.05%;
  }
}

.multiple-solutions .all-in-one-top .all-in-one-right p {
  margin-bottom: 0.75rem;
  font-size: 17px;
  line-height: normal;
}

@media (min-width: 768px) {
  .multiple-solutions .all-in-one-top .all-in-one-right p {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions .all-in-one-top .all-in-one-right p {
    margin-bottom: 1.25rem;
    font-size: 18px;
  }
}

.multiple-solutions .all-in-one-top .all-in-one-right p br {
  display: none;
}

@media (min-width: 1024px) {
  .multiple-solutions .all-in-one-top .all-in-one-right p br {
    display: block;
  }
}

.multiple-solutions-card-view {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .multiple-solutions-card-view {
    row-gap: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card-view {
    margin-top: 2.5rem;
    row-gap: 43px;
  }
}

@media (min-width: 1536px) {
  .multiple-solutions-card-view {
    margin-top: 74px;
  }
}

.multiple-solutions-card {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .multiple-solutions-card {
    flex-direction: row;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .multiple-solutions-card {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px) {
  .multiple-solutions-card {
    padding-left: 67px;
    padding-right: 67px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.multiple-solutions-card .content {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .multiple-solutions-card .content {
    margin-top: 0px;
    max-width: 51%;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card .content {
    margin-top: 15px;
    max-width: 49%;
  }
}

.multiple-solutions-card .content .h2 {
  margin-bottom: 0.625rem;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .multiple-solutions-card .content .h2 {
    margin-bottom: 0.5rem;
    font-size: 34px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .multiple-solutions-card .content .h2 {
    margin-bottom: 0.875rem;
    font-size: 38px;
    line-height: 44px;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card .content .h2 {
    margin-bottom: 1rem;
    font-size: 46px;
    line-height: 50px;
  }
}

@media (min-width: 1536px) {
  .multiple-solutions-card .content .h2 {
    margin-bottom: 18px;
    font-size: 50px;
    line-height: 54px;
  }
}

.multiple-solutions-card .content .h2 br {
  display: none;
}

@media (min-width: 768px) {
  .multiple-solutions-card .content .h2 br {
    display: inline-block;
  }
}

.multiple-solutions-card .content p {
  font-size: 17px;
  line-height: normal;
}

@media (min-width: 1280px) {
  .multiple-solutions-card .content p {
    font-size: 18px;
  }
}

.multiple-solutions-card .content ul {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 190 180 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .multiple-solutions-card .content ul {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .multiple-solutions-card .content ul {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card .content ul {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .multiple-solutions-card .content ul {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.multiple-solutions-card .content ul li {
  position: relative;
  width: 100%;
  padding-left: 1.25rem;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 768px) {
  .multiple-solutions-card .content ul li {
    width: 49%;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .multiple-solutions-card .content ul li {
    width: 47%;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card .content ul li {
    padding-left: 26px;
  }
}

.multiple-solutions-card .content ul li i {
  position: absolute;
  left: 0px;
  top: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
}

.multiple-solutions-card .btn-group {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

@media (min-width: 768px) {
  .multiple-solutions-card .btn-group {
    margin-top: 0px;
    flex-wrap: nowrap;
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 0px;
  }
}

.multiple-solutions-card .learn-more-btn {
  width: 100%;
  justify-content: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

@media (min-width: 768px) {
  .multiple-solutions-card .learn-more-btn {
    margin-top: 1.25rem;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .multiple-solutions-card .learn-more-btn {
    margin-top: 2.25rem;
    -moz-column-gap: 9px;
         column-gap: 9px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card .learn-more-btn {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1536px) {
  .multiple-solutions-card .learn-more-btn {
    margin-top: 60px;
  }
}

.multiple-solutions-card .image {
  max-width: 100%;
}

@media (min-width: 768px) {
  .multiple-solutions-card .image {
    max-width: 46%;
  }
}

@media (min-width: 1280px) {
  .multiple-solutions-card .image {
    max-width: 50%;
  }
}

.learn-more-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  border-radius: 9px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .learn-more-btn {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .learn-more-btn {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .learn-more-btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.learn-more-btn i {
  display: inline-block;
}

@media (min-width: 1280px) {
  .learn-more-btn i {
    margin-top: 0.125rem;
  }
}

.learn-more-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.all-in-one {
  margin-top: -1rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 236 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .all-in-one {
    margin-top: -1rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .all-in-one {
    margin-top: -2rem;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .all-in-one {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .all-in-one {
    margin-top: -2.5rem;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding-top: 7rem;
    padding-bottom: 115px;
  }
}

.all-in-one-view {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.5rem;
}

@media (min-width: 768px) {
  .all-in-one-view {
    flex-wrap: nowrap;
  }
}

.all-in-one-view::after {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(75 115 236 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .all-in-one-view::after {
    left: 50%;
    top: 0px;
    height: 100%;
    width: 1px;
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.all-in-one-view .aio-left {
  max-width: 100%;
}

@media (min-width: 768px) {
  .all-in-one-view .aio-left {
    max-width: 46%;
  }
}

@media (min-width: 1024px) {
  .all-in-one-view .aio-left {
    max-width: 45%;
  }
}

.all-in-one-view .aio-left .sub-title {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.006rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .all-in-one-view .aio-left .sub-title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .all-in-one-view .aio-left .sub-title {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .all-in-one-view .aio-left .sub-title {
    font-size: 26px;
  }
}

@media (min-width: 1536px) {
  .all-in-one-view .aio-left .sub-title {
    margin-top: -3px;
    font-size: 30px;
  }
}

.all-in-one-view .aio-left h2 {
  margin-top: 0.125rem;
  margin-bottom: 0.625rem;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.031rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .all-in-one-view .aio-left h2 {
    margin-top: 5px;
    font-size: 38px;
  }
}

@media (min-width: 1024px) {
  .all-in-one-view .aio-left h2 {
    margin-bottom: 0.75rem;
    font-size: 44px;
  }
}

@media (min-width: 1280px) {
  .all-in-one-view .aio-left h2 {
    margin-bottom: 1rem;
    font-size: 50px;
  }
}

@media (min-width: 1536px) {
  .all-in-one-view .aio-left h2 {
    margin-bottom: 25px;
    font-size: 60px;
  }
}

.all-in-one-view .aio-left p {
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.006rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .all-in-one-view .aio-left p {
    font-size: 17px;
  }
}

@media (min-width: 1280px) {
  .all-in-one-view .aio-left p {
    max-width: 87%;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .all-in-one-view .aio-left p {
    max-width: 79%;
    font-size: 20px;
  }
}

.all-in-one-view .aio-left .tfd-btn {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .all-in-one-view .aio-left .tfd-btn {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .all-in-one-view .aio-left .tfd-btn {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .all-in-one-view .aio-left .tfd-btn {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1536px) {
  .all-in-one-view .aio-left .tfd-btn {
    margin-top: 45px;
  }
}

.tfd-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  border-radius: 9px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 98 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .tfd-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .tfd-btn {
    -moz-column-gap: 9px;
         column-gap: 9px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.tfd-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.all-in-one-view .aio-right {
  max-width: 100%;
}

@media (min-width: 768px) {
  .all-in-one-view .aio-right {
    max-width: 46%;
  }
}

@media (min-width: 1024px) {
  .all-in-one-view .aio-right {
    max-width: 45%;
  }
}

.all-in-one-view .aio-right p {
  position: relative;
  padding-top: 4rem;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.019rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .all-in-one-view .aio-right p {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .all-in-one-view .aio-right p {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .all-in-one-view .aio-right p {
    font-size: 26px;
  }
}

@media (min-width: 1536px) {
  .all-in-one-view .aio-right p {
    padding-top: 72px;
    font-size: 30px;
  }
}

.all-in-one-view .aio-right p::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 46px;
  width: 46px;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 82 / var(--tw-bg-opacity, 1));
  font-size: 50px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-content: '“';
  content: var(--tw-content);
}

.aio-member-detail {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

@media (min-width: 768px) {
  .aio-member-detail {
    margin-top: 1.75rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .aio-member-detail {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .aio-member-detail {
    margin-top: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .aio-member-detail {
    margin-top: 47px;
  }
}

.aio-member-detail .aio-member-pic {
  max-width: 3.5rem;
}

@media (min-width: 768px) {
  .aio-member-detail .aio-member-pic {
    max-width: 4rem;
  }
}

@media (min-width: 1280px) {
  .aio-member-detail .aio-member-pic {
    max-width: 75px;
  }
}

.aio-member-detail .aio-member-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.aio-member-detail .aio-member-content .aio-member-nm {
  font-size: 17px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .aio-member-detail .aio-member-content .aio-member-nm {
    font-size: 18px;
  }
}

.aio-member-detail .aio-member-content .aio-member-desgn {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .aio-member-detail .aio-member-content .aio-member-desgn {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .aio-member-detail .aio-member-content .aio-member-desgn {
    font-size: 16px;
  }
}

.more-contract {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 82 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .more-contract {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .more-contract {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1536px) {
  .more-contract {
    padding-top: 81px;
    padding-bottom: 49px;
  }
}

.more-contract .section-header {
  text-align: center;
}

.more-contract .section-header h2 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .more-contract .section-header h2 {
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .more-contract .section-header h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .more-contract .section-header h2 {
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .more-contract .section-header h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

.more-contract .contract-platform {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .more-contract .contract-platform {
    margin-top: 3.5rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .more-contract .contract-platform {
    margin-top: 5rem;
  }
}

@media (min-width: 1280px) {
  .more-contract .contract-platform {
    margin-top: 100px;
  }
}

@media (min-width: 1536px) {
  .more-contract .contract-platform {
    margin-top: 112px;
  }
}

@media (min-width: 768px) {
  .contract-platform img {
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .contract-platform img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.contract-platform .platform-services {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .contract-platform .platform-services {
    margin-top: 0px;
  }
}

.contract-platform .platform-services span {
  position: relative;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  display: inline-block;
  width: 100%;
  padding-left: 1rem;
  text-align: left;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .contract-platform .platform-services span {
    position: absolute;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 21%;
    padding-left: 0px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span {
    width: 20%;
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span {
    width: 20%;
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span {
    width: 18%;
  }
}

.contract-platform .platform-services span br {
  display: none;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span br {
    display: block;
  }
}

.contract-platform .platform-services span::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  font-family: fontAwesome;
  --tw-content: '\f105';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .contract-platform .platform-services span::before {
    display: none;
  }
}

.contract-platform .platform-services span:nth-child(1) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(1) {
    left: 106px;
    top: -0.5rem;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(1) {
    left: 140px;
    top: -11px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(1) {
    left: 154px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(1) {
    left: 172px;
  }
}

.contract-platform .platform-services span:nth-child(2) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(2) {
    left: 72px;
    top: 50px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(2) {
    left: 100px;
    top: 69px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(2) {
    left: 102px;
    top: 89px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(2) {
    left: 93px;
  }
}

.contract-platform .platform-services span:nth-child(3) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(3) {
    left: 1rem;
    top: 116px;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(3) {
    left: 1.25rem;
    top: 160px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(3) {
    left: 0px;
    top: 207px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(3) {
    left: 21px;
  }
}

.contract-platform .platform-services span:nth-child(4) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(4) {
    left: 34px;
    bottom: 126px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(4) {
    left: 3.5rem;
    bottom: 168px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(4) {
    left: 2.25rem;
    bottom: 221px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(4) {
    left: 50px;
  }
}

.contract-platform .platform-services span:nth-child(5) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(5) {
    left: 3rem;
    bottom: 45px;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(5) {
    left: 65px;
    bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(5) {
    left: 50px;
    bottom: 93px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(5) {
    left: 61px;
  }
}

.contract-platform .platform-services span:nth-child(6) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(6) {
    left: 108px;
    bottom: -1rem;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(6) {
    left: 138px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(6) {
    left: -154px;
    bottom: -1.5rem;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(6) {
    left: 169px;
  }
}

.contract-platform .platform-services span:nth-child(7) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(7) {
    right: 106px;
    top: -0.5rem;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(7) {
    right: 140px;
    top: -11px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(7) {
    right: 154px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(7) {
    right: 172px;
  }
}

.contract-platform .platform-services span:nth-child(8) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(8) {
    right: 3rem;
    top: 50px;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(8) {
    right: 4rem;
    top: 89px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(8) {
    right: 54px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(8) {
    right: 77px;
  }
}

.contract-platform .platform-services span:nth-child(9) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(9) {
    right: 1rem;
    top: 116px;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(9) {
    right: 1.25rem;
    top: 160px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(9) {
    right: 0px;
    top: 207px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(9) {
    right: 33px;
  }
}

.contract-platform .platform-services span:nth-child(10) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(10) {
    right: 0.875rem;
    bottom: 114px;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(10) {
    right: 1.25rem;
    bottom: 158px;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(10) {
    right: 0.125rem;
    bottom: 209px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(10) {
    right: 34px;
  }
}

.contract-platform .platform-services span:nth-child(11) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(11) {
    right: 46px;
    bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(11) {
    right: 65px;
    bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(11) {
    right: 50px;
    bottom: 92px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(11) {
    right: 73px;
  }
}

.contract-platform .platform-services span:nth-child(12) {
  text-align: left;
}

@media (min-width: 768px) {
  .contract-platform .platform-services span:nth-child(12) {
    right: 104px;
    bottom: -1rem;
  }
}

@media (min-width: 1024px) {
  .contract-platform .platform-services span:nth-child(12) {
    right: 138px;
    bottom: -1rem;
  }
}

@media (min-width: 1280px) {
  .contract-platform .platform-services span:nth-child(12) {
    right: 154px;
    bottom: -22px;
  }
}

@media (min-width: 1536px) {
  .contract-platform .platform-services span:nth-child(12) {
    right: 179px;
    bottom: -27px;
  }
}

.more-contract-view {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .more-contract-view {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .more-contract-view {
    align-items: center;
  }
}

@media (min-width: 1536px) {
  .more-contract-view {
    align-items: flex-start;
  }
}

.more-contract-view .curve-wave-line {
  position: absolute;
  left: 0px;
  top: 25%;
  bottom: auto;
  height: -moz-fit-content;
  height: fit-content;
  width: 107%;
}

@media (min-width: 768px) {
  .more-contract-view .curve-wave-line {
    bottom: 1rem;
    left: 52%;
    top: auto;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .more-contract-view .curve-wave-line {
    left: 54.40%;
    bottom: 64px;
  }
}

.more-contract-view .more-contract-left {
  margin-top: 2rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .more-contract-view .more-contract-left {
    margin-top: 0px;
    max-width: 45%;
  }
}

@media (min-width: 1280px) {
  .more-contract-view .more-contract-left {
    max-width: 521px;
  }
}

@media (min-width: 1536px) {
  .more-contract-view .more-contract-left {
    margin-top: 33px;
  }
}

.more-contract-view .more-contract-left h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .more-contract-view .more-contract-left h2 {
    font-size: 40px;
    line-height: 38px;
  }
}

@media (min-width: 1024px) {
  .more-contract-view .more-contract-left h2 {
    font-size: 44px;
    line-height: 42px;
  }
}

@media (min-width: 1280px) {
  .more-contract-view .more-contract-left h2 {
    font-size: 50px;
    line-height: 48px;
  }
}

@media (min-width: 1536px) {
  .more-contract-view .more-contract-left h2 {
    font-size: 60px;
    line-height: 58px;
  }
}

.more-contract-view .more-contract-overview {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(33 33 223 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .more-contract-view .more-contract-overview {
    margin-top: 2rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .more-contract-view .more-contract-overview {
    margin-top: 2.5rem;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .more-contract-view .more-contract-overview {
    margin-top: 3rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .more-contract-view .more-contract-overview {
    margin-top: 61px;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    padding-top: 3rem;
  }
}

.more-contract-view .more-contract-overview .item {
  width: 48%;
}

@media (min-width: 768px) {
  .more-contract-view .more-contract-overview .item {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .more-contract-view .more-contract-overview .item {
    width: 45%;
  }
}

@media (min-width: 1280px) {
  .more-contract-view .more-contract-overview .item {
    width: 46%;
  }
}

@media (min-width: 1536px) {
  .more-contract-view .more-contract-overview .item {
    width: 45%;
  }
}

.more-contract-view .more-contract-overview .item strong {
  font-size: 44px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(0 255 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .more-contract-view .more-contract-overview .item strong {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .more-contract-view .more-contract-overview .item strong {
    font-size: 55px;
  }
}

@media (min-width: 1280px) {
  .more-contract-view .more-contract-overview .item strong {
    font-size: 60px;
  }
}

@media (min-width: 1536px) {
  .more-contract-view .more-contract-overview .item strong {
    font-size: 70px;
  }
}

.more-contract-view .more-contract-overview .item p {
  margin-top: 0.25rem;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.006rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .more-contract-view .more-contract-overview .item p {
    margin-top: 0.375rem;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1024px) {
  .more-contract-view .more-contract-overview .item p {
    max-width: 83%;
  }
}

@media (min-width: 1280px) {
  .more-contract-view .more-contract-overview .item p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 1536px) {
  .more-contract-view .more-contract-overview .item p {
    font-size: 20px;
  }
}

.more-contract-view .more-contract-right {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .more-contract-view .more-contract-right {
    max-width: 45%;
  }
}

.more-contract-view .more-contract-right .play-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.esign-demo-view {
  padding-top: 2.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .esign-demo-view {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .esign-demo-view {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .esign-demo-view {
    padding-top: 8rem;
  }
}

@media (min-width: 1536px) {
  .esign-demo-view {
    padding-top: 163px;
  }
}

.esign-demo-view .esign-demo-title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .esign-demo-view .esign-demo-title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .esign-demo-view .esign-demo-title {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .esign-demo-view .esign-demo-title {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .esign-demo-view .esign-demo-title {
    font-size: 35px;
  }
}

.more-contract .esign-demo-image {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .more-contract .esign-demo-image {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .more-contract .esign-demo-image {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .more-contract .esign-demo-image {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1536px) {
  .more-contract .esign-demo-image {
    margin-top: 54px;
  }
}

.why-signcare {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .why-signcare {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .why-signcare {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .why-signcare {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .why-signcare {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

.why-signcare .section-header .sub-title {
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .why-signcare .section-header .sub-title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .why-signcare .section-header .sub-title {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .why-signcare .section-header .sub-title {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .why-signcare .section-header .sub-title {
    font-size: 30px;
  }
}

.why-signcare .section-header h2 {
  margin-top: 0.375rem;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .why-signcare .section-header h2 {
    margin-top: 0.25rem;
    font-size: 40px;
    line-height: 38px;
  }
}

@media (min-width: 1024px) {
  .why-signcare .section-header h2 {
    margin-top: 0.375rem;
    font-size: 44px;
    line-height: 42px;
  }
}

@media (min-width: 1280px) {
  .why-signcare .section-header h2 {
    margin-top: 0.875rem;
    font-size: 50px;
    line-height: 48px;
  }
}

@media (min-width: 1536px) {
  .why-signcare .section-header h2 {
    margin-top: 18px;
    font-size: 60px;
    line-height: 58px;
  }
}

.why-signcare .section-header h2 span {
  position: relative;
}

.why-signcare .section-header h2 span::after {
  position: absolute;
  bottom: 0.375rem;
  left: 0px;
  z-index: -1;
  height: 0.5rem;
  width: 100%;
  background-image: url('../images/remove-heading-line1.png');
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .why-signcare .section-header h2 span::after {
    bottom: 0.125rem;
  }
}

@media (min-width: 1280px) {
  .why-signcare .section-header h2 span::after {
    bottom: 5px;
  }
}

@media (min-width: 1536px) {
  .why-signcare .section-header h2 span::after {
    left: 0.375rem;
  }
}

.reasons-view {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .reasons-view {
    margin-top: 1.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .reasons-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .reasons-view {
    margin-top: 50px;
  }
}

@media (min-width: 1536px) {
  .reasons-view {
    margin-top: 70px;
  }
}

.reasons-view .item {
  border-radius: 1rem;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .reasons-view .item {
    border-radius: 21px;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .reasons-view .item {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .reasons-view .item {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1536px) {
  .reasons-view .item {
    padding-left: 59px;
    padding-right: 59px;
    padding-top: 51px;
    padding-bottom: 38px;
  }
}

.reasons-view .item strong {
  font-size: 34px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(14 14 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reasons-view .item strong {
    font-size: 44px;
  }
}

@media (min-width: 1024px) {
  .reasons-view .item strong {
    font-size: 50px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .reasons-view .item strong {
    font-size: 64px;
    line-height: 60px;
  }
}

@media (min-width: 1536px) {
  .reasons-view .item strong {
    font-size: 70px;
    line-height: 50px;
  }
}

.reasons-view .item p {
  margin-top: 1px;
  font-size: 16px;
  line-height: normal;
}

@media (min-width: 768px) {
  .reasons-view .item p {
    margin-top: 0.375rem;
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .reasons-view .item p {
    margin-top: 0.5rem;
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .reasons-view .item p {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .reasons-view .item p {
    margin-top: 1rem;
  }
}

.reasons-list {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.5rem;
}

@media (min-width: 768px) {
  .reasons-list {
    margin-top: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .reasons-list {
    margin-top: 2.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .reasons-list {
    margin-top: 3.5rem;
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (min-width: 1536px) {
  .reasons-list {
    margin-top: 66px;
    row-gap: 39px;
  }
}

.reasons-list li {
  position: relative;
  padding-left: 2rem;
}

@media (min-width: 1280px) {
  .reasons-list li {
    padding-left: 38px;
  }
}

.reasons-list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  --tw-text-opacity: 1;
  color: rgb(1 169 48 / var(--tw-text-opacity, 1));
}

.reasons-list li i svg {
  height: 22px;
  width: 22px;
}

@media (min-width: 768px) {
  .reasons-list li i svg {
    height: 25px;
    width: 25;
  }
}

.reasons-list li strong {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.009rem;
}

@media (min-width: 1280px) {
  .reasons-list li strong {
    font-size: 20px;
  }
}

.reasons-list li p {
  margin-top: 0.375rem;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1280px) {
  .reasons-list li p {
    margin-top: 0.625rem;
    max-width: 86%;
    font-size: 17px;
  }
}

.legally-compliant {
  margin-top: 0.5rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .legally-compliant {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .legally-compliant {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .legally-compliant {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1536px) {
  .legally-compliant {
    padding-bottom: 81px;
  }
}

.legally-compliant .section-header {
  /* @apply border-t border-dullGray */
  padding-top: 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .legally-compliant .section-header {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .legally-compliant .section-header {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .legally-compliant .section-header {
    padding-top: 3rem;
  }
}

@media (min-width: 1536px) {
  .legally-compliant .section-header {
    padding-top: 69px;
  }
}

.legally-compliant .section-header h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.013rem;
}

@media (min-width: 768px) {
  .legally-compliant .section-header h2 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .legally-compliant .section-header h2 {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .legally-compliant .section-header h2 {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .legally-compliant .section-header h2 {
    font-size: 35px;
  }
}

.legally-compliant .section-header p {
  margin-top: 13px;
  font-size: 17px;
  line-height: normal;
}

.legally-compliant-view.splide {
  visibility: visible;
}

.legally-compliant-view {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .legally-compliant-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .legally-compliant-view {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .legally-compliant-view {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1536px) {
  .legally-compliant-view {
    margin-top: 4rem;
  }
}

.legally-compliant-view:not(.is-initialized) .splide__list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .legally-compliant-view:not(.is-initialized) .splide__list {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .legally-compliant-view:not(.is-initialized) .splide__list {
    -moz-column-gap: 68px;
         column-gap: 68px;
    row-gap: 37px;
  }
}

@media (min-width: 1536px) {
  .legally-compliant-view:not(.is-initialized) .splide__list {
    -moz-column-gap: 74px;
         column-gap: 74px;
    row-gap: 43px;
  }
}

.legally-compliant-view:not(.is-initialized) .splide__track {
  overflow: visible;
}

.legally-compliant-view .splide__list {
  align-items: center;
}

.legally-compliant-view .splide__list .splide__slide {
  display: flex;
  justify-content: center;
}

.legally-compliant-view.is-initialized .splide__track--draggable {
  margin: -1.5rem;
  padding: 1.5rem !important;
}

.legally-compliant-view .splide__arrows .splide__arrow--prev {
  left: -1.5rem;
}

@media (min-width: 768px) {
  .legally-compliant-view .splide__arrows .splide__arrow--prev {
    left: -1.5rem;
  }
}

@media (min-width: 1280px) {
  .legally-compliant-view .splide__arrows .splide__arrow--prev {
    left: -2.5rem;
  }
}

.legally-compliant-view .splide__arrows .splide__arrow--next {
  right: -1.5rem;
}

@media (min-width: 768px) {
  .legally-compliant-view .splide__arrows .splide__arrow--next {
    right: -1.5rem;
  }
}

@media (min-width: 1280px) {
  .legally-compliant-view .splide__arrows .splide__arrow--next {
    right: -2.5rem;
  }
}

.for-teams {
  overflow: hidden;
}

.for-teams .section-header {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 165 165 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .for-teams .section-header {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .for-teams .section-header {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .for-teams .section-header {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .for-teams .section-header {
    padding-top: 72px;
  }
}

.for-teams .section-header strong {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.019rem;
}

@media (min-width: 768px) {
  .for-teams .section-header strong {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .for-teams .section-header strong {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .for-teams .section-header strong {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .for-teams .section-header strong {
    font-size: 35px;
  }
}

.for-teams .for-teams-slide {
  margin-top: 22px;
}

@media (min-width: 768px) {
  .for-teams .for-teams-slide {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .for-teams .for-teams-slide {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .for-teams .for-teams-slide {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .for-teams .for-teams-slide {
    margin-top: 51px;
  }
}

.for-teams .for-teams-slide.is-initialized {
  visibility: visible;
}

.for-teams .for-teams-slide.is-initialized .splide__track--draggable {
  overflow: visible;
}

.for-teams-slide .item {
  position: relative;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .for-teams-slide .item {
    border-radius: 1rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .for-teams-slide .item {
    padding-top: 2rem;
  }
}

.for-teams-slide .item strong {
  display: block;
  flex: 1 1 0%;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .for-teams-slide .item strong {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .for-teams-slide .item strong {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  .for-teams-slide .item strong {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 24px;
  }
}

.for-teams-slide .item .item-img {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .for-teams-slide .item .item-img {
    margin-top: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .for-teams-slide .item .item-img {
    margin-top: 18px;
  }
}

.for-teams-slide .item .item-img img {
  border-radius: 0.5rem;
}

.for-teams-slide .item .teams-btn {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  border-top-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .for-teams-slide .item .teams-btn {
    padding: 1.25rem;
  }
}

.for-teams .for-teams-slide:not(.is-initialized) {
  visibility: visible;
  display: flex;
}

.for-teams .for-teams-slide:not(.is-initialized) .splide__list {
  -moz-column-gap: 19px;
       column-gap: 19px;
}

.for-teams .for-teams-slide .item {
  display: flex;
  min-width: 269px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .for-teams .for-teams-slide .item {
    max-width: 269px;
  }
}

.schedule-demo {
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .schedule-demo {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .schedule-demo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.schedule-demo-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1122px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .schedule-demo-inner {
    flex-wrap: nowrap;
  }
}

.schedule-demo-inner .schedule-demo-cnt {
  max-width: 100%;
}

@media (min-width: 768px) {
  .schedule-demo-inner .schedule-demo-cnt {
    max-width: 49%;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-inner .schedule-demo-cnt {
    max-width: 43%;
  }
}

.schedule-demo-inner .schedule-demo-cnt h2 {
  margin-top: 0.125rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .schedule-demo-inner .schedule-demo-cnt h2 {
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-inner .schedule-demo-cnt h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-inner .schedule-demo-cnt h2 {
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .schedule-demo-inner .schedule-demo-cnt h2 {
    font-size: 60px;
    line-height: 63px;
  }
}

.schedule-demo-inner .schedule-demo-cnt h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity, 1));
}

.schedule-demo-cnt .schedule-custom-view {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .schedule-demo-cnt .schedule-custom-view {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-cnt .schedule-custom-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-cnt .schedule-custom-view {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1536px) {
  .schedule-demo-cnt .schedule-custom-view {
    margin-top: 42px;
  }
}

.schedule-demo-cnt .schedule-custom-view strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .schedule-demo-cnt .schedule-custom-view strong {
    font-size: 19px;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-cnt .schedule-custom-view strong {
    font-size: 20px;
  }
}

.schedule-demo-cnt .schedule-custom-view ul {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .schedule-demo-cnt .schedule-custom-view ul {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-cnt .schedule-custom-view ul {
    margin-top: 26px;
  }
}

.schedule-demo-cnt .schedule-custom-view ul li {
  position: relative;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 1.75rem;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 768px) {
  .schedule-demo-cnt .schedule-custom-view ul li {
    padding-left: 2rem;
    font-size: 18px;
  }
}

.schedule-demo-cnt .schedule-custom-view ul li i {
  position: absolute;
  left: 0px;
  top: 1px;
  height: 20px;
  width: 20px;
  --tw-text-opacity: 1;
  color: rgb(60 183 86 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .schedule-demo-cnt .schedule-custom-view ul li i {
    top: 0.125rem;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-cnt .schedule-custom-view ul li i {
    top: 0px;
  }
}

.schedule-demo-cnt .schedule-custom-view ul li i svg {
  height: 100%;
  width: 100%;
}

.schedule-demo-inner .schedule-demo-form {
  position: relative;
  margin-left: auto;
  margin-top: 1.25rem;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .schedule-demo-inner .schedule-demo-form {
    margin-top: 0px;
    max-width: 48%;
    border-radius: 1.5rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-inner .schedule-demo-form {
    max-width: 45%;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-inner .schedule-demo-form {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1536px) {
  .schedule-demo-inner .schedule-demo-form {
    max-width: 525px;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 47px;
    padding-bottom: 66px;
  }
}

.schedule-demo-inner .schedule-demo-form::after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.schedule-demo-inner .schedule-demo-form .schedule-bg-shape {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .schedule-demo-inner .schedule-demo-form .schedule-bg-shape {
    top: -1.25rem;
    right: -0.625rem;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-inner .schedule-demo-form .schedule-bg-shape {
    height: 303px;
    width: 419px;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-inner .schedule-demo-form .schedule-bg-shape {
    top: -30px;
    right: -31px;
    height: 423px;
    width: 539px;
  }
}

.schedule-demo-form .input-row {
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .schedule-demo-form .input-row {
    margin-bottom: 17px;
    flex-wrap: nowrap;
    row-gap: 0px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
}

.schedule-demo-form .input-row.requirement-row {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .schedule-demo-form .input-row.requirement-row {
    margin-bottom: 15px;
  }
}

.schedule-demo-form .input-row .input-col,
.schedule-demo-form .input-row .input-full-col {
  width: 100%;
}

.schedule-demo-form .input-row label {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 768px) {
  .schedule-demo-form .input-row label {
    font-size: 15px;
  }
}

.schedule-demo-form .input-row input[type="text"],
.schedule-demo-form .input-row input[type="email"],
.schedule-demo-form .input-row textarea {
  height: 43px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(192 211 216 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.schedule-demo-form .input-row textarea {
  height: 106px;
  resize: none;
}

.schedule-demo-form .submit-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .schedule-demo-form .submit-btn {
    -moz-column-gap: 7px;
         column-gap: 7px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .schedule-demo-form .submit-btn {
    height: 50px;
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .schedule-demo-form .submit-btn {
    height: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .schedule-demo-form .submit-btn {
    height: 60px;
  }
}

.schedule-demo-form .submit-btn svg {
  width: 0.875rem;
}

@media (min-width: 768px) {
  .schedule-demo-form .submit-btn svg {
    width: 18px;
  }
}

.schedule-demo-form .submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hate-forms {
  padding-top: 0.625rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .hate-forms {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .hate-forms {
    padding-top: 2.25rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .hate-forms {
    padding-top: 2.5rem;
    padding-bottom: 93px;
  }
}

.hate-forms.hate-forms-new .section-header {
  text-align: left;
}

@media (min-width: 768px) {
  .hate-forms.hate-forms-new .hate-forms-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .hate-forms.hate-forms-new .hate-forms-view {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .hate-forms.hate-forms-new .hate-forms-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .hate-forms.hate-forms-new .hate-forms-view {
    margin-top: 45px;
  }
}

.hate-forms .section-header {
  text-align: center;
}

.hate-forms .section-header h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.019rem;
}

@media (min-width: 768px) {
  .hate-forms .section-header h2 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .hate-forms .section-header h2 {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .hate-forms .section-header h2 {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .hate-forms .section-header h2 {
    font-size: 35px;
  }
}

.hate-forms-view {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .hate-forms-view {
    margin-top: 2rem;
    flex-wrap: nowrap;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view {
    margin-top: 3rem;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media (min-width: 1536px) {
  .hate-forms-view {
    margin-top: 68px;
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

.hate-forms-view::before {
  position: absolute;
  left: -35px;
  bottom: -23px;
  z-index: -1;
  height: 72px;
  width: 89px;
  background-image: url(../images/green-half-round.png);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .hate-forms-view::before {
    left: -38px;
    bottom: -26px;
    height: 82px;
    width: 99px;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view::before {
    left: -37px;
    bottom: -32px;
    height: 102px;
    width: 119px;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view::before {
    left: -78px;
    bottom: -52px;
    height: 182px;
    width: 149px;
  }
}

.hate-forms-view::after {
  position: absolute;
  right: -21px;
  top: -32px;
  z-index: -1;
  height: 65px;
  width: 66px;
  background-image: url(../images/orange-corner-traingle.png);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .hate-forms-view::after {
    right: -1.5rem;
    top: -35px;
    height: 66px;
    width: 76px;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view::after {
    right: -2rem;
    top: -45px;
    height: 86px;
    width: 96px;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view::after {
    right: -34px;
    top: -55px;
    height: 116px;
    width: 126px;
  }
}

.hate-forms-view .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .hate-forms-view .item {
    align-items: flex-start;
    justify-content: center;
    border-right-width: 1px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view .item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view .item {
    justify-content: flex-start;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .hate-forms-view .item {
    padding-left: 62px;
    padding-right: 62px;
  }
}

.hate-forms-view .item:nth-child(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .hate-forms-view .item:nth-child(1) {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view .item:nth-child(1) {
    width: 31%;
  }
}

.hate-forms-view .item:nth-child(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .hate-forms-view .item:nth-child(2) {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view .item:nth-child(2) {
    width: 35%;
  }
}

.hate-forms-view .item:nth-child(3) {
  width: 100%;
}

@media (min-width: 768px) {
  .hate-forms-view .item:nth-child(3) {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view .item:nth-child(3) {
    width: 30%;
  }
}

.hate-forms-view .item:last-child {
  border-bottom-width: 0px;
  border-right-width: 0px;
}

.hate-forms-view .item i {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .hate-forms-view .item i {
    display: inline-block;
  }
}

.hate-forms-view .item i img {
  max-width: 50%;
}

@media (min-width: 768px) {
  .hate-forms-view .item i img {
    max-width: 70%;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view .item i img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.hate-forms-view .connect-item label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hate-forms-view .connect-item label {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view .connect-item label {
    margin-top: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view .connect-item label {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.hate-forms-view .connect-item a {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 72 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hate-forms-view .connect-item a {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view .connect-item a {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .hate-forms-view .connect-item a {
    font-size: 30px;
  }
}

.hate-forms-view .social-connect-item {
  row-gap: 0.625rem;
}

@media (min-width: 768px) {
  .hate-forms-view .social-connect-item {
    row-gap: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view .social-connect-item {
    row-gap: 18px;
  }
}

.hate-forms-view .social-connect-item a {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .hate-forms-view .social-connect-item a {
    max-width: 228px;
    justify-content: flex-start;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view .social-connect-item a {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 38px;
    padding-right: 38px;
  }
}

.hate-forms-view .social-connect-item a i {
  font-size: 24px;
}

@media (min-width: 768px) {
  .hate-forms-view .social-connect-item a i {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view .social-connect-item a i {
    font-size: 26px;
  }
}

.hate-forms-view .social-connect-item a.contact-us-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 255 / var(--tw-bg-opacity, 1));
}

.hate-forms-view .social-connect-item a.contact-us-btn i {
  --tw-text-opacity: 1;
  color: rgb(225 76 235 / var(--tw-text-opacity, 1));
}

.hate-forms-view .social-connect-item a.linkedin-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
}

.hate-forms-view .social-connect-item a.linkedin-btn i {
  --tw-text-opacity: 1;
  color: rgb(0 102 200 / var(--tw-text-opacity, 1));
}

.hate-forms-view .social-connect-item a.whatsapp-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 232 / var(--tw-bg-opacity, 1));
}

.hate-forms-view .social-connect-item a.whatsapp-btn i {
  --tw-text-opacity: 1;
  color: rgb(60 183 86 / var(--tw-text-opacity, 1));
}

.hate-forms-view .social-connect-item a svg {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}

@media (min-width: 768px) {
  .hate-forms-view .social-connect-item a svg {
    top: 0.5rem;
    right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .hate-forms-view .social-connect-item a svg {
    top: 15px;
    right: 15px;
  }
}

.hate-forms-view .social-connect-item a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hate-forms-view .social-connect-item a:hover i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.faq {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .faq {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .faq {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .faq {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1536px) {
  .faq {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
    padding-top: 73px;
    padding-bottom: 104px;
  }
}

.faq .section-header h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .faq .section-header h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .faq .section-header h2 {
    font-size: 33px;
  }
}

@media (min-width: 1536px) {
  .faq .section-header h2 {
    font-size: 35px;
  }
}

.faq .faq-view {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
}

@media (min-width: 768px) {
  .faq .faq-view {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .faq .faq-view {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .faq .faq-view {
    margin-top: 2.5rem;
    row-gap: 1rem;
  }
}

@media (min-width: 1536px) {
  .faq .faq-view {
    margin-top: 2.75rem;
  }
}

.faq-view .faq-row {
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(225 230 244 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.faq-view .faq-row .faq-title {
  position: relative;
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .faq-view .faq-row .faq-title {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 27px;
    padding-right: 4rem;
  }
}

.faq-view .faq-row .faq-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-title span {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .faq-view .faq-row .faq-title span {
    font-size: 20px;
  }
}

.faq-view .faq-row .faq-title i {
  position: absolute;
  top: 13px;
  right: 1rem;
  font-size: 22px;
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-title i {
    top: 18px;
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .faq-view .faq-row .faq-title i {
    right: 41px;
    font-size: 28px;
  }
}

.faq-view .faq-row .faq-title i {
  transition: 0.5s all;
}

.faq-view .faq-row .faq-title span i {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  transition-property: none;
  font-size: inherit;
}

.faq-view .faq-row .faq-content {
  height: 0px;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: normal;
}

@media (min-width: 1280px) {
  .faq-view .faq-row .faq-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.faq-view .faq-row .faq-content {
  transition: 0.5s all;
}

.faq-view .faq-row .faq-title.open + .faq-content {
  height: auto;
  overflow: visible;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-title.open + .faq-content {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .faq-view .faq-row .faq-title.open + .faq-content {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
}

.faq-view .faq-row .faq-title.open i {
  --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));
}

.talk-sales {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .talk-sales {
    margin-top: 2.25rem;
    flex-direction: row;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .talk-sales {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .talk-sales {
    margin-top: 60px;
  }
}

@media (min-width: 1536px) {
  .talk-sales {
    margin-top: 74px;
  }
}

.talk-sales strong {
  font-size: 23px;
  line-height: normal;
}

@media (min-width: 768px) {
  .talk-sales strong {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .talk-sales strong {
    font-size: 33px;
  }
}

@media (min-width: 1536px) {
  .talk-sales strong {
    font-size: 35px;
  }
}

.talk-sales .lets-talk-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 236 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .talk-sales .lets-talk-btn {
    margin-left: 1.5rem;
    min-width: 188px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .talk-sales .lets-talk-btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (min-width: 1280px) {
  .talk-sales .lets-talk-btn {
    margin-left: 2rem;
  }
}

.talk-sales .lets-talk-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

@media only screen and (max-width: 1799px) {
  .home-topbar-banner .smile-face {
    left: -130px;
    top: -143px;
  }

  .home-topbar-banner .circle-curve-face {
    top: -121px;
    right: -139px;
  }

  .home-topbar-banner .profile-face {
    left: -160px;
  }
}

@media only screen and (max-width: 1599px) {
  .home-topbar-banner .profile-face {
    left: -140px;
  }
}

@media only screen and (max-width: 1535px) {
  .home-topbar-banner .smile-face {
    left: 2.5rem;
    top: -73px;
    height: 172px;
    width: 179px;
  }

  .home-topbar-banner .circle-curve-face {
    top: -4rem;
    right: 31px;
    height: 172px;
    width: 179px;
  }

  .home-topbar-banner .profile-face {
    left: 0px;
    bottom: -170px;
    height: 281px;
    width: 313px;
  }

  .home-topbar-banner .signature-face {
    right: 0px;
    bottom: -82px;
    height: 177px;
    width: 251px;
  }

  .home-topbar-banner .aadhaar-card {
    bottom: -169px;
    height: 163px;
    width: 172px;
  }
}

@media only screen and (max-width: 1279px) {
  .home-topbar-banner .smile-face {
    left: 1.5rem;
    top: -78px;
    height: 142px;
    width: 149px;
  }

  .home-topbar-banner .circle-curve-face {
    top: -4rem;
    right: 0.625rem;
    height: 142px;
    width: 149px;
  }

  .home-topbar-banner .profile-face {
    left: 1rem;
    bottom: -148px;
    height: 211px;
    width: 243px;
  }

  .home-topbar-banner .signature-face {
    right: 1rem;
    bottom: -52px;
    height: 127px;
    width: 171px;
  }

  .home-topbar-banner .aadhaar-card {
    bottom: -138px;
    height: 128px;
    width: 137px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-topbar-banner .smile-face {
    left: 1rem;
    top: -78px;
    height: 92px;
    width: 99px;
  }

  .home-topbar-banner .circle-curve-face {
    top: -72px;
    right: 0.625rem;
    height: 92px;
    width: 99px;
  }

  .home-topbar-banner .profile-face {
    left: 0.625rem;
    bottom: -72px;
    height: 111px;
    width: 143px;
  }

  .home-topbar-banner .signature-face {
    right: 0.5rem;
    bottom: -72px;
    height: 87px;
    width: 121px;
  }

  .home-topbar-banner .aadhaar-card {
    bottom: -102px;
    height: 104px;
    width: 113px;
  }
}

@media only screen and (max-width: 767px) {
  .home-topbar-banner .smile-face {
    left: 0.625rem;
    top: -65px;
    height: 72px;
    width: 79px;
  }

  .home-topbar-banner .circle-curve-face {
    right: 0.625rem;
    top: -3.5rem;
    height: 72px;
    width: 79px;
  }

  .home-topbar-banner .profile-face {
    left: 0.625rem;
    bottom: -2rem;
    height: 81px;
    width: 113px;
  }

  .home-topbar-banner .signature-face {
    right: 0.625rem;
    bottom: -2rem;
    height: 4rem;
    width: 88px;
  }

  .home-topbar-banner .aadhaar-card {
    bottom: -81px;
    height: 84px;
    width: 93px;
  }
}

.points-item::before {
  content: "";
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  border-radius: 50%;
  background-color: blue;
  background-image: url(../images/arrow-icon.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  transform: translateY(4px);
}

.points-item.check::before {
  background-color: green;
  background-image: url(../images/check-icon.png);
  background-size: 11px 8px;
  transform: translateY(0);
}

@media only screen and (max-width: 1535px) {
}

.esignup-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .esignup-banner {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .esignup-banner {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .esignup-banner {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1536px) {
  .esignup-banner {
    padding-top: 100px;
    padding-bottom: 138px;
  }
}

.esignup-banner .container {
  position: relative;
}

.esignup-banner .container::after {
  position: absolute;
  left: 50%;
  bottom: -84px;
  z-index: -1;
  height: 75%;
  width: 75%;
  background-image: url('../images/esign-up-background-images.png');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .esignup-banner .container::after {
    left: 50%;
    bottom: -4rem;
    height: 600px;
    width: 600px;
  }
}

@media (min-width: 1024px) {
  .esignup-banner .container::after {
    bottom: -5rem;
    height: 750px;
    width: 750px;
  }
}

@media (min-width: 1280px) {
  .esignup-banner .container::after {
    bottom: -90px;
    height: 992px;
    width: 992px;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .container::after {
    left: 478px;
    bottom: -136px;
    height: 1212px;
    width: 1212px;
  }
}

.esignup-banner .esign-banner-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.esignup-banner .esign-bnr-left {
  width: 100%;
}

@media (min-width: 768px) {
  .esignup-banner .esign-bnr-left {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .esignup-banner .esign-bnr-left {
    width: 37%;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .esign-bnr-left {
    width: 40%;
  }
}

.esignup-banner .esign-bnr-left h1 {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

@media (min-width: 768px) {
  .esignup-banner .esign-bnr-left h1 {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  .esignup-banner .esign-bnr-left h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1280px) {
  .esignup-banner .esign-bnr-left h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .esign-bnr-left h1 {
    font-size: 80px;
    line-height: 73px;
  }
}

.esignup-banner .esign-bnr-left h1 span {
  position: relative;
  display: inline-block;
}

.esignup-banner .esign-bnr-left h1 span::before {
  position: absolute;
  left: 0px;
  bottom: -0.125rem;
  z-index: -1;
  height: 0.5rem;
  width: 71%;
  background-image: url('../images/esign-text-effect.png');
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .esignup-banner .esign-bnr-left h1 span::before {
    bottom: -0.125rem;
    height: 0.5rem;
    width: 71%;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .esign-bnr-left h1 span::before {
    bottom: -0.25rem;
    height: 9px;
    width: 224px;
  }
}

.esignup-banner .esign-bnr-left p {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  max-width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.006rem;
}

@media (min-width: 768px) {
  .esignup-banner .esign-bnr-left p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1024px) {
  .esignup-banner .esign-bnr-left p {
    max-width: 86%;
  }
}

@media (min-width: 1280px) {
  .esignup-banner .esign-bnr-left p {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .esign-bnr-left p {
    margin-top: 38px;
    margin-bottom: 2.75rem;
    font-size: 20px;
    line-height: 24px;
  }
}

.esignup-banner .esign-bnr-left .schedule-demo-btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .esignup-banner .esign-bnr-left .schedule-demo-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .esignup-banner .esign-bnr-left .schedule-demo-btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .esign-bnr-left .schedule-demo-btn {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.esignup-banner .esign-bnr-right {
  margin-top: 2.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .esignup-banner .esign-bnr-right {
    margin-left: 4%;
    margin-top: 0.625rem;
    width: 48%;
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {
  .esignup-banner .esign-bnr-right {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .esignup-banner .esign-bnr-right {
    margin-left: 5%;
    width: 46%;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .esign-bnr-right {
    margin-left: auto;
    width: 56%;
  }
}

.esignup-banner .half-round {
  position: absolute;
  top: 28px;
  right: 0px;
  top: 2rem;
  right: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .esignup-banner .half-round {
    top: -2.5rem;
    right: 0.625rem;
    height: 3rem;
    width: 3rem;
  }
}

@media (min-width: 1024px) {
  .esignup-banner .half-round {
    height: 2.5rem;
    width: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .esignup-banner .half-round {
    top: 7rem;
    right: 5rem;
    height: 3rem;
    width: 4rem;
  }
}

@media (min-width: 1536px) {
  .esignup-banner .half-round {
    top: 164px;
    right: -85px;
    height: 58px;
    width: 74px;
  }
}

.digital-scn {
  position: relative;
  z-index: 0;
  margin-top: -5px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .digital-scn {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .digital-scn {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .digital-scn {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .digital-scn {
    padding-top: 72px;
    padding-bottom: 67px;
  }
}

.digital-scn .digital-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.digital-scn .digital-info .digital-sign-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  width: 100%;
}

@media (min-width: 768px) {
  .digital-scn .digital-info .digital-sign-list {
    width: 46%;
  }
}

.digital-scn .digital-info .digital-sign-ctn {
  margin-top: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .digital-scn .digital-info .digital-sign-ctn {
    margin-top: -0.375rem;
    width: 50.90%;
  }
}

.digital-scn .digital-info .digital-sign-list .sign-list-item {
  height: 100px;
  width: 48%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(171 186 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .digital-scn .digital-info .digital-sign-list .sign-list-item {
    height: 81px;
    width: 74px;
  }
}

@media (min-width: 1024px) {
  .digital-scn .digital-info .digital-sign-list .sign-list-item {
    height: 99px;
    width: 93px;
  }
}

@media (min-width: 1280px) {
  .digital-scn .digital-info .digital-sign-list .sign-list-item {
    height: 104px;
    width: 98px;
  }
}

.digital-scn .digital-info .digital-sign-list .sign-list-item img {
  height: auto;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.digital-scn .digital-info .digital-sign-ctn p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.013rem;
}

@media (min-width: 768px) {
  .digital-scn .digital-info .digital-sign-ctn p {
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 1280px) {
  .digital-scn .digital-info .digital-sign-ctn p {
    font-size: 20px;
    line-height: 24px;
  }
}

.digital-scn .digital-info .digital-sign-ctn p br {
  display: none;
}

@media (min-width: 1024px) {
  .digital-scn .digital-info .digital-sign-ctn p br {
    display: block;
  }
}

.digital-scn .digital-info .digital-sign-ctn .digital-link {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .digital-scn .digital-info .digital-sign-ctn .digital-link {
    margin-top: 1rem;
    gap: 0.5rem;
    font-size: 17px;
  }
}

@media (min-width: 1280px) {
  .digital-scn .digital-info .digital-sign-ctn .digital-link {
    margin-top: 1.25rem;
    gap: 9px;
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .digital-scn .digital-info .digital-sign-ctn .digital-link {
    margin-top: 1.75rem;
  }
}

.digital-scn .digital-info .digital-sign-ctn .digital-link i {
  margin-top: 1px;
}

@media (min-width: 1280px) {
  .digital-scn .digital-info .digital-sign-ctn .digital-link i {
    margin-top: 3px;
  }
}

.digital-scn .digital-info .digital-sign-ctn .digital-link i svg {
  width: 0.5rem;
}

@media (min-width: 768px) {
  .digital-scn .digital-info .digital-sign-ctn .digital-link i svg {
    width: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .digital-scn .digital-info .digital-sign-ctn .digital-link i svg {
    width: 0.625rem;
  }
}

.digital-scn .digital-info .digital-sign-ctn .digital-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 61 236 / var(--tw-text-opacity, 1));
}

.multiple-esigning {
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .multiple-esigning {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .multiple-esigning {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .multiple-esigning {
    padding-top: 4rem;
    padding-bottom: 70px;
  }
}

@media (min-width: 1536px) {
  .multiple-esigning {
    padding-top: 67px;
    padding-bottom: 76px;
  }
}

.multiple-esigning .section-header {
  text-align: center;
}

.multiple-esigning .section-header h2 {
  margin-bottom: 0.75rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .multiple-esigning .section-header h2 {
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .multiple-esigning .section-header h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .multiple-esigning .section-header h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    max-width: 52%;
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .multiple-esigning .section-header h2 {
    margin-bottom: 23px;
    max-width: 62%;
    font-size: 60px;
    line-height: 64px;
  }
}

.multiple-esigning .section-header p {
  font-size: 17px;
  line-height: normal;
  letter-spacing: -0.013rem;
}

@media (min-width: 1280px) {
  .multiple-esigning .section-header p {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .multiple-esigning .section-header p {
    font-size: 20px;
  }
}

.multiple-esigning .multi-main-info {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .multiple-esigning .multi-main-info {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .multiple-esigning .multi-main-info {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .multiple-esigning .multi-main-info {
    margin-top: 87px;
  }
}

.multiple-esigning .multi-info-img {
  margin-bottom: 0.75rem;
}

.multiple-esigning .multi-info-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.multi-info-column .multi-column-img {
  width: 100%;
}

@media (min-width: 768px) {
  .multi-info-column .multi-column-img {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .multi-info-column .multi-column-img {
    width: 55.40%;
  }
}

.multi-column-accordion {
  margin-top: 1.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  .multi-column-accordion {
    margin-top: 1px;
    width: 57%;
  }
}

@media (min-width: 1280px) {
  .multi-column-accordion {
    width: 40%;
  }
}

.accordion-multi-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .accordion-multi-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .accordion-multi-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .accordion-multi-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.accordion-multi-item.accordion-open {
  --tw-shadow: 2px 0 13px 2px rgba(9, 58, 113, 0.13);
  --tw-shadow-colored: 2px 0 13px 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);
}

.accordion-multi-item .accordion-multi-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.accordion-multi-item .accordion-multi-title i {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 2rem;
  justify-content: center;
}

@media (min-width: 1280px) {
  .accordion-multi-item .accordion-multi-title i {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.accordion-multi-item .accordion-multi-title i img {
  width: 100%;
}

.accordion-multi-item .accordion-multi-title .accordion-column-header {
  width: 85%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 1280px) {
  .accordion-multi-item .accordion-multi-title .accordion-column-header {
    font-size: 24px;
  }
}

.accordion-multi-item .accordion-column-detail {
  margin-top: 0.625rem;
  padding-left: 47px;
}

@media (min-width: 768px) {
  .accordion-multi-item .accordion-column-detail {
    margin-top: 0.625rem;
    padding-left: 47px;
  }
}

@media (min-width: 1280px) {
  .accordion-multi-item .accordion-column-detail {
    margin-top: 0.75rem;
    padding-left: 61px;
  }
}

.accordion-multi-item .accordion-column-detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .accordion-multi-item .accordion-column-detail p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 1280px) {
  .accordion-multi-item .accordion-column-detail p {
    font-size: 18px;
    line-height: 22px;
  }
}

.accordion-multi-item .accordion-column-detail .multi-sign-list {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .accordion-multi-item .accordion-column-detail .multi-sign-list {
    margin-top: 1.5rem;
    margin-bottom: 18px;
  }
}

@media (min-width: 1280px) {
  .accordion-multi-item .accordion-column-detail .multi-sign-list {
    margin-top: 27px;
    margin-bottom: 21px;
  }
}

.accordion-column-detail .multi-sign-list .multi-sign-item {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .accordion-column-detail .multi-sign-list .multi-sign-item {
    margin-bottom: 0.875rem;
    font-size: 17px;
  }
}

@media (min-width: 1280px) {
  .accordion-column-detail .multi-sign-list .multi-sign-item {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.accordion-column-detail .multi-sign-list .multi-sign-item i {
  position: absolute;
  left: 0px;
  top: 0.125rem;
  height: 0.625rem;
  width: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(1 169 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .accordion-column-detail .multi-sign-list .multi-sign-item i {
    top: 0.125rem;
    height: 0.625rem;
    width: 0.625rem;
  }
}

@media (min-width: 1280px) {
  .accordion-column-detail .multi-sign-list .multi-sign-item i {
    top: 0.25rem;
    height: 0.75rem;
    width: 0.75rem;
  }
}

.accordion-column-detail .multi-sign-list .multi-sign-item:last-child {
  margin-bottom: 0px;
}

.featured-section {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .featured-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .featured-section {
    padding-top: 2.75rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .featured-section {
    padding-top: 4rem;
    padding-bottom: 70px;
  }
}

@media (min-width: 1536px) {
  .featured-section {
    padding-top: 67px;
    padding-bottom: 76px;
  }
}

.featured-section .section-header {
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

@media (min-width: 1280px) {
  .featured-section .section-header {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

.featured-section .section-header h2 {
  margin-bottom: 1rem;
  max-width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .featured-section .section-header h2 {
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .featured-section .section-header h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .featured-section .section-header h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    max-width: 89%;
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .featured-section .section-header h2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    max-width: 100%;
    font-size: 60px;
    line-height: 64px;
  }
}

.featured-section .section-header p {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.013rem;
}

@media (min-width: 1280px) {
  .featured-section .section-header p {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .featured-section .section-header p {
    font-size: 20px;
  }
}

.featured-section .featured-column-item {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .featured-section .featured-column-item {
    margin-top: 27px;
  }
}

.featured-section .featured-column-item:first-child {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .featured-section .featured-column-item:first-child {
    margin-top: 27px;
  }
}

.featured-info-item .featured-column-item:nth-child(even) .featured-column-img {
  order: 1;
}

.featured-info-item .featured-column-item:nth-child(even) .featured-column-info {
  order: 2;
}

.featured-info-item .featured-column-item:nth-child(odd) .featured-column-img {
  order: 1;
}

@media (min-width: 768px) {
  .featured-info-item .featured-column-item:nth-child(odd) .featured-column-img {
    order: 2;
  }
}

.featured-info-item .featured-column-item:nth-child(odd) .featured-column-info {
  order: 2;
}

@media (min-width: 768px) {
  .featured-info-item .featured-column-item:nth-child(odd) .featured-column-info {
    order: 1;
  }
}

.featured-section .featured-column-item:last-child {
  margin-top: 0px;
}

.featured-section .featured-column-item.img-left .featured-column-content {
  margin-left: auto;
  margin-top: 38px;
}

.featured-section .featured-column-item:nth-child(3) .featured-column-content {
  margin-top: 1.25rem;
  margin-left: 0.625rem;
}

.featured-section .featured-column-item:nth-child(3) .featured-column-img img {
  margin-left: 1.25rem;
  margin-top: 30px;
}

.featured-section .featured-column-item .featured-column-info {
  margin-top: 1.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  .featured-section .featured-column-item .featured-column-info {
    margin-top: 0px;
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .featured-section .featured-column-item .featured-column-info {
    width: 505px;
  }
}

.featured-section .featured-column-item .featured-column-img {
  margin-top: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .featured-section .featured-column-item .featured-column-img {
    margin-top: 2rem;
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .featured-section .featured-column-item .featured-column-img {
    margin-top: 37px;
    width: 575px;
  }
}

.featured-section .featured-column-item .featured-column-info .featured-column-title {
  margin-bottom: 0.75rem;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 768px) {
  .featured-section .featured-column-item .featured-column-info .featured-column-title {
    margin-bottom: 0.875rem;
    font-size: 28px;
    line-height: 31px;
  }
}

@media (min-width: 1024px) {
  .featured-section .featured-column-item .featured-column-info .featured-column-title {
    margin-bottom: 0.875rem;
    font-size: 30px;
    line-height: 33px;
  }
}

@media (min-width: 1280px) {
  .featured-section .featured-column-item .featured-column-info .featured-column-title {
    margin-bottom: 1rem;
    font-size: 32px;
    line-height: 35px;
  }
}

@media (min-width: 1536px) {
  .featured-section .featured-column-item .featured-column-info .featured-column-title {
    margin-bottom: 17px;
    font-size: 35px;
    line-height: 42px;
  }
}

.featured-section .featured-column-item .featured-column-info p {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.006rem;
}

@media (min-width: 1536px) {
  .featured-section .featured-column-item .featured-column-info p {
    font-size: 18px;
    line-height: 22px;
  }
}

.featured-section .featured-column-item .featured-column-info ul {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .featured-section .featured-column-item .featured-column-info ul {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .featured-section .featured-column-item .featured-column-info ul {
    margin-top: 2rem;
  }
}

@media (min-width: 1536px) {
  .featured-section .featured-column-item .featured-column-info ul {
    margin-top: 39px;
  }
}

.featured-section .featured-column-item .featured-column-info ul li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
}

@media (min-width: 768px) {
  .featured-section .featured-column-item .featured-column-info ul li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 22px;
  }
}

@media (min-width: 1280px) {
  .featured-section .featured-column-item .featured-column-info ul li {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .featured-section .featured-column-item .featured-column-info ul li {
    margin-top: 23px;
    margin-bottom: 23px;
    padding-left: 1.5rem;
    font-size: 18px;
    line-height: 22px;
  }
}

.featured-section .featured-column-item .featured-column-info ul li i {
  position: absolute;
  left: 0px;
  top: 0.25rem;
  height: 0.625rem;
  width: 0.625rem;
}

@media (min-width: 1280px) {
  .featured-section .featured-column-item .featured-column-info ul li i {
    width: 0.625rem;
  }
}

@media (min-width: 1536px) {
  .featured-section .featured-column-item .featured-column-info ul li i {
    height: 0.75rem;
    width: 0.75rem;
  }
}

.featured-section .featured-column-item .featured-column-info ul li:last-child {
  margin-bottom: 0px;
}

.dashboard-section {
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .dashboard-section {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .dashboard-section {
    padding-top: 2.75rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .dashboard-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .dashboard-section {
    padding-top: 67px;
    padding-bottom: 66px;
  }
}

.dashboard-section .section-header {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .dashboard-section .section-header {
    max-width: 80%;
  }
}

@media (min-width: 1280px) {
  .dashboard-section .section-header {
    max-width: 61%;
  }
}

.dashboard-section .section-header h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .dashboard-section .section-header h2 {
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .dashboard-section .section-header h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .dashboard-section .section-header h2 {
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .dashboard-section .section-header h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

.dashboard-info-main {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.25rem;
}

@media (min-width: 768px) {
  .dashboard-info-main {
    margin-top: 1.75rem;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .dashboard-info-main {
    margin-top: 3.5rem;
    gap: 30px;
  }
}

@media (min-width: 1536px) {
  .dashboard-info-main {
    margin-top: 74px;
  }
}

.dashboard-info-main .dashboard-left,
.dashboard-info-main .dashboard-right {
  width: 100%;
}

@media (min-width: 1280px) {
  .dashboard-info-main .dashboard-left,
.dashboard-info-main .dashboard-right {
    width: 40%;
  }
}

@media (min-width: 1536px) {
  .dashboard-info-main .dashboard-left,
.dashboard-info-main .dashboard-right {
    width: 48.70%;
  }
}

.dashboard-info-main .dashboard-left {
  margin-top: 1px;
}

@media (min-width: 1280px) {
  .dashboard-info-main .dashboard-right {
    margin-top: -50px;
  }

  .dashboard-info-main .dashboard-right img {
    max-width: inherit;
  }
}

.dashboard-list {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .dashboard-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .dashboard-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .dashboard-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.dashboard-list .dashboard-list-item {
  position: relative;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 2px 0 13px 2px rgba(9, 58, 113, 0.13);
  --tw-shadow-colored: 2px 0 13px 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);
}

@media (min-width: 768px) {
  .dashboard-list .dashboard-list-item {
    padding: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .dashboard-list .dashboard-list-item {
    padding: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .dashboard-list .dashboard-list-item {
    min-height: 268px;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 2.25rem;
    padding-bottom: 30px;
  }
}

.dashboard-list .dashboard-list-item::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.dashboard-list .dashboard-list-item .dash-list-title {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .dashboard-list .dashboard-list-item .dash-list-title {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1536px) {
  .dashboard-list .dashboard-list-item .dash-list-title {
    margin-top: 17px;
    margin-bottom: 0.75rem;
    font-size: 18px;
    line-height: 23px;
  }
}

.dashboard-list .dashboard-list-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .dashboard-list .dashboard-list-item p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 1536px) {
  .dashboard-list .dashboard-list-item p {
    font-size: 18px;
    line-height: 22px;
  }
}

.dashboard-list .dashboard-list-item i {
  margin-right: auto;
  display: block;
  width: 1.75rem;
}

.dashboard-list .dashboard-list-item i img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.organize-section {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 46 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .organize-section {
    border-radius: 30px;
    padding-top: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .organize-section {
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .organize-section {
    border-radius: 48px;
    padding-top: 5rem;
  }
}

@media (min-width: 1536px) {
  .organize-section {
    padding-top: 100px;
  }
}

.organize-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.organize-info .organize-left {
  width: 100%;
}

@media (min-width: 768px) {
  .organize-info .organize-left {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .organize-info .organize-left {
    margin-left: -0.375rem;
    width: 40%;
  }
}

.organize-info .organize-right {
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .organize-info .organize-right {
    margin-top: 0px;
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .organize-info .organize-right {
    width: 50%;
  }
}

@media (min-width: 1536px) {
  .organize-info .organize-right {
    width: 58.50%;
  }
}

.organize-info .organize-left .organize-thumb-image {
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
  max-width: 5rem;
}

@media (min-width: 768px) {
  .organize-info .organize-left .organize-thumb-image {
    max-width: 100px;
  }
}

@media (min-width: 1280px) {
  .organize-info .organize-left .organize-thumb-image {
    max-width: 132px;
  }
}

@media (min-width: 1536px) {
  .organize-info .organize-left .organize-thumb-image {
    max-width: 162px;
  }
}

.organize-info .organize-left .organize-thumb-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.organize-info .organize-left h2 {
  margin-top: 22px;
  margin-bottom: 0.75rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .organize-info .organize-left h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .organize-info .organize-left h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .organize-info .organize-left h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .organize-info .organize-left h2 {
    margin-top: 42px;
    margin-bottom: 29px;
    font-size: 60px;
    line-height: 64px;
  }
}

.organize-info .organize-left p {
  max-height: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .organize-info .organize-left p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  .organize-info .organize-left p {
    max-width: 84%;
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 1536px) {
  .organize-info .organize-left p {
    font-size: 20px;
    line-height: 24px;
  }
}

.organize-info .organize-right img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-feature-scn {
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .more-feature-scn {
    padding-top: 2.5rem;
    padding-bottom: 52px;
  }
}

@media (min-width: 1024px) {
  .more-feature-scn {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .more-feature-scn {
    padding-top: 3.5rem;
    padding-bottom: 75px;
  }
}

@media (min-width: 1536px) {
  .more-feature-scn {
    padding-top: 65px;
    padding-bottom: 5rem;
  }
}

.more-feature-scn .section-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.more-feature-scn .section-header h2 {
  margin-bottom: 0.625rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .more-feature-scn .section-header h2 {
    margin-bottom: 0.875rem;
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .more-feature-scn .section-header h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .more-feature-scn .section-header h2 {
    margin-bottom: 1rem;
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .more-feature-scn .section-header h2 {
    margin-bottom: 18px;
    font-size: 60px;
    line-height: 64px;
  }
}

.more-feature-scn .section-header h2 br {
  display: none;
}

@media (min-width: 1280px) {
  .more-feature-scn .section-header h2 br {
    display: block;
  }
}

.more-feature-scn .section-header p {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.019rem;
}

@media (min-width: 768px) {
  .more-feature-scn .section-header p {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .more-feature-scn .section-header p {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}

@media (min-width: 1536px) {
  .more-feature-scn .section-header p {
    font-size: 20px;
  }
}

.more-feature-scn .more-feture-info {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .more-feature-scn .more-feture-info {
    margin-top: 2.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .more-feature-scn .more-feture-info {
    margin-top: 2.75rem;
    gap: 30px;
  }
}

@media (min-width: 1280px) {
  .more-feature-scn .more-feture-info {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .more-feature-scn .more-feture-info {
    margin-top: 73px;
  }
}

.more-feature-scn .more-feture-info .more-feature-item {
  border-radius: 20px;
  padding: 1.25rem;
  --tw-shadow: 2px 0 13px 2px rgba(9, 58, 113, 0.13);
  --tw-shadow-colored: 2px 0 13px 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);
}

@media (min-width: 768px) {
  .more-feature-scn .more-feture-info .more-feature-item {
    display: flex;
    flex-direction: column;
    border-radius: 0.75rem;
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .more-feature-scn .more-feture-info .more-feature-item {
    display: inline-block;
    border-radius: 20px;
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .more-feature-scn .more-feture-info .more-feature-item {
    padding: 2.25rem;
  }
}

@media (min-width: 1536px) {
  .more-feature-scn .more-feture-info .more-feature-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media (min-width: 768px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-ctn {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-ctn {
    margin-bottom: 0px;
  }
}

.more-feature-scn .more-feture-info .more-feature-item .more-ftr-title {
  margin-bottom: 0.625rem;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-title {
    margin-bottom: 0.75rem;
    font-size: 26px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-title {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-title {
    font-size: 28px;
    line-height: normal;
  }
}

@media (min-width: 1536px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-title {
    margin-bottom: 17px;
    font-size: 30px;
  }
}

.more-feature-scn .more-feture-info .more-feature-item p {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.006rem;
}

@media (min-width: 1536px) {
  .more-feature-scn .more-feture-info .more-feature-item p {
    font-size: 18px;
    line-height: 22px;
  }
}

.more-feature-scn .more-feture-info .more-feature-item .more-ftr-img {
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-img {
    margin-top: auto;
  }
}

@media (min-width: 1024px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-img {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .more-feature-scn .more-feture-info .more-feature-item .more-ftr-img {
    margin-top: 59px;
  }
}

.more-feature-scn .more-feture-info .more-feature-item .more-ftr-img img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-feature-scn .more-feture-info .more-feature-item:last-child {
  position: relative;
}

.more-feature-scn .more-feture-info .more-feature-item:last-child .more-ftr-img {
  position: relative;
  bottom: -1.25rem;
}

@media (min-width: 768px) {
  .more-feature-scn .more-feture-info .more-feature-item:last-child .more-ftr-img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

.workflow-section {
  --tw-bg-opacity: 1;
  background-color: rgb(228 237 247 / var(--tw-bg-opacity, 1));
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .workflow-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .workflow-section {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .workflow-section {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1536px) {
  .workflow-section {
    padding-top: 63px;
    padding-bottom: 75px;
  }
}

.workflow-section .section-header {
  text-align: center;
}

.workflow-section .section-header h2 {
  margin-bottom: 0.75rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .workflow-section .section-header h2 {
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .workflow-section .section-header h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .workflow-section .section-header h2 {
    margin-bottom: 1.25rem;
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .workflow-section .section-header h2 {
    margin-bottom: 21px;
    font-size: 60px;
    line-height: 64px;
  }
}

.workflow-section .section-header p {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.016rem;
}

@media (min-width: 768px) {
  .workflow-section .section-header p {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .workflow-section .section-header p {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .workflow-section .section-header p {
    font-size: 20px;
  }
}

.workflow-section .workflow-main {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .workflow-section .workflow-main {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .workflow-section .workflow-main {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .workflow-section .workflow-main {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .workflow-section .workflow-main {
    margin-top: 72px;
  }
}

.team-efficient {
  padding-top: 2.25rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .team-efficient {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .team-efficient {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .team-efficient {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1536px) {
  .team-efficient {
    padding-top: 67px;
    padding-bottom: 69px;
  }
}

.team-efficient .section-header {
  text-align: center;
}

@media (min-width: 1280px) {
  .team-efficient .section-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
  }
}

.team-efficient .section-header h2 {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .team-efficient .section-header h2 {
    margin-bottom: 1rem;
    font-size: 40px;
    line-height: 43px;
  }
}

@media (min-width: 1024px) {
  .team-efficient .section-header h2 {
    font-size: 44px;
    line-height: 47px;
  }
}

@media (min-width: 1280px) {
  .team-efficient .section-header h2 {
    margin-bottom: 22px;
    font-size: 50px;
    line-height: 53px;
  }
}

@media (min-width: 1536px) {
  .team-efficient .section-header h2 {
    margin-bottom: 1.5rem;
    font-size: 60px;
    line-height: 64px;
  }
}

.team-efficient .section-header h2 span {
  position: relative;
  display: inline-block;
}

.team-efficient .section-header h2 span::after {
  position: absolute;
  left: 1.75rem;
  bottom: -0.25rem;
  height: 0.5rem;
  width: 84%;
  background-image: url('../images/e-sign-team-title.png');
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .team-efficient .section-header h2 span::after {
    left: 1.75rem;
    bottom: -1px;
    height: 0.5rem;
    width: 84%;
  }
}

@media (min-width: 1024px) {
  .team-efficient .section-header h2 span::after {
    bottom: 1px;
  }
}

@media (min-width: 1280px) {
  .team-efficient .section-header h2 span::after {
    left: 34px;
    height: 0.5rem;
    width: 85%;
  }
}

@media (min-width: 1536px) {
  .team-efficient .section-header h2 span::after {
    left: 41px;
    bottom: 0.125rem;
    height: 9px;
    width: 336px;
  }
}

.team-efficient .section-header p {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.016rem;
}

@media (min-width: 768px) {
  .team-efficient .section-header p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .team-efficient .section-header p {
    font-size: 19px;
    line-height: 21px;
  }
}

@media (min-width: 1536px) {
  .team-efficient .section-header p {
    font-size: 20px;
    line-height: 22px;
  }
}

.team-eff-main {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .team-eff-main {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .team-eff-main {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .team-eff-main {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .team-eff-main {
    margin-top: 65px;
  }
}

.team-efficient .team-effi-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.team-efficient .team-effi-list .team-list-item {
  position: relative;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .team-efficient .team-effi-list .team-list-item {
    width: 33.333333%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .team-efficient .team-effi-list .team-list-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .team-efficient .team-effi-list .team-list-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .team-efficient .team-effi-list .team-list-item {
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 1.5rem;
    padding-bottom: 45px;
  }
}

.team-efficient .team-effi-list .team-list-item:first-child {
  padding-left: 0px;
}

@media (min-width: 1280px) {
  .team-efficient .team-effi-list .team-list-item:first-child {
    width: 320px !important;
  }
}

.team-efficient .team-effi-list .team-list-item:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .team-efficient .team-effi-list .team-list-item:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .team-efficient .team-effi-list .team-list-item:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .team-efficient .team-effi-list .team-list-item:last-child {
    padding-left: 1.25rem;
    padding-right: 59px;
  }
}

.team-efficient .team-effi-list .team-list-item::after {
  position: absolute;
  top: 100%;
  right: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(198 205 222 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .team-efficient .team-effi-list .team-list-item::after {
    top: 0px;
    height: 100%;
    width: 1px;
  }
}

@media (min-width: 1280px) {
  .team-efficient .team-effi-list .team-list-item::after {
    right: -0.625rem;
  }
}

@media (min-width: 1536px) {
  .team-efficient .team-effi-list .team-list-item::after {
    right: -15px;
  }
}

@media (min-width: 768px) {
  .team-efficient .team-effi-list .team-list-item:nth-child(2n)::after {
    right: 0px;
  }
}

@media (min-width: 1280px) {
  .team-efficient .team-effi-list .team-list-item:nth-child(2n)::after {
    right: -1rem;
  }
}

@media (min-width: 1536px) {
  .team-efficient .team-effi-list .team-list-item:nth-child(2n)::after {
    right: 11px;
  }
}

.team-efficient .team-effi-list .team-list-item:last-child:after {
  --tw-content: none;
  content: var(--tw-content);
}

.team-efficient .team-effi-list .team-list-item .team-effi-thumb {
  display: inline-block;
  width: auto;
}

@media (min-width: 768px) {
  .team-efficient .team-effi-list .team-list-item .team-effi-thumb {
    min-height: 52px;
  }
}

.team-efficient .team-effi-list .team-list-item .team-item-title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 768px) {
  .team-efficient .team-effi-list .team-list-item .team-item-title {
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 1024px) {
  .team-efficient .team-effi-list .team-list-item .team-item-title {
    margin-top: 0px;
    margin-bottom: 0.75rem;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .team-efficient .team-effi-list .team-list-item .team-item-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1536px) {
  .team-efficient .team-effi-list .team-list-item .team-item-title {
    margin-top: 7px;
    margin-bottom: 19px;
    font-size: 30px;
    line-height: 34px;
  }
}

.team-efficient .team-effi-list .team-list-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.006rem;
}

@media (min-width: 768px) {
  .team-efficient .team-effi-list .team-list-item p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 1536px) {
  .team-efficient .team-effi-list .team-list-item p {
    font-size: 18px;
    line-height: 22px;
  }
}

.for-teams.esign-for-teams .section-header {
  border-top-width: 0px;
  padding-top: 0px;
}

.faq .faq-tabs {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .faq .faq-tabs {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .faq .faq-tabs {
    margin-top: 3rem;
  }
}

@media (min-width: 1536px) {
  .faq .faq-tabs {
    margin-top: 58px;
  }
}

.faq-tabs {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  width: calc(100% + 48px);
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.375rem;
}

.faq-tabs .tab-nm {
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .faq-tabs .tab-nm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 19px;
  }
}

@media (min-width: 1280px) {
  .faq-tabs .tab-nm {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 43px;
    padding-right: 43px;
    font-size: 20px;
  }
}

.faq-tabs .tab-nm.active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
}

.faq .faq-tab-content {
  margin-top: 0.375rem;
}

.before\:translate-y-0::before {
  content: var(--tw-content);
  --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));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0047ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity, 1));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

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

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

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

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

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

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

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

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

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

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

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

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

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

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-\[-26px\] {
    bottom: -26px;
  }

  .md\:bottom-\[114px\] {
    bottom: 114px;
  }

  .md\:bottom-\[126px\] {
    bottom: 126px;
  }

  .md\:bottom-\[45px\] {
    bottom: 45px;
  }

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

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

  .md\:left-12 {
    left: 3rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

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

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

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-\[-38px\] {
    left: -38px;
  }

  .md\:left-\[106px\] {
    left: 106px;
  }

  .md\:left-\[108px\] {
    left: 108px;
  }

  .md\:left-\[34px\] {
    left: 34px;
  }

  .md\:left-\[52\%\] {
    left: 52%;
  }

  .md\:left-\[72px\] {
    left: 72px;
  }

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

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-\[104px\] {
    right: 104px;
  }

  .md\:right-\[106px\] {
    right: 106px;
  }

  .md\:right-\[46px\] {
    right: 46px;
  }

  .md\:right-\[74px\] {
    right: 74px;
  }

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

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

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

  .md\:top-4 {
    top: 1rem;
  }

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

  .md\:top-\[-35px\] {
    top: -35px;
  }

  .md\:top-\[116px\] {
    top: 116px;
  }

  .md\:top-\[18px\] {
    top: 18px;
  }

  .md\:top-\[50px\] {
    top: 50px;
  }

  .md\:top-\[66px\] {
    top: 66px;
  }

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

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

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

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

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

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

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

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

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

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

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

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-\[30px\] {
    margin-left: 30px;
  }

  .md\:ml-\[4\%\] {
    margin-left: 4%;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

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

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

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

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

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-\[27px\] {
    margin-top: 27px;
  }

  .md\:mt-\[5px\] {
    margin-top: 5px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-11 {
    height: 2.75rem;
  }

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

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

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

  .md\:h-8 {
    height: 2rem;
  }

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

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

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

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

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

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

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

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

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

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

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-px {
    width: 1px;
  }

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

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

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

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

  .md\:max-w-16 {
    max-width: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

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

  .md\:gap-20 {
    gap: 5rem;
  }

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .md\:gap-\[30px\] {
    gap: 30px;
  }

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

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

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

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

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

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .md\:gap-x-\[11px\] {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }

  .md\:gap-x-\[13px\] {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md\:gap-x-\[19px\] {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }

  .md\:gap-x-\[29px\] {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:gap-x-\[7px\] {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

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

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

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

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

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

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

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

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

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

  .md\:border-\[\#d2d2d2\] {
    --tw-border-opacity: 1;
    border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  }

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

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

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

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

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

  .md\:\!pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:\!pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

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

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .md\:pb-\[52px\] {
    padding-bottom: 52px;
  }

  .md\:pb-\[75px\] {
    padding-bottom: 75px;
  }

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

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-\[15px\] {
    padding-left: 15px;
  }

  .md\:pl-\[22px\] {
    padding-left: 22px;
  }

  .md\:pl-\[47px\] {
    padding-left: 47px;
  }

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

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

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

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

  .md\:pt-\[26px\] {
    padding-top: 26px;
  }

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

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

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

  .md\:\!text-\[20px\] {
    font-size: 20px !important;
  }

  .md\:\!text-\[38px\] {
    font-size: 38px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!leading-\[30px\] {
    line-height: 30px !important;
  }

  .md\:leading-\[20px\] {
    line-height: 20px;
  }

  .md\:leading-\[21px\] {
    line-height: 21px;
  }

  .md\:leading-\[22px\] {
    line-height: 22px;
  }

  .md\:leading-\[23px\] {
    line-height: 23px;
  }

  .md\:leading-\[26px\] {
    line-height: 26px;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[31px\] {
    line-height: 31px;
  }

  .md\:leading-\[38px\] {
    line-height: 38px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }

  .md\:leading-\[42px\] {
    line-height: 42px;
  }

  .md\:leading-\[43px\] {
    line-height: 43px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[46px\] {
    line-height: 46px;
  }
}

@media (min-width: 1024px) {
  .lg\:-bottom-20 {
    bottom: -5rem;
  }

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

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

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

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

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

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

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-\[-32px\] {
    bottom: -32px;
  }

  .lg\:bottom-\[158px\] {
    bottom: 158px;
  }

  .lg\:bottom-\[168px\] {
    bottom: 168px;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

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

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:left-\[-37px\] {
    left: -37px;
  }

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

  .lg\:left-\[138px\] {
    left: 138px;
  }

  .lg\:left-\[140px\] {
    left: 140px;
  }

  .lg\:left-\[188px\] {
    left: 188px;
  }

  .lg\:left-\[65px\] {
    left: 65px;
  }

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

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

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-\[138px\] {
    right: 138px;
  }

  .lg\:right-\[140px\] {
    right: 140px;
  }

  .lg\:right-\[15px\] {
    right: 15px;
  }

  .lg\:right-\[65px\] {
    right: 65px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-\[39px\] {
    margin-left: 39px;
  }

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

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

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

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

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

  .lg\:h-9 {
    height: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:w-10 {
    width: 2.5rem;
  }

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

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

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

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

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

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:gap-x-\[26px\] {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .lg\:gap-x-\[9px\] {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

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

  .lg\:gap-y-\[18px\] {
    row-gap: 18px;
  }

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

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

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

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

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

  .lg\:rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .lg\:rounded-t-\[32px\] {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

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

  .lg\:p-9 {
    padding: 2.25rem;
  }

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

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

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

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

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

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

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

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

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

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

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

  .lg\:\!pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

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

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

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

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

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

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

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

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

  .lg\:\!text-\[21px\] {
    font-size: 21px !important;
  }

  .lg\:\!text-\[45px\] {
    font-size: 45px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:\!leading-\[31px\] {
    line-height: 31px !important;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:leading-\[33px\] {
    line-height: 33px;
  }

  .lg\:leading-\[42px\] {
    line-height: 42px;
  }

  .lg\:leading-\[44px\] {
    line-height: 44px;
  }

  .lg\:leading-\[47px\] {
    line-height: 47px;
  }

  .lg\:leading-\[50px\] {
    line-height: 50px;
  }

  .lg\:leading-\[52px\] {
    line-height: 52px;
  }
}

@media (min-width: 1280px) {
  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

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

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

  .xl\:-left-11 {
    left: -2.75rem;
  }

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

  .xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .xl\:-right-4 {
    right: -1rem;
  }

  .xl\:-right-5 {
    right: -1.25rem;
  }

  .xl\:-right-7 {
    right: -1.75rem;
  }

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

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

  .xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:bottom-\[-22px\] {
    bottom: -22px;
  }

  .xl\:bottom-\[-39px\] {
    bottom: -39px;
  }

  .xl\:bottom-\[-52px\] {
    bottom: -52px;
  }

  .xl\:bottom-\[-90px\] {
    bottom: -90px;
  }

  .xl\:bottom-\[124px\] {
    bottom: 124px;
  }

  .xl\:bottom-\[209px\] {
    bottom: 209px;
  }

  .xl\:bottom-\[221px\] {
    bottom: 221px;
  }

  .xl\:bottom-\[5px\] {
    bottom: 5px;
  }

  .xl\:bottom-\[64px\] {
    bottom: 64px;
  }

  .xl\:bottom-\[92px\] {
    bottom: 92px;
  }

  .xl\:bottom-\[93px\] {
    bottom: 93px;
  }

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

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:left-\[-154px\] {
    left: -154px;
  }

  .xl\:left-\[-78px\] {
    left: -78px;
  }

  .xl\:left-\[102px\] {
    left: 102px;
  }

  .xl\:left-\[154px\] {
    left: 154px;
  }

  .xl\:left-\[15px\] {
    left: 15px;
  }

  .xl\:left-\[34px\] {
    left: 34px;
  }

  .xl\:left-\[50px\] {
    left: 50px;
  }

  .xl\:left-\[54\.40\%\] {
    left: 54.40%;
  }

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

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

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

  .xl\:right-\[-31px\] {
    right: -31px;
  }

  .xl\:right-\[-34px\] {
    right: -34px;
  }

  .xl\:right-\[154px\] {
    right: 154px;
  }

  .xl\:right-\[41px\] {
    right: 41px;
  }

  .xl\:right-\[50px\] {
    right: 50px;
  }

  .xl\:right-\[54px\] {
    right: 54px;
  }

  .xl\:right-px {
    right: 1px;
  }

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

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:top-\[-30px\] {
    top: -30px;
  }

  .xl\:top-\[-55px\] {
    top: -55px;
  }

  .xl\:top-\[150px\] {
    top: 150px;
  }

  .xl\:top-\[205\%\] {
    top: 205%;
  }

  .xl\:top-\[207px\] {
    top: 207px;
  }

  .xl\:top-\[300\%\] {
    top: 300%;
  }

  .xl\:top-\[89px\] {
    top: 89px;
  }

  .xl\:z-0 {
    z-index: 0;
  }

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

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

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

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .xl\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .xl\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .xl\:ml-\[5\%\] {
    margin-left: 5%;
  }

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

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

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

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

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

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

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

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

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

  .xl\:mt-\[-50px\] {
    margin-top: -50px;
  }

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

  .xl\:mt-\[15px\] {
    margin-top: 15px;
  }

  .xl\:mt-\[18px\] {
    margin-top: 18px;
  }

  .xl\:mt-\[26px\] {
    margin-top: 26px;
  }

  .xl\:mt-\[27px\] {
    margin-top: 27px;
  }

  .xl\:mt-\[37px\] {
    margin-top: 37px;
  }

  .xl\:mt-\[3px\] {
    margin-top: 3px;
  }

  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }

  .xl\:mt-\[60px\] {
    margin-top: 60px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:h-16 {
    height: 4rem;
  }

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

  .xl\:h-3 {
    height: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:h-full {
    height: 100%;
  }

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

  .xl\:\!w-\[320px\] {
    width: 320px !important;
  }

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

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

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

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

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

  .xl\:w-3 {
    width: 0.75rem;
  }

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

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

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

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

  .xl\:w-\[20\%\] {
    width: 20%;
  }

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

  .xl\:w-\[31\%\] {
    width: 31%;
  }

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

  .xl\:w-\[37\%\] {
    width: 37%;
  }

  .xl\:w-\[46\%\] {
    width: 46%;
  }

  .xl\:w-\[47\.05\%\] {
    width: 47.05%;
  }

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

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

  .xl\:w-\[55\.40\%\] {
    width: 55.40%;
  }

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

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

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

  .xl\:w-\[85\%\] {
    width: 85%;
  }

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

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

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

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

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

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

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

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

  .xl\:\!max-w-\[80\%\] {
    max-width: 80% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-\[30px\] {
    gap: 30px;
  }

  .xl\:gap-\[70px\] {
    gap: 70px;
  }

  .xl\:gap-\[9px\] {
    gap: 9px;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

  .xl\:gap-x-\[68px\] {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }

  .xl\:gap-x-\[9px\] {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

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

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

  .xl\:gap-y-\[37px\] {
    row-gap: 37px;
  }

  .xl\:gap-y-\[43px\] {
    row-gap: 43px;
  }

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

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

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

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

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

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

  .xl\:rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .xl\:rounded-t-\[48px\] {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

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

  .xl\:border-b-\[10px\] {
    border-bottom-width: 10px;
  }

  .xl\:border-l-\[10px\] {
    border-left-width: 10px;
  }

  .xl\:border-r-\[10px\] {
    border-right-width: 10px;
  }

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

  .xl\:border-\[\#606060\] {
    --tw-border-opacity: 1;
    border-color: rgb(96 96 96 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-dullDarkBlue {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 26 57 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-transparent {
    border-right-color: transparent;
  }

  .xl\:border-t-transparent {
    border-top-color: transparent;
  }

  .xl\:bg-dullDarkBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(4 26 57 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lightCreem {
    --tw-bg-opacity: 1;
    background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:\!py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

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

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

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

  .xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:px-\[43px\] {
    padding-left: 43px;
    padding-right: 43px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xl\:py-\[19px\] {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .xl\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xl\:py-\[42px\] {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .xl\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

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

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

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

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

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

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pb-\[54px\] {
    padding-bottom: 54px;
  }

  .xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .xl\:pb-\[75px\] {
    padding-bottom: 75px;
  }

  .xl\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .xl\:pb-\[93px\] {
    padding-bottom: 93px;
  }

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

  .xl\:pl-\[26px\] {
    padding-left: 26px;
  }

  .xl\:pl-\[27px\] {
    padding-left: 27px;
  }

  .xl\:pl-\[38px\] {
    padding-left: 38px;
  }

  .xl\:pl-\[61px\] {
    padding-left: 61px;
  }

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

  .xl\:pr-\[15px\] {
    padding-right: 15px;
  }

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

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

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

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

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

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

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

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

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

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-\[126px\] {
    padding-top: 126px;
  }

  .xl\:pt-\[70px\] {
    padding-top: 70px;
  }

  .xl\:pt-\[88px\] {
    padding-top: 88px;
  }

  .xl\:\!text-\[23px\] {
    font-size: 23px !important;
  }

  .xl\:\!text-\[52px\] {
    font-size: 52px !important;
  }

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

  .xl\:text-17-pixel {
    font-size: 17px;
  }

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

  .xl\:text-19-pixel {
    font-size: 19px;
  }

  .xl\:text-20-pixel {
    font-size: 20px;
  }

  .xl\:text-22-pixel {
    font-size: 22px;
  }

  .xl\:text-26-pixel {
    font-size: 26px;
  }

  .xl\:text-28-pixel {
    font-size: 28px;
  }

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

  .xl\:text-46-pixel {
    font-size: 46px;
  }

  .xl\:text-50-pixel {
    font-size: 50px;
  }

  .xl\:text-60-pixel {
    font-size: 60px;
  }

  .xl\:text-64-pixel {
    font-size: 64px;
  }

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

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

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

  .xl\:\!leading-\[33px\] {
    line-height: 33px !important;
  }

  .xl\:leading-\[21px\] {
    line-height: 21px;
  }

  .xl\:leading-\[22px\] {
    line-height: 22px;
  }

  .xl\:leading-\[23px\] {
    line-height: 23px;
  }

  .xl\:leading-\[24px\] {
    line-height: 24px;
  }

  .xl\:leading-\[25px\] {
    line-height: 25px;
  }

  .xl\:leading-\[32px\] {
    line-height: 32px;
  }

  .xl\:leading-\[35px\] {
    line-height: 35px;
  }

  .xl\:leading-\[48px\] {
    line-height: 48px;
  }

  .xl\:leading-\[50px\] {
    line-height: 50px;
  }

  .xl\:leading-\[53px\] {
    line-height: 53px;
  }

  .xl\:leading-\[56px\] {
    line-height: 56px;
  }

  .xl\:leading-\[60px\] {
    line-height: 60px;
  }

  .xl\:leading-\[62px\] {
    line-height: 62px;
  }

  .xl\:leading-normal {
    line-height: normal;
  }

  .xl\:text-\[inherit\] {
    color: inherit;
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

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

  .xl\:shadow-dullDarkBlueShadow {
    --tw-shadow: 0px 6px 10px rgba(4, 26, 57, 0.4);
    --tw-shadow-colored: 0px 6px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .xl\:invert-0 {
    --tw-invert: invert(0);
    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);
  }

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

@media (min-width: 1536px) {
  .\32xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl\:-left-28 {
    left: -7rem;
  }

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

  .\32xl\:-right-\[30px\] {
    right: -30px;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:bottom-\[-136px\] {
    bottom: -136px;
  }

  .\32xl\:bottom-\[-27px\] {
    bottom: -27px;
  }

  .\32xl\:bottom-\[240px\] {
    bottom: 240px;
  }

  .\32xl\:bottom-\[260px\] {
    bottom: 260px;
  }

  .\32xl\:left-1 {
    left: 0.25rem;
  }

  .\32xl\:left-\[169px\] {
    left: 169px;
  }

  .\32xl\:left-\[172px\] {
    left: 172px;
  }

  .\32xl\:left-\[21px\] {
    left: 21px;
  }

  .\32xl\:left-\[41px\] {
    left: 41px;
  }

  .\32xl\:left-\[478px\] {
    left: 478px;
  }

  .\32xl\:left-\[50px\] {
    left: 50px;
  }

  .\32xl\:left-\[61px\] {
    left: 61px;
  }

  .\32xl\:left-\[93px\] {
    left: 93px;
  }

  .\32xl\:right-\[-15px\] {
    right: -15px;
  }

  .\32xl\:right-\[-85px\] {
    right: -85px;
  }

  .\32xl\:right-\[11px\] {
    right: 11px;
  }

  .\32xl\:right-\[172px\] {
    right: 172px;
  }

  .\32xl\:right-\[179px\] {
    right: 179px;
  }

  .\32xl\:right-\[33px\] {
    right: 33px;
  }

  .\32xl\:right-\[34px\] {
    right: 34px;
  }

  .\32xl\:right-\[73px\] {
    right: 73px;
  }

  .\32xl\:right-\[77px\] {
    right: 77px;
  }

  .\32xl\:top-\[-50px\] {
    top: -50px;
  }

  .\32xl\:top-\[164px\] {
    top: 164px;
  }

  .\32xl\:top-\[196px\] {
    top: 196px;
  }

  .\32xl\:top-\[50px\] {
    top: 50px;
  }

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

  .\32xl\:my-\[23px\] {
    margin-top: 23px;
    margin-bottom: 23px;
  }

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

  .\32xl\:mb-\[17px\] {
    margin-bottom: 17px;
  }

  .\32xl\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .\32xl\:mb-\[19px\] {
    margin-bottom: 19px;
  }

  .\32xl\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .\32xl\:mb-\[23px\] {
    margin-bottom: 23px;
  }

  .\32xl\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .\32xl\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .\32xl\:mb-\[38px\] {
    margin-bottom: 38px;
  }

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

  .\32xl\:mt-\[-3px\] {
    margin-top: -3px;
  }

  .\32xl\:mt-\[112px\] {
    margin-top: 112px;
  }

  .\32xl\:mt-\[17px\] {
    margin-top: 17px;
  }

  .\32xl\:mt-\[18px\] {
    margin-top: 18px;
  }

  .\32xl\:mt-\[30px\] {
    margin-top: 30px;
  }

  .\32xl\:mt-\[33px\] {
    margin-top: 33px;
  }

  .\32xl\:mt-\[38px\] {
    margin-top: 38px;
  }

  .\32xl\:mt-\[39px\] {
    margin-top: 39px;
  }

  .\32xl\:mt-\[42px\] {
    margin-top: 42px;
  }

  .\32xl\:mt-\[43px\] {
    margin-top: 43px;
  }

  .\32xl\:mt-\[45px\] {
    margin-top: 45px;
  }

  .\32xl\:mt-\[47px\] {
    margin-top: 47px;
  }

  .\32xl\:mt-\[51px\] {
    margin-top: 51px;
  }

  .\32xl\:mt-\[54px\] {
    margin-top: 54px;
  }

  .\32xl\:mt-\[58px\] {
    margin-top: 58px;
  }

  .\32xl\:mt-\[59px\] {
    margin-top: 59px;
  }

  .\32xl\:mt-\[60px\] {
    margin-top: 60px;
  }

  .\32xl\:mt-\[61px\] {
    margin-top: 61px;
  }

  .\32xl\:mt-\[65px\] {
    margin-top: 65px;
  }

  .\32xl\:mt-\[66px\] {
    margin-top: 66px;
  }

  .\32xl\:mt-\[68px\] {
    margin-top: 68px;
  }

  .\32xl\:mt-\[70px\] {
    margin-top: 70px;
  }

  .\32xl\:mt-\[72px\] {
    margin-top: 72px;
  }

  .\32xl\:mt-\[73px\] {
    margin-top: 73px;
  }

  .\32xl\:mt-\[74px\] {
    margin-top: 74px;
  }

  .\32xl\:mt-\[7px\] {
    margin-top: 7px;
  }

  .\32xl\:mt-\[87px\] {
    margin-top: 87px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-\[100px\] {
    width: 100px;
  }

  .\32xl\:w-\[1212px\] {
    width: 1212px;
  }

  .\32xl\:w-\[18\%\] {
    width: 18%;
  }

  .\32xl\:w-\[224px\] {
    width: 224px;
  }

  .\32xl\:w-\[336px\] {
    width: 336px;
  }

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-\[45\%\] {
    width: 45%;
  }

  .\32xl\:w-\[48\.70\%\] {
    width: 48.70%;
  }

  .\32xl\:w-\[56\%\] {
    width: 56%;
  }

  .\32xl\:w-\[58\.50\%\] {
    width: 58.50%;
  }

  .\32xl\:w-\[60px\] {
    width: 60px;
  }

  .\32xl\:w-\[74px\] {
    width: 74px;
  }

  .\32xl\:w-\[77px\] {
    width: 77px;
  }

  .\32xl\:w-\[79px\] {
    width: 79px;
  }

  .\32xl\:w-\[89px\] {
    width: 89px;
  }

  .\32xl\:min-w-\[257px\] {
    min-width: 257px;
  }

  .\32xl\:min-w-\[301px\] {
    min-width: 301px;
  }

  .\32xl\:min-w-\[341px\] {
    min-width: 341px;
  }

  .\32xl\:\!max-w-\[87\%\] {
    max-width: 87% !important;
  }

  .\32xl\:max-w-\[162px\] {
    max-width: 162px;
  }

  .\32xl\:max-w-\[525px\] {
    max-width: 525px;
  }

  .\32xl\:max-w-\[62\%\] {
    max-width: 62%;
  }

  .\32xl\:max-w-\[640px\] {
    max-width: 640px;
  }

  .\32xl\:max-w-\[79\%\] {
    max-width: 79%;
  }

  .\32xl\:max-w-\[87\%\] {
    max-width: 87%;
  }

  .\32xl\:max-w-\[980px\] {
    max-width: 980px;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

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

  .\32xl\:gap-\[70px\] {
    gap: 70px;
  }

  .\32xl\:gap-x-\[25px\] {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .\32xl\:gap-x-\[3\.2rem\] {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }

  .\32xl\:gap-x-\[74px\] {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }

  .\32xl\:gap-y-\[39px\] {
    row-gap: 39px;
  }

  .\32xl\:gap-y-\[43px\] {
    row-gap: 43px;
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

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

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

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

  .\32xl\:rounded-t-\[48px\] {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .\32xl\:rounded-t-\[62px\] {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
  }

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

  .\32xl\:p-\[45px\] {
    padding: 45px;
  }

  .\32xl\:p-\[50px\] {
    padding: 50px;
  }

  .\32xl\:\!py-\[90px\] {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .\32xl\:px-\[29px\] {
    padding-left: 29px;
    padding-right: 29px;
  }

  .\32xl\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .\32xl\:px-\[37px\] {
    padding-left: 37px;
    padding-right: 37px;
  }

  .\32xl\:px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px;
  }

  .\32xl\:px-\[39px\] {
    padding-left: 39px;
    padding-right: 39px;
  }

  .\32xl\:px-\[59px\] {
    padding-left: 59px;
    padding-right: 59px;
  }

  .\32xl\:px-\[62px\] {
    padding-left: 62px;
    padding-right: 62px;
  }

  .\32xl\:px-\[67px\] {
    padding-left: 67px;
    padding-right: 67px;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

  .\32xl\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .\32xl\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .\32xl\:py-\[33px\] {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .\32xl\:py-\[47px\] {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .\32xl\:py-\[66px\] {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .\32xl\:pb-\[104px\] {
    padding-bottom: 104px;
  }

  .\32xl\:pb-\[115px\] {
    padding-bottom: 115px;
  }

  .\32xl\:pb-\[119px\] {
    padding-bottom: 119px;
  }

  .\32xl\:pb-\[138px\] {
    padding-bottom: 138px;
  }

  .\32xl\:pb-\[152px\] {
    padding-bottom: 152px;
  }

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

  .\32xl\:pb-\[38px\] {
    padding-bottom: 38px;
  }

  .\32xl\:pb-\[45px\] {
    padding-bottom: 45px;
  }

  .\32xl\:pb-\[49px\] {
    padding-bottom: 49px;
  }

  .\32xl\:pb-\[58px\] {
    padding-bottom: 58px;
  }

  .\32xl\:pb-\[63px\] {
    padding-bottom: 63px;
  }

  .\32xl\:pb-\[66px\] {
    padding-bottom: 66px;
  }

  .\32xl\:pb-\[67px\] {
    padding-bottom: 67px;
  }

  .\32xl\:pb-\[69px\] {
    padding-bottom: 69px;
  }

  .\32xl\:pb-\[75px\] {
    padding-bottom: 75px;
  }

  .\32xl\:pb-\[76px\] {
    padding-bottom: 76px;
  }

  .\32xl\:pb-\[81px\] {
    padding-bottom: 81px;
  }

  .\32xl\:pb-\[92px\] {
    padding-bottom: 92px;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

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

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pr-\[59px\] {
    padding-right: 59px;
  }

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

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

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

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\32xl\:pt-\[102px\] {
    padding-top: 102px;
  }

  .\32xl\:pt-\[148px\] {
    padding-top: 148px;
  }

  .\32xl\:pt-\[163px\] {
    padding-top: 163px;
  }

  .\32xl\:pt-\[30px\] {
    padding-top: 30px;
  }

  .\32xl\:pt-\[47px\] {
    padding-top: 47px;
  }

  .\32xl\:pt-\[51px\] {
    padding-top: 51px;
  }

  .\32xl\:pt-\[63px\] {
    padding-top: 63px;
  }

  .\32xl\:pt-\[65px\] {
    padding-top: 65px;
  }

  .\32xl\:pt-\[67px\] {
    padding-top: 67px;
  }

  .\32xl\:pt-\[69px\] {
    padding-top: 69px;
  }

  .\32xl\:pt-\[72px\] {
    padding-top: 72px;
  }

  .\32xl\:pt-\[73px\] {
    padding-top: 73px;
  }

  .\32xl\:pt-\[81px\] {
    padding-top: 81px;
  }

  .\32xl\:\!text-\[25px\] {
    font-size: 25px !important;
  }

  .\32xl\:\!text-\[60px\] {
    font-size: 60px !important;
  }

  .\32xl\:text-18-pixel {
    font-size: 18px;
  }

  .\32xl\:text-20-pixel {
    font-size: 20px;
  }

  .\32xl\:text-24-pixel {
    font-size: 24px;
  }

  .\32xl\:text-30-pixel {
    font-size: 30px;
  }

  .\32xl\:text-35-pixel {
    font-size: 35px;
  }

  .\32xl\:text-50-pixel {
    font-size: 50px;
  }

  .\32xl\:text-60-pixel {
    font-size: 60px;
  }

  .\32xl\:text-70-pixel {
    font-size: 70px;
  }

  .\32xl\:text-80-pixel {
    font-size: 80px;
  }

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

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

  .\32xl\:\!leading-\[35px\] {
    line-height: 35px !important;
  }

  .\32xl\:leading-\[22px\] {
    line-height: 22px;
  }

  .\32xl\:leading-\[23px\] {
    line-height: 23px;
  }

  .\32xl\:leading-\[24px\] {
    line-height: 24px;
  }

  .\32xl\:leading-\[34px\] {
    line-height: 34px;
  }

  .\32xl\:leading-\[42px\] {
    line-height: 42px;
  }

  .\32xl\:leading-\[50px\] {
    line-height: 50px;
  }

  .\32xl\:leading-\[54px\] {
    line-height: 54px;
  }

  .\32xl\:leading-\[58px\] {
    line-height: 58px;
  }

  .\32xl\:leading-\[60px\] {
    line-height: 60px;
  }

  .\32xl\:leading-\[63px\] {
    line-height: 63px;
  }

  .\32xl\:leading-\[64px\] {
    line-height: 64px;
  }

  .\32xl\:leading-\[73px\] {
    line-height: 73px;
  }

  .\32xl\:leading-\[82px\] {
    line-height: 82px;
  }
}

