/* Header Component Styles */
/* ! tailwindcss v3.3.1 | 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-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;
}
/*
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-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-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: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.tw-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100000;
  border-bottom-width: 1px;
  border-color: var(--nav-border);
  background-color: var(--nav-bg);
}
.tw-header__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-header__inner {
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
}
.tw-header__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  color: var(--nav-text);
  text-decoration-line: none;
}
.tw-header__logo-img {
  height: auto;
  max-height: 3rem;
  width: auto;
}
.tw-header__nav {
  display: none;
  height: 100%;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .tw-header__nav {
    display: flex;
  }
}
.tw-header__nav-menu {
  margin: 0px;
  display: flex;
  height: 100%;
  list-style-type: none;
  align-items: center;
  gap: 3rem;
  padding: 0px;
}
.tw-header__tools {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 15px;
}
.tw-icon-btn {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  background-color: transparent;
  padding: 0.5rem;
  color: var(--nav-text);
  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;
}
.tw-icon-btn:hover {
  background-color: rgba(124,179,66,0.1);
  color: var(--nav-hover);
}
.tw-search {
  position: fixed;
  top: 5rem;
  right: 0px;
  z-index: 999;
  display: flex;
  height: 70px;
  width: 0px;
  align-items: center;
  overflow: hidden;
  border-bottom-width: 1px;
  border-color: var(--nav-border);
  background-color: var(--nav-bg);
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.tw-search__container {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.tw-search__form {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.625rem;
}
.tw-search__input {
  flex: 1 1 0%;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: var(--nav-border);
  background-color: var(--nav-bg);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}
.tw-search__input:focus {
  border-color: var(--nav-hover);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-header__hamburger {
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}
@media (min-width: 1024px) {
  .tw-header__hamburger {
    display: none;
  }
}
.tw-hamburger {
  display: flex;
  height: 18px;
  width: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.tw-hamburger__line {
  display: block;
  height: 0.125rem;
  width: 100%;
  border-radius: 0.125rem;
  background-color: var(--nav-text);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-drawer__header {
  position: sticky;
  top: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: var(--nav-border);
  background-color: var(--nav-bg);
  padding: 1.25rem;
}
.tw-drawer__title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--nav-text);
}
.tw-drawer__content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
/* Desktop dropdown base */
@media (min-width: 1024px) {
    /* Hover bridge: prevent dropdown from disappearing when moving mouse from top menu to dropdown */
    header .menu-item-has-children {
      position: relative;
    }

    header .menu-item-has-children::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 40px;
      background: transparent;
    }

    header .sub-menu {
      position: fixed;
      top: 81px;
      background-color: var(--sub-menu-bg);
      border: 1px solid var(--nav-border);
      padding: 1.5rem 2.5rem;
      display: none;
      list-style: none;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      z-index: 100000;
      gap: 2rem;
      overflow-y: auto;
      pointer-events: auto;
    }

    header .menu-item:hover > .sub-menu {
      display: grid;
    }

    header .sub-menu-product-category {
      width: 1300px;
      max-width: 95vw;
      left: 50%;
      transform: translateX(-50%);
      height: 500px;
      grid-template-columns: repeat(5, 1fr);
    }

    header .sub-menu-single-column {
      width: auto;
      max-width: 230px;
      min-height: 300px;
      max-height: 500px;
      height: auto;
      grid-template-columns: 1fr;
      transform: translateX(-50px);
    }

    header .sub-menu-support-block {
      width: 1300px;
      max-width: 95vw;
      left: 50%;
      transform: translateX(-50%);
      height: auto;
      min-height: 300px;
      max-height: 500px;
      grid-template-columns: 1fr;
    }

    header .sub-menu-support-block .sub-column {
      padding: 2rem;
    }

    header .sub-menu-support-block .sub-column ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    header .sub-menu-support-block .sub-column ul li {
      margin: 0;
    }

    header .sub-menu-support-block .sub-column ul li a {
      display: block;
      padding: 0.8rem 1rem;
      color: var(--nav-text);
      text-decoration: none;
      border-radius: 4px;
      transition: all 0.3s ease;
    }

    header .sub-menu-support-block .sub-column ul li a:hover {
      background-color: var(--nav-bg, var(--bg-light, #f5f5f5));
      color: var(--nav-hover);
    }

    header .sub-column {
      display: flex;
      flex-direction: column;
    }

    header .sub-column h4 {
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 1.5rem 0;
      color: var(--nav-text);
      border-bottom: 2px solid #eeeeee;
      padding-bottom: 0.8rem;
      text-transform: uppercase;
      display: block;
      width: 100%;
      white-space: nowrap;
    }

    header .sub-column:hover h4 {
      border-bottom-color: var(--nav-hover);
    }

    header .sub-column ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
    }

    header .sub-column ul a {
      font-size: 14px;
      color: #666666;
      text-decoration: none;
      transition: all 0.2s ease;
    }

    header .sub-column ul a:hover {
      color: var(--nav-hover);
      padding-left: 5px;
    }
  }
/* Mobile: never show desktop hover dropdowns */
@media (max-width: 1023px) {
    .tw-header__nav .sub-menu,
    .tw-header__nav .sub-menu-product-category,
    .tw-header__nav .sub-menu-single-column,
    .tw-header__nav .sub-menu-support-block {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
    }
  }
/* Mobile sidebar accordion submenu */
@media (max-width: 1023px) {
    /* Top-level list */
    #sidebar-nav .sidebar-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
    }

    #sidebar-nav .sidebar-menu > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    #sidebar-nav .sidebar-menu > li > a {
      display: flex;
      align-items: center;
      padding: 14px 20px;
      color: var(--nav-text);
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1.2;
      transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
    }

    #sidebar-nav .sidebar-menu > li > a:hover {
      background-color: rgba(124, 179, 66, 0.1);
      color: var(--nav-hover);
      padding-left: 24px;
    }

    /* Submenu accordion (must beat mega-menu mobile hide) */
    #sidebar-nav .sidebar-menu .sub-menu {
      display: none !important;
      background-color: rgba(0, 0, 0, 0.02);
      padding: 6px 0;
      margin: 0;
      list-style: none;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.25s ease;
    }

    #sidebar-nav .sidebar-menu li.menu-item-has-children.open .sub-menu {
      display: block !important;
      max-height: 2000px;
    }

    /* Expand/collapse indicator */
    #sidebar-nav .sidebar-menu li.menu-item-has-children > a {
      position: relative;
      padding-right: 52px;
    }

    #sidebar-nav .sidebar-menu li.menu-item-has-children > a::after {
      content: '+';
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 22px;
      font-weight: 300;
      line-height: 1;
      opacity: 0.9;
      transition: transform 0.2s ease;
    }

    #sidebar-nav .sidebar-menu li.menu-item-has-children.open > a::after {
      content: '−';
    }

    /* Submenu items */
    #sidebar-nav .sidebar-menu .sub-menu > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    #sidebar-nav .sidebar-menu .sub-menu > li > a {
      display: flex;
      align-items: center;
      padding: 12px 20px 12px 44px;
      font-size: 14px;
      font-weight: 500;
      text-transform: none;
      line-height: 1.4;
      color: rgba(27, 58, 95, 0.85);
      text-decoration: none;
      transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
    }

    #sidebar-nav .sidebar-menu .sub-menu > li > a:hover {
      background-color: rgba(124, 179, 66, 0.08);
      color: var(--nav-hover);
      padding-left: 48px;
    }

    /* Drawer padding: give content breathing room */
    .tw-drawer__content {
      padding: 10px 0;
    }
  }
.contact-modern-page {
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
}
.contact-modern-page .contact-modern__content {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-modern-page .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.contact-modern-page .row {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.contact-modern-page .col-lg-5 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .contact-modern-page .col-lg-5 {
    width: 41.666667%;
  }
}
.contact-modern-page .col-lg-7 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .contact-modern-page .col-lg-7 {
    width: 58.333333%;
  }
}
@media (max-width: 991px) {
    .contact-modern-page .col-lg-7 {
    margin-top: 2.5rem;
  }
  }
.contact-modern__info-card, .contact-modern__form-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contact-modern__info-title, .contact-modern__form-title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 37 57 / var(--tw-text-opacity));
}
.contact-modern__info-desc, .contact-modern__form-desc {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.contact-modern__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-modern__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
.contact-modern__item:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
.contact-modern__item-icon {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background: linear-gradient(135deg, #0059ff 0%, #214abb 100%);
}
.contact-modern__item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-modern__item-title {
  margin-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 37 57 / var(--tw-text-opacity));
}
.contact-modern__item-title::after {
  --tw-content: ':';
  content: var(--tw-content);
}
.contact-modern__item-link {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}
.contact-modern__item-link:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.contact-modern__item-text {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
/* WPForms Overrides */
.contact-modern__form-card .wpforms-field-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(32 37 57 / var(--tw-text-opacity));
}
.contact-modern__form-card .wpforms-field input[type="text"],
  .contact-modern__form-card .wpforms-field input[type="email"],
  .contact-modern__form-card .wpforms-field textarea {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 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: 150ms;
}
.contact-modern__form-card .wpforms-field input[type="text"]:focus,
  .contact-modern__form-card .wpforms-field input[type="email"]:focus,
  .contact-modern__form-card .wpforms-field textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-modern__form-card .wpforms-field-container > :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));
}
.contact-modern__form-card .wpforms-submit-container {
  margin-top: 1.5rem;
  padding-top: 0px;
}
.contact-modern__form-card .wpforms-submit {
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --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: 150ms;
    background: linear-gradient(135deg, #214fe7 0%, #3623da 100%);
}
.contact-modern__form-card .wpforms-submit:hover {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background-color: var(--nav-bg, #FFFEF9);
    border-bottom: 1px solid var(--nav-border, rgba(27, 58, 95, 0.08));
  }
.tw-header__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
  }
.tw-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
  }
.tw-header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--nav-text, #1B3A5F);
    flex-shrink: 0;
  }
.tw-header__logo-img {
    max-height: 2.5rem;
    width: auto;
  }
.tw-header__nav {
    display: none;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
  }
@media (min-width: 1024px) {
    .tw-header__nav {
      display: flex;
    }
  }
.tw-header__nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3rem;
  }
.tw-header__tools {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
.tw-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--nav-text, #1B3A5F);
    transition: color 0.2s ease, background-color 0.2s ease;
    border-radius: 0.25rem;
  }
.tw-icon-btn:hover {
    color: var(--nav-hover, #FF9933);
    background-color: rgba(124, 179, 66, 0.1);
  }
/* Search */
.tw-search {
    position: fixed;
    top: 80px;
    right: 0;
    width: 0;
    height: 70px;
    background: var(--nav-bg, #FFFEF9);
    border-bottom: 1px solid var(--nav-border, rgba(27, 58, 95, 0.08));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: hidden;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
  }
.tw-search.active {
    width: 500px;
    max-width: 90vw;
  }
.tw-search__container {
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
  }
.tw-search.active .tw-search__container {
    opacity: 1;
  }
.tw-search__form {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.625rem;
    position: relative;
  }
.tw-search__input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid var(--nav-border, rgba(27, 58, 95, 0.08));
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    background-color: var(--nav-bg, #f8f8f8);
  }
.tw-search__input:focus {
    border-color: var(--nav-hover, #FF9933);
    background-color: #fff;
  }
/* Mobile menu button */
.tw-header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    margin-left: 0.5rem;
  }
.tw-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
  }
.tw-hamburger__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--nav-text, #1B3A5F);
    border-radius: 2px;
    transition: all 0.3s ease;
  }
.tw-header__hamburger.active .tw-hamburger__line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
.tw-header__hamburger.active .tw-hamburger__line:nth-child(2) {
    opacity: 0;
  }
.tw-header__hamburger.active .tw-hamburger__line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
/* Mobile drawer */
.tw-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background-color: var(--nav-bg, #FFFEF9);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }
/* Desktop: hide drawer entirely */
@media (min-width: 992px) {
    .tw-drawer {
      display: none;
    }
  }
/* Mobile: ensure drawer is renderable */
@media (max-width: 991px) {
    .tw-drawer {
      display: block;
    }
  }
.tw-drawer.open {
    transform: translateX(0);
  }
.tw-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid var(--nav-border, rgba(0, 0, 0, 0.08));
    background-color: var(--nav-bg, #FFFEF9);
    position: sticky;
    top: 0;
    z-index: 10;
  }
.tw-drawer__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--nav-text, #1B3A5F);
    text-transform: uppercase;
  }
.tw-drawer__content {
    padding: 1.25rem 0;
  }
/* Overlay */
.tw-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
/* Desktop: hide overlay entirely */
@media (min-width: 992px) {
    .tw-overlay {
      display: none;
    }
  }
/* Mobile: ensure overlay is renderable */
@media (max-width: 991px) {
    .tw-overlay {
      display: block;
    }
  }
.tw-overlay.active {
    opacity: 1;
    visibility: visible;
  }
/* Responsive */
@media (max-width: 991px) {
    .tw-drawer {
      display: block;
    }

    .tw-overlay {
      display: block;
    }
  }
/* 使用 #site-footer ID 提高优先级，覆盖 bmfds.css 等外部样式 */
#site-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
#site-footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#site-footer .footer-logo {
  margin-bottom: 30px;
}
#site-footer .footer-logo-img img {
  height: auto;
  max-width: 200px;
}
#site-footer .footer-main {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  #site-footer .footer-main {
    flex-direction: row;
    justify-content: space-between;
  }
}
#site-footer .footer-left {
  width: 100%;
}
@media (min-width: 1024px) {
  #site-footer .footer-left {
    max-width: 40%;
    flex-basis: 40%;
  }
}
#site-footer .footer-company-name {
  margin: 0px;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
#site-footer .footer-company-desc {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.7;
}
#site-footer .footer-right {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  #site-footer .footer-right {
    max-width: 55%;
    flex-basis: 55%;
  }
}
#site-footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  #site-footer .footer-nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
#site-footer .footer-nav-col {
  flex: 1 1 0%;
}
#site-footer .footer-nav-col h4 {
  margin: 0px;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
#site-footer .footer-category {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
#site-footer .footer-category li {
  margin-bottom: 10px;
}
#site-footer .footer-category a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}
#site-footer .footer-category a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 111 19 / var(--tw-text-opacity));
}
#site-footer .foot_contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#site-footer .foot_contact .item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#site-footer .foot_contact .\!item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#site-footer .foot_contact .icon {
  margin-right: 10px;
}
#site-footer .foot_contact .icon img {
  height: 1.25rem;
  width: 1.25rem;
}
#site-footer .foot_contact a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
  text-decoration-line: none;
}
#site-footer .foot_contact a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 111 19 / var(--tw-text-opacity));
}
#site-footer .footer-shere {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
#site-footer .footer-shere a {
  display: flex;
  align-items: center;
}
#site-footer .footer-shere img {
  height: 1.5rem;
  width: 1.5rem;
  opacity: 0.7;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#site-footer .footer-shere img:hover {
  opacity: 1;
}
#site-footer .foot-bottom {
  margin-top: 2.5rem;
  border-top-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
}
#site-footer .foot-bottom .container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  #site-footer .foot-bottom .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
#site-footer .foot-bottom .copyright {
  margin: 0px;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
#site-footer .foot-bottom .footer-links {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0px;
}
@media (min-width: 768px) {
  #site-footer .foot-bottom .footer-links {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1.25rem;
  }
}
#site-footer .foot-bottom .footer-links a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}
#site-footer .foot-bottom .footer-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 111 19 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  #site-footer .foot-bottom .footer-links a:last-child {
    margin-right: 2.5rem;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[9999\] {
  z-index: 9999;
}
.m-0 {
  margin: 0px;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[18px\] {
  margin-top: 18px;
  margin-bottom: 18px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[675px\] {
  height: 675px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-full {
  height: 100%;
}
.max-h-80 {
  max-height: 20rem;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-14 {
  width: 3.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1230px\] {
  max-width: 1230px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-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-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[18px\] {
  gap: 18px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  border-color: rgba(0,0,0,0.06);
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  border-color: rgba(0,0,0,0.08);
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  border-color: rgba(0,0,0,0.18);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
  border-color: rgba(255,255,255,0.7);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#e91e63\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 30 99 / var(--tw-bg-opacity));
}
.bg-\[\#f7f9fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\] {
  background-color: rgba(0,0,0,0.9);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  background-color: rgba(255,255,255,0.2);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.92\)\] {
  background-color: rgba(255,255,255,0.92);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#f7f9fc\] {
  --tw-gradient-to: #f7f9fc var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[18px_10px\] {
  padding: 18px 10px;
}
.p-\[18px_16px\] {
  padding: 18px 16px;
}
.p-\[22px_16px\] {
  padding: 22px 16px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.75\] {
  line-height: 1.75;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.9\] {
  line-height: 1.9;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#1f2d3d\] {
  --tw-text-opacity: 1;
  color: rgb(31 45 61 / var(--tw-text-opacity));
}
.text-\[\#2c3e50\] {
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity));
}
.text-\[\#5a6c7d\] {
  --tw-text-opacity: 1;
  color: rgb(90 108 125 / var(--tw-text-opacity));
}
.text-\[\#e91e63\] {
  --tw-text-opacity: 1;
  color: rgb(233 30 99 / var(--tw-text-opacity));
}
.text-\[var\(--primary-color\2c \#2b67f6\)\] {
  color: var(--primary-color,#2b67f6);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.92\] {
  opacity: 0.92;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_40px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 12px 40px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_40px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 12px 40px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 20px 60px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_22px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0 8px 22px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 8px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-\[250ms\] {
  transition-duration: 250ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.open\:ring-1[open] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:scale-\[1\.06\]:hover {
  --tw-scale-x: 1.06;
  --tw-scale-y: 1.06;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-\[\#c2185b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 24 91 / var(--tw-bg-opacity));
}
.hover\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.12\)\]:hover {
  background-color: rgba(255,255,255,0.12);
}
.hover\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\]:hover {
  background-color: rgba(255,255,255,0.3);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:text-\[\#c2185b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(194 24 91 / var(--tw-text-opacity));
}
.hover\:text-\[var\(--primary-color\2c \#2b67f6\)\]:hover {
  color: var(--primary-color,#2b67f6);
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {
  .sm\:h-\[280px\] {
    height: 280px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .md\:h-\[520px\] {
    height: 520px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-\[120px\] {
    font-size: 120px;
  }
  .md\:text-\[34px\] {
    font-size: 34px;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}