/*
! 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%;
}
@media (min-width: 480px) {

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 2560px;
  }
}
.font-primary {
    font-family: "Georgia", serif;
  }
.font-secondary, p,
  .insight-detail ul, .insight-detail ol, 
  .briefing-notes-detail ul, .briefing-notes-detail ol,
  .content-wrapper .lsmith-text .desc ul, .content-wrapper .lsmith-text .desc ol,
  .content-wrapper .wp-block-group ul, .content-wrapper .wp-block-group ol {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
  }
.\!font-secondary {
    font-family: "Calibri", sans-serif !important;
    font-variant-numeric: unset !important;
  }
.font-sc{
    font-family: "Noto Sans SC";
  }
.banner-text {
    font-size: 38px;
  }
.banner-text-2 {
    font-size: 28px;
  }
.icon-text {
    font-size: 36px;
  }
.heading1 {
    font-size: 28px;
    line-height: 130%;
  }
.heading2, .heading2-sm {
    font-size: 24px;
  }
.heading3 {
    font-size: 22px;
  }
.\!heading4 {
    font-size: 20px !important;
  }
.heading4, .text-nav {
    font-size: 20px;
  }
.heading5, .text-large {
    font-size: 18px;
  }
.heading6, body, .text-normal {
    font-size: 16px;
  }
 .\!text-normal {
    font-size: 16px !important;
  }
/* used body extra small instead */
.navlink {
    font-size: 14px;
    line-height: 1.5;
  }
.text-small {
    font-size: 14px;
    line-height: 1.5;
  }
.text-xs {
    font-size: 12px;
    line-height: 1.5;
  }
@media (min-width: 768px) {
    .banner-text {
      font-size: calc(40px + (var(--banner-text) - 40) * ((100vw - 768px) / (1920 - 768)));
    }
    .banner-text-2 {
      font-size: calc(32px + (var(--icon-text) - 32) * ((100vw - 768px) / (1920 - 768)));
    }
    .icon-text {
      font-size: calc(40px + (var(--icon-text) - 40) * ((100vw - 768px) / (1920 - 768)));
    }

    .heading1 {
      font-size: calc(28px + (var(--text-h1) - 28) * ((100vw - 768px) / (1920 - 768)));
    }

    .heading2 {
      font-size: calc(24px + (var(--text-h2) - 24) * ((100vw - 768px) / (1920 - 768)));
    }
    
    .heading2-sm {
      font-size: calc(24px + (var(--text-h2-sm) - 24) * ((100vw - 768px) / (1920 - 768)));
    }

    .heading3 {
      font-size: calc(22px + (var(--text-h3) - 22) * ((100vw - 768px) / (1920 - 768)));
    }

    .heading4 {
      font-size: calc(20px + (var(--text-h4) - 20) * ((100vw - 768px) / (1920 - 768)));
    }
    
    .heading5 {
      font-size: calc(18px + (var(--text-h5) - 18) * ((100vw - 768px) / (1920 - 768)));
    }
    
    .heading6 {
      font-size: calc(16px + (var(--text-h6) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
    
    .text-nav {
      font-size: calc(20px + (var(--text-nav) - 20) * ((100vw - 768px) / (1920 - 768)));
    }

    .text-large {
      font-size: calc(18px + (var(--text-body-large) - 18) * ((100vw - 768px) / (1920 - 768)));
    }
  
    body, .text-normal {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
  
    .text-small {
      font-size: calc(14px + (var(--text-body-small) - 14) * ((100vw - 768px) / (1920 - 768)));
    }
  
    .text-xs {
      font-size: calc(12px + (var(--text-body-xs) - 12) * ((100vw - 768px) / (1920 - 768)));
    }
     {
      font-size: calc(40px + (var(--banner-text) - 40) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(32px + (var(--icon-text) - 32) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(40px + (var(--icon-text) - 40) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(28px + (var(--text-h1) - 28) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(24px + (var(--text-h2) - 24) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(24px + (var(--text-h2-sm) - 24) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(22px + (var(--text-h3) - 22) * ((100vw - 768px) / (1920 - 768))) !important;
    }

    .\!heading4 {
      font-size: calc(20px + (var(--text-h4) - 20) * ((100vw - 768px) / (1920 - 768))) !important;
    }
    
     {
      font-size: calc(18px + (var(--text-h5) - 18) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(16px + (var(--text-h6) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(20px + (var(--text-nav) - 20) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(18px + (var(--text-body-large) - 18) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(14px + (var(--text-body-small) - 14) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(12px + (var(--text-body-xs) - 12) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(40px + (var(--banner-text) - 40) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(32px + (var(--icon-text) - 32) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(40px + (var(--icon-text) - 40) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(28px + (var(--text-h1) - 28) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(24px + (var(--text-h2) - 24) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(24px + (var(--text-h2-sm) - 24) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(22px + (var(--text-h3) - 22) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(20px + (var(--text-h4) - 20) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(18px + (var(--text-h5) - 18) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(16px + (var(--text-h6) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(20px + (var(--text-nav) - 20) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(18px + (var(--text-body-large) - 18) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  
     .\!text-normal {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  
     {
      font-size: calc(14px + (var(--text-body-small) - 14) * ((100vw - 768px) / (1920 - 768))) !important;
      font-size: calc(12px + (var(--text-body-xs) - 12) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  }
@media (min-width: 1280px) {
    .banner-text {
      font-size: min(72px, calc(64px + (var(--banner-text) - 64) * ((100vw - 1280px) / (1920 - 1280))));
    }
    .banner-text-2, .icon-text {
      font-size: min(64px, calc(36px + (var(--icon-text) - 36) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .heading1 {
      font-size: min(48px, calc(36px + (var(--text-h1) - 36) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .heading2 {
      font-size: min(40px, calc(32px + (var(--text-h2) - 32) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .heading2-sm {
      font-size: min(32px, calc(28px + (var(--text-h2-sm) - 28) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .heading3 {
      font-size: min(28px, calc(24px + (var(--text-h3) - 24) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .heading4 {
      font-size: min(24px, calc(22px + (var(--text-h4) - 22) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .heading5 {
      font-size: min(20px, calc(19px + (var(--text-h5) - 19) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .heading6 {
      font-size: min(18px, calc(17px + (var(--text-h6) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .text-nav {
      font-size: min(24px, calc(22px + (var(--text-nav) - 22) * ((100vw - 1280px) / (1920 - 1280))));
    }

    .text-large {
      font-size: min(20px, calc(19px + (var(--text-body-large) - 19) * ((100vw - 1280px) / (1920 - 1280))));
    }

    body, .text-normal {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }
  
    .text-small {
      font-size: min(16px, calc(15px + (var(--text-body-small) - 15) * ((100vw - 1280px) / (1920 - 1280))));
    }
  
    .text-xs {
      font-size: min(14px, calc(13px + (var(--text-body-xs) - 13) * ((100vw - 1280px) / (1920 - 1280))));
    }
     {
      font-size: min(72px, calc(64px + (var(--banner-text) - 64) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(64px, calc(36px + (var(--icon-text) - 36) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(48px, calc(36px + (var(--text-h1) - 36) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(40px, calc(32px + (var(--text-h2) - 32) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(32px, calc(28px + (var(--text-h2-sm) - 28) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(28px, calc(24px + (var(--text-h3) - 24) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }

    .\!heading4 {
      font-size: min(24px, calc(22px + (var(--text-h4) - 22) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }

     {
      font-size: min(20px, calc(19px + (var(--text-h5) - 19) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(18px, calc(17px + (var(--text-h6) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(24px, calc(22px + (var(--text-nav) - 22) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(20px, calc(19px + (var(--text-body-large) - 19) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(16px, calc(15px + (var(--text-body-small) - 15) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(14px, calc(13px + (var(--text-body-xs) - 13) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(72px, calc(64px + (var(--banner-text) - 64) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(64px, calc(36px + (var(--icon-text) - 36) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(48px, calc(36px + (var(--text-h1) - 36) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(40px, calc(32px + (var(--text-h2) - 32) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(32px, calc(28px + (var(--text-h2-sm) - 28) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(28px, calc(24px + (var(--text-h3) - 24) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(24px, calc(22px + (var(--text-h4) - 22) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(20px, calc(19px + (var(--text-h5) - 19) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(18px, calc(17px + (var(--text-h6) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(24px, calc(22px + (var(--text-nav) - 22) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(20px, calc(19px + (var(--text-body-large) - 19) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }

     .\!text-normal {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  
     {
      font-size: min(16px, calc(15px + (var(--text-body-small) - 15) * ((100vw - 1280px) / (1920 - 1280)))) !important;
      font-size: min(14px, calc(13px + (var(--text-body-xs) - 13) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.\!inset-0 {
  inset: 0px !important;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-\[18px\] {
  bottom: 18px !important;
}
.\!right-2 {
  right: 0.5rem !important;
}
.\!right-3 {
  right: 0.75rem !important;
}
.\!right-3\.5 {
  right: 0.875rem !important;
}
.\!top-\[6px\] {
  top: 6px !important;
}
.-bottom-72 {
  bottom: -18rem;
}
.-left-1 {
  left: -0.25rem;
}
.-left-10 {
  left: -2.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-\[337px\] {
  top: -337px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[82px\] {
  bottom: 82px;
}
.bottom-\[calc\(100\%-40px\)\] {
  bottom: calc(100% - 40px);
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-1000px\] {
  left: -1000px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[6px\] {
  right: 6px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[-1000px\] {
  top: -1000px;
}
.top-\[6px\] {
  top: 6px;
}
.-z-\[1\] {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.\!m-0 {
  margin: 0px !important;
}
.m-auto {
  margin: auto;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-2\.5 {
  margin-top: 0.625rem !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[var\(--header-height\)\] {
  margin-top: var(--header-height);
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[115\/118\] {
  aspect-ratio: 115/118;
}
.aspect-\[124\/75\] {
  aspect-ratio: 124/75;
}
.aspect-\[124\/85\] {
  aspect-ratio: 124/85;
}
.aspect-\[18\/13\] {
  aspect-ratio: 18/13;
}
.aspect-\[415\/234\] {
  aspect-ratio: 415/234;
}
.aspect-\[51\/31\] {
  aspect-ratio: 51/31;
}
.aspect-\[62\/15\] {
  aspect-ratio: 62/15;
}
.aspect-\[7\/5\] {
  aspect-ratio: 7/5;
}
.aspect-\[72\/61\] {
  aspect-ratio: 72/61;
}
.aspect-\[786\/469\] {
  aspect-ratio: 786/469;
}
.aspect-\[8\/9\] {
  aspect-ratio: 8/9;
}
.aspect-\[9\/4\] {
  aspect-ratio: 9/4;
}
.aspect-\[96\/25\] {
  aspect-ratio: 96/25;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!size-9 {
  width: 2.25rem !important;
  height: 2.25rem !important;
}
.\!size-full {
  width: 100% !important;
  height: 100% !important;
}
.size-0 {
  width: 0px;
  height: 0px;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-56 {
  width: 14rem;
  height: 14rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.size-\[calc\(100\%-12px\)\] {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
.size-auto {
  width: auto;
  height: auto;
}
.size-full {
  width: 100%;
  height: 100%;
}
.size-max {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-80 {
  height: 20rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[391px\] {
  height: 391px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[calc\(100vh-10rem\)\] {
  height: calc(100vh - 10rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[1200px\] {
  max-height: 1200px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.min-h-\[112\.319vw\] {
  min-height: 112.319vw;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[83\.33\%\] {
  width: 83.33%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100\%-10px\)\] {
  width: calc(100% - 10px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!max-w-\[600px\] {
  max-width: 600px !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[26\.25rem\] {
  max-width: 26.25rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[31\.875rem\] {
  max-width: 31.875rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[412px\] {
  max-width: 412px;
}
.max-w-\[42\.813rem\] {
  max-width: 42.813rem;
}
.max-w-\[49\.125rem\] {
  max-width: 49.125rem;
}
.max-w-\[493px\] {
  max-width: 493px;
}
.max-w-\[508px\] {
  max-width: 508px;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[calc\(100\%-12px\)\] {
  max-width: calc(100% - 12px);
}
.max-w-\[calc\(100\%-8px\)\] {
  max-width: calc(100% - 8px);
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.basis-full {
  flex-basis: 100%;
}
.table-fixed {
  table-layout: fixed;
}
.-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-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
  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-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
  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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-circle {
  list-style-type: circle;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[100px\] {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.gap-y-\[18px\] {
  row-gap: 18px;
}
.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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * 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-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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-\[80px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80px * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.\!rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}
.\!rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}
.\!rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-\[12px\] {
  border-bottom-left-radius: 12px;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-\[12px\] {
  border-top-right-radius: 12px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-\[\#193060\] {
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
}
.border-\[\#46549D\] {
  --tw-border-opacity: 1;
  border-color: rgb(70 84 157 / var(--tw-border-opacity));
}
.border-\[\#54617B\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 97 123 / var(--tw-border-opacity));
}
.border-\[\#949CAD\] {
  --tw-border-opacity: 1;
  border-color: rgb(148 156 173 / var(--tw-border-opacity));
}
.border-\[\#9D9D9D\] {
  --tw-border-opacity: 1;
  border-color: rgb(157 157 157 / var(--tw-border-opacity));
}
.border-\[\#A59790\] {
  --tw-border-opacity: 1;
  border-color: rgb(165 151 144 / var(--tw-border-opacity));
}
.border-\[\#CECECE\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#E0EBF8\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 235 248 / var(--tw-border-opacity));
}
.border-\[\#F14209\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 66 9 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.border-black-800 {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
}
.border-mint {
  --tw-border-opacity: 1;
  border-color: rgb(101 181 136 / var(--tw-border-opacity));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(241 66 9 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(70 84 157 / var(--tw-border-opacity));
}
.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(34 148 149 / var(--tw-border-opacity));
}
.border-b-\[\#CECECE\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(206 206 206 / var(--tw-border-opacity));
}
.border-b-\[\#DFE1E6\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(223 225 230 / var(--tw-border-opacity));
}
.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity)) !important;
}
.\!bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#0A0A0A80\] {
  background-color: #0A0A0A80;
}
.bg-\[\#193060B2\] {
  background-color: #193060B2;
}
.bg-\[\#229495\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 148 149 / var(--tw-bg-opacity));
}
.bg-\[\#46549D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
}
.bg-\[\#5F5150\] {
  --tw-bg-opacity: 1;
  background-color: rgb(95 81 80 / var(--tw-bg-opacity));
}
.bg-\[\#888\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}
.bg-\[\#A59790\] {
  --tw-bg-opacity: 1;
  background-color: rgb(165 151 144 / var(--tw-bg-opacity));
}
.bg-\[\#CECECE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity));
}
.bg-\[\#E0EAE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 234 233 / var(--tw-bg-opacity));
}
.bg-\[\#E0EBF8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
.bg-\[\#E6E2E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 226 224 / var(--tw-bg-opacity));
}
.bg-\[\#F14209\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 66 9 / var(--tw-bg-opacity));
}
.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity));
}
.bg-\[\#F8E4E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 228 224 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#FBC0AF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 192 175 / var(--tw-bg-opacity));
}
.bg-\[\#FFF6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#FFFDFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 250 / var(--tw-bg-opacity));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[custom-tl-lg\] {
  background-color: custom-tl-lg;
}
.bg-\[lightgray\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-black-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity));
}
.bg-blue-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
.bg-brown-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 250 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(241 66 9 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(34 148 149 / var(--tw-bg-opacity));
}
.bg-teal-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 255 246 / var(--tw-bg-opacity));
}
.bg-teal-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 234 233 / 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-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[100px\] {
  padding: 100px;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-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-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.\!pb-6 {
  padding-bottom: 1.5rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pr-6 {
  padding-right: 1.5rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[200px\] {
  padding-bottom: 200px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[160px\] {
  font-size: 160px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.not-italic {
  font-style: normal;
}
.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[0\.3\] {
  line-height: 0.3;
}
.leading-\[0\.4\] {
  line-height: 0.4;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-\[normal\] {
  line-height: normal;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.\!text-\[\#262626\] {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / 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-\[\#0A0A0A\] {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-\[\#0A0A0\] {
  color: #0A0A0;
}
.text-\[\#0c0d12\] {
  --tw-text-opacity: 1;
  color: rgb(12 13 18 / var(--tw-text-opacity));
}
.text-\[\#1C1F2A\] {
  --tw-text-opacity: 1;
  color: rgb(28 31 42 / var(--tw-text-opacity));
}
.text-\[\#229495\] {
  --tw-text-opacity: 1;
  color: rgb(34 148 149 / var(--tw-text-opacity));
}
.text-\[\#2C447D\] {
  --tw-text-opacity: 1;
  color: rgb(44 68 125 / var(--tw-text-opacity));
}
.text-\[\#3B3B3B\] {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.text-\[\#6C6C6C\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.text-\[\#9D9D9D\] {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.text-\[\#A59790B2\] {
  color: #A59790B2;
}
.text-\[\#A59790\] {
  --tw-text-opacity: 1;
  color: rgb(165 151 144 / var(--tw-text-opacity));
}
.text-\[\#F14209B2\] {
  color: #F14209B2;
}
.text-\[\#F14209\] {
  --tw-text-opacity: 1;
  color: rgb(241 66 9 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-black-200 {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.text-black-400 {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.text-black-600 {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(241 66 9 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(25 48 96 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(70 84 157 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-0 {
  outline-width: 0px;
}
.outline-transparent {
  outline-color: transparent;
}
.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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  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-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
/* Third Party Libraries */
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
/* Configure all fonts here */
@font-face {
  font-family: "Georgia, serif";
  src: url(../fonts/georgia.ttf?fdad852e4d92e9181774eaee839c4286) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/georgiab.ttf?86db03e716019226d7907262ab675c1d) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Calibri, sans-serif";
  src: url(../fonts/calibril.ttf?1a89dc9b70f6cefcf04ef53876fa49c3) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Calibri, sans-serif";
  src: url(../fonts/calibri.ttf?5051e9c44ad675ae413d0634e333317d) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans SC, sans-serif";
  src: url(../fonts/NotoSansSC-Light.ttf?95636138ebb8fac765e9b1bf7fb76ed5) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans SC, sans-serif";
  src: url(../fonts/NotoSansSC-Regular.ttf?0ae52b5f516c2c73380177c2712e3570) format("truetype");
  font-weight: 400;
}
:root {
  --banner-text: 72; /* 38px */;
  --banner-text-2: 64; /* 38px */;
  --icon-text: 64 /* 36px */;
  --text-h1: 48; /* 28px */
  --text-h2: 40; /* 24px */
  --text-h2-sm: 32; /* 24px */
  --text-h3: 28; /* 22 */
  --text-h4: 24; /* 20 */
  --text-h5: 20; /* 18 */
  --text-h6: 18; /* 16 */
  --text-nav: 24; /* 20 */
  --text-body-large: 20; /* 18 */
  --text-body: 18; /* 16 */
  --text-body-small: 16; /* 14 */
  --text-body-xs: 14; /* 12 */
  --fs-ratio: 0.2;
}
body {
  font-family: "Georgia", serif;
  line-height: normal;
  font-variant-numeric: lining-nums proportional-nums;
}
html[lang="zh"] *{
    font-family: "Noto Sans SC";
  }
html[lang="zh"] .vision-and-values .desc p, 
html[lang="zh"] .vision-and-values #tab-contents .tab-content > p,
html[lang="zh"] .quote-with-deco .description p{
    font-family: "Noto Sans SC";
  }
/* Configure website containers here */
:root {
  --container: 1760px;
  --container-lg: 1720px;
  --container-md: 1560px;
  --container-xs: 1000px;
  --container-lg-px: 1.1363%;
  --container-md-px: 5.68%;
  --container-xs-px: 21.59%;
}
.container {
  max-width: 1800px;
  width: 100%;
  padding-inline: 20px;
}
@media (min-width: 640px) {
  .container {
    padding-inline: 40px;
  }
}
@media (min-width: 1024px) {
  .container-lg {
    padding-inline: 20px;
  }

  .container {
    padding-inline: 20px;
  }

  .container-md {
    padding-right: var(--container-md-px);
    padding-left: var(--container-md-px);
  }

  .container-xs {
    padding-right: var(--container-xs-px);
    padding-left: var(--container-xs-px);
  }
}
@media (min-width: 1280px) {
  .container-lg {
    padding-inline: 40px;
  }
}
@media (min-width: 1536px) {
  .container-lg {
    padding-right: var(--container-lg-px);
    padding-left: var(--container-lg-px);
  }
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
/* .slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.slide {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
} */
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
}
.bullet {
  cursor: pointer;
}
.bullet.active {
  background-color: #2d3748; /* TailwindCSS bg-gray-800 */
}
.legalnotice a:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.pagination .page-numbers, .keyboard button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(25 48 96 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.5rem;
}
@media (min-width: 1024px) {

  .pagination .page-numbers, .keyboard button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pagination .page-numbers, .keyboard button {
  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: 300ms;
}
.pagination .page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination a.page-numbers:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
p {
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
}
button, input {
  outline-width: 0px;
}
.btn-wrapper {
  position: relative;
  z-index: 0;
}
.btn {
  margin-top: 0.25rem;
  width: 100%;
  font-weight: 700;
  text-decoration-line: none !important;
  outline-width: 0px;
}
@media (min-width: 640px) {

  .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.btn {
  position: relative;
  top: -0.25rem;
  left: -0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  line-height: 140%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.btn::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-content: '';
  content: var(--tw-content);
}
.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(70 84 157 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-primary::after {
  --tw-bg-opacity: 1;
  background-color: rgb(212 215 222 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
.btn-primary:hover {
  top: 0px;
  left: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.btn-primary:hover::after {
  top: 0px;
  left: 0px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
a.link {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.section-title {
    font-size: 18px;
  }
@media (min-width: 768px) {
    
    .section-title {
      font-size: calc(18px + (var(--text-h5) - 18) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .section-title {
      font-size: min(20px, calc(19px + (var(--text-h5) - 19) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.section-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.animate-card>.custom-tl-lg {
  --tw-translate-y: -10px;
  --tw-translate-x: -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));
}
@media (min-width: 1536px) {

  .animate-card>.custom-tl-lg {
    --tw-translate-y: -1.25rem;
    --tw-translate-x: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.animate-card .animate-motion-tl-lg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.animate-card:hover .animate-motion-tl-lg {
  --tw-translate-x: -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));
}
@media (min-width: 1536px) {

  .animate-card:hover .animate-motion-tl-lg {
    --tw-translate-x: -1.25rem;
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.animate-card>.custom-tl {
  --tw-translate-y: -0.75rem;
  --tw-translate-x: -0.75rem;
  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));
}
.animate-card .animate-motion-tl {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.animate-card:hover .animate-motion-tl {
  --tw-translate-x: -0.75rem;
  --tw-translate-y: -0.75rem;
  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));
}
.animate-card>.custom-tl-sm {
  --tw-translate-y: -0.625rem;
  --tw-translate-x: -0.625rem;
  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));
}
.animate-card .animate-motion-tl-sm {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.animate-card:hover .animate-motion-tl-sm {
  --tw-translate-x: -0.625rem;
  --tw-translate-y: -0.625rem;
  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));
}
.custom-top-left, .animate-motion-to-top:hover{
    transform: translate(-12px, -12px);
    transition: transform 0.5s ease;
}
.custom-top-left1, .animate-motion-to-top1:hover{
  transform: translate(-10px, -10px);
  transition: transform 0.5s ease;
}
.text-stroke {
  -webkit-text-stroke-width: 4px; 
  text-stroke-width: 4px; 
}
.text-stroke-blue {
  -webkit-text-stroke-color: #2C447D; 
  text-stroke-color: #2C447D; 
}
#header-with-newsletter .sticky-navbar {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
}
.primary-menu-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#primary-menu-container {
  height: 100%;
}
ul.primary-menu {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {

  ul.primary-menu {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1680px) {

  ul.primary-menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
ul.primary-menu::-webkit-scrollbar {
  display: none;
}
ul.primary-menu > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 235 248 / var(--tw-border-opacity));
}
ul.primary-menu > li:last-child {
  border-bottom-width: 0px;
}
ul.primary-menu > li {
  z-index: 0;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {

  ul.primary-menu > li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1680px) {

  ul.primary-menu > li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 100px;
    padding-right: 100px;
  }
}
ul.primary-menu > li {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
ul.primary-menu > li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
ul.primary-menu > li > a {
    font-size: 20px;
  }
@media (min-width: 768px) {
    
    ul.primary-menu > li > a {
      font-size: calc(20px + (var(--text-nav) - 20) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    ul.primary-menu > li > a {
      font-size: min(24px, calc(22px + (var(--text-nav) - 22) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
ul.primary-menu > li > a {
  flex: 1 1 0%;
}
ul.primary-menu li > a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  ul.primary-menu li > a {
    gap: 1.25rem;
  }
}
ul.primary-menu li > a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
ul.primary-menu li > a > img {
  width: 1.75rem;
  height: 1.75rem;
}
@media (min-width: 768px) {

  ul.primary-menu li > a > img {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1680px) {

  ul.primary-menu li > a > img {
    width: auto;
    height: auto;
  }
}
/* Sub Menu */
ul.primary-menu li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
ul.primary-menu li.menu-item-has-children::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.33203 13.3333L15.9987 20L22.6654 13.3333L9.33203 13.3333Z' fill='%233B3B3B'/%3E%3C/svg%3E") !important;
  order: 2;
  height: 2rem;
}
ul.primary-menu li.menu-item-has-children a {
  order: 1;
}
ul.primary-menu ul.sub-menu {
  max-height: 0px;
  overflow-y: hidden;
  order: 3;
  flex: 1 1 auto;
  flex-basis: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
ul.primary-menu ul.sub-menu::before {
  position: absolute;
  top: 4rem;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 768px) {

  ul.primary-menu ul.sub-menu::before {
    content: var(--tw-content);
    top: 72px;
  }
}
@media (min-width: 1680px) {

  ul.primary-menu ul.sub-menu::before {
    content: var(--tw-content);
    top: 88px;
  }
}
ul.primary-menu ul.sub-menu::before {
  z-index: -1;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
ul.primary-menu ul.sub-menu > li > ul.sub-menu {
  margin-top: 0px;
  padding: 0px;
}
ul.primary-menu ul.sub-menu > li > ul.sub-menu::before {
  content: var(--tw-content);
  top: 52px;
}
ul.primary-menu ul.sub-menu li {
    font-size: 16px;
  }
@media (min-width: 768px) {
  
    ul.primary-menu ul.sub-menu li {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    ul.primary-menu ul.sub-menu li {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
ul.primary-menu ul.sub-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
ul.primary-menu ul.sub-menu li:hover.menu-item-has-children {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 246 / var(--tw-bg-opacity));
}
ul.primary-menu ul.sub-menu li:hover:before {
  opacity: 1;
}
ul.primary-menu ul.sub-menu li:hover>a {
  margin-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(241 66 9 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  ul.primary-menu ul.sub-menu li:hover>a {
    margin-left: 1.25rem;
  }
}
ul.primary-menu ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu::before {
  opacity: 1;
}
ul.primary-menu ul.sub-menu li > a > img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
ul.primary-menu ul.sub-menu li:hover > a > img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(99%) saturate(3513%) hue-rotate(12deg) brightness(109%) contrast(93%);
}
ul.primary-menu ul.sub-menu li.menu-item-has-children {
  z-index: 0;
  justify-content: normal;
}
ul.primary-menu ul.sub-menu li.menu-item-has-children::after {
  margin-right: 0px;
  content: var(--tw-content);
  margin-left: auto;
}
ul.primary-menu ul.sub-menu li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M13.334 22.6666L20.0007 16L13.334 9.33329L13.334 22.6666Z' fill='%23F14209'/%3E%3C/svg%3E") !important;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
/* Sub Menu Open Classes */
ul.primary-menu li.menu-item-has-children.open {
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
ul.primary-menu li.menu-item-has-children.open::after {
  content: var(--tw-content);
  --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));
}
ul.primary-menu li.menu-item-has-children.open > ul.sub-menu {
  margin-top: 1rem;
  max-height: 1200px;
  padding-top: 10px;
}
@media (min-width: 768px) {

  ul.primary-menu li.menu-item-has-children.open > ul.sub-menu {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1680px) {

  ul.primary-menu li.menu-item-has-children.open > ul.sub-menu {
    margin-top: 1.5rem;
  }
}
ul.primary-menu > li.menu-item-has-children.open > ul.sub-menu > li.menu-item-type-taxonomy.menu-item-has-children.open {
  padding-bottom: 0px;
}
ul.primary-menu > li.menu-item-has-children.open > ul.sub-menu > li.menu-item-has-children.open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 246 / var(--tw-bg-opacity));
}
ul.primary-menu > li.menu-item-has-children.open > ul.sub-menu > li.menu-item-has-children.open>a {
  margin-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(241 66 9 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  ul.primary-menu > li.menu-item-has-children.open > ul.sub-menu > li.menu-item-has-children.open>a {
    margin-left: 1.25rem;
  }
}
ul.primary-menu > li.menu-item-has-children.open > ul.sub-menu > li.menu-item-has-children.open > ul.sub-menu {
  margin-left: 0.75rem;
}
@media (min-width: 1024px) {

  ul.primary-menu > li.menu-item-has-children.open > ul.sub-menu > li.menu-item-has-children.open > ul.sub-menu {
    margin-left: 1.25rem;
  }
}
ul.primary-menu ul.sub-menu > li.menu-item-has-children.open > ul.sub-menu {
  margin-top: 0px;
  padding-top: 10px;
}
/* Primary Menu Open Classes */
.header-overlay.open, .tel-menu-overlay.open {
  right: 0px;
  bottom: 0px;
  opacity: 0.6;
}
#header-with-newsletter.open .primary-menu-wrapper {
  width: 83.33%;
}
@media (min-width: 640px) {

  #header-with-newsletter.open .primary-menu-wrapper {
    width: 65.1%;
  }
}
@media (min-width: 768px) {

  #header-with-newsletter.open .primary-menu-wrapper {
    width: 500px;
  }
}
@media (min-width: 1024px) {

  #header-with-newsletter.open .primary-menu-wrapper {
    width: 480px;
  }
}
@media (min-width: 1680px) {

  #header-with-newsletter.open .primary-menu-wrapper {
    width: 595px;
  }
}
#header-with-newsletter.open #primaryMenuCloseBtn {
  left: -2.5rem;
  opacity: 1;
}
@media (min-width: 1024px) {

  #header-with-newsletter.open #primaryMenuCloseBtn {
    left: -60px;
  }
}
#header-with-newsletter #telToggleBtnLg svg g path {
  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: 300ms;
}
#header-with-newsletter #telToggleBtnLg.open svg g path {
  fill: #46549D;
}
@media (min-width: 1024px) {

  #header-with-newsletter .tel-menu-list-lg.open {
    display: block;
  }
}
.tel-menu-list-sm.open {
  bottom: 0px;
  max-height: 1000px;
}
@media (min-width: 1024px) {

  .tel-menu-list-sm.open {
    bottom: -18rem;
    display: none;
  }
}
.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal a {
  padding: 0px !important;
}
.wpml-ls-legacy-list-horizontal ul[role="menu"] {
  position: relative;
}
@media not all and (min-width: 1024px) {

  .wpml-ls-legacy-list-horizontal ul[role="menu"] {
    display: none;
  }
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  /* @apply absolute opacity-0 invisible; */
  visibility: visible;
  position: relative;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language  {
  /* @apply relative opacity-100 visible; */
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    font-size: 16px;
  }
@media (min-width: 768px) {
  
    .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(70 84 157 / var(--tw-text-opacity));
}
@media screen and (max-width:1024px) {
  .search-mobile-button .search_btn_icon,
  .search-mobile-button .search_close_icon{
    display: none;
  }
}
@media screen and (max-width:1023px) {
  .hide-for-desktop.active{
    display: flex;
  }
  .hide-for-desktop{
    display: none;
  }
  .search-mobile-button.active .search_btn_icon{
    display: none;
  }
  .search-mobile-button.active .search_close_icon{
    display: block;
  }
  .search-mobile-button .search_btn_icon{
    display: block;
  }
  .search-mobile-button .search_close_icon{
    display: none;
  }
}
.footer .socials .social-item a:hover img {
  filter: brightness(0) saturate(100%) invert(67%) sepia(22%) saturate(209%) hue-rotate(183deg) brightness(89%) contrast(90%);
}
.footer .footer-menu-container {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {

  .footer .footer-menu-container {
    margin-top: 0px;
  }
}
.footer ul.footer-menu {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {

  .footer ul.footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {

  .footer ul.footer-menu {
    flex-wrap: nowrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .footer ul.footer-menu {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (min-width: 1680px) {

  .footer ul.footer-menu {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media (min-width: 768px) {

  .footer .footer-menu > li.footer-menu-item {
    flex: 1 1 auto;
    flex-basis: calc(50% - 32px);
  }
}
@media (min-width: 1280px) {

  .footer .footer-menu > li.footer-menu-item {
    flex-basis: auto;
  }
}
.footer .footer-menu > li.footer-menu-item > a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.footer .footer-menu a {
  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: 300ms;
}
.footer .footer-menu a:hover {
  color: #FFFFFF80;
}
.footer .footer-menu .sub-menu li {
  margin-top: 10px;
}
.footer .footer-menu .sub-menu li:first-child {
  margin-top: 0px;
}
@media (min-width: 1280px) {

  .footer .footer-menu .sub-menu li {
    margin-top: 1rem;
  }
}
.footer .copyright-section p {
    font-family: "Georgia", serif;
    font-size: 12px;
    line-height: 1.5;
  }
@media (min-width: 768px) {
  
    .footer .copyright-section p {
      font-size: calc(12px + (var(--text-body-xs) - 12) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {
  
    .footer .copyright-section p {
      font-size: min(14px, calc(13px + (var(--text-body-xs) - 13) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.footer .copyright-section p {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home-aboutus .aboutus-desc p {
  margin-top: 10px;
}
@media (min-width: 1024px) {

  .home-aboutus .aboutus-desc p {
    margin-top: 1.25rem;
  }
}
.newsletter-section .newsletter-desc p {
  margin-top: 10px;
}
@media (min-width: 1024px) {

  .newsletter-section .newsletter-desc p {
    margin-top: 1.25rem;
  }
}
.lsmith-home-banner {
  position: relative;
}
.lsmith-home-banner h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.lsmith-home-banner .home-banner-swiper {
  max-width: 1920px;
  margin: auto;
}
.lsmith-home-banner .home-banner-swiper .swiper-slide {
  cursor: pointer;
  position: relative;
}
.lsmith-home-banner .mobile-banner-video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lsmith-home-banner .banner-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 384 / 169;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lsmith-home-banner .banner-image {
  display: none;
  width: 100%;
  height: 240px;
  aspect-ratio: 5 / 6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* .lsmith-home-banner .swiper-slide .banner-text-container {
  @apply opacity-0;
}
.lsmith-home-banner .swiper-slide-active .banner-text-container {
  @apply opacity-100;
}
.lsmith-home-banner .swiper-slide-active .container.top-text {
  animation: top-animate-text 500ms linear forwards;
}
.lsmith-home-banner .swiper-slide-active .container.bottom-text {
  animation: bottom-animate-text 500ms linear forwards;
}
.lsmith-home-banner .container p {
  @apply banner-text text-white font-primary leading-[130%] [&>span]:text-orange;
}
.lsmith-home-banner .container .banner-text-wrapper.text-black p {
  color: #0A0A0A;
}
.lsmith-home-banner .container p > span {
  @apply text-orange inline-block text-left whitespace-nowrap;
  @apply after:content-["|"] after:animate-[blink_0.5s_linear_infinite];
}
.banner-text-wrapper.text-black p > span::after {
  color: #0A0A0A;
}

.banner-text-wrapper.text-white p > span::after {
  color: #fff;
} */
.lsmith-home-banner .scroll-btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.lsmith-home-banner .scroll-btn {
  cursor: pointer;
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 9999px;
  line-height: normal;
  width: 52px;
  height: 52px;
}
.lsmith-home-banner .scroll-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid white;
  border-radius: 9999px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: custom-ping 1s linear infinite;
}
.lsmith-home-banner .scroll-btn:hover {
  background-color: #ffffff33;
}
.lsmith-home-banner .scroll-btn:hover::before {
  animation: none;
}
.lsmith-home-banner .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
}
.lsmith-home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
/* @keyframes top-animate-text {
  0% {
    top: 100px;
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes bottom-animate-text {
  0% {
    bottom: -100px;
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
} */
/* @keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */
@keyframes custom-ping {
  75%, 100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@media (min-width: 480px) {
  /* .lsmith-home-banner .mobile-banner-video {
    display: none;
  }
  .lsmith-home-banner .banner-video {
    display: block;
  } */
  .lsmith-home-banner .scroll-btn {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 640px) {
  .lsmith-home-banner .banner-video {
    height: 100%;
    aspect-ratio: 384 / 169;
  }
}
@media (min-width: 768px) {
  .lsmith-home-banner .scroll-btn-wrapper {
    bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .lsmith-home-banner .scroll-btn-wrapper {
    bottom: 56px;
  }
  .lsmith-home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1280px) {
  .lsmith-home-banner .scroll-btn {
    padding-right: 20px;
    padding-left: 20px;
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 1536px) {
  .lsmith-home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
}
@media (min-width: 1920px) {
  .lsmith-home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
.two-col-with-video .two-col-desc h2 {
    font-size: 24px;
  }
@media (min-width: 768px) {

    .two-col-with-video .two-col-desc h2 {
      font-size: calc(24px + (var(--text-h2) - 24) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .two-col-with-video .two-col-desc h2 {
      font-size: min(40px, calc(32px + (var(--text-h2) - 32) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.two-col-with-video .two-col-desc h2 {
  position: relative;
  max-width: 42.813rem;
  padding-left: 1.75rem;
  line-height: 1.25;
}
@media (min-width: 1536px) {

  .two-col-with-video .two-col-desc h2 {
    padding-left: 58px;
  }
}
.two-col-with-video .two-col-desc h2::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 10.8998C0 10.4033 0.045045 9.88425 0.135135 9.34265C0.630631 5.95763 2.22973 2.84342 4.93243 0L6.28378 1.01551C4.66216 2.73058 3.82883 4.26512 3.78378 5.61913C3.82883 6.3864 4.39189 6.92801 5.47297 7.24394C5.78829 7.33421 6.12613 7.44704 6.48649 7.58244C8.24324 8.39485 9.12162 9.77142 9.12162 11.7122C9.12162 12.4343 8.96396 13.1113 8.64865 13.7432C7.83784 15.4583 6.53153 16.3158 4.72973 16.3158C4.0991 16.3158 3.51351 16.203 2.97297 15.9773C0.990991 15.2552 0 13.5626 0 10.8998ZM10.8784 10.8998C10.8784 10.4033 10.9234 9.88425 11.0135 9.34265C11.509 5.95763 13.1081 2.84342 15.8108 0L17.1622 1.01551C15.5405 2.73058 14.7072 4.26512 14.6622 5.61913C14.7072 6.3864 15.2703 6.92801 16.3514 7.24394C16.6667 7.33421 17.0045 7.44704 17.3649 7.58244C19.1216 8.39485 20 9.77142 20 11.7122C20 12.4343 19.8423 13.1113 19.527 13.7432C18.7162 15.4583 17.4099 16.3158 15.6081 16.3158C14.9775 16.3158 14.3919 16.203 13.8514 15.9773C11.8694 15.2552 10.8784 13.5626 10.8784 10.8998Z' fill='%230A0A0A'/%3e%3c/svg%3e");
  margin-right: 0.5rem;
}
@media (min-width: 1536px) {

  .two-col-with-video .two-col-desc h2::before {
    margin-right: 1.25rem;
  }
}
.two-col-with-video .two-col-desc h2::before {
  position: absolute;
  left: 0px;
  top: -0.25rem;
}
.two-col-with-video .two-col-desc h2::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 5.41604C20 5.91251 19.955 6.43154 19.8649 6.97314C19.3694 10.3582 17.7703 13.4724 15.0676 16.3158L13.7162 15.3003C15.3378 13.5852 16.1712 12.0507 16.2162 10.6967C16.1712 9.92939 15.6081 9.38779 14.527 9.07186C14.2117 8.98159 13.8739 8.86875 13.5135 8.73335C11.7568 7.92095 10.8784 6.54438 10.8784 4.60363C10.8784 3.88149 11.036 3.20449 11.3514 2.57262C12.1622 0.857545 13.4685 6.29305e-06 15.2703 6.13553e-06C15.9009 6.0804e-06 16.4865 0.112839 17.027 0.338508C19.009 1.06065 20 2.75315 20 5.41604ZM9.12162 5.41604C9.12162 5.91251 9.07658 6.43154 8.98649 6.97315C8.49099 10.3582 6.89189 13.4724 4.18919 16.3158L2.83784 15.3003C4.45946 13.5852 5.29279 12.0507 5.33784 10.6967C5.29279 9.9294 4.72973 9.38779 3.64865 9.07186C3.33333 8.98159 2.9955 8.86876 2.63513 8.73336C0.878379 7.92095 -8.54245e-07 6.54438 -1.02391e-06 4.60363C-1.08704e-06 3.8815 0.157656 3.20449 0.472972 2.57262C1.28378 0.857546 2.59009 7.24407e-06 4.39189 7.08655e-06C5.02252 7.03142e-06 5.60811 0.11284 6.14865 0.338509C8.13063 1.06065 9.12162 2.75315 9.12162 5.41604Z' fill='%230A0A0A'/%3e%3c/svg%3e");
  margin-left: 0.5rem;
}
@media (min-width: 1536px) {

  .two-col-with-video .two-col-desc h2::after {
    margin-left: 1.25rem;
  }
}
.two-col-with-video .two-col-video video, 
.two-col-with-video .two-col-video iframe {
  aspect-ratio: 786/469;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width:1560px) {
  .two-col-with-video .two-col-desc h2::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg' class='w-5 h-auto md:w-auto'%3e%3cpath d='M0 20.7095C0 19.7663 0.0855856 18.7801 0.256757 17.751C1.1982 11.3195 4.23649 5.40249 9.37162 0L11.9392 1.92946C8.85811 5.18811 7.27478 8.10373 7.18919 10.6763C7.27478 12.1342 8.34459 13.1632 10.3986 13.7635C10.9977 13.935 11.6396 14.1494 12.3243 14.4066C15.6622 15.9502 17.3311 18.5657 17.3311 22.2531C17.3311 23.6252 17.0315 24.9115 16.4324 26.112C14.8919 29.3707 12.4099 31 8.98649 31C7.78829 31 6.67568 30.7856 5.64865 30.3568C1.88288 28.9848 0 25.769 0 20.7095ZM20.6689 20.7095C20.6689 19.7663 20.7545 18.7801 20.9257 17.751C21.8671 11.3195 24.9054 5.40249 30.0405 0L32.6081 1.92946C29.527 5.18811 27.9437 8.10373 27.8581 10.6763C27.9437 12.1342 29.0135 13.1632 31.0676 13.7635C31.6667 13.935 32.3086 14.1494 32.9932 14.4066C36.3311 15.9502 38 18.5657 38 22.2531C38 23.6252 37.7005 24.9115 37.1014 26.112C35.5608 29.3707 33.0788 31 29.6554 31C28.4572 31 27.3446 30.7856 26.3176 30.3568C22.5518 28.9848 20.6689 25.769 20.6689 20.7095Z' fill='%230A0A0A'/%3e%3c/svg%3e");
  }
  .two-col-with-video .two-col-desc h2::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg' class='w-5 h-auto md:w-auto'%3e%3cpath d='M38 10.2905C38 11.2337 37.9144 12.2199 37.7432 13.249C36.8018 19.6805 33.7635 25.5975 28.6284 31L26.0608 29.0705C29.1419 25.8119 30.7252 22.8963 30.8108 20.3237C30.7252 18.8658 29.6554 17.8368 27.6014 17.2365C27.0023 17.065 26.3604 16.8506 25.6757 16.5934C22.3378 15.0498 20.6689 12.4343 20.6689 8.74689C20.6689 7.37483 20.9685 6.08852 21.5676 4.88797C23.1081 1.62933 25.5901 1.08491e-06 29.0135 7.85624e-07C30.2117 6.80874e-07 31.3243 0.214387 32.3513 0.643155C36.1171 2.01522 38 5.23098 38 10.2905ZM17.3311 10.2905C17.3311 11.2338 17.2455 12.2199 17.0743 13.249C16.1329 19.6805 13.0946 25.5975 7.95946 31L5.39189 29.0705C8.47297 25.8119 10.0563 22.8963 10.1419 20.3237C10.0563 18.8658 8.98649 17.8368 6.93243 17.2365C6.33333 17.065 5.69144 16.8506 5.00675 16.5934C1.66892 15.0498 -1.62306e-06 12.4343 -1.94543e-06 8.74689C-2.06538e-06 7.37483 0.299547 6.08852 0.898645 4.88797C2.43919 1.62933 4.92117 2.89184e-06 8.34459 2.59256e-06C9.54279 2.48781e-06 10.6554 0.214388 11.6824 0.643156C15.4482 2.01522 17.3311 5.23098 17.3311 10.2905Z' fill='%230A0A0A'/%3e%3c/svg%3e");
  }
}
.vision-and-values .desc p {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    font-size: 18px;
  }
@media (min-width: 768px) {
    
    .vision-and-values .desc p {
      font-size: calc(18px + (var(--text-h5) - 18) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .vision-and-values .desc p {
      font-size: min(20px, calc(19px + (var(--text-h5) - 19) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.vision-and-values .desc p {
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {

  .vision-and-values .desc p {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .vision-and-values .desc p {
    margin-top: 1.25rem;
  }
}
.vision-and-values #tab-contents .tab-content > p {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
    line-height: 1.6;
  }
@media (min-width: 1024px) {

  .vision-and-values #tab-contents .tab-content > p {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .vision-and-values #tab-contents .tab-content > p {
    margin-bottom: 1.75rem;
  }
}
.about-us .about-us-contents p {
  margin-top: 10px;
}
@media (min-width: 1536px) {

  .about-us .about-us-contents p {
    margin-top: 18px;
  }
}
.text-content-block p {
  margin-top: 0.625rem;
  line-height: 1.6;
}
.text-content-block p:first-of-type {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .text-content-block p {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .text-content-block p {
    margin-top: 1.25rem;
  }
}
.three-col-desc .description p {
  margin-top: 0.625rem;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 1024px) {

  .three-col-desc .description p {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .three-col-desc .description p {
    margin-top: 1.25rem;
  }
}
ul.breadcrumbs-menu li.breadcrumb-list {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
ul.breadcrumbs-menu li.breadcrumb-list:last-child {
  margin-right: 0px;
}
@media (min-width: 1024px) {

  ul.breadcrumbs-menu li.breadcrumb-list {
    margin-right: 0.625rem;
  }
}
ul.breadcrumbs-menu li.breadcrumb-list.current {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
ul.breadcrumbs-menu li.breadcrumb-list>.page-link.active>a {
  cursor: default;
}
ul.breadcrumbs-menu li.breadcrumb-list>.page-link.active {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
ul.breadcrumbs-menu li.breadcrumb-list::after {
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
  --tw-content: "/";
  content: var(--tw-content);
}
ul.breadcrumbs-menu li.breadcrumb-list:last-child::after {
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  ul.breadcrumbs-menu li.breadcrumb-list::after {
    content: var(--tw-content);
    margin-left: 0.625rem;
  }
}
.animated-text {
  opacity: 0; 
  animation: enter-from-left 3s ease-in-out forwards; 
}
@keyframes enter-from-left {
  from {
      transform: translateX(-100%); 
  }
  to {
      transform: translateX(0); 
      opacity: 1;
  }
}
.custom-text-content p {
  flex: 1 1 0%;
  flex-basis: 100%;
}
.custom-text-content ul {
  flex-basis: 100%;
}
@media (min-width: 640px) {

  .custom-text-content ul {
    flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 1280px) {

  .custom-text-content ul {
    flex-basis: calc(33.3333% - 16px);
  }
}
.custom-text-content ul {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    font-size: 16px;
  }
@media (min-width: 768px) {
  
    .custom-text-content ul {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .custom-text-content ul {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.custom-text-content ul {
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
  list-style-type: none;
}
.custom-text-content div.list-row ul {
  flex-basis: 100%;
}
.custom-text-content ul li {
  margin-top: 0.625rem;
}
.custom-text-content ul li:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .custom-text-content ul li {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .custom-text-content ul li {
    margin-top: 1.25rem;
  }
}
.custom-text-content ul li {
  position: relative;
  padding-left: 1.25rem;
}
.custom-text-content ul li::before {
  content: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 0.5H6.5C8.70914 0.5 10.5 2.29086 10.5 4.5V10.5H4.5C2.29086 10.5 0.5 8.70914 0.5 6.5V0.5Z" fill="%2346549D"/></svg>');
  position: absolute;
  top: 0px;
  left: 0px;
}
.custom-text-content ul li ul {
  flex: 1 1 0%;
  flex-basis: 100%;
  padding-left: 18px;
}
.custom-text-content ul li > ul li::before {
  content: url("data:image/svg+xml,%3csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.5 0.5H6.5C8.70914 0.5 10.5 2.29086 10.5 4.5V10.5H4.5C2.29086 10.5 0.5 8.70914 0.5 6.5V0.5Z' fill='%23229495'/%3e%3c/svg%3e");
}
.custom-text-content ul li > ul li > ul li::before {
  content: url("data:image/svg+xml,%3csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.5 0.5H6.5C8.70914 0.5 10.5 2.29086 10.5 4.5V10.5H4.5C2.29086 10.5 0.5 8.70914 0.5 6.5V0.5Z' fill='%2365B588'/%3e%3c/svg%3e");
}
.sticky-sidebar .sticky-sidebar-menu li.sticky-sidebar-item {
  display: flex;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sticky-sidebar .sticky-sidebar-menu li.sticky-sidebar-item.active {
  --tw-text-opacity: 1;
  color: rgb(241 66 9 / var(--tw-text-opacity));
}
.sticky-sidebar .sticky-sidebar-menu li.sticky-sidebar-item.active > a {
  margin-left: 0.625rem;
}
@media (min-width: 1024px) {

  .sticky-sidebar .sticky-sidebar-menu li.sticky-sidebar-item.active > a {
    margin-left: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .sticky-sidebar .sticky-sidebar-menu li.sticky-sidebar-item.active > a {
    margin-left: 1.25rem;
  }
}
.sticky-sidebar .sticky-sidebar-menu li.sticky-sidebar-item.active > a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sticky-sidebar .sticky-sidebar-menu li.sticky-sidebar-item.active::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M13.334 22.6666L20.0007 16L13.334 9.33329L13.334 22.6666Z' fill='%23F14209'/%3E%3C/svg%3E") !important;
  width: 2rem;
  height: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sticky-sidebar .sidebar-wrapper {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.sticky-sidebar .sidebar-wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.category-menu ul, .secondary-navbar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.secondary-navbar ul li {
  font-weight: 700;
}
.category-menu ul {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 1024px) {

  .category-menu ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.category-menu ul li {
  padding: 0px !important;
  text-align: center;
}
@media (min-width: 480px) {

  .category-menu ul li {
    text-align: left;
  }
}
.category-menu .searchandfilter ul li > ul {
  flex-direction: column;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
@media (min-width: 640px) {

  .category-menu .searchandfilter ul li > ul {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .category-menu .searchandfilter ul li > ul {
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1280px) {

  .category-menu .searchandfilter ul li > ul {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 1536px) {

  .category-menu .searchandfilter ul li > ul {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
.category-menu .searchandfilter ul li > ul li:first-child {
  display: none;
}
.category-menu .searchandfilter ul li > ul li > input[type="radio"] {
  position: absolute;
  height: 1px;
  width: 1px;
  -webkit-clip-path: rect(0 0 0 0);
          clip-path: rect(0 0 0 0);
}
.category-menu .searchandfilter ul li > ul li > input[type="radio"]:checked+label {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.category-menu .searchandfilter ul li > ul li > label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {

  .category-menu .searchandfilter ul li > ul li > label {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {

  .category-menu .searchandfilter ul li > ul li > label {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.category-menu .searchandfilter ul li > ul li > label {
  height: 100%;
  cursor: pointer;
  padding-left: 0px;
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
  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: 300ms;
}
.category-menu .searchandfilter ul li > ul li > label:hover {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.home-expertise .desc p {
  margin-top: 0.625rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {

  .home-expertise .desc p {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .home-expertise .desc p {
    margin-top: 1.25rem;
  }
}
.team-banner ul.breadcrumbs-menu li.breadcrumb-list::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.team-banner ul.breadcrumbs-menu li.breadcrumb-list.current {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.team-banner ul.breadcrumbs-menu li.breadcrumb-list>.page-link.active {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.content-wrapper .lsmith-text, 
.insight-detail .content,
.content_detail_page .wp-block-group {
  margin-top: 1.25rem;
}
.content-wrapper .lsmith-text:first-child, 
.insight-detail .content:first-child,
.content_detail_page .wp-block-group:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .content-wrapper .lsmith-text, 
.insight-detail .content,
.content_detail_page .wp-block-group {
    margin-top: 2rem;
  }
}
@media (min-width: 1536px) {

  .content-wrapper .lsmith-text, 
.insight-detail .content,
.content_detail_page .wp-block-group {
    margin-top: 2.5rem;
  }
}
.content-wrapper .lsmith-text .desc p,
.insight-detail .content .desc p, 
.content-wrapper .wp-block-group p,
.people-detail .content .desc p,
.content-wrapper .lsmith-text .desc img,
.insight-detail .content .desc img, 
.content-wrapper .wp-block-group img,
.people-detail .content .desc img,
.content-wrapper .lsmith-text .desc ol,
.insight-detail .content .desc ol, 
.content-wrapper .wp-block-group ol,
.people-detail .content .desc ol,
.custom-text-content ol,
.content-wrapper .lsmith-text .desc ul,
.insight-detail .content .desc ul, 
.content-wrapper .wp-block-group ul,
.people-detail .content .desc ul {
  margin-top: 0.625rem;
}
.content-wrapper .lsmith-text .desc p:first-child,
.insight-detail .content .desc p:first-child, 
.content-wrapper .wp-block-group p:first-child,
.people-detail .content .desc p:first-child,
.content-wrapper .lsmith-text .desc img:first-child,
.insight-detail .content .desc img:first-child, 
.content-wrapper .wp-block-group img:first-child,
.people-detail .content .desc img:first-child,
.content-wrapper .lsmith-text .desc ol:first-child,
.insight-detail .content .desc ol:first-child, 
.content-wrapper .wp-block-group ol:first-child,
.people-detail .content .desc ol:first-child,
.custom-text-content ol:first-child,
.content-wrapper .lsmith-text .desc ul:first-child,
.insight-detail .content .desc ul:first-child, 
.content-wrapper .wp-block-group ul:first-child,
.people-detail .content .desc ul:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .content-wrapper .lsmith-text .desc p,
.insight-detail .content .desc p, 
.content-wrapper .wp-block-group p,
.people-detail .content .desc p,
.content-wrapper .lsmith-text .desc img,
.insight-detail .content .desc img, 
.content-wrapper .wp-block-group img,
.people-detail .content .desc img,
.content-wrapper .lsmith-text .desc ol,
.insight-detail .content .desc ol, 
.content-wrapper .wp-block-group ol,
.people-detail .content .desc ol,
.custom-text-content ol,
.content-wrapper .lsmith-text .desc ul,
.insight-detail .content .desc ul, 
.content-wrapper .wp-block-group ul,
.people-detail .content .desc ul {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .content-wrapper .lsmith-text .desc p,
.insight-detail .content .desc p, 
.content-wrapper .wp-block-group p,
.people-detail .content .desc p,
.content-wrapper .lsmith-text .desc img,
.insight-detail .content .desc img, 
.content-wrapper .wp-block-group img,
.people-detail .content .desc img,
.content-wrapper .lsmith-text .desc ol,
.insight-detail .content .desc ol, 
.content-wrapper .wp-block-group ol,
.people-detail .content .desc ol,
.custom-text-content ol,
.content-wrapper .lsmith-text .desc ul,
.insight-detail .content .desc ul, 
.content-wrapper .wp-block-group ul,
.people-detail .content .desc ul {
    margin-top: 1.25rem;
  }
}
.desc.spacing-top {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {

  .desc.spacing-top {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .desc.spacing-top {
    margin-top: 1.25rem;
  }
}
.content-wrapper .lsmith-text .desc ul,
.content-wrapper .wp-block-group ul, 
.insight-detail .content .desc ul, 
.people-detail .content .desc ul,
.content-wrapper .lsmith-text .desc ol,
.content-wrapper .wp-block-group ol, 
.insight-detail .content .desc ol, 
.people-detail .content .desc ol,
.custom-text-content ol {
  /* @apply mt-2.5 lg:mt-3 4xl:mt-2.5; */
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    line-height: normal;
    --tw-text-opacity: 1;
    color: rgb(59 59 59 / var(--tw-text-opacity));
    margin-left: 1.25rem;
}
.content-wrapper .lsmith-text .desc:has(ol),
.content-wrapper .wp-block-group:has(ol), 
.insight-detail .content .desc:has(ol), 
.people-detail .content .desc:has(ol),
.custom-text-content:has(ol) {
  overflow-x: visible;
}
.insight-detail .content h2,
.people-detail .content h2 {
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.insight-detail .content .desc li,
.people-detail .content .desc li,
.content-wrapper .lsmith-text .desc li,
.content-wrapper .wp-block-group li {
  margin-top: 0.5rem;
}
.insight-detail .content .desc li:first-child,
.people-detail .content .desc li:first-child,
.content-wrapper .lsmith-text .desc li:first-child,
.content-wrapper .wp-block-group li:first-child {
  margin-top: 0px;
}
@media (min-width: 1536px) {

  .insight-detail .content .desc li,
.people-detail .content .desc li,
.content-wrapper .lsmith-text .desc li,
.content-wrapper .wp-block-group li {
    margin-top: 0.625rem;
  }
}
.content-wrapper .wp-block-group ul.accordion {
  list-style-type: none;
}
.content-wrapper .wp-block-group ul.accordion li.accordion-item {
  margin-top: 0px !important;
}
.content-wrapper .lsmith-text .desc ul,
.content-wrapper .wp-block-group ul, 
.insight-detail .content .desc ul, 
.people-detail .content .desc ul {
  list-style-type: disc;
}
.content-wrapper .lsmith-text .desc ol,
.content-wrapper .wp-block-group ol, 
.insight-detail .content .desc ol, 
.people-detail .content .desc ol, 
.custom-text-content ol {
  list-style-type: decimal;
}
/* .content-wrapper .lsmith-text .desc ol li > .counter-container,
.content-wrapper .wp-block-group ol li > .counter-container, 
.insight-detail .content .desc ol li > .counter-container, 
.people-detail .content .desc ol li > .counter-container, 
.custom-text-content ol li > .counter-container {
  @apply text-right;
}

.content-wrapper .lsmith-text .desc  ol:has(li):has(div.counter-container),
.content-wrapper .wp-block-group  ol:has(li):has(div.counter-container), 
.insight-detail .content .desc ol:has(li):has(div.counter-container), 
.people-detail .content .desc  ol:has(li):has(div.counter-container),
.custom-text-content  ol:has(li):has(div.counter-container) {
  @apply ml-0 [&>li]:grid [&>li]:grid-cols-[auto_1fr] [&>li]:gap-x-1;
  counter-reset: list;
}

.content-wrapper .lsmith-text .desc ol li > .counter-container .counter::after,
.content-wrapper .wp-block-group ol li > .counter-container .counter::after, 
.insight-detail .content .desc ol li > .counter-container .counter::after, 
.people-detail .content .desc ol li > .counter-container .counter::after, 
.custom-text-content ol li > .counter-container .counter::after {
  counter-increment: list;
  content: counter(list, lower-roman)".";
  
} */
.common-breadcrumbs ul.breadcrumbs-menu li.breadcrumb-list::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.common-breadcrumbs ul.breadcrumbs-menu li.breadcrumb-list.current {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.common-breadcrumbs ul.breadcrumbs-menu li.breadcrumb-list>.page-link.active {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.search-form .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
@media (min-width: 1024px) {

  .search-form .searchandfilter ul {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .search-form .searchandfilter ul {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.search-form .searchandfilter ul > li h4 {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    font-size: 16px;
  }
@media (min-width: 768px) {
  
    .search-form .searchandfilter ul > li h4 {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .search-form .searchandfilter ul > li h4 {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.search-form .searchandfilter ul > li h4 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
  padding: 0px;
  padding-bottom: 0.25rem;
}
@media (min-width: 1024px) {

  .search-form .searchandfilter ul > li h4 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {

  .search-form .searchandfilter ul > li h4 {
    padding-bottom: 0.625rem;
  }
}
.search-form .searchandfilter ul > li input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.search-form .searchandfilter ul > li input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.search-form .searchandfilter ul > li.sf-field-submit {
/*  */
}
.search-form .searchandfilter ul > li input[type="submit"] {
  margin-top: 0.25rem;
  font-weight: 700;
  outline-width: 0px;
}
@media (min-width: 1024px) {

  .search-form .searchandfilter ul > li input[type="submit"] {
    width: 9rem;
  }
}
.search-form .searchandfilter ul > li input[type="submit"] {
  position: relative;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  line-height: 140%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.search-form .searchandfilter ul > li input[type="submit"]::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-content: '';
  content: var(--tw-content);
}
.search-form .searchandfilter ul > li input[type="submit"] {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(70 84 157 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.search-form .searchandfilter ul > li input[type="submit"]::after {
  --tw-bg-opacity: 1;
  background-color: rgb(212 215 222 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
.search-form .searchandfilter ul > li input[type="submit"]:hover {
  top: 0px;
  left: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.search-form .searchandfilter ul > li input[type="submit"]:hover::after {
  top: 0px;
  left: 0px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.search-form .searchandfilter ul > li input,
.search-form .searchandfilter ul > li select {
  width: 300px;
}
@media (min-width: 1024px) {

  .search-form .searchandfilter ul > li input,
.search-form .searchandfilter ul > li select {
    width: 210px;
  }
}
@media (min-width: 1536px) {

  .search-form .searchandfilter ul > li input,
.search-form .searchandfilter ul > li select {
    width: 280px;
  }
}
@media (min-width: 1920px) {

  .search-form .searchandfilter ul > li input,
.search-form .searchandfilter ul > li select {
    width: 333px;
  }
}
/* Style for the select element */
.search-form .searchandfilter ul > li select {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.search-form .searchandfilter ul > li input, 
.search-form .searchandfilter ul > li select {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(206 206 206 / var(--tw-border-opacity));
    background-color: transparent;
}
/* Can Delete */
.search-form .searchandfilter ul > li ul {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 1024px) {

  .search-form .searchandfilter ul > li ul {
    gap: 0.625rem;
  }
}
@media (min-width: 1536px) {

  .search-form .searchandfilter ul > li ul {
    gap: 0.875rem;
  }
}
@media (min-width: 1680px) {

  .search-form .searchandfilter ul > li ul {
    flex-wrap: nowrap;
  }
}
/* Can Delete */
.search-form ul.alphabetic-filter {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 1024px) {

  .search-form ul.alphabetic-filter {
    gap: 0.5rem;
  }
}
@media (min-width: 1536px) {

  .search-form ul.alphabetic-filter {
    gap: 0.875rem;
  }
}
@media (min-width: 1680px) {

  .search-form ul.alphabetic-filter {
    flex-wrap: nowrap;
  }
}
.search-form .searchandfilter ul li > ul li:first-child {
  display: none;
}
.search-form .searchandfilter ul li > ul li > input[type="radio"] {
  position: absolute;
  height: 1px;
  width: 1px;
  -webkit-clip-path: rect(0 0 0 0);
          clip-path: rect(0 0 0 0);
}
.search-form .searchandfilter ul li > ul li > input[type="radio"]:checked+label {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.search-form .searchandfilter .sf-field-taxonomy-alphabet {
  display: none;
}
/* Can Delete */
.search-form .searchandfilter ul li > ul li > label {
  display: flex;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
@media (min-width: 1024px) {

  .search-form .searchandfilter ul li > ul li > label {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1536px) {

  .search-form .searchandfilter ul li > ul li > label {
    width: 3rem;
    height: 3rem;
  }
}
.search-form .searchandfilter ul li > ul li > label {
    font-size: 18px;
  }
@media (min-width: 768px) {
    
    .search-form .searchandfilter ul li > ul li > label {
      font-size: calc(18px + (var(--text-h5) - 18) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .search-form .searchandfilter ul li > ul li > label {
      font-size: min(20px, calc(19px + (var(--text-h5) - 19) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.search-form .searchandfilter ul li > ul li > label {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
/* Can Delete */
.search-form ul.alphabetic-filter li > button {
  display: flex;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
@media (min-width: 1024px) {

  .search-form ul.alphabetic-filter li > button {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 1440px) {

  .search-form ul.alphabetic-filter li > button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1536px) {

  .search-form ul.alphabetic-filter li > button {
    width: 3rem;
    height: 3rem;
  }
}
.search-form ul.alphabetic-filter li > button {
    font-size: 18px;
  }
@media (min-width: 768px) {
    
    .search-form ul.alphabetic-filter li > button {
      font-size: calc(18px + (var(--text-h5) - 18) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .search-form ul.alphabetic-filter li > button {
      font-size: min(20px, calc(19px + (var(--text-h5) - 19) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.search-form ul.alphabetic-filter li > button {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.search-form ul.alphabetic-filter li > button.active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.insight-detail .desc {
  overflow-x: auto;
}
.insight-detail .desc ul li ul {
  padding-left: 1rem;
}
.insight-detail .desc a {
  --tw-text-opacity: 1;
  color: rgb(70 84 157 / var(--tw-text-opacity));
}
.two-col-map .map-wrapper iframe {
  aspect-ratio: 7/5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-map .description p {
  margin-top: 0.625rem;
}
.two-col-map .description p:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .two-col-map .description p {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .two-col-map .description p {
    margin-top: 1.25rem;
  }
}
.why-us-col .description p {
  margin-top: 0.625rem;
}
.why-us-col .description p:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .why-us-col .description p {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .why-us-col .description p {
    margin-top: 1.25rem;
  }
}
.accordion .accordion-item .accordion-desc ul li > ul {
  padding-left: 1rem;
}
.accordion .accordion-item.open .accordion-desc {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {

  .accordion .accordion-item.open .accordion-desc {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {

  .accordion .accordion-item.open .accordion-desc {
    margin-bottom: 1.75rem;
  }
}
.accordion .accordion-item.open .accordion-desc p,
.accordion .accordion-item.open .accordion-desc ul,
.accordion .accordion-item.open .accordion-desc ol {
  margin-top: 0.625rem;
}
.accordion .accordion-item.open .accordion-desc p:first-child,
.accordion .accordion-item.open .accordion-desc ul:first-child,
.accordion .accordion-item.open .accordion-desc ol:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .accordion .accordion-item.open .accordion-desc p,
.accordion .accordion-item.open .accordion-desc ul,
.accordion .accordion-item.open .accordion-desc ol {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .accordion .accordion-item.open .accordion-desc p,
.accordion .accordion-item.open .accordion-desc ul,
.accordion .accordion-item.open .accordion-desc ol {
    margin-top: 1.25rem;
  }
}
.accordion .accordion-item.open .faq-accordion-desc ul {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    margin-left: 1rem;
    list-style-type: disc;
  }
.accordion .accordion-item.open .faq-accordion-desc ul li > ul {
  margin-left: 0px;
  list-style-type: circle;
}
.accordion .accordion-item.open .faq-accordion-desc ul li > ul li > ul {
  list-style-type: square;
}
.quote-with-deco .description p {
    font-family: "Georgia", serif;
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity));
  }
.text-slider-section .swiper-pagination span.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
  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: 300ms;
}
.text-slider-section .swiper-pagination span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.people-filter .filter-form .searchandfilter ul li {
  padding: 0px;
}
.people-filter .alphabetic-filter ul.alphabetic-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media (min-width: 768px) {

  .people-filter .alphabetic-filter ul.alphabetic-list {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {

  .people-filter .alphabetic-filter ul.alphabetic-list {
    gap: 0.75rem;
  }
}
@media (min-width: 1280px) {

  .people-filter .alphabetic-filter ul.alphabetic-list {
    gap: 1.25rem;
  }
}
.people-filter .alphabetic-filter ul.alphabetic-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
    font-size: 20px;
}
@media (min-width: 768px) {

    .people-filter .alphabetic-filter ul.alphabetic-list {
      font-size: calc(20px + (var(--text-h4) - 20) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .people-filter .alphabetic-filter ul.alphabetic-list {
      font-size: min(24px, calc(22px + (var(--text-h4) - 22) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.people-filter .alphabetic-filter ul.alphabetic-list {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.people-filter .alphabetic-filter ul.alphabetic-list li button {
  width: 60px;
  height: 60px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  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: 300ms;
}
.people-filter .alphabetic-filter ul.alphabetic-list li button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
.people-filter .filter-form .searchandfilter {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    position: relative;
    z-index: 0;
  }
.people-filter .filter-form .searchandfilter ul li label {
  width: 100%;
}
.people-filter .filter-form .searchandfilter ul li input:not([type="submit"]),
.people-filter .filter-form .searchandfilter ul li select {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
  outline-width: 0px;
  outline-color: transparent;
}
.people-filter .filter-form .searchandfilter ul li input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.people-filter .filter-form .searchandfilter ul li input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.people-filter .filter-form .searchandfilter ul li select {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {

  .people-filter .filter-form .searchandfilter ul li select {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .people-filter .filter-form .searchandfilter ul li select {
    margin-top: 1.25rem;
  }
}
.people-filter .filter-form .searchandfilter ul li select {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit {
  margin-left: auto;
  margin-right: 0px;
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {

  .people-filter .filter-form .searchandfilter ul li.sf-field-submit {
    margin-top: 2.75rem;
  }
}
@media (min-width: 1536px) {

  .people-filter .filter-form .searchandfilter ul li.sf-field-submit {
    margin-top: 3.5rem;
  }
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit {
  position: relative;
  top: -0.25rem;
  left: -0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  line-height: 140%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-content: '';
  content: var(--tw-content);
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(70 84 157 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit::after {
  --tw-bg-opacity: 1;
  background-color: rgb(212 215 222 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit:hover {
  top: 0px;
  left: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit:hover::after {
  top: 0px;
  left: 0px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit {
  cursor: pointer;
  font-weight: 700;
}
.people-filter .filter-form .searchandfilter ul li.sf-field-submit>input {
  cursor: pointer;
}
#people-main-alphabetic-filter form.searchandfilter {
  display: none;
}
.newsletter-form div.wpforms-container-full .wpforms-field-label, 
.newsletter-form div.wpforms-container-full select, 
.newsletter-form div.wpforms-container-full input[type="text"],
.newsletter-form div.wpforms-container-full input[type="email"],
.newsletter-form div.wpforms-container-full  ul li input + label {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    --tw-text-opacity: 1;
    color: rgb(59 59 59 / var(--tw-text-opacity));
  }
html[lang="zh"] .newsletter-form div.wpforms-container-full .wpforms-field-label, 
html[lang="zh"] .newsletter-form div.wpforms-container-full select, 
html[lang="zh"] .newsletter-form div.wpforms-container-full input[type="text"],
html[lang="zh"] .newsletter-form div.wpforms-container-full input[type="email"],
html[lang="zh"] .newsletter-form div.wpforms-container-full  ul li input + label,
html[lang="zh"] .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label{
    font-family: "Noto Sans SC";
  }
.newsletter-form div.wpforms-container-full .wpforms-field-label,
.newsletter-form div.wpforms-container-full  ul li input + label {
  font-weight: 700;
}
.newsletter-form div.wpforms-container-full input[type="text"],
.newsletter-form div.wpforms-container-full input[type="email"] {
  font-weight: 500;
}
.newsletter-form div.wpforms-container-full input[type="text"]::-moz-placeholder, .newsletter-form div.wpforms-container-full input[type="email"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.newsletter-form div.wpforms-container-full input[type="text"]::placeholder,
.newsletter-form div.wpforms-container-full input[type="email"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
  z-index: 0;
  margin-top: 0.25rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
    margin-top: 0.625rem;
    gap: 1.25rem;
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
  margin-right: 0px;
  margin-left: auto;
  display: flex;
  width: 100%;
  max-width: calc(100% - 8px);
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
    max-width: calc(100% - 10px);
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li {
  position: relative;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  line-height: 140%;
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li::after {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li::after {
    top: -0.625rem;
    content: var(--tw-content);
    left: -0.625rem;
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li::after {
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
    font-family: "Georgia", serif;
    z-index: 1;
    border-width: 1px !important;
    border-style: solid !important;
    --tw-border-opacity: 1;
    border-color: rgb(206 206 206 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity));
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-translate-x: -0.5rem;
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
    --tw-translate-x: -0.625rem;
    --tw-translate-y: -0.625rem;
    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));
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label:hover {
  --tw-translate-y: -1rem;
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label:hover {
    --tw-translate-y: -1.25rem;
    --tw-translate-x: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label::after {
  width: 0.625rem;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] + label::after {
    content: var(--tw-content);
    width: 1.25rem;
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] {
  position: absolute;
  right: 1.25rem;
  top: 0px;
  z-index: 2;
  height: 100%;
  opacity: 0;
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] {
    right: 2.5rem;
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"]:checked {
  opacity: 1;
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"]:checked+label {
  --tw-translate-y: -1rem;
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"]:checked+label {
    --tw-translate-y: -1.25rem;
    --tw-translate-x: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"]::before {
  top: 20%;
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  content: var(--tw-content);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.newsletter-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input[type="checkbox"]::after {
  top: 20%;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container {
  position: relative;
  z-index: 0;
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit {
  margin-top: 0.25rem;
  width: 100%;
  font-weight: 700;
  text-decoration-line: none !important;
  outline-width: 0px;
}
@media (min-width: 640px) {

  .newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit {
  position: relative;
  top: -0.25rem;
  left: -0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  line-height: 140%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-content: '';
  content: var(--tw-content);
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(70 84 157 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit::after {
  --tw-bg-opacity: 1;
  background-color: rgb(212 215 222 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit:hover {
  top: 0px;
  left: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.newsletter-form div.wpforms-container-full .wpforms-submit-container .wpforms-submit:hover::after {
  top: 0px;
  left: 0px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.newsletter-form div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), .newsletter-form div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), .newsletter-form div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.people-detail-banner .people-card .avatar-wrapper {
  background: lightgray 0px -14.954px / 106.25% 141.667%;
}
@media (min-height: 1211px) {
  .team-album-gallery .container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#share-wechat-qr .wpkqcg_qrcode_wrapper img {
  width: 16rem !important;
  height: 16rem !important;
}
.location-listing .location-card iframe {
  aspect-ratio: 124/85;
  width: 100%;
  height: 100%;
}
.content_detail_page h1 {
    font-size: 28px;
    line-height: 130%;
  }
@media (min-width: 768px) {

    .content_detail_page h1 {
      font-size: calc(28px + (var(--text-h1) - 28) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .content_detail_page h1 {
      font-size: min(48px, calc(36px + (var(--text-h1) - 36) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.content_detail_page h1 {
  margin-bottom: 1.25rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.content_detail_page h2 {
    font-size: 22px;
  }
@media (min-width: 768px) {

    .content_detail_page h2 {
      font-size: calc(22px + (var(--text-h3) - 22) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .content_detail_page h2 {
      font-size: min(28px, calc(24px + (var(--text-h3) - 24) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.content_detail_page h2 {
  font-weight: 600;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.content_detail_page h3 {
    font-size: 16px;
  }
@media (min-width: 768px) {
    
    .content_detail_page h3 {
      font-size: calc(16px + (var(--text-h6) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .content_detail_page h3 {
      font-size: min(18px, calc(17px + (var(--text-h6) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.content_detail_page h3 {
  font-weight: 700;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.content_detail_page ul {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    list-style-position: inside;
    list-style-type: disc;
    --tw-text-opacity: 1;
    color: rgb(59 59 59 / var(--tw-text-opacity));
  }
.content_detail_page img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.insight-detail .content .desc table,
.content_detail_page .wp-block-group table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {

  .insight-detail .content .desc table,
.content_detail_page .wp-block-group table {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {

  .insight-detail .content .desc table,
.content_detail_page .wp-block-group table {
    margin-top: 1.25rem;
  }
}
.insight-detail .content .desc table, 
.insight-detail .content .desc tr, 
.insight-detail .content .desc td,
.content_detail_page .wp-block-group table,
.content_detail_page .wp-block-group tr,
.content_detail_page .wp-block-group td {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.insight-detail .content .desc tr:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(93 136 131 / var(--tw-bg-opacity));
}
.insight-detail .content .desc td,
.content_detail_page .wp-block-group td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2px;
  padding-right: 2px;
}
.key-contact .animate-card .people-desc .contact-info picture {
  flex-shrink: 0;
}
.briefing-notes-form form {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
  }
.briefing-notes-form .wpforms-field {
  margin-top: 1.25rem;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.briefing-notes-form form label.wpforms-field-label {
    font-family: "Calibri", sans-serif;
    font-variant-numeric: unset;
    font-size: 16px;
  }
@media (min-width: 768px) {
  
    .briefing-notes-form form label.wpforms-field-label {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768)));
    }
  }
@media (min-width: 1280px) {

    .briefing-notes-form form label.wpforms-field-label {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
.briefing-notes-form form label.wpforms-field-label {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
  margin-bottom: 0.625rem;
}
.briefing-notes-form input {
    font-size: 16px !important;
  }
@media (min-width: 768px) {
  
    .briefing-notes-form input {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  }
@media (min-width: 1280px) {

    .briefing-notes-form input {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  }
.briefing-notes-form input {
  border-radius: 0px;
}
.briefing-notes-form input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.briefing-notes-form input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.briefing-notes-form .wpforms-form .wpforms-submit-container {
  margin-top: 1.25rem !important;
}
@media (min-width: 1024px) {

  .briefing-notes-form .wpforms-form .wpforms-submit-container {
    margin-top: 2.5rem !important;
  }
}
.briefing-notes-form .wpforms-form .wpforms-submit-container button[type="submit"] {
  display: inline-block;
  height: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
    font-family: "Georgia", serif;
    font-size: 16px !important;
}
@media (min-width: 768px) {
  
    .briefing-notes-form .wpforms-form .wpforms-submit-container button[type="submit"] {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  }
@media (min-width: 1280px) {

    .briefing-notes-form .wpforms-form .wpforms-submit-container button[type="submit"] {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  }
.briefing-notes-form .wpforms-form .wpforms-submit-container button[type="submit"] {
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity)) !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
}
.briefing-notes-form .wpforms-form .wpforms-submit-container button[type="submit"]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity)) !important;
}
.briefing-notes-form .wpforms-form .wpforms-submit-container button[type="submit"] {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.briefing-notes-form .wpforms-form .wpforms-submit-container button[type="submit"]:focus::after {
  --tw-content: none;
  content: var(--tw-content);
}
.media-detail iframe {
  /* @apply w-full object-cover object-center; */
}
/* .page-id-4237 aside#moove_gdpr_cookie_info_bar {
  @apply !hidden;
} */
#moove_gdpr_cookie_info_bar {
  inset: 0px !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  max-width: 100% !important;
  border-radius: 0px !important;
  border-style: none !important;
  background-color: transparent !important;
}
#moove_gdpr_cookie_info_bar::after {
  position: absolute;
  inset: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  opacity: 0.6;
  --tw-content: '';
  content: var(--tw-content);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  position: fixed !important;
  bottom: 18px !important;
  right: 0.5rem !important;
  max-width: 600px !important;
  border-radius: 0px !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity)) !important;
  padding: 0.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media not all and (min-width: 640px) {

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    left: 1rem !important;
  }
}
@media (min-width: 480px) {

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    bottom: 1.75rem !important;
    right: 1.75rem !important;
    padding: 0.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 1280px) {

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    bottom: 3rem !important;
    right: 3rem !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container::after {
  position: absolute;
  inset: 0px;
  z-index: -10;
  --tw-translate-y: -0.5rem;
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  display: block !important;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(148 156 173 / var(--tw-border-opacity));
  padding: 1rem !important;
}
@media (min-width: 1024px) {

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 1.25rem !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice h2,
.main-modal-content .tab-title {
    font-size: 20px !important;
  }
@media (min-width: 768px) {

    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice h2,
.main-modal-content .tab-title {
      font-size: calc(20px + (var(--text-h4) - 20) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  }
@media (min-width: 1280px) {

    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice h2,
.main-modal-content .tab-title {
      font-size: min(24px, calc(22px + (var(--text-h4) - 22) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  }
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice h2,
.main-modal-content .tab-title {
  margin-bottom: 0.625rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p,
.main-modal-content .moove-gdpr-tab-main-content p {
    font-family: "Calibri", sans-serif !important;
    font-variant-numeric: unset !important;
    font-size: 16px !important;
  }
@media (min-width: 768px) {
  
    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p,
.main-modal-content .moove-gdpr-tab-main-content p {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  }
@media (min-width: 1280px) {

    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p,
.main-modal-content .moove-gdpr-tab-main-content p {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  }
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p,
.main-modal-content .moove-gdpr-tab-main-content p {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice a {
    font-family: "Calibri", sans-serif !important;
    font-variant-numeric: unset !important;
    font-size: 16px !important;
  }
@media (min-width: 768px) {
  
    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice a {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  }
@media (min-width: 1280px) {

    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice a {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  }
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice a {
  --tw-text-opacity: 1 !important;
  color: rgb(70 84 157 / var(--tw-text-opacity)) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 0.625rem !important;
}
@media (min-width: 1024px) {

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    margin-top: 1.25rem !important;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0.625rem !important;
  width: 100% !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:first-child {
  margin-top: 0px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  border-top-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity)) !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  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: 300ms;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity)) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
  opacity: 1 !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn {
  position: absolute !important;
  top: 6px !important;
  right: 0.875rem !important;
  margin: 0px !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 640px) {

  #moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}
@media (min-width: 1024px) {

  #moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn {
    top: 0.625rem !important;
    right: 18px !important;
  }
}
#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn::after {
  content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" class="size-9 sm:size-auto"><rect width="40" height="40" fill="white" /><path d="M10.6654 31.6666L8.33203 29.3333L17.6654 19.9999L8.33203 10.6666L10.6654 8.33325L19.9987 17.6666L29.332 8.33325L31.6654 10.6666L22.332 19.9999L31.6654 29.3333L29.332 31.6666L19.9987 22.3333L10.6654 31.6666Z" fill="%23193060" /></svg>');
  position: absolute;
  inset: 0px;
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 640px) {

  #moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.gdpr_lightbox-wrap::before {
  display: none !important;
}
#moove-gdpr-menu li button {
    font-size: 16px !important;
  }
@media (min-width: 768px) {
  
    #moove-gdpr-menu li button {
      font-size: calc(16px + (var(--text-body) - 16) * ((100vw - 768px) / (1920 - 768))) !important;
    }
  }
@media (min-width: 1280px) {

    #moove-gdpr-menu li button {
      font-size: min(18px, calc(17px + (var(--text-body) - 17) * ((100vw - 1280px) / (1920 - 1280)))) !important;
    }
  }
#moove-gdpr-menu li button {
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
}
[block-name="lsmith-aboutus-banner"] .description-content p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .lg\:heading4 {
    font-size: 20px;
  }

  @media (min-width: 768px) {

    .lg\:heading4 {
      font-size: calc(20px + (var(--text-h4) - 20) * ((100vw - 768px) / (1920 - 768)));
    }
  }

  @media (min-width: 1280px) {

    .lg\:heading4 {
      font-size: min(24px, calc(22px + (var(--text-h4) - 22) * ((100vw - 1280px) / (1920 - 1280))));
    }
  }
}
.placeholder\:text-black-600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.placeholder\:text-black-600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}
.before\:top-16::before {
  content: var(--tw-content);
  top: 4rem;
}
.before\:top-\[20\%\]::before {
  content: var(--tw-content);
  top: 20%;
}
.before\:top-\[52px\]::before {
  content: var(--tw-content);
  top: 52px;
}
.before\:-z-\[1\]::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:border-black::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:shadow-none::before {
  content: var(--tw-content);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}
.after\:-left-2::after {
  content: var(--tw-content);
  left: -0.5rem;
}
.after\:-top-2::after {
  content: var(--tw-content);
  top: -0.5rem;
}
.after\:left-2::after {
  content: var(--tw-content);
  left: 0.5rem;
}
.after\:top-2::after {
  content: var(--tw-content);
  top: 0.5rem;
}
.after\:top-\[20\%\]::after {
  content: var(--tw-content);
  top: 20%;
}
.after\:-z-\[1\]::after {
  content: var(--tw-content);
  z-index: -1;
}
.after\:ml-1::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}
.after\:ml-2::after {
  content: var(--tw-content);
  margin-left: 0.5rem;
}
.after\:ml-auto::after {
  content: var(--tw-content);
  margin-left: auto;
}
.after\:mr-0::after {
  content: var(--tw-content);
  margin-right: 0px;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:size-full::after {
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}
.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-1\/2::after {
  content: var(--tw-content);
  width: 50%;
}
.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}
.after\:w-2\.5::after {
  content: var(--tw-content);
  width: 0.625rem;
}
.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:-translate-x-2::after {
  content: var(--tw-content);
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:-translate-y-2::after {
  content: var(--tw-content);
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:animate-\[blink_0\.5s_linear_infinite\]::after {
  content: var(--tw-content);
  animation: blink 0.5s linear infinite;
}
.after\:rounded-bl-xl::after {
  content: var(--tw-content);
  border-bottom-left-radius: 0.75rem;
}
.after\:rounded-tr-xl::after {
  content: var(--tw-content);
  border-top-right-radius: 0.75rem;
}
.after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.after\:bg-\[\#54617B\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(84 97 123 / var(--tw-bg-opacity));
}
.after\:bg-\[\#D4D7DE\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(212 215 222 / var(--tw-bg-opacity));
}
.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.after\:bg-blue-1::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity));
}
.after\:bg-secondary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 157 / var(--tw-bg-opacity));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:text-black-800::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
.after\:opacity-60::after {
  content: var(--tw-content);
  opacity: 0.6;
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\"\"\]::after {
  --tw-content: "";
  content: var(--tw-content);
}
.after\:content-\[\"\/\"\]::after {
  --tw-content: "/";
  content: var(--tw-content);
}
.after\:content-\[\"\|\"\]::after {
  --tw-content: "|";
  content: var(--tw-content);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:content-\[\'\/\'\]::after {
  --tw-content: '/';
  content: var(--tw-content);
}
.first\:\!mt-0:first-child {
  margin-top: 0px !important;
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.first\:hidden:first-child {
  display: none;
}
.first\:bg-\[\#5d8883\]:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(93 136 131 / var(--tw-bg-opacity));
}
.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}
.last\:after\:size-0:last-child::after {
  content: var(--tw-content);
  width: 0px;
  height: 0px;
}
.last\:after\:content-\[\"\"\]:last-child::after {
  --tw-content: "";
  content: var(--tw-content);
}
.last\:after\:content-\[\'\'\]:last-child::after {
  --tw-content: '';
  content: var(--tw-content);
}
.checked\:opacity-100:checked {
  opacity: 1;
}
.hover\:top-0:hover {
  top: 0px;
}
.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#202449\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(32 36 73 / var(--tw-border-opacity));
}
.hover\:border-\[\#292c46\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 44 70 / var(--tw-border-opacity));
}
.hover\:border-\[\#2F406C\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 64 108 / var(--tw-border-opacity));
}
.hover\:border-\[\#46549D\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(70 84 157 / var(--tw-border-opacity));
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 48 96 / var(--tw-border-opacity));
}
.hover\:\!bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#1967D2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 103 210 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#E0EBF8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 235 248 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#F6FAFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 48 96 / var(--tw-bg-opacity));
}
.hover\:text-\[\#3B3B3B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.hover\:text-\[\#FFFFFF80\]:hover {
  color: #FFFFFF80;
}
.hover\:text-black-200:hover {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / 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\:after\:left-0:hover::after {
  content: var(--tw-content);
  left: 0px;
}
.hover\:after\:top-0:hover::after {
  content: var(--tw-content);
  top: 0px;
}
.focus\:border-orange:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 66 9 / var(--tw-border-opacity));
}
@media not all and (min-width: 1024px) {

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

  .max-lg\:hidden {
    display: none;
  }

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

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

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

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

  .max-lg\:after\:-left-10::after {
    content: var(--tw-content);
    left: -2.5rem;
  }

  .max-lg\:after\:-right-10::after {
    content: var(--tw-content);
    right: -2.5rem;
  }

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

  .max-lg\:after\:left-\[-1000px\]::after {
    content: var(--tw-content);
    left: -1000px;
  }

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

  .max-lg\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

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

  .max-lg\:after\:h-1\/2::after {
    content: var(--tw-content);
    height: 50%;
  }

  .max-lg\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .max-lg\:after\:w-\[2000px\]::after {
    content: var(--tw-content);
    width: 2000px;
  }

  .max-lg\:after\:bg-blue-1::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 255 / var(--tw-bg-opacity));
  }

  .max-lg\:after\:bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .max-lg\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
@media not all and (min-width: 768px) {

  .max-md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:\!left-4 {
    left: 1rem !important;
  }

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

  .max-sm\:max-w-80 {
    max-width: 20rem;
  }

  .max-sm\:text-center {
    text-align: center;
  }

  .max-sm\:after\:-left-5::after {
    content: var(--tw-content);
    left: -1.25rem;
  }

  .max-sm\:after\:-right-5::after {
    content: var(--tw-content);
    right: -1.25rem;
  }
}
@media not all and (min-width: 480px) {

  .max-xs\:left-2 {
    left: 0.5rem;
  }
}
@media (min-width: 480px) {

  .xs\:\!right-4 {
    right: 1rem !important;
  }

  .xs\:block {
    display: block;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:gap-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 640px) {

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  .sm\:size-auto {
    width: auto;
    height: auto;
  }

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

  .sm\:min-h-\[26\.1vw\] {
    min-height: 26.1vw;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-\[52\] {
    width: 52;
  }

  .sm\:w-\[65\.1\%\] {
    width: 65.1%;
  }

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

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

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

  .sm\:max-w-\[26\.6\%\] {
    max-width: 26.6%;
  }

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

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

  .sm\:max-w-\[85\.33\%\] {
    max-width: 85.33%;
  }

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

  .sm\:basis-\[26\.6\%\] {
    flex-basis: 26.6%;
  }

  .sm\:basis-\[36\.46\%\] {
    flex-basis: 36.46%;
  }

  .sm\:basis-\[40\.625\%\] {
    flex-basis: 40.625%;
  }

  .sm\:basis-\[49\%\] {
    flex-basis: 49%;
  }

  .sm\:basis-\[calc\(50\%-10px\)\] {
    flex-basis: calc(50% - 10px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

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

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

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

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

  .sm\:pt-24 {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:aspect-\[96\/25\] {
    aspect-ratio: 96/25;
  }

  .md\:size-8 {
    width: 2rem;
    height: 2rem;
  }

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

  .md\:size-max {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }

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

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

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

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

  .md\:max-w-72 {
    max-width: 18rem;
  }

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

  .md\:max-w-\[66\.25rem\] {
    max-width: 66.25rem;
  }

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

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:basis-72 {
    flex-basis: 18rem;
  }

  .md\:basis-\[27\%\] {
    flex-basis: 27%;
  }

  .md\:basis-\[68\%\] {
    flex-basis: 68%;
  }

  .md\:basis-\[calc\(50\%-32px\)\] {
    flex-basis: calc(50% - 32px);
  }

  .md\:basis-auto {
    flex-basis: auto;
  }

  .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-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:before\:top-\[72px\]::before {
    content: var(--tw-content);
    top: 72px;
  }
}
@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:\!bottom-7 {
    bottom: 1.75rem !important;
  }

  .lg\:\!right-7 {
    right: 1.75rem !important;
  }

  .lg\:\!right-\[18px\] {
    right: 18px !important;
  }

  .lg\:\!top-2 {
    top: 0.5rem !important;
  }

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

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

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

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

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[96\/25\] {
    aspect-ratio: 96/25;
  }

  .lg\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }

  .lg\:size-\[85px\] {
    width: 85px;
    height: 85px;
  }

  .lg\:size-auto {
    width: auto;
    height: auto;
  }

  .lg\:max-h-svh {
    max-height: 100svh;
  }

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

  .lg\:w-\[15\.5rem\] {
    width: 15.5rem;
  }

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

  .lg\:w-\[46\.25\%\] {
    width: 46.25%;
  }

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

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

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

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

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

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

  .lg\:max-w-\[33\.5\%\] {
    max-width: 33.5%;
  }

  .lg\:max-w-\[66\.5\%\] {
    max-width: 66.5%;
  }

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

  .lg\:max-w-\[69\.768\%\] {
    max-width: 69.768%;
  }

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

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

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

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

  .lg\:basis-\[44\%\] {
    flex-basis: 44%;
  }

  .lg\:basis-\[50\.4\%\] {
    flex-basis: 50.4%;
  }

  .lg\:basis-\[69\.768\%\] {
    flex-basis: 69.768%;
  }

  .lg\:basis-\[78\.13\%\] {
    flex-basis: 78.13%;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
    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\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
    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\:-translate-x-\[100px\] {
    --tw-translate-x: -100px;
    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\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

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

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

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

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

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

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

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

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

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

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

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

  .lg\:\!p-3 {
    padding: 0.75rem !important;
  }

  .lg\:\!p-5 {
    padding: 1.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .lg\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

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

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

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

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

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:after\:-left-2::after {
    content: var(--tw-content);
    left: -0.5rem;
  }

  .lg\:after\:-left-2\.5::after {
    content: var(--tw-content);
    left: -0.625rem;
  }

  .lg\:after\:-top-2::after {
    content: var(--tw-content);
    top: -0.5rem;
  }

  .lg\:after\:-top-2\.5::after {
    content: var(--tw-content);
    top: -0.625rem;
  }

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

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

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

  .lg\:after\:ml-2::after {
    content: var(--tw-content);
    margin-left: 0.5rem;
  }

  .lg\:after\:ml-2\.5::after {
    content: var(--tw-content);
    margin-left: 0.625rem;
  }

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

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px) {

  .xl\:\!bottom-12 {
    bottom: 3rem !important;
  }

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

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

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

  .xl\:right-5 {
    right: 1.25rem;
  }

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

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }

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

  .xl\:w-\[21\.25rem\] {
    width: 21.25rem;
  }

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

  .xl\:max-w-\[24\.42\%\] {
    max-width: 24.42%;
  }

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

  .xl\:max-w-\[42\.2435\%\] {
    max-width: 42.2435%;
  }

  .xl\:max-w-\[47\.435\%\] {
    max-width: 47.435%;
  }

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

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

  .xl\:basis-\[24\.42\%\] {
    flex-basis: 24.42%;
  }

  .xl\:basis-\[36\.46\%\] {
    flex-basis: 36.46%;
  }

  .xl\:basis-\[40\.625\%\] {
    flex-basis: 40.625%;
  }

  .xl\:basis-\[calc\(33\.3333\%-16px\)\] {
    flex-basis: calc(33.3333% - 16px);
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem;
    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));
  }

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

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .xl\:gap-9 {
    gap: 2.25rem;
  }

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

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

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

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

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

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

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

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

  .xl\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 1366px) {

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

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

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

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

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1440px) {

  .\33xl\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .\33xl\:h-\[calc\(100vh-32rem\)\] {
    height: calc(100vh - 32rem);
  }

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

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

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

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

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

  .\33xl\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1536px) {

  .\34xl\:right-5 {
    right: 1.25rem;
  }

  .\34xl\:top-5 {
    top: 1.25rem;
  }

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

  .\34xl\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .\34xl\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

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

  .\34xl\:size-12 {
    width: 3rem;
    height: 3rem;
  }

  .\34xl\:size-max {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }

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

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

  .\34xl\:w-\[28rem\] {
    width: 28rem;
  }

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

  .\34xl\:max-w-\[22\%\] {
    max-width: 22%;
  }

  .\34xl\:basis-\[22\%\] {
    flex-basis: 22%;
  }

  .\34xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\34xl\:translate-y-\[72px\] {
    --tw-translate-y: 72px;
    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));
  }

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

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

  .\34xl\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .\34xl\:gap-3 {
    gap: 0.75rem;
  }

  .\34xl\:gap-3\.5 {
    gap: 0.875rem;
  }

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

  .\34xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\34xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

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

  .\34xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

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

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

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

  .\34xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

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

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

  .\34xl\:gap-y-\[52px\] {
    row-gap: 52px;
  }

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

  .\34xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

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

  .\34xl\:p-14 {
    padding: 3.5rem;
  }

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

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

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

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

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

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

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

  .\34xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

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

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

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

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

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

  .\34xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

  .\34xl\:pb-72 {
    padding-bottom: 18rem;
  }

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

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

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

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

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

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

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

  .\34xl\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (min-width: 1680px) {

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

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

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

  .\35xl\:gap-x-\[100px\] {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

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

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

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

  .\35xl\:before\:top-\[88px\]::before {
    content: var(--tw-content);
    top: 88px;
  }
}
@media (min-width: 1920px) {

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

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

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

  .\36xl\:max-w-\[1300px\] {
    max-width: 1300px;
  }
}
.\[\&\+label\]\:checked\:-translate-x-4:checked+label {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\+label\]\:checked\:-translate-y-4:checked+label {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\+label\]\:checked\:border:checked+label {
  border-width: 1px;
}
@media (min-width: 1024px) {

  .lg\:\[\&\+label\]\:checked\:-translate-y-5:checked+label {
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.\[\&\.active\]\:border.active {
  border-width: 1px;
}
.\[\&\.active\]\:text-black-200.active {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.\[\&\.current\]\:text-black-600.current {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.\[\&\.current\]\:text-black-800.current {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
.\[\&\.menu-item-has-children\]\:hover\:bg-\[\#FFF6F6\]:hover.menu-item-has-children {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 246 / var(--tw-bg-opacity));
}
.\[\&\.open\]\:bottom-0.open {
  bottom: 0px;
}
.\[\&\.open\]\:left-0.open {
  left: 0px;
}
.\[\&\.open\]\:right-0.open {
  right: 0px;
}
.\[\&\.open\]\:top-0.open {
  top: 0px;
}
.\[\&\.open\]\:size-full.open {
  width: 100%;
  height: 100%;
}
.\[\&\.open\]\:opacity-100.open {
  opacity: 1;
}
.\[\&\:nth-child\(2\)\]\:mt-3:nth-child(2) {
  margin-top: 0.75rem;
}
.\[\&\>\.custom-tl-lg\]\:-translate-x-\[10px\]>.custom-tl-lg {
  --tw-translate-x: -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));
}
.\[\&\>\.custom-tl-lg\]\:-translate-y-\[10px\]>.custom-tl-lg {
  --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));
}
@media (min-width: 1536px) {

  .\34xl\:\[\&\>\.custom-tl-lg\]\:-translate-y-5>.custom-tl-lg {
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.\[\&\>\.custom-tl-sm\]\:-translate-y-2\.5>.custom-tl-sm {
  --tw-translate-y: -0.625rem;
  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));
}
.\[\&\>\.custom-tl\]\:-translate-y-3>.custom-tl {
  --tw-translate-y: -0.75rem;
  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));
}
.\[\&\>\.page-link\.active\]\:text-black-600>.page-link.active {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}
.\[\&\>\.page-link\.active\]\:text-black-800>.page-link.active {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
.\[\&\>a\]\:ml-3>a {
  margin-left: 0.75rem;
}
.\[\&\>a\]\:text-orange>a {
  --tw-text-opacity: 1;
  color: rgb(241 66 9 / var(--tw-text-opacity));
}
.\[\&\>a\]\:hover\:ml-3:hover>a {
  margin-left: 0.75rem;
}
.\[\&\>a\]\:hover\:text-orange:hover>a {
  --tw-text-opacity: 1;
  color: rgb(241 66 9 / var(--tw-text-opacity));
}
.\[\&\>img\]\:transition-all>img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\>img\]\:duration-300>img {
  transition-duration: 300ms;
}
.\[\&\>input\]\:cursor-pointer>input {
  cursor: pointer;
}
.\[\&\>li\]\:grid>li {
  display: grid;
}
.\[\&\>li\]\:grid-cols-\[auto_1fr\]>li {
  grid-template-columns: auto 1fr;
}
.\[\&_\.animate-motion-tl-lg\]\:transition-transform .animate-motion-tl-lg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.animate-motion-tl-lg\]\:hover\:-translate-x-\[10px\]:hover .animate-motion-tl-lg {
  --tw-translate-x: -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));
}
.\[\&_\.animate-motion-tl-lg\]\:hover\:-translate-y-\[10px\]:hover .animate-motion-tl-lg {
  --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));
}
@media (min-width: 1536px) {

  .\34xl\:\[\&_\.animate-motion-tl-lg\]\:hover\:-translate-x-5:hover .animate-motion-tl-lg {
    --tw-translate-x: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.\[\&_\.animate-motion-tl-sm\]\:transition-transform .animate-motion-tl-sm {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.animate-motion-tl-sm\]\:hover\:-translate-x-2\.5:hover .animate-motion-tl-sm {
  --tw-translate-x: -0.625rem;
  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));
}
.\[\&_\.animate-motion-tl-sm\]\:hover\:-translate-y-2\.5:hover .animate-motion-tl-sm {
  --tw-translate-y: -0.625rem;
  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));
}
.\[\&_\.animate-motion-tl\]\:transition-transform .animate-motion-tl {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\.animate-motion-tl\]\:hover\:-translate-x-3:hover .animate-motion-tl {
  --tw-translate-x: -0.75rem;
  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));
}
.\[\&_\.animate-motion-tl\]\:hover\:-translate-y-3:hover .animate-motion-tl {
  --tw-translate-y: -0.75rem;
  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));
}
