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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container {
  width: 100% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 330px) {

  .\!container {
    max-width: 330px !important;
  }

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

  .\!container {
    max-width: 600px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1620px !important;
  }

  .container {
    max-width: 1620px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-\[-78px\] {
  bottom: -78px !important;
}
.\!left-\[-15px\] {
  left: -15px !important;
}
.\!left-auto {
  left: auto !important;
}
.\!right-0 {
  right: 0px !important;
}
.\!right-\[-15px\] {
  right: -15px !important;
}
.\!top-auto {
  top: auto !important;
}
.-left-6 {
  left: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-\[-64px\] {
  bottom: -64px;
}
.bottom-\[-7px\] {
  bottom: -7px;
}
.bottom-\[2px\] {
  bottom: 2px;
}
.bottom-\[5px\] {
  bottom: 5px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-13px\] {
  left: -13px;
}
.left-\[-14px\] {
  left: -14px;
}
.left-\[-5px\] {
  left: -5px;
}
.left-\[-70px\] {
  left: -70px;
}
.left-\[-7px\] {
  left: -7px;
}
.left-\[15px\] {
  left: 15px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-\[-13px\] {
  right: -13px;
}
.right-\[-14px\] {
  right: -14px;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[-250px\] {
  top: -250px;
}
.top-\[-90px\] {
  top: -90px;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[110px\] {
  top: 110px;
}
.top-\[29px\] {
  top: 29px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[7px\] {
  top: 7px;
}
.top-\[87px\] {
  top: 87px;
}
.\!z-10 {
  z-index: 10 !important;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[99\] {
  z-index: 99;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-8 {
  margin: 2rem;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!ml-\[-35px\] {
  margin-left: -35px !important;
}
.\!mr-4 {
  margin-right: 1rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-51px\] {
  margin-bottom: -51px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[170px\] {
  margin-bottom: 170px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[74px\] {
  margin-bottom: 74px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[23px\] {
  margin-left: 23px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-12px\] {
  margin-top: -12px;
}
.mt-\[-175px\] {
  margin-top: -175px;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-\[-65px\] {
  margin-top: -65px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[55px\] {
  margin-top: 55px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!h-\[25px\] {
  height: 25px !important;
}
.\!h-\[31px\] {
  height: 31px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[107px\] {
  height: 107px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[206px\] {
  height: 206px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[458px\] {
  height: 458px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[calc\(100\%-100px\)\] {
  height: calc(100% - 100px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[458px\] {
  max-height: 458px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.\!min-h-\[33px\] {
  min-height: 33px !important;
}
.\!min-h-\[52px\] {
  min-height: 52px !important;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[33px\] {
  min-height: 33px;
}
.min-h-\[458px\] {
  min-height: 458px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[25px\] {
  width: 25px !important;
}
.\!w-\[31px\] {
  width: 31px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.\!w-full {
  width: 100% !important;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[53px\] {
  width: 53px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[61px\] {
  width: 61px;
}
.w-\[69px\] {
  width: 69px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[9px\] {
  width: 9px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[194px\] {
  min-width: 194px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1040px\] {
  max-width: 1040px;
}
.max-w-\[1078px\] {
  max-width: 1078px;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[1220px\] {
  max-width: 1220px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[1276px\] {
  max-width: 1276px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[237px\] {
  max-width: 237px;
}
.max-w-\[255px\] {
  max-width: 255px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[385px\] {
  max-width: 385px;
}
.max-w-\[393px\] {
  max-width: 393px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[490px\] {
  max-width: 490px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[533px\] {
  max-width: 533px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[587px\] {
  max-width: 587px;
}
.max-w-\[617px\] {
  max-width: 617px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[656px\] {
  max-width: 656px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[810px\] {
  max-width: 810px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-\[95\%\] {
  max-width: 95%;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.\!translate-x-0 {
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[241\%\] {
  --tw-translate-x: -241%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
  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-\[-3deg\] {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.5\] {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-none {
  cursor: none;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.snap-start {
  scroll-snap-align: start;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.\!list-disc {
  list-style-type: disc !important;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-0 {
  gap: 0px !important;
}
.\!gap-12 {
  gap: 3rem !important;
}
.\!gap-\[10px\] {
  gap: 10px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[70px\] {
  gap: 70px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}
.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));
}
.\!divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.\!divide-black\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3) !important;
}
.divide-black\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3);
}
.divide-lapis-lazuli\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 90 127 / 0.1);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-\[2547\.2px\] {
  border-radius: 2547.2px !important;
}
.\!rounded-\[2px\] {
  border-radius: 2px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[2\.85px\] {
  border-radius: 2.85px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-\[7px\] {
  border-bottom-left-radius: 7px;
}
.rounded-tl-\[7px\] {
  border-top-left-radius: 7px;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.27px\] {
  border-width: 1.27px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.\!border-l-4 {
  border-left-width: 4px !important;
}
.\!border-l-\[4px\] {
  border-left-width: 4px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[4px\] {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.\!border-\[\#005a7f\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 90 127 / var(--tw-border-opacity)) !important;
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.\!border-lapis-lazuli {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 90 127 / var(--tw-border-opacity)) !important;
}
.border-\[\#009BE033\] {
  border-color: #009BE033;
}
.border-\[\#009BE0\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 155 224 / var(--tw-border-opacity));
}
.border-\[\#05499033\] {
  border-color: #05499033;
}
.border-\[\#5AAD00\] {
  --tw-border-opacity: 1;
  border-color: rgb(90 173 0 / var(--tw-border-opacity));
}
.border-\[\#E8F0FE\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 240 254 / var(--tw-border-opacity));
}
.border-\[\#EBF9FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 249 255 / var(--tw-border-opacity));
}
.border-\[\#FF0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
.border-\[\#FFFFFF1A\] {
  border-color: #FFFFFF1A;
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#ffffff4a\] {
  border-color: #ffffff4a;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-black-olive {
  --tw-border-opacity: 1;
  border-color: rgb(42 42 34 / var(--tw-border-opacity));
}
.border-celestial-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 155 224 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-lapis-lazuli {
  --tw-border-opacity: 1;
  border-color: rgb(0 90 127 / var(--tw-border-opacity));
}
.border-lapis-lazuli\/10 {
  border-color: rgb(0 90 127 / 0.1);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-b-\[\#009BE033\] {
  border-bottom-color: #009BE033;
}
.border-b-lapis-lazuli {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 90 127 / var(--tw-border-opacity));
}
.\!bg-\[\#A8A8A8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity)) !important;
}
.\!bg-celestial-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#005A7F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 127 / var(--tw-bg-opacity));
}
.bg-\[\#005a7f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 127 / var(--tw-bg-opacity));
}
.bg-\[\#009BE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity));
}
.bg-\[\#07132C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 19 44 / var(--tw-bg-opacity));
}
.bg-\[\#5AAD00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 173 0 / var(--tw-bg-opacity));
}
.bg-\[\#A8A8A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity));
}
.bg-\[\#BABABA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 186 / var(--tw-bg-opacity));
}
.bg-\[\#EAF9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#EBF9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#F5FCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 255 / var(--tw-bg-opacity));
}
.bg-\[\#FF0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-alice {
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/\[0\.2\] {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/\[0\.3\] {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-celestial-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-lapis-lazuli {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 127 / var(--tw-bg-opacity));
}
.bg-prussian-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 55 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.\!bg-\[length\:100\%_53\%\] {
  background-size: 100% 53% !important;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.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;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[13px\] {
  padding: 13px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[5px\] {
  padding: 5px;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-\[17px\] {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.\!px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.\!px-\[30px\] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-\[25px\] {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.\!py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10\.56px\] {
  padding-left: 10.56px;
  padding-right: 10.56px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.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-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-\[10px\] {
  padding-bottom: 10px !important;
}
.\!pl-\[14px\] {
  padding-left: 14px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[110px\] {
  padding-bottom: 110px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[228px\] {
  padding-top: 228px;
}
.pt-\[250px\] {
  padding-top: 250px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[63px\] {
  padding-top: 63px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.align-bottom {
  vertical-align: bottom;
}
.\!font-poppins {
  font-family: Poppins, sans-serif !important;
}
.font-poppins {
  font-family: Poppins, sans-serif;
}
.font-tirobangla {
  font-family: Tiro Bangla, serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.\!text-\[35px\] {
  font-size: 35px !important;
}
.\!text-\[9\.4px\] {
  font-size: 9.4px !important;
}
.\!text-\[9\.5px\] {
  font-size: 9.5px !important;
}
.\!text-\[9px\] {
  font-size: 9px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10\.6px\] {
  font-size: 10.6px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.\!uppercase {
  text-transform: uppercase !important;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.\!leading-\[21px\] {
  line-height: 21px !important;
}
.\!leading-\[30px\] {
  line-height: 30px !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[1\.24em\] {
  line-height: 1.24em;
}
.leading-\[1\.25em\] {
  line-height: 1.25em;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.leading-\[1\.33em\] {
  line-height: 1.33em;
}
.leading-\[1\.39em\] {
  line-height: 1.39em;
}
.leading-\[1\.3em\] {
  line-height: 1.3em;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[1\.6em\] {
  line-height: 1.6em;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[1em\] {
  line-height: 1em;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[33px\] {
  line-height: 33px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[43px\] {
  line-height: 43px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-\[65px\] {
  line-height: 65px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.\!tracking-\[1px\] {
  letter-spacing: 1px !important;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.tracking-theme {
  letter-spacing: 0.3em;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-black-olive {
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 34 / var(--tw-text-opacity)) !important;
}
.\!text-celestial-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 155 224 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#C8C8C8\] {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-olive {
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-celestial-blue {
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-lapis-lazuli {
  --tw-text-opacity: 1;
  color: rgb(0 90 127 / var(--tw-text-opacity));
}
.text-prussian-blue {
  --tw-text-opacity: 1;
  color: rgb(0 39 55 / var(--tw-text-opacity));
}
.text-prussian-blue\/60 {
  color: rgb(0 39 55 / 0.6);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.\!opacity-\[1\] {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

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

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

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

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}
.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}
.splide__arrow:hover:not(:disabled){opacity:.9}
.splide__arrow:disabled{opacity:.3}
.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide__arrow--prev{left:1em}
.splide__arrow--prev svg{transform:scaleX(-1)}
.splide__arrow--next{right:1em}
.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}
.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}
.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}
.splide__pagination__page:hover{cursor:pointer;opacity:.9}
.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__progress__bar{background:#ccc;height:3px}
.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.splide__slide:focus{outline:0}
@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}
@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}
.splide__toggle{cursor:pointer}
.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}
.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}
.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}
.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}
.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}
.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}
.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}
.splide__arrows--ttb .splide__arrow--prev{top:1em}
.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}
.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}
.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}
.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
html {
  scroll-behavior: smooth;
}
.entry-content h2,
  .entry-content h3,
  .entry-content h5,
  .entry-content h6,
  .block-editor-block-list__layout h2,
  .block-editor-block-list__layout h3,
  .block-editor-block-list__layout h5,
  .block-editor-block-list__layout h6,
  .service-content> h2,
  .service-content> h3,
  .service-content> h5,
  .service-content> h6,
  .service-faqs-body h2,
  .service-faqs-body h3,
  .service-faqs-body h5,
  .service-faqs-body h6,
  .finding-content h2,
  .finding-content h3,
  .finding-content h5,
  .finding-content h6 {
  font-family: Tiro Bangla, serif;
  font-weight: 400;
}
.entry-content h2, .block-editor-block-list__layout h2, .service-content> h2, .service-faqs-body h2, .finding-content h2 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.33em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .entry-content h2, .block-editor-block-list__layout h2, .service-content> h2, .service-faqs-body h2, .finding-content h2 {
    margin-bottom: 2.25rem;
  }
}
.entry-content h2 strong,.block-editor-block-list__layout h2 strong,.service-content> h2 strong,.service-faqs-body h2 strong,.finding-content h2 strong {
  font-weight: 700;
}
.entry-content h3, .block-editor-block-list__layout h3, .service-content> h3, .service-faqs-body h3, .finding-content h3 {
  margin-bottom: 0.75rem;
  font-size: 26px;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .entry-content h3, .block-editor-block-list__layout h3, .service-content> h3, .service-faqs-body h3, .finding-content h3 {
    margin-bottom: 1.25rem;
  }
}
.entry-content h4, .block-editor-block-list__layout h4, .service-content> h4, .service-faqs-body h4, .finding-content h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.24em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .entry-content h4, .block-editor-block-list__layout h4, .service-content> h4, .service-faqs-body h4, .finding-content h4 {
    margin-bottom: 1rem;
  }
}
.entry-content p,
  .entry-content ul,
  .entry-content ol,
  .entry-content label,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol,
  .block-editor-block-list__layout label,
  .service-content> p,
  .service-content> ul,
  .service-content> ol,
  .service-content> label,
  .service-faqs-body p,
  .service-faqs-body ul,
  .service-faqs-body ol,
  .service-faqs-body label,
  .finding-content p,
  .finding-content ul,
  .finding-content ol,
  .finding-content label {
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .entry-content p,
  .entry-content ul,
  .entry-content ol,
  .entry-content label,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol,
  .block-editor-block-list__layout label,
  .service-content> p,
  .service-content> ul,
  .service-content> ol,
  .service-content> label,
  .service-faqs-body p,
  .service-faqs-body ul,
  .service-faqs-body ol,
  .service-faqs-body label,
  .finding-content p,
  .finding-content ul,
  .finding-content ol,
  .finding-content label {
    margin-bottom: 2rem;
  }
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .entry-content label a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a, .block-editor-block-list__layout label a, .service-content> p a, .service-content> ul a, .service-content> ol a, .service-content> label a, .service-faqs-body p a, .service-faqs-body ul a, .service-faqs-body ol a, .service-faqs-body label a, .finding-content p a, .finding-content ul a, .finding-content ol a, .finding-content label a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .entry-content label a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover, .block-editor-block-list__layout label a:hover, .service-content> p a:hover, .service-content> ul a:hover, .service-content> ol a:hover, .service-content> label a:hover, .service-faqs-body p a:hover, .service-faqs-body ul a:hover, .service-faqs-body ol a:hover, .service-faqs-body label a:hover, .finding-content p a:hover, .finding-content ul a:hover, .finding-content ol a:hover, .finding-content label a:hover {
  text-decoration-line: underline;
}
.entry-content p strong,.entry-content ul strong,.entry-content ol strong,.entry-content label strong,.block-editor-block-list__layout p strong,.block-editor-block-list__layout ul strong,.block-editor-block-list__layout ol strong,.block-editor-block-list__layout label strong,.service-content> p strong,.service-content> ul strong,.service-content> ol strong,.service-content> label strong,.service-faqs-body p strong,.service-faqs-body ul strong,.service-faqs-body ol strong,.service-faqs-body label strong,.finding-content p strong,.finding-content ul strong,.finding-content ol strong,.finding-content label strong {
  font-weight: 600 !important;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li, .service-content> ul:not(.block-editor-block-variation-picker__variations) li, .service-faqs-body ul:not(.block-editor-block-variation-picker__variations) li, .finding-content ul:not(.block-editor-block-variation-picker__variations) li {
  position: relative;
  list-style-type: none;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li::before,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li::before,.service-content> ul:not(.block-editor-block-variation-picker__variations) li::before,.service-faqs-body ul:not(.block-editor-block-variation-picker__variations) li::before,.finding-content ul:not(.block-editor-block-variation-picker__variations) li::before{
          content: "✓";
          position: absolute;
          top: 2px;
          left: -1.5rem;
          margin-right: 5px;
          display: inline-flex;
          height: 18px;
          width: 18px;
          align-items: center;
          justify-content: center;
          border-radius: 9999px;
          --tw-bg-opacity: 1;
          background-color: rgb(0 155 224 / var(--tw-bg-opacity));
          text-align: center;
          font-family: Poppins, sans-serif;
          font-size: 10px;
          font-weight: 700;
          line-height: 10px;
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
.entry-content ul,.entry-content ol,.block-editor-block-list__layout ul,.block-editor-block-list__layout ol,.service-content> ul,.service-content> ol,.service-faqs-body ul,.service-faqs-body ol,.finding-content ul,.finding-content ol {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  list-style-position: outside;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {

  .entry-content ul,.entry-content ol,.block-editor-block-list__layout ul,.block-editor-block-list__layout ol,.service-content> ul,.service-content> ol,.service-faqs-body ul,.service-faqs-body ol,.finding-content ul,.finding-content ol {
    margin-top: 1.75rem;
    margin-bottom: 2.25rem;
  }
}
.entry-content ol, .block-editor-block-list__layout ol, .service-content> ol, .service-faqs-body ol, .finding-content ol {
      counter-reset: list-counter;
  }
.entry-content ol li, .block-editor-block-list__layout ol li, .service-content> ol li, .service-faqs-body ol li, .finding-content ol li {
  position: relative;
  list-style-type: none;
          counter-increment: list-counter;
}
.entry-content ol li::before,.block-editor-block-list__layout ol li::before,.service-content> ol li::before,.service-faqs-body ol li::before,.finding-content ol li::before{
            content: counter(list-counter);
            position: absolute;
            top: 2px;
            left: -1.5rem;
            margin-right: 5px;
            display: inline-flex;
            height: 18px;
            width: 18px;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            --tw-bg-opacity: 1;
            background-color: rgb(0 155 224 / var(--tw-bg-opacity));
            text-align: center;
            font-family: Poppins, sans-serif;
            font-size: 10px;
            font-weight: 700;
            line-height: 10px;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
.entry-content .wp-block-table .has-fixed-layout td, .entry-content .wp-block-table .has-fixed-layout th, .block-editor-block-list__layout .wp-block-table .has-fixed-layout td, .block-editor-block-list__layout .wp-block-table .has-fixed-layout th, .service-content> .wp-block-table .has-fixed-layout td, .service-content> .wp-block-table .has-fixed-layout th, .service-faqs-body .wp-block-table .has-fixed-layout td, .service-faqs-body .wp-block-table .has-fixed-layout th, .finding-content .wp-block-table .has-fixed-layout td, .finding-content .wp-block-table .has-fixed-layout th {
  vertical-align: top !important;
}
.entry-content .wp-block-table .has-fixed-layout td a,.entry-content .wp-block-table .has-fixed-layout th a,.block-editor-block-list__layout .wp-block-table .has-fixed-layout td a,.block-editor-block-list__layout .wp-block-table .has-fixed-layout th a,.service-content> .wp-block-table .has-fixed-layout td a,.service-content> .wp-block-table .has-fixed-layout th a,.service-faqs-body .wp-block-table .has-fixed-layout td a,.service-faqs-body .wp-block-table .has-fixed-layout th a,.finding-content .wp-block-table .has-fixed-layout td a,.finding-content .wp-block-table .has-fixed-layout th a {
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.custom-checklist .custom-list-item::before {
    content: "✓";
    position: absolute;
    top: 7px;
    left: -1.5rem;
    margin-right: 5px;
    display: inline-flex;
    height: 18px;
    width: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 155 224 / var(--tw-bg-opacity));
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.custom-numberlist {
    counter-reset: list-counter;
}
.custom-numberlist .custom-list-item {
    counter-increment: list-counter;
}
.custom-numberlist .custom-list-item::before {
    content: counter(list-counter);
    position: absolute;
    top: 7px;
    left: -1.5rem;
    margin-right: 5px;
    display: inline-flex;
    height: 18px;
    width: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 155 224 / var(--tw-bg-opacity));
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.service-faqs-body ol,.service-faqs-body ul {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#header {
  z-index: 9999999;
}
.site-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.proven-hero h2 {
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .proven-hero h2 {
    margin-bottom: 2.5rem;
    font-size: 30px;
    line-height: 43px;
  }
}
@media (min-width: 1024px) {

  .proven-hero h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {

  .proven-hero h2 {
    font-size: 30px;
    line-height: 43px;
  }
}
.proven-hero p {
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .proven-hero p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {

  .proven-hero p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {

  .proven-hero p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}
.professional-lives-content > :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));
}
.professional-lives-content {
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.professional-lives-content p a {
  text-decoration-line: underline;
}
/* .professional-lives-content h3 {
    @apply text-[22px] md:text-[30px] lg:text-2xl xl:text-[30px] 
           text-black leading-7 md:leading-[43px] lg:leading-8 xl:leading-[43px] 
           font-normal font-poppins mb-5 md:mb-10;
} */
.curve-center-2 p {
  margin-bottom: 1.75rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 768px) {

  .curve-center-2 p {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.professional-lives-content h3 {
  margin-top: 0.75rem !important;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .professional-lives-content h3 {
    font-size: 24px;
  }
}
.professional-lives-content p {
  margin-top: 0.75rem !important;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 768px) {

  .professional-lives-content p {
    margin-top: 1.25rem !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .professional-lives-content p {
    margin-bottom: 30px;
  }
}
/* UL Styling */
.professional-lives-content ul {
  list-style-type: none;
}
.professional-lives-content ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.professional-lives-content ul {
  padding-left: 2.5rem;
}
/* LI Styling with Check Icon */
.professional-lives-content ul li {
  position: relative;
  align-items: baseline;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .professional-lives-content ul li {
    display: flex;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.accordion-item-body .professional-lives-content ul li {
  display: block !important;
}
.professional-lives-content ul li strong {
  font-weight: 600 !important;
}
.professional-lives-content a:not(.same-buttons) {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
/* SVG Icon before LI */
.lives-content ul li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13" viewBox="0 0 16 13" fill="none"><path d="M5.333 12.867 0 7.533l1.867-1.866 3.466 3.466 8.8-8.8L16 2.2z" fill="%23009BE0"/></svg>');
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.lives-content h3 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.lives-content p {
  margin-bottom: 1rem;
  margin-top: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 768px) {

  .lives-content p {
    margin-top: 2.5rem;
    font-size: 25px;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .lives-content p {
    margin-bottom: 30px;
  }
}
/* UL Styling */
.lives-content ul {
  list-style-type: none;
}
.lives-content ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.lives-content ul {
  padding-left: 0px;
}
@media (min-width: 768px) {

  .lives-content ul {
    padding-left: 0.25rem;
  }
}
/* LI Styling with Check Icon */
.lives-content ul li {
  display: block;
  align-items: baseline;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .lives-content ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.lives-content ul li strong {
  font-weight: 600 !important;
}
.lives-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .lives-content ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.lives-content ul li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13" viewBox="0 0 16 13" fill="none"><path d="M5.333 12.867 0 7.533l1.867-1.866 3.466 3.466 8.8-8.8L16 2.2z" fill="%23009BE0"/></svg>');
  margin-top: 0.25rem;
  height: 13px;
  width: 16px;
  flex-shrink: 0;
}
/* SVG Icon before LI */
.professional-lives-content ul li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13" viewBox="0 0 16 13" fill="none"><path d="M5.333 12.867 0 7.533l1.867-1.866 3.466 3.466 8.8-8.8L16 2.2z" fill="%23009BE0"/></svg>');
  position: absolute;
  left: -1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
/* Faqs Accordian */
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion-item-header.active .rotate-svg {
  --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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.surgery-card p {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .surgery-card p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.testi-content h3 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .testi-content h3 {
    font-size: 25px;
    line-height: 2.5rem;
  }
}
.testi-content p {
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .testi-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {

  .testi-content p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {

  .testi-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  display: block;
  height: 16px;
  width: 9px;
  border-width: 1.27px;
  --tw-border-opacity: 1;
  border-color: rgb(0 155 224 / var(--tw-border-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-size: 10px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16"><path d="m3.24 8 4.94-4.94q.348-.348.348-.887 0-.538-.348-.886-.348-.35-.887-.349-.538 0-.886.349L.58 7.113a1.1 1.1 0 0 0-.27.412Q.23 7.747.232 8q0 .253.08.475t.268.412l5.827 5.826q.348.35.886.349.54 0 .887-.349.348-.348.348-.886 0-.54-.348-.887z" fill="%23009BE0"/></svg>');
}
/* Change SVG color on hover */
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: #005a7f;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16"><path d="m3.24 8 4.94-4.94q.348-.348.348-.887 0-.538-.348-.886-.348-.35-.887-.349-.538 0-.886.349L.58 7.113a1.1 1.1 0 0 0-.27.412Q.23 7.747.232 8q0 .253.08.475t.268.412l5.827 5.826q.348.35.886.349.54 0 .887-.349.348-.348.348-.886 0-.54-.348-.887z" fill="%23005A7F"/></svg>');
}
.swiper-button-next::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Button positioning */
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  border-color: transparent;
  background-image: none;
  padding: 2.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-image: none;
}
.splide__arrows {
  left: 50%;
  bottom: -64px;
  --tw-translate-x: -241%;
  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__arrows {
    left: auto;
    right: 175px;
    top: -140px !important;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px) {

  .splide__arrows {
    top: -856px;
  }
}
.splide__arrow--prev::after {
  transform: rotate(00deg) !important;
}
.splide__arrow--next::after {
  transform: rotate(180deg) !important;
}
.splide__arrow--prev {
  left: 2rem !important;
}
#reviews-slider .splide__arrow--prev {
  left: auto !important;
}
#reviews-slider .splide__arrow--next {
  right: 0 !important;
}
#reviews-slider .splide__arrows {
  top: auto !important;
  left: auto !important;
  --tw-translate-x: -0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@media (min-width: 1024px) {

  #reviews-slider .splide__arrows {
    top: -90px !important;
  }
}
.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "" !important;
  display: block;
  height: 16px;
  width: 9px;
  border-width: 1.27px;
  --tw-border-opacity: 1;
  border-color: rgb(0 155 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 255 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-size: 10px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16"><path d="m3.24 8 4.94-4.94q.348-.348.348-.887 0-.538-.348-.886-.348-.35-.887-.349-.538 0-.886.349L.58 7.113a1.1 1.1 0 0 0-.27.412Q.23 7.747.232 8q0 .253.08.475t.268.412l5.827 5.826q.348.35.886.349.54 0 .887-.349.348-.348.348-.886 0-.54-.348-.887z" fill="%23005A7F"/></svg>');
}
/* Change SVG color on hover */
.splide__arrow--prev:hover::after,
.splide__arrow--next:hover::after {
  border-color: #005a7f; /* New border color */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16"><path d="m3.24 8 4.94-4.94q.348-.348.348-.887 0-.538-.348-.886-.348-.35-.887-.349-.538 0-.886.349L.58 7.113a1.1 1.1 0 0 0-.27.412Q.23 7.747.232 8q0 .253.08.475t.268.412l5.827 5.826q.348.35.886.349.54 0 .887-.349.348-.348.348-.886 0-.54-.348-.887z" fill="%23005A7F"/></svg>');
}
.splide__arrow--next {
  right: -7em !important;
}
.footer-content p {
  margin-bottom: 1.5rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .footer-content p {
    margin-bottom: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}
.sub-menu {
  display: none;
  flex-direction: column;
  padding-left: 15px;
}
/* Icon arrow ▼ and rotate */
.menu-item-has-children > a::after {
  content: " ▼";
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.menu-item-has-children > a.submenu-open::after {
  transform: rotate(180deg);
}
x

/* Optional: Hide sub-menu by default and show when active */
.sub-menu {
  display: none;
}
.sub-menu.active-submenu {
  display: block;
}
.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 12px;
}
.mobile-menu {
  left: -100%;
  transition: 0.3s ease-in-out;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.mobile-menu.active {
  left: 0;
}
#mobile-btn span:nth-child(1) {
  top: 0;
}
#mobile-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#mobile-btn span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
#mobile-btn span.active:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
#mobile-btn span.active:nth-child(2) {
  opacity: 0;
}
#mobile-btn span.active:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#mobile-btn span {
  display: block;
  position: absolute;
  height: 0.25rem;
  width: 100%;
  border-radius: 0.125rem;
  opacity: 1;
  transform: rotate(0);
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 75vw;
    height: 100vh;
    background-color: #1a202c;
    transition: left 0.3s ease-in-out;
    padding-top: 80px;
  }

  .mobile-menu.active {
    left: 0;
  }
}
/* Default hidden sub-menu */
.sub-menu {
  display: none;
  position: absolute;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
}
.sub-menu li {
  margin-left: -35px !important;
  max-width: 220px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {

  .sub-menu li {
    margin-left: -35px !important;
  }
}
.sub-menu li a {
  display: block;
  width: 100%;
  min-width: 194px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sub-menu li a:hover {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 155 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .sub-menu li a {
    min-width: 220px;
  }
}
/* Show on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}
/* Hide dropdown icon initially */
.menu-item-has-children .dropdown-icon {
  display: none;
}
/* Show icon on hover */
.menu-item-has-children:hover .dropdown-icon {
  display: inline-block;
}
/* Ensure parent menu items with sub-menus have the icon */
#menu-secondary-menu .menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px; /* Space between text and icon */
}
#menu-secondary-menu .menu-item-has-children > a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
}
/* Add dropdown icon using ::after */
#menu-secondary-menu .menu-item-has-children > a::after {
  content: "";
  width: 13px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 5.1 11.2.5l1.4 1.4-6 6-6-6L2 .5z' fill='%23009BE0'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: transform 0.3s ease;
}
/* Rotate icon when hovering over parent menu */
#menu-secondary-menu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  color: #0a7991;
}
#menu-secondary-menu .menu-item-has-children:hover > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#menu-secondary-menu li {
  padding-top: 0px;
  padding-bottom: 0px;
}
#menu-secondary-menu li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 155 224 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
}
#menu-secondary-menu li > a {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.25rem;
  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: 200ms;
}
#menu-secondary-menu li:hover > a {
  --tw-border-opacity: 1;
  border-color: rgb(0 155 224 / var(--tw-border-opacity));
}
.site_logo {
  max-width: 10rem;
}
@media (min-width: 768px) {

  .site_logo {
    max-width: 320px;
  }
}
.Fill-name h3 {
  margin-bottom: 30px;
  font-family: Tiro Bangla, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .Fill-name h3 {
    font-size: 30px;
  }
}
.wpcf7-response-output {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wpcf7 input:not([type="radio"]),
.wpcf7 input:not([type="submit"]),
.wpcf7 select {
  --tw-text-opacity: 1;
  border-radius: 5px;
  color: white;
  font-family: Poppins, serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px !important;
  min-height: 60px;
  outline-offset: 2px;
  padding: 30px;
  width: 100%;
}
.wpcf7 textarea {
  --tw-text-opacity: 1;
  background-color: white;
  border-radius: 10px;
  color: #fff;
  font-family: Poppins, serif;
  font-size: 18px;
  height: 177px;
  line-height: 28px;
  padding: 30px;
  width: 100%;
}
.wpcf7 input[type="submit"] {
  background-color: #fff !important;
  color: #000000;
  cursor: pointer;
  font-family: Poppins, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  min-height: 65px;
  padding-left: 51px;
  padding-right: 51px;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.wpcf7 p {
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .wpcf7 .name-email,
  .wpcf7 .email-ct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.wpcf6-form-control {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 30px;
}
.wpcf7-form {
  background-color: #005a7f;
  padding: 30px;
  max-width: 570px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 127 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 768px) {

  .wpcf7-form {
    padding: 30px;
  }
}
.wpcf7-form-control {
  letter-spacing: 0 !important;
}
.wpcf7-form-control-wrap {
  top: -12px;
}
.wpcf7-form-control-wrap input {
  background-color: transparent !important; /* This makes the placeholder text transparent */
}
.wpcf7-form-control-wrap input ::-moz-placeholder {
  background-color: transparent !important;
}
.wpcf7-form-control-wrap input ::placeholder {
  background-color: transparent !important;
}
.wpcf7 select {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#concern-select {
  background-color: transparent;
  color: #ffffff;
}
/* Style for submit button */
.form-submit input[type="submit"] {
  background-color: #ffffff !important; /* White background */
  color: #005a7f !important; /* Text color */
  border: 2px solid #005a7f; /* Optional: Add a border with the same color as the text */
  padding: 15px 30px; /* Padding for the button */ /* Font size */
  font-family: Poppins, serif; /* Font family */
  font-weight: bold; /* Make the text bold */
  text-transform: uppercase; /* Uppercase text */
  cursor: pointer; /* Change cursor to pointer on hover */
  border-radius: 5px; /* Rounded corners */
  transition: all 0.3s ease; /* Smooth transition for hover effect */ max-width: 220px; padding-left: 17px !important; padding-right: 17px !important; font-family: Poppins, sans-serif; font-size: 9px !important; font-weight: 700 !important; line-height: 30px !important;
}
@media (min-width: 768px) {

  .form-submit input[type="submit"] {
    max-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 18px !important;
  }
}
/* Hover effect for submit button */
.form-submit input[type="submit"]:hover {
  background-color: #007fb1 !important; /* Change background on hover */
  color: #ffffff !important; /* Change text color on hover */
  border-color: #005a7f !important; /* Keep border color same as background */
}
#concern-select option {
  background-color: #005a7f; /* Background color for options */
  color: #ffffff; /* Text color for options */
  padding: 10px; /* Padding within options */
  font-size: 16px; /* Font size for options */
}
/* Style on hover for options */
#concern-select option:hover {
  background-color: #003f54; /* Darker background color when hovering */
}
/* Change placeholder color for all input fields within .preferred-name and .email-phone */
.preferred-name input::-moz-placeholder, .email-phone input::-moz-placeholder {
  color: #ffffff !important; /* Change this to your desired color */
}
.preferred-name input::placeholder,
.email-phone input::placeholder {
  color: #ffffff !important; /* Change this to your desired color */
}
/* Apply text color for the first name and last name inputs */
.preferred-name input {
  color: #ffffff !important; /* Text color */
  font-size: 16px; /* Font size */
  font-family: Poppins, serif; /* Font family */
}
/* Apply text color for the phone number and email address inputs */
.email-phone input {
  color: #ffffff !important; /* Text color */
  font-size: 16px; /* Font size */
  font-family: Poppins, serif; /* Font family */
}
.wpcf7 input:not([type="radio"]),
.wpcf7 input:not([type="submit"]),
.wpcf7 select {
  height: 66px;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  --tw-text-opacity: 1;
  border-color: white;
  border-width: 2px;
  color: #ffffff;
  font-family: poppins, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  min-height: 60px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  width: 100%;
  border-radius: 0% !important;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
}
@media (min-width: 768px) {

  .wpcf7 input:not([type="radio"]),
.wpcf7 input:not([type="submit"]),
.wpcf7 select {
    font-size: 20px;
  }
}
.preferred-name input::placeholder,
.preferred-name input::-webkit-input-placeholder,
.preferred-name input:-moz-placeholder,
.preferred-name input::-moz-placeholder,
.preferred-name input:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.preferred-name {
  position: relative;
}
.preferred-name::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 20px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml;utf8,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.1366 14.1133H9.86565C7.12619 14.1133 4.90674 16.3329 4.90674 19.0722V20.1432C4.90674 21.4192 5.94175 22.4551 7.21866 22.4551H18.782C20.058 22.4551 21.094 21.4201 21.094 20.1432V19.0722C21.094 16.3327 18.8744 14.1133 16.1351 14.1133H16.1366Z' fill='white'/><path d='M17.5224 7.39206C17.9277 9.88948 16.2316 12.2422 13.7342 12.6474C11.2377 13.0527 8.884 11.3575 8.47888 8.86011C8.07375 6.36269 9.76964 4.00993 12.2661 3.6048C14.7635 3.19949 17.117 4.89464 17.5224 7.39206Z' fill='white'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 10;
}
.preferred-name input {
  padding-left: 40px; /* enough space for the icon */
}
.phone {
  position: relative;
}
.phone::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;utf8,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.77824 7.157C2.7487 6.43313 3.04784 5.73605 3.59259 5.25964L5.8205 3.31056C6.26737 2.91909 6.85552 2.72981 7.44643 2.78611C8.03734 2.84244 8.57932 3.13974 8.944 3.60786L10.6817 5.83854C11.1045 6.38052 11.2799 7.07392 11.1664 7.75162C11.0528 8.42932 10.6604 9.02852 10.0843 9.4034L8.63472 10.3461C8.05582 10.7154 7.83054 11.4513 8.10475 12.0819C8.72428 13.333 9.56356 14.463 10.5818 15.4177C11.5365 16.4361 12.6666 17.2754 13.9176 17.8948C14.5483 18.169 15.2841 17.9437 15.6534 17.3648L16.5961 15.9152C16.971 15.3391 17.5702 14.9467 18.2479 14.8331C18.9256 14.7196 19.619 14.895 20.161 15.3179L22.3917 17.0555C22.8598 17.4202 23.1571 17.9622 23.2134 18.5531C23.2697 19.144 23.0805 19.7322 22.689 20.179L20.7399 22.4069C20.2635 22.9517 19.5655 23.2508 18.8425 23.2213C10.81 23.0773 2.91864 15.1667 2.77824 7.157Z' fill='white'/></svg>");
  width: 26px;
  height: 26px;
  position: absolute;
  top: 6px;
  left: 22px;
  z-index: 999;
}
.email {
  position: relative;
}
.email::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;utf8,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.79102 5.17045C4.11325 4.98764 4.4798 4.875 4.87496 4.875H21.125C21.5211 4.875 21.8876 4.98764 22.2089 5.17045L13.4431 11.7451C13.1818 11.9409 12.8171 11.9409 12.5558 11.7451L3.79102 5.17045ZM14.3295 12.926C13.939 13.2196 13.469 13.3664 13 13.3664C12.5309 13.3664 12.061 13.2196 11.6704 12.926L2.81602 6.28467C2.71815 6.53489 2.65906 6.80541 2.65906 7.09072V18.9089C2.65906 20.1304 3.65344 21.1248 4.87497 21.1248H21.125C22.3465 21.1248 23.3409 20.1304 23.3409 18.9089V7.09072C23.3409 6.80543 23.2827 6.53489 23.1839 6.28467L14.3295 12.926Z' fill='white'/></svg>");
  width: 100%;
  max-width: 26px;
  height: 26px;
  position: absolute;
  top: 9px;
  left: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
}
.call-pst {
  position: relative;
}
.call-pst::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;utf8,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M13 1.772C6.803 1.772 1.773 6.802 1.773 13S6.803 24.227 13 24.227 24.227 19.197 24.227 13 19.197 1.772 13 1.772m-.749 5.24V13a.75.75 0 0 0 .749.749h5.988a.75.75 0 0 0 0-1.498h-5.24V7.012a.75.75 0 0 0-1.497 0' fill='%23F5F5F5'/></svg>");
  width: 100%;
  max-width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  left: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
}
/* .call-pst::after{
    content: '';
    display: inline-block;
    background: url("data:image/svg+xml;utf8,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M13 1.772C6.803 1.772 1.773 6.802 1.773 13S6.803 24.227 13 24.227 24.227 19.197 24.227 13 19.197 1.772 13 1.772m-.749 5.24V13a.75.75 0 0 0 .749.749h5.988a.75.75 0 0 0 0-1.498h-5.24V7.012a.75.75 0 0 0-1.497 0' fill='%23F5F5F5'/></svg>");
    width: 100%;
    max-width: 26px;
    height: 26px; 
    position: absolute;
    top: 20px;
    right: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
} */
#concern-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 15 .34 0h17.32z' fill='%23F5F5F5'/></svg>");
  /* width: 100%;
    width: 20px;
    height: 20px; */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 13px; /* space for the arrow */
  color: #fff; /* text color inside select */
  background-color: #005a7f; /* background of select */
  border: 1px solid #ccc;
  border-radius: 4px;
}
.call-pst span.wpcf7-form-control-wrap::before {
  content: "";
  display: inline-block;
  background: url("/wp-content/uploads/2025/03/smartphone.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 25px;
  z-index: 999;
}
.contact-form-container {
  background-color: #0a7991;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.form-row {
  position: relative;
  margin-bottom: 15px;
}
.form-row input,
.form-row select {
  width: 100%;
  padding: 12px 12px 12px 40px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 16px;
}
.form-row input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-row input::placeholder,
.form-row select {
  color: rgba(255, 255, 255, 0.6);
}
.icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
}
.icon i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.user-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>');
}
.phone-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg>');
}
.email-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>');
}
.time-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>');
}
.form-row select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
}
/* Focus states */
.form-row input:focus,
.form-row select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
}
/* same section button */
.same-buttons {
  width: 100%;
  border-left-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 90 127 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.same-buttons:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 131 188 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .same-buttons {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.cr-button {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 90 127 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.haeder-button {
  margin-top: 7px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100% !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-left-width: 4px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 90 127 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  font-family: Poppins, sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.haeder-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 131 188 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {

  .haeder-button {
    margin-top: 0px;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.haeder-button a {
  border-style: none;
  padding-bottom: 0px !important;
  font-size: 10.6px;
  text-decoration-line: none;
}
.haeder-button a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .haeder-button a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.num-header a {
  border-style: none;
  padding-bottom: 0px !important;
}
.num-header {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  gap: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.num-header:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .num-header {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.num-header {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><path fill="%23009BE0" d="M3.17136 7.38207C3.14295 6.68604 3.43058 6.01577 3.95438 5.55768L6.09661 3.68357C6.52629 3.30716 7.09181 3.12516 7.65999 3.17929C8.22817 3.23345 8.74931 3.51932 9.09997 3.96943L10.7708 6.11432C11.1774 6.63545 11.3461 7.30218 11.2369 7.95382C11.1277 8.60545 10.7504 9.18161 10.1964 9.54207L8.80258 10.4485C8.24595 10.8036 8.02933 11.5112 8.29299 12.1175C8.8887 13.3205 9.6957 14.4071 10.6748 15.325C11.5928 16.3043 12.6794 17.1113 13.8823 17.7069C14.4887 17.9705 15.1962 17.7539 15.5514 17.1973L16.4578 15.8035C16.8182 15.2495 17.3944 14.8722 18.046 14.763C18.6977 14.6538 19.3644 14.8225 19.8855 15.2291L22.0304 16.8999C22.4805 17.2506 22.7664 17.7717 22.8206 18.3399C22.8747 18.908 22.6927 19.4736 22.3163 19.9032L20.4422 22.0455C19.9841 22.5693 19.3129 22.8569 18.6178 22.8285C10.8942 22.69 3.30636 15.0837 3.17136 7.38207Z"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;  /* Adjust position */
  background-size: 50px 26px;        /* Match SVG size */
  padding-left: 52px;                 /* Make room for SVG */
}
#accordion-content p {
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 30px;
}
/* Add this to your page's head or CSS file */
.overflow-hidden-popup-video {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* #contact-section .gform_wrapper .top_label form .form-field {
  @apply border-none ;
} */
#contact-section .gform_wrapper .form-field {
  height: 66px;
  border-radius: 0px;
}
#contact-section .gform_wrapper .top_label .gfield_label {
  top: 29px;
  margin-left: 1rem;
}
/* Form */
/* Common label style */
#contact-section label {
  position: relative;
  padding-left: 30px; /* thoda space icon ke liye */
  display: inline-block;
  color: #ffffff; /* label color black kar diya */
  margin-left: 8px;
}
#contact-section.fill-form label {
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 34 / var(--tw-text-opacity)) !important;
}
/* Common style for icon inside label */
#contact-section label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* First Name icon */
#contact-section label[for="first_name"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1366 14.1135H9.86565C7.12619 14.1135 4.90674 16.3331 4.90674 19.0724V20.1434C4.90674 21.4194 5.94175 22.4553 7.21866 22.4553H18.782C20.058 22.4553 21.094 21.4203 21.094 20.1434V19.0724C21.094 16.333 18.8744 14.1135 16.1351 14.1135H16.1366Z" fill="white"/><path d="M17.5223 7.3919C17.9276 9.88932 16.2315 12.2421 13.7341 12.6472C11.2376 13.0525 8.88388 11.3574 8.47876 8.85996C8.07363 6.36254 9.76951 4.00978 12.266 3.60465C14.7634 3.19933 17.1169 4.89449 17.5223 7.3919Z" fill="white"/></svg>');
}
#contact-section.fill-form label[for="first_name"]::before,
#contact-section.fill-form label[for="last_name"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1366 14.1135H9.86565C7.12619 14.1135 4.90674 16.3331 4.90674 19.0724V20.1434C4.90674 21.4194 5.94175 22.4553 7.21866 22.4553H18.782C20.058 22.4553 21.094 21.4203 21.094 20.1434V19.0724C21.094 16.333 18.8744 14.1135 16.1351 14.1135H16.1366Z" fill="%23009BE0"/><path d="M17.5223 7.3919C17.9276 9.88932 16.2315 12.2421 13.7341 12.6472C11.2376 13.0525 8.88388 11.3574 8.47876 8.85996C8.07363 6.36254 9.76951 4.00978 12.266 3.60465C14.7634 3.19933 17.1169 4.89449 17.5223 7.3919Z" fill="%23009BE0"/></svg>') !important;
}
/* Last Name icon */
#contact-section label[for="last_name"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1366 14.1135H9.86565C7.12619 14.1135 4.90674 16.3331 4.90674 19.0724V20.1434C4.90674 21.4194 5.94175 22.4553 7.21866 22.4553H18.782C20.058 22.4553 21.094 21.4203 21.094 20.1434V19.0724C21.094 16.333 18.8744 14.1135 16.1351 14.1135H16.1366Z" fill="white"/><path d="M17.5223 7.3919C17.9276 9.88932 16.2315 12.2421 13.7341 12.6472C11.2376 13.0525 8.88388 11.3574 8.47876 8.85996C8.07363 6.36254 9.76951 4.00978 12.266 3.60465C14.7634 3.19933 17.1169 4.89449 17.5223 7.3919Z" fill="white"/></svg>');
}
/* Email icon */
#contact-section label[for="email"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.79114 5.17045C4.11337 4.98764 4.47993 4.875 4.87508 4.875H21.1251C21.5212 4.875 21.8877 4.98764 22.209 5.17045L13.4432 11.7451C13.1819 11.9409 12.8173 11.9409 12.556 11.7451L3.79114 5.17045ZM14.3296 12.926C13.9391 13.2196 13.4691 13.3664 13.0001 13.3664C12.5311 13.3664 12.0611 13.2196 11.6706 12.926L2.81614 6.28467C2.71827 6.53489 2.65918 6.80541 2.65918 7.09072V18.9089C2.65918 20.1304 3.65356 21.1248 4.87509 21.1248H21.1251C22.3466 21.1248 23.341 20.1304 23.341 18.9089V7.09072C23.341 6.80543 23.2828 6.53489 23.184 6.28467L14.3296 12.926Z" fill="white"/></svg>');
}
#contact-section.fill-form label[for="email"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.79114 5.17045C4.11337 4.98764 4.47993 4.875 4.87508 4.875H21.1251C21.5212 4.875 21.8877 4.98764 22.209 5.17045L13.4432 11.7451C13.1819 11.9409 12.8173 11.9409 12.556 11.7451L3.79114 5.17045ZM14.3296 12.926C13.9391 13.2196 13.4691 13.3664 13.0001 13.3664C12.5311 13.3664 12.0611 13.2196 11.6706 12.926L2.81614 6.28467C2.71827 6.53489 2.65918 6.80541 2.65918 7.09072V18.9089C2.65918 20.1304 3.65356 21.1248 4.87509 21.1248H21.1251C22.3466 21.1248 23.341 20.1304 23.341 18.9089V7.09072C23.341 6.80543 23.2828 6.53489 23.184 6.28467L14.3296 12.926Z" fill="%23009BE0"/></svg>') !important;
}
/* Mobile icon */
#contact-section label[for="mobile"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.77837 7.15744C2.74882 6.43358 3.04796 5.73649 3.59271 5.26008L5.82063 3.311C6.2675 2.91953 6.85564 2.73026 7.44655 2.78656C8.03746 2.84288 8.57944 3.14018 8.94413 3.6083L10.6818 5.83898C11.1047 6.38096 11.2801 7.07436 11.1665 7.75206C11.0529 8.42976 10.6606 9.02897 10.0844 9.40384L8.63484 10.3465C8.05594 10.7158 7.83066 11.4517 8.10487 12.0823C8.7244 13.3334 9.56368 14.4635 10.582 15.4181C11.5367 16.4365 12.6668 17.2758 13.9178 17.8952C14.5484 18.1695 15.2842 17.9442 15.6536 17.3653L16.5963 15.9157C16.9711 15.3395 17.5703 14.9471 18.248 14.8336C18.9257 14.72 19.6191 14.8954 20.1611 15.3183L22.3918 17.056C22.8599 17.4207 23.1572 17.9626 23.2135 18.5535C23.2699 19.1445 23.0806 19.7326 22.6891 20.1795L20.74 22.4074C20.2636 22.9521 19.5656 23.2513 18.8427 23.2217C10.8101 23.0777 2.91877 15.1671 2.77837 7.15744Z" fill="white"/></svg>');
}
#contact-section.fill-form label[for="mobile"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.77837 7.15744C2.74882 6.43358 3.04796 5.73649 3.59271 5.26008L5.82063 3.311C6.2675 2.91953 6.85564 2.73026 7.44655 2.78656C8.03746 2.84288 8.57944 3.14018 8.94413 3.6083L10.6818 5.83898C11.1047 6.38096 11.2801 7.07436 11.1665 7.75206C11.0529 8.42976 10.6606 9.02897 10.0844 9.40384L8.63484 10.3465C8.05594 10.7158 7.83066 11.4517 8.10487 12.0823C8.7244 13.3334 9.56368 14.4635 10.582 15.4181C11.5367 16.4365 12.6668 17.2758 13.9178 17.8952C14.5484 18.1695 15.2842 17.9442 15.6536 17.3653L16.5963 15.9157C16.9711 15.3395 17.5703 14.9471 18.248 14.8336C18.9257 14.72 19.6191 14.8954 20.1611 15.3183L22.3918 17.056C22.8599 17.4207 23.1572 17.9626 23.2135 18.5535C23.2699 19.1445 23.0806 19.7326 22.6891 20.1795L20.74 22.4074C20.2636 22.9521 19.5656 23.2513 18.8427 23.2217C10.8101 23.0777 2.91877 15.1671 2.77837 7.15744Z" fill="%23009BE0"/></svg>') !important;
}
#contact-section label[for="00N4x00000b0Z6L"]::before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 1.772C6.803 1.772 1.773 6.802 1.773 13S6.803 24.227 13 24.227 24.227 19.197 24.227 13 19.197 1.772 13 1.772m-.749 5.24V13a.75.75 0 0 0 .749.749h5.988a.75.75 0 0 0 0-1.498h-5.24V7.012a.75.75 0 0 0-1.497 0" fill="%23F5F5F5"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#contact-section.fill-form label[for="00N4x00000b0Z6L"]::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 1.772C6.803 1.772 1.773 6.802 1.773 13S6.803 24.227 13 24.227 24.227 19.197 24.227 13 19.197 1.772 13 1.772m-.749 5.24V13a.75.75 0 0 0 .749.749h5.988a.75.75 0 0 0 0-1.498h-5.24V7.012a.75.75 0 0 0-1.497 0" fill="%23009BE0"/></svg>') !important;
}
#contact-section label[for="00NRl000003mJt3"]::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M14 2.59961H6C5.46957 2.59961 4.96086 2.81032 4.58579 3.1854C4.21071 3.56047 4 4.06918 4 4.59961V20.5996C4 21.13 4.21071 21.6387 4.58579 22.0138C4.96086 22.3889 5.46957 22.5996 6 22.5996H18C18.5304 22.5996 19.0391 22.3889 19.4142 22.0138C19.7893 21.6387 20 21.13 20 20.5996V8.59961M14 2.59961L20 8.59961M14 2.59961V8.59961H20M16 13.5996H8M16 17.5996H8M10 9.59961H8' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#contact-section.fill-form label[for="00NRl000003mJt3"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8M14 2L20 8M14 2V8H20M16 13H8M16 17H8M10 9H8' stroke='%23009BE0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.gfield_select:focus {
  outline: none;
  border-color: #005a7f; /* Change border color on focus */
}
.fill-form .gfield_select:focus {
  border-color: white !important; /* Change border color on focus */
}
/* 1. Hide all labels */
/* #contact-section label {
  display: none;
} */
/* 2. Style input and select fields */
#contact-section input,
#contact-section select {
  width: 100%;
  padding-top: 24px !important;
  padding: 10px 15px;
  padding-left: 46px !important;
  outline: none !important;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 16px;
  background-color: #005a7f;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#contact-section.fill-form input,
#contact-section.fill-form select {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 34 / var(--tw-text-opacity)) !important;
}
/* 3. Placeholder text color - BLACK */
#contact-section input::-moz-placeholder, #contact-section select::-moz-placeholder {
  color: #000; /* black color */
  opacity: 1; /* for Firefox */
}
#contact-section input::placeholder,
#contact-section select::placeholder {
  color: #000; /* black color */
  opacity: 1; /* for Firefox */
}
/* 4. Submit button style */
#contact-section .button {
  width: 100%;
  background-color: #ffffff !important;
  color: #005a7f;
  padding: 14px 20px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-height: 66px;
  font-size: 8px;
}
@media (min-width: 768px) {

  #contact-section .button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact-hero #contact-section .button,
.fill-forms #contact-section .button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-width: 0px;
  border-left-width: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 90 127 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.contact-hero #contact-section .button:hover,
.fill-forms #contact-section .button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 131 188 / var(--tw-bg-opacity)) !important;
}
/* 5. Submit button hover effect */
#contact-section .button:hover {
  background-color: #0082b6 !important;
  color: #fff;
}
.g-recaptcha > div {
  max-width: 200px;
}
@media (min-width: 768px) {

  .g-recaptcha > div {
    max-width: 100%;
  }
}
.g-recaptcha iframe {
  margin-top: 30px;
  max-width: 237px;
}
@media (min-width: 768px) {

  .g-recaptcha iframe {
    max-width: 100%;
  }
}
/* tab li content style */
/* headings */
.tab-content h2 {
    font-size: 1.5rem; /* text-2xl */
    color: #2563eb; /* custom lapis-lazuli */
    font-weight: 600; /* font-semibold */
}
.tab-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: clamp(14px, 2vw, 18px); /* responsive */
    color: #3d3d3d; /* black-olive */
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 25px;
}
.tab-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 2.5vw, 25px);
    color: #2563eb; /* lapis-lazuli */
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 25px;
}
/* paragraph */
.tab-content p {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    color: #3d3d3d; /* black-olive */
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 25px;
}
/* unordered list */
.tab-content ul {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #3d3d3d;
    background-color: #f5f5f5; /* bg-bg */
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    list-style: none;
}
.tab-content ul li {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 18px;
}
/* ordered list */
.tab-content ol {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3d3d3d;
    padding-left: 20px;
}
/* list item with icon */
.tab-content li.with-icon {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    color: #2563eb;
    line-height: 1.5;
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}
.tab-content li.with-icon svg {
    margin-top: 0.25rem;
    min-width: 32px;
    height: 32px;
}
/* anchor links */
.tab-content a {
    color: #2563eb;
    text-decoration: underline;
}
.surgery_procedures .points ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 26px;
  text-align: left;
}
.surgery_procedures .points ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .surgery_procedures .points ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 26px;
  }
}
.surgery_procedures .points ul li::before {
          content: '';
          position: absolute;
          left: -26px;
          top: 5px;
          width: 18px;
          height: 18px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%226.75%22%20fill%3D%22white%22/%3E%3Cpath%20d%3D%22M9%201C4.5854%201%201%204.5854%201%209C1%2013.4146%204.5854%2017%209%2017C13.4146%2017%2017%2013.4146%2017%209C17%204.5854%2013.4146%201%209%201ZM9%2015.5455C5.39273%2015.5455%202.45455%2012.6073%202.45455%209C2.45455%205.39273%205.39273%202.45455%209%202.45455C12.6073%202.45455%2015.5455%205.39273%2015.5455%209C15.5455%2012.6073%2012.6073%2015.5455%209%2015.5455Z%22%20fill%3D%22%235AAD00%22/%3E%3Cpath%20d%3D%22M12.883%206.22894C13.1883%206.53427%2013.1883%207.02745%2012.883%207.33275L8.44414%2011.7638C8.2954%2011.9125%208.09187%2011.9908%207.88831%2011.9908C7.68474%2011.9908%207.48904%2011.9125%207.33247%2011.7638L5.11699%209.54833C4.81167%209.243%204.81167%208.74982%205.11699%208.44452C5.42232%208.13922%205.9155%208.1392%206.2208%208.44452L7.88044%2010.1042L11.7634%206.22899C12.0687%205.92367%2012.5619%205.92367%2012.8672%206.22899L12.883%206.22894Z%22%20fill%3D%22%235AAD00%22/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: cover;
        }
.surgery_procedures .box-2 .points ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 26px;
  text-align: left;
}
.surgery_procedures .box-2 .points ul li {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.surgery_procedures .box-2 .points ul li::before {
            content: '';
            position: absolute;
            left: -26px;
            top: 5px;
            width: 18px;
            height: 18px;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%229%22%20r%3D%226.75%22%20fill%3D%22white%22/%3E%3Cpath%20d%3D%22M9%201C4.5854%201%201%204.5854%201%209C1%2013.4146%204.5854%2017%209%2017C13.4146%2017%2017%2013.4146%2017%209C17%204.5854%2013.4146%201%209%201ZM9%2015.5455C5.39273%2015.5455%202.45455%2012.6073%202.45455%209C2.45455%205.39273%205.39273%202.45455%209%202.45455C12.6073%202.45455%2015.5455%205.39273%2015.5455%209C15.5455%2012.6073%2012.6073%2015.5455%209%2015.5455Z%22%20fill%3D%22%23FF0000%22/%3E%3Cpath%20d%3D%22M12.883%206.22894C13.1883%206.53427%2013.1883%207.02745%2012.883%207.33275L8.4442%2011.7638C8.29546%2011.9125%208.09193%2011.9908%207.88837%2011.9908C7.6848%2011.9908%207.4891%2011.9125%207.33253%2011.7638L5.11705%209.54833C4.81173%209.243%204.81173%208.74982%205.11705%208.44452C5.42238%208.13922%205.91556%208.1392%206.22086%208.44452L7.8805%2010.1042L11.7634%206.22899C12.0688%205.92367%2012.5619%205.92367%2012.8672%206.22899L12.883%206.22894Z%22%20fill%3D%22%23FF0000%22/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: cover;
          }
.surgery_procedures .box-wrapper .box-1 {
  --tw-border-opacity: 1;
  border-color: rgb(90 173 0 / var(--tw-border-opacity));
}
.surgery_procedures .box-wrapper .box-1 .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(90 173 0 / var(--tw-bg-opacity));
}
.surgery_procedures .box-wrapper .box-2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
.surgery_procedures .box-wrapper .box-2 .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.surgery_procedures .sp_description p {
  margin-top: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.your_vision .vision_des p {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .your_vision .vision_des p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 26px;
  }
}
.power_des p {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .power_des p {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 26px;
  }
}
.power_des img {
  border-radius: 10px;
}
.tab_content p {
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.tabs-list .active {
  background: #00A1DD;
  background: linear-gradient(90deg, rgba(0, 161, 221, 1) 0%, rgba(5, 79, 125, 1) 100%);
  margin-top: 55px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px;
  padding-right: 40px;
}
.tabs-list .active:first-child {
  margin-top: 0px;
}
/* Faqs Accordian */
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.accordion-item-header.active .rotate-svg {
  --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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.r_content p {
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.r_content a {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
/* tab mobile dropdown-color */
.bg-gradient-custom {
  background: linear-gradient(90deg, rgba(0, 161, 221, 1) 0%, rgba(5, 79, 125, 1) 100%);
}
.faq-hidden {
  display: none;
}
.custom-toc {
  display: block;
  font-family: Poppins, sans-serif;
  line-height: 1.6em;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-toc .toc-accordion.active {
  border-top-width: 0px !important;
}
.custom-toc .toc-accordion.active .toc-accordion-header a {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 90 127 / var(--tw-text-opacity));
}
.custom-toc .toc-accordion.active .toc-accordion-header a::before{
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Cpath opacity='0.5' d='M1.79495 13.5L8.12 7L1.79495 0.5L0 2.34459L4.53011 7L0 11.6554L1.79495 13.5Z' fill='black'/%3E%3C/svg%3E");
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
    }
.custom-toc .h2-tag {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.custom-toc .toc-accordion-content {
  transition: max-height 0.3s ease-in-out;
}
/* Customer stories */
.story-content p {
  margin-bottom: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.story-content p:last-child {
  margin-bottom: 0px;
}
.story-content ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 2rem;
}
.story-content ol {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 2rem;
}
.story-content li {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.story-content a {
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.wrap-review p {
  margin-bottom: 0.75rem;
  font-family: Tiro Bangla, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
.wrap-review p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {

  .wrap-review p {
    font-size: 22px;
  }
}
.wrap-review ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 2rem;
}
.wrap-review ol {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 2rem;
}
.wrap-review li {
  font-family: Tiro Bangla, serif;
  font-size: 18px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(42 42 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .wrap-review li {
    font-size: 22px;
  }
}
.wrap-review a {
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.placeholder\:font-poppins::-moz-placeholder {
  font-family: Poppins, sans-serif;
}
.placeholder\:font-poppins::placeholder {
  font-family: Poppins, sans-serif;
}
.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}
.placeholder\:font-normal::placeholder {
  font-weight: 400;
}
.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.last\:\!mb-0:last-child {
  margin-bottom: 0px !important;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.autofill\:bg-white:-webkit-autofill {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.autofill\:bg-white:autofill {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:border-b:hover {
  border-bottom-width: 1px;
}
.hover\:border-celestial-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 155 224 / var(--tw-border-opacity));
}
.hover\:border-lapis-lazuli:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 90 127 / var(--tw-border-opacity));
}
.hover\:border-b-celestial-blue:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 155 224 / var(--tw-border-opacity));
}
.hover\:\!bg-\[\#1983bc\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 131 188 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#1983bc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 131 188 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#F5FCFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 255 / var(--tw-bg-opacity));
}
.hover\:bg-celestial-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 155 224 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:px-\[5px\]:hover {
  padding-left: 5px;
  padding-right: 5px;
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.hover\:text-celestial-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 155 224 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:bg-transparent:active {
  background-color: transparent;
}
.disabled\:\!hidden:disabled {
  display: none !important;
}
.disabled\:\!opacity-\[0\]:disabled {
  opacity: 0 !important;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:brightness-0 {
  --tw-brightness: brightness(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);
}
.group:hover .group-hover\: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);
}
@media (min-width: 600px) {

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

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .sm\:align-middle {
    vertical-align: middle;
  }

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

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

  .md\:\!relative {
    position: relative !important;
  }

  .md\:\!left-\[-20px\] {
    left: -20px !important;
  }

  .md\:\!right-0 {
    right: 0px !important;
  }

  .md\:\!right-\[-20px\] {
    right: -20px !important;
  }

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

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

  .md\:bottom-\[38px\] {
    bottom: 38px;
  }

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

  .md\:right-\[122px\] {
    right: 122px;
  }

  .md\:right-\[175px\] {
    right: 175px;
  }

  .md\:top-\[-122px\] {
    top: -122px;
  }

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

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

  .md\:\!ml-\[-35px\] {
    margin-left: -35px !important;
  }

  .md\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-\[6rem\] {
    margin-bottom: 6rem;
  }

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

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

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

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

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

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .md\:mt-40 {
    margin-top: 10rem;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

  .md\:\!w-auto {
    width: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

  .md\:-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));
  }

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

  .md\:scale-\[0\.8\] {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .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-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

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

  .md\:\!gap-\[5px\] {
    gap: 5px !important;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-\[28px\] {
    gap: 28px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[39px\] {
    gap: 39px;
  }

  .md\:gap-\[70px\] {
    gap: 70px;
  }

  .md\:gap-\[80px\] {
    gap: 80px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-\[\#FFFFFF1A\] {
    border-color: #FFFFFF1A;
  }

  .md\:\!bg-\[length\:50\%_100\%\] {
    background-size: 50% 100% !important;
  }

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

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

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:p-\[50px\] {
    padding: 50px;
  }

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

  .md\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:\!px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

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

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

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

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

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .md\:py-\[25\.5px\] {
    padding-top: 25.5px;
    padding-bottom: 25.5px;
  }

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

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

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

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tracking-\[0\.5em\] {
    letter-spacing: 0.5em;
  }

  .md\:tracking-\[7px\] {
    letter-spacing: 7px;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:\!bottom-auto {
    bottom: auto !important;
  }

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

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

  .lg\:left-\[-14px\] {
    left: -14px;
  }

  .lg\:top-\[-856px\] {
    top: -856px;
  }

  .lg\:top-\[282px\] {
    top: 282px;
  }

  .lg\:top-\[300px\] {
    top: 300px;
  }

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

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

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

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

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

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

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

  .lg\:h-\[80\%\] {
    height: 80%;
  }

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

  .lg\:\!min-h-\[65px\] {
    min-height: 65px !important;
  }

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

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

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

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

  .lg\:w-7 {
    width: 1.75rem;
  }

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

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

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

  .lg\:w-\[31\.95\%\] {
    width: 31.95%;
  }

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

  .lg\:w-\[32\.5\%\] {
    width: 32.5%;
  }

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

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

  .lg\:w-\[67\.5\%\] {
    width: 67.5%;
  }

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

  .lg\:w-\[68\.05\%\] {
    width: 68.05%;
  }

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

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

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

  .lg\:w-\[calc\(100\%\+40px\)\] {
    width: calc(100% + 40px);
  }

  .lg\:w-\[calc\(100\%-280px\)\] {
    width: calc(100% - 280px);
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:\!max-w-\[1230px\] {
    max-width: 1230px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[53\.59\%_46\.41\%\] {
    grid-template-columns: 53.59% 46.41%;
  }

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

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

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

  .lg\:\!justify-end {
    justify-content: flex-end !important;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-\[70px\] {
    gap: 70px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[84px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px * var(--tw-space-x-reverse));
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

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

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

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

  .lg\:p-7 {
    padding: 1.75rem;
  }

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

  .lg\:\!px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

  .lg\:py-\[19\.68px\] {
    padding-top: 19.68px;
    padding-bottom: 19.68px;
  }

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

  .lg\:pr-28 {
    padding-right: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!text-xl {
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

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

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

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

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

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

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

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

  .lg\:first\:max-w-\[65\%\]:first-child {
    max-width: 65%;
  }

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

  .lg\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .xl\:\!left-\[-60px\] {
    left: -60px !important;
  }

  .xl\:\!right-\[-60px\] {
    right: -60px !important;
  }

  .xl\:right-\[-71px\] {
    right: -71px;
  }

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

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:\!h-\[40px\] {
    height: 40px !important;
  }

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

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

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

  .xl\:min-h-\[1330px\] {
    min-height: 1330px;
  }

  .xl\:\!w-\[40px\] {
    width: 40px !important;
  }

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

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

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

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

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

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-\[125px\] {
    gap: 125px;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-\[30px\] {
    padding: 30px;
  }

  .xl\:p-\[70px\] {
    padding: 70px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:\!pt-\[100px\] {
    padding-top: 100px !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

  .xl\:pr-\[150px\] {
    padding-right: 150px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1620px) {

  .\32xl\:\!left-\[-97px\] {
    left: -97px !important;
  }

  .\32xl\:\!right-\[-97px\] {
    right: -97px !important;
  }

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

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .\32xl\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .\32xl\:mb-\[22px\] {
    margin-bottom: 22px;
  }

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

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

  .\32xl\:mt-\[15px\] {
    margin-top: 15px;
  }

  .\32xl\:mt-\[26px\] {
    margin-top: 26px;
  }

  .\32xl\:mt-\[50px\] {
    margin-top: 50px;
  }

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

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

  .\32xl\:h-auto {
    height: auto;
  }

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

  .\32xl\:w-\[157px\] {
    width: 157px;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:max-w-\[1400px\] {
    max-width: 1400px;
  }

  .\32xl\:max-w-\[1635px\] {
    max-width: 1635px;
  }

  .\32xl\:max-w-\[700px\] {
    max-width: 700px;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-\[100px\] {
    gap: 100px;
  }

  .\32xl\:gap-\[90px\] {
    gap: 90px;
  }

  .\32xl\:rounded-\[17px\] {
    border-radius: 17px;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-\[14px\] {
    padding: 14px;
  }

  .\32xl\:p-\[30px\] {
    padding: 30px;
  }

  .\32xl\:p-\[50px\] {
    padding: 50px;
  }

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

  .\32xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .\32xl\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .\32xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\32xl\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .\32xl\:pb-\[145px\] {
    padding-bottom: 145px;
  }

  .\32xl\:pb-\[175px\] {
    padding-bottom: 175px;
  }

  .\32xl\:pb-\[18px\] {
    padding-bottom: 18px;
  }

  .\32xl\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .\32xl\:pt-\[16px\] {
    padding-top: 16px;
  }

  .\32xl\:pt-\[190px\] {
    padding-top: 190px;
  }

  .\32xl\:pt-\[284px\] {
    padding-top: 284px;
  }

  .\32xl\:pt-\[50px\] {
    padding-top: 50px;
  }

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

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

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

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

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

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

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

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

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .\32xl\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

