/* Tailwind */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.14 | 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 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
body {
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 1.1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1.2;
}
.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: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-15 {
  bottom: -60px;
}
.-top-16 {
  top: -4rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-15 {
  bottom: 60px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[28\%\] {
  bottom: 28%;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[27px\] {
  left: 27px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-15 {
  right: 60px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[4\%\] {
  right: 4%;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[55\%\] {
  top: 55%;
}
.top-\[98px\] {
  top: 98px;
}
.top-\[calc\(20px\+var\(--header-height\)\)\] {
  top: calc(20px + var(--header-height));
}
.top-\[calc\(50\%-3px\)\] {
  top: calc(50% - 3px);
}
.top-\[var\(--header-height\)\] {
  top: var(--header-height);
}
.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-\[100\] {
  z-index: 100;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[7\] {
  z-index: 7;
}
.z-\[8\] {
  z-index: 8;
}
.z-\[996\] {
  z-index: 996;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.m-3 {
  margin: 0.75rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-15 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-7\.5 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-15 {
  margin-bottom: 60px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-7\.5 {
  margin-bottom: 30px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[74px\] {
  margin-bottom: 74px;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.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-14 {
  margin-top: 3.5rem;
}
.mt-15 {
  margin-top: 60px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-7\.5 {
  margin-top: 30px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[108px\] {
  margin-top: 108px;
}
.mt-\[117px\] {
  margin-top: 117px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[54px\] {
  margin-top: 54px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[168px\] {
  height: 168px !important;
}
.\!h-\[200px\] {
  height: 200px !important;
}
.\!h-\[240px\] {
  height: 240px !important;
}
.\!h-\[320px\] {
  height: 320px !important;
}
.\!h-\[336px\] {
  height: 336px !important;
}
.\!h-\[45px\] {
  height: 45px !important;
}
.\!h-\[460px\] {
  height: 460px !important;
}
.\!h-\[525px\] {
  height: 525px !important;
}
.\!h-\[580px\] {
  height: 580px !important;
}
.\!h-\[600px\] {
  height: 600px !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-15 {
  height: 60px;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-7\.5 {
  height: 30px;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100x\] {
  height: 100x;
}
.h-\[176px\] {
  height: 176px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[184px\] {
  height: 184px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[208px\] {
  height: 208px;
}
.h-\[232px\] {
  height: 232px;
}
.h-\[236px\] {
  height: 236px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[248px\] {
  height: 248px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[257px\] {
  height: 257px;
}
.h-\[276px\] {
  height: 276px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[358px\] {
  height: 358px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[408px\] {
  height: 408px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[680px\] {
  height: 680px;
}
.h-\[71\%\] {
  height: 71%;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[calc\(100dvh\+10px\)\] {
  height: calc(100dvh + 10px);
}
.h-\[calc\(100dvh-0px\)\] {
  height: calc(100dvh - 0px);
}
.h-\[calc\(100dvh-110px\)\] {
  height: calc(100dvh - 110px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.\!max-h-\[460px\] {
  max-height: 460px !important;
}
.\!max-h-\[525px\] {
  max-height: 525px !important;
}
.\!max-h-\[580px\] {
  max-height: 580px !important;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-\[148px\] {
  max-height: 148px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[248px\] {
  max-height: 248px;
}
.max-h-\[64px\] {
  max-height: 64px;
}
.max-h-\[748px\] {
  max-height: 748px;
}
.max-h-\[75px\] {
  max-height: 75px;
}
.max-h-\[79dvh\] {
  max-height: 79dvh;
}
.\!min-h-\[220px\] {
  min-height: 220px !important;
}
.\!min-h-\[45px\] {
  min-height: 45px !important;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[248px\] {
  min-height: 248px;
}
.min-h-\[75px\] {
  min-height: 75px;
}
.\!w-\[414px\] {
  width: 414px !important;
}
.\!w-\[45px\] {
  width: 45px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-15 {
  width: 60px;
}
.w-16 {
  width: 4rem;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7\.5 {
  width: 30px;
}
.w-9 {
  width: 2.25rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}
.w-\[calc\(96\%-54px\)\] {
  width: calc(96% - 54px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.\!min-w-\[45px\] {
  min-width: 45px !important;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-\[127px\] {
  min-width: 127px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[212px\] {
  min-width: 212px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.\!max-w-\[1030px\] {
  max-width: 1030px !important;
}
.\!max-w-\[1174px\] {
  max-width: 1174px !important;
}
.\!max-w-\[1440px\] {
  max-width: 1440px !important;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-\[1020px\] {
  max-width: 1020px;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1109px\] {
  max-width: 1109px;
}
.max-w-\[1110px\] {
  max-width: 1110px;
}
.max-w-\[1112px\] {
  max-width: 1112px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[1418px\] {
  max-width: 1418px;
}
.max-w-\[1420px\] {
  max-width: 1420px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[212px\] {
  max-width: 212px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[635px\] {
  max-width: 635px;
}
.max-w-\[652px\] {
  max-width: 652px;
}
.max-w-\[676px\] {
  max-width: 676px;
}
.max-w-\[75px\] {
  max-width: 75px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[891px\] {
  max-width: 891px;
}
.max-w-\[92\%\] {
  max-width: 92%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-20 {
  --tw-translate-y: -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-\[40\%\] {
  --tw-translate-y: -40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-px {
  --tw-translate-x: 1px;
  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-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-px {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-pointer {
  cursor: pointer !important;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-1 {
  gap: 0.25rem !important;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-15 {
  gap: 60px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-7\.5 {
  gap: 30px;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[25px\] {
  gap: 25px;
}
.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-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[14px\] {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[10px\] {
  border-bottom-width: 10px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-b-\[4px\] {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[15px\] {
  border-left-width: 15px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-\[10px\] {
  border-top-width: 10px;
}
.border-\[\#454545\] {
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
}
.border-\[\#486E7A\] {
  --tw-border-opacity: 1;
  border-color: rgb(72 110 122 / var(--tw-border-opacity));
}
.border-\[\#DADADA\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-brand-blue {
  --tw-border-opacity: 1;
  border-color: rgb(72 110 122 / var(--tw-border-opacity));
}
.border-brand-green {
  --tw-border-opacity: 1;
  border-color: rgb(76 98 61 / var(--tw-border-opacity));
}
.border-brand-orange {
  --tw-border-opacity: 1;
  border-color: rgb(146 61 14 / var(--tw-border-opacity));
}
.border-brand-wine {
  --tw-border-opacity: 1;
  border-color: rgb(106 32 55 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-l-brand-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 61 14 / var(--tw-border-opacity));
}
.\!bg-brand-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(146 61 14 / var(--tw-bg-opacity)) !important;
}
.\!bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}
.bg-\[\#0D3343\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 51 67 / var(--tw-bg-opacity));
}
.bg-\[\#143C4D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 77 / var(--tw-bg-opacity));
}
.bg-\[\#1E495B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 73 91 / var(--tw-bg-opacity));
}
.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/\[40\%\] {
  background-color: rgb(0 0 0 / 40%);
}
.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(72 110 122 / var(--tw-bg-opacity));
}
.bg-brand-blue-darkest {
  --tw-bg-opacity: 1;
  background-color: rgb(11 41 54 / var(--tw-bg-opacity));
}
.bg-brand-blue\/20 {
  background-color: rgb(72 110 122 / 0.2);
}
.bg-brand-green {
  --tw-bg-opacity: 1;
  background-color: rgb(76 98 61 / var(--tw-bg-opacity));
}
.bg-brand-green\/20 {
  background-color: rgb(76 98 61 / 0.2);
}
.bg-brand-ivory {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 237 / var(--tw-bg-opacity));
}
.bg-brand-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(146 61 14 / var(--tw-bg-opacity));
}
.bg-brand-orange\/20 {
  background-color: rgb(146 61 14 / 0.2);
}
.bg-brand-wine {
  --tw-bg-opacity: 1;
  background-color: rgb(106 32 55 / var(--tw-bg-opacity));
}
.bg-brand-wine-darkest {
  --tw-bg-opacity: 1;
  background-color: rgb(42 12 21 / var(--tw-bg-opacity));
}
.bg-brand-wine\/20 {
  background-color: rgb(106 32 55 / 0.2);
}
.bg-brand-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 155 / var(--tw-bg-opacity));
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.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-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-brand-wine {
  --tw-gradient-to: #6A2037 var(--tw-gradient-to-position);
}
.to-brand-wine-darkest {
  --tw-gradient-to: #2A0C15 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-\[30\%\] {
  --tw-gradient-to-position: 30%;
}
.to-\[35\%\] {
  --tw-gradient-to-position: 35%;
}
.stroke-brand-blue {
  stroke: #486E7A;
}
.stroke-brand-green {
  stroke: #4C623D;
}
.stroke-brand-orange {
  stroke: #923D0E;
}
.stroke-brand-wine {
  stroke: #6A2037;
}
.stroke-white {
  stroke: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-15 {
  padding: 60px !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}
.px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-20 {
  padding-bottom: 5rem !important;
}
.\!pb-28 {
  padding-bottom: 7rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-15 {
  padding-bottom: 60px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[13px\] {
  padding-left: 13px;
}
.pl-\[max\(15px\2c 4\%\)\] {
  padding-left: max(15px,4%);
}
.pl-\[max\(max\(15px\2c 3\.125\%\)\2c calc\(\(100\%-1800px\)\/2\)\)\] {
  padding-left: max(max(15px,3.125%),calc((100% - 1800px) / 2));
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[14px\] {
  padding-right: 14px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!font-body {
  font-family: Figtree, sans-serif !important;
}
.font-body {
  font-family: Figtree, sans-serif;
}
.font-google {
  font-family: Plus Jakarta Sans, sans-serif;
}
.font-heading {
  font-family: "EB Garamond", serif;
}
.\!text-sm {
  font-size: 15px !important;
}
.\!text-xs {
  font-size: 13px !important;
}
.text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.text-4xl {
  font-size: 36px;
  line-height: 40px;
}
.text-5xl {
  font-size: 50px;
  line-height: 1.2;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-base {
  font-size: 17px;
}
.text-lg {
  font-size: 19px;
}
.text-sm {
  font-size: 15px;
}
.text-xl {
  font-size: 20px;
  line-height: 1.1;
}
.text-xs {
  font-size: 13px;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!leading-\[0\.6\] {
  line-height: 0.6 !important;
}
.\!leading-\[1\.01\] {
  line-height: 1.01 !important;
}
.\!leading-\[1\.02\] {
  line-height: 1.02 !important;
}
.\!leading-\[1\.08\] {
  line-height: 1.08 !important;
}
.\!leading-\[1\.12\] {
  line-height: 1.12 !important;
}
.\!leading-\[1\.14\] {
  line-height: 1.14 !important;
}
.\!leading-\[1\.1\] {
  line-height: 1.1 !important;
}
.\!leading-\[1\.20\] {
  line-height: 1.20 !important;
}
.\!leading-\[1\.21\] {
  line-height: 1.21 !important;
}
.\!leading-\[1\.22\] {
  line-height: 1.22 !important;
}
.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}
.\!leading-\[1\.28\] {
  line-height: 1.28 !important;
}
.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.\!leading-\[1\.31\] {
  line-height: 1.31 !important;
}
.\!leading-\[1\.32\] {
  line-height: 1.32 !important;
}
.\!leading-\[1\.33\] {
  line-height: 1.33 !important;
}
.\!leading-\[1\.37\] {
  line-height: 1.37 !important;
}
.\!leading-\[1\.40\] {
  line-height: 1.40 !important;
}
.\!leading-\[1\.42\] {
  line-height: 1.42 !important;
}
.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}
.\!leading-\[1\.50\] {
  line-height: 1.50 !important;
}
.\!leading-\[1\.5\] {
  line-height: 1.5 !important;
}
.\!leading-\[1\.6\] {
  line-height: 1.6 !important;
}
.\!leading-\[1\.71\] {
  line-height: 1.71 !important;
}
.\!leading-\[1\.75\] {
  line-height: 1.75 !important;
}
.\!leading-\[1\] {
  line-height: 1 !important;
}
.\!leading-\[2\] {
  line-height: 2 !important;
}
.\!leading-none {
  line-height: 1 !important;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-\[1\.33\] {
  line-height: 1.33;
}
.leading-\[1\.42\] {
  line-height: 1.42;
}
.leading-\[1\.55\] {
  line-height: 1.55;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.71\] {
  line-height: 1.71;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.-tracking-\[0\.18px\] {
  letter-spacing: -0.18px;
}
.-tracking-\[0\.2px\] {
  letter-spacing: -0.2px;
}
.-tracking-\[0\.48px\] {
  letter-spacing: -0.48px;
}
.-tracking-\[0\.4px\] {
  letter-spacing: -0.4px;
}
.-tracking-\[0\.64px\] {
  letter-spacing: -0.64px;
}
.-tracking-\[0\.72px\] {
  letter-spacing: -0.72px;
}
.-tracking-\[0\.8px\] {
  letter-spacing: -0.8px;
}
.-tracking-\[0\.92px\] {
  letter-spacing: -0.92px;
}
.-tracking-\[0\.96px\] {
  letter-spacing: -0.96px;
}
.-tracking-\[1\.44px\] {
  letter-spacing: -1.44px;
}
.-tracking-\[1\.62px\] {
  letter-spacing: -1.62px;
}
.-tracking-\[2px\] {
  letter-spacing: -2px;
}
.tracking-\[0\.96px\] {
  letter-spacing: 0.96px;
}
.tracking-\[1\.12px\] {
  letter-spacing: 1.12px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-black\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.text-\[rgba\(15\2c 15\2c 15\2c 0\.80\)\] {
  color: rgba(15,15,15,0.80);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(72 110 122 / var(--tw-text-opacity));
}
.text-brand-gold {
  --tw-text-opacity: 1;
  color: rgb(182 139 24 / var(--tw-text-opacity));
}
.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(76 98 61 / var(--tw-text-opacity));
}
.text-brand-orange {
  --tw-text-opacity: 1;
  color: rgb(146 61 14 / var(--tw-text-opacity));
}
.text-brand-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-brand-wine {
  --tw-text-opacity: 1;
  color: rgb(106 32 55 / var(--tw-text-opacity));
}
.text-brand-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 232 155 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0 {
  outline-width: 0px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[400ms\] {
  transition-duration: 400ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
        display: none;
    }
.no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
/* Import Vendors */
/**
 * Swiper 11.1.14
 * 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: September 12, 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-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}
: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-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}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}
.toastify.on {
    opacity: 1;
}
.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}
.toastify-right {
    right: 15px;
}
.toastify-left {
    left: 15px;
}
.toastify-top {
    top: -150px;
}
.toastify-bottom {
    bottom: -150px;
}
.toastify-rounded {
    border-radius: 25px;
}
.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}
.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden]{opacity:0}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=top]{transform:translateY(5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=bottom]{transform:translateY(-5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=left]{transform:translateX(5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=right]{transform:translateX(-5px)}
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}
.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}
.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}
.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}
.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}
.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}
.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}
.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}
.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}
.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}
.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}
.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}
.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}
.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}
.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}
.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}
.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}
.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}
.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}
.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}
.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}
.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}
.air-datepicker-body.-hidden-{display:none}
.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}
.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}
.air-datepicker-body--day-name.-clickable-{cursor:pointer}
.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}
.air-datepicker-body--cells{display:grid}
.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}
.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}
.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}
.-only-timepicker- .air-datepicker-nav{display:none}
.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}
.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}
.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}
.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}
.air-datepicker-nav--action.-disabled-{visibility:hidden}
.air-datepicker-nav--action svg{width:32px;height:32px}
.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}
.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}
.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}
.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}
.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}
.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}
.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}
.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}
.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}
.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}
.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}
.-only-timepicker- .air-datepicker-time{border-top:none}
.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}
.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}
.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}
.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}
.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}
.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}
.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}
.air-datepicker-time--row:first-child{margin-bottom:4px}
.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}
.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}
.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}
.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}
.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}
.air-datepicker-time--row input[type=range]:focus{outline:none}
.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}
.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}
.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}
.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}
.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}
.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}
.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}
.air-datepicker:not(.-custom-position-){opacity:0}
.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}
.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}
.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}
.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}
.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}
.air-datepicker.-active-.-custom-position-{transition:none}
.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}
.air-datepicker.-inline- .air-datepicker--pointer{display:none}
.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}
.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}
.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}
.air-datepicker.-custom-position-{transition:none}
.air-datepicker-global-container{position:absolute;left:0;top:0}
.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}
.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}
.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}
.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}
.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}
.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}
.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}
.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}
.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}
.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}
.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}
.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}
.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}
.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}
.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}
.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}
.air-datepicker--navigation{grid-area:nav}
.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}
.-only-timepicker- .air-datepicker--content{display:none}
.air-datepicker--time{grid-area:timepicker}
.air-datepicker--buttons{grid-area:buttons}
.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}
.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}
.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}
/* Base */
/* Fonts */
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Black.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-BlackItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Bold.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-BoldItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Italic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-MediumItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Medium.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Light.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Regular.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-LightItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-SemiBoldItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Thin.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-ThinItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@keyframes text-gradient-animation {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.text-gradient {
    background: repeating-linear-gradient(
        90deg,
        #f7ba58 0%,
        #f48a4f 25%,
        #f15946 50%,
        #f48a4f 75%,
        #f7ba58 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: text-gradient-animation 8s linear infinite;
}
@keyframes red-pulse-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
.red-pulse {
    animation: red-pulse-animation 4s alternate infinite;
}
.red-pulse-delay {
    animation: red-pulse-animation 4s alternate 2s infinite;
}
@keyframes red-drop-animation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(0);
    }
}
.red-drop {
    animation: red-drop-animation 6s alternate infinite;
}
.red-drop-delay {
    animation: red-drop-animation 6s alternate 2s infinite;
}
@keyframes red-bounce-animation {
    0% {
        transform: translateY(0);
        /* transform: translateX(0); */
    }
    50% {
        transform: translateY(-60px);
        /* transform: translateX(-40px); */
    }
    100% {
        transform: translateY(0);
        /* transform: translateX(0); */
    }
}
.red-bounce {
    animation: red-bounce-animation 6s alternate infinite;
}
.red-bounce-delay {
    animation: red-bounce-animation 6s alternate 2s infinite;
}
@keyframes red-bounce-mobile-animation {
    0% {
        transform: translateY(0);
        /* transform: translateX(0); */
    }
    50% {
        transform: translateY(-60px);
        /* transform: translateX(-40px); */
    }
    100% {
        transform: translateY(0);
        /* transform: translateX(0); */
    }
}
.red-bounce-mobile {
    animation: red-bounce-mobile-animation 6s alternate infinite;
}
.red-bounce-delay-mobile {
    animation: red-bounce-mobile-animation 6s alternate 2s infinite;
}
@media print {
    nav,
    footer,
    aside,
    .sidebar,
    .mobile-menu {
        display: none !important;
    }
    body {
        background: none !important;
        color: #000;
    }
    a:after {
        content: ' (' attr(href) ')';
    }
}
.toastify.error {
    background: white !important;
    color: black !important;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(106,32,55, 0.3);
}
.js-accordion-answer > a {
    text-decoration: underline !important;
}
/* Breadcrumbs */
.css-breadcrumbs > span {
    display: flex;
    align-items: center;

    font-weight: 400;
    white-space: nowrap;
    letter-spacing: -20px;
}
.css-breadcrumbs > span i::before {
        margin: 0px 8px;
    }
.breadcrumb_last {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
.block-hero__overlay {
    background: linear-gradient(90deg, #000 0.37%, rgba(0, 0, 0, 0.00) 33.74%), linear-gradient(180deg, #000 6.38%, rgba(0, 0, 0, 0.00) 55.35%), linear-gradient(171deg, rgba(0, 0, 0, 0.00) 68.97%, #000 90.59%);
}
.case-sensitive {
    font-variant-caps: all-small-caps;
    font-feature-settings: "case", "lnum";
}
.case-sensitive-title {
    font-feature-settings: "case", "lnum";
}
.block-rich-text:first-of-type {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .block-rich-text:first-of-type {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .block-rich-text:first-of-type {
    margin-top: 120px;
  }
}
.group-article {
    /* @apply px-[15px] lg:px-0 */
}
.group-article-1320px .block-rich-text {
        /* max-width: 1200px; */
    }
/* Tippy */
.tippy-box[data-theme~='error'] {
    background-color: #dc2626;
    color: white;
    font-weight: 500;
}
.tippy-box[data-theme~='error'] .tippy-arrow::before {
  color: #dc2626;
}
strong {
    font-weight: 600 !important;
}
/* Print */
@media print {
    header, nav, footer, .sidebar, .btn, .no-print {
        display: none !important;
    }

    body, p, h1, h2, h3, h4, h5, h6, li {
        color: #000 !important;
        background: none !important;
        font-size: 12pt;
        line-height: 1.4;
    }

    * {
        background: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
        page-break-inside: avoid;
    }

    table {
        width: 100% !important;
        border-collapse: collapse !important;
    }

    table, th, td {
        border: 1px solid #000 !important;
    }

    h1, h2, h3, h4, h5, h6, p, table, figure {
        page-break-inside: avoid;
    }

    a:after {
        content: " (" attr(href) ")";
    }

    body {
        margin: 1cm !important;
    }
}
.card-shadow {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
.faq-dark-shadow {
    /* border: 1px solid var(--Border-border-brand, #de3924);
    box-shadow: 0px 0px 0px 4px rgba(241, 89, 70, 0.25);
    transition: all 0.2s ease; */
}
.faq-dark-shadow figure {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 32 55 / var(--tw-bg-opacity)) !important;
}
.faq-dark-shadow figure svg path {
  stroke: #fff !important;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;

    scroll-behavior: smooth;
}
/* Components */
.bp-x::before {
    /* display: none; */
}
@media (min-width: 1024px) {
  .bp-wrap {
    padding: 50px !important;
  }
}
.bp-img > img {
    -o-object-fit: contain;
       object-fit: contain;
}
.bp-inner {
    /* @apply lg:!left-[2.5%] lg:w-[95%]; */
}
.gform_wrapper {
    --gf-color-primary: #6A2037 !important;
    --gf-color-primary-darker: #e2e2e2 !important;
    --gf-color-secondary: var(--gf-color-primary) !important;
    --gf-ctrl-label-font-size-primary: 14px !important;
    --gf-ctrl-label-font-weight-primary: 700 !important;
    --gf-ctrl-label-color-req: var(--gf-color-primary) !important;
    --gf-ctrl-label-color-primary: #1a1a1a !important;
    --gf-ctrl-label-color-secondary: #1a1a1a !important;
    --gf-label-req-gap: 0 !important;
    --gf-label-space-primary: 4px !important;
    --gf-ctrl-color: #1a1a1a !important;
    --gf-ctrl-font-size: 16px !important;
    --gf-ctrl-font-weight: 500 !important;
    --gf-ctrl-textarea-height: 223px !important;
    --gf-ctrl-textarea-resize: none !important;
    --gf-ctrl-textarea-padding-y: 12px !important;
    --gf-ctrl-border-width: 1px !important;
    --gf-ctrl-border-color: #e2e2e2 !important;
    --gf-ctrl-size: 70px !important;
    --gf-ctrl-border-color-focus: var(--gf-color-primary) !important;
    --gf-ctrl-btn-radius: 180px !important;
    --gf-ctrl-btn-font-weight: 600 !important;
    --gf-ctrl-btn-size: 50px !important;
    --gf-ctrl-btn-font-size: 16px !important;
    --gf-ctrl-checkbox-check-radius: 4px !important;
    --gf-ctrl-choice-check-color: #6A2037 !important;
    --gf-ctrl-checkbox-check-size: 14px !important;
    --gf-form-gap-x: 12px !important;
    --gf-form-gap-y: 12px !important;
    --gf-form-footer-margin-y-start: 0px !important;
    --gf-ctrl-outline-color-focus: transparent !important;
    --gf-ctrl-shadow: 0 !important;
    --gf-ctrl-checkbox-check-radius: 0 !important;
    --gf-field-choice-gap: 28px !important;
    --gf-label-space-x-secondary: 8px !important;
    --gf-ctrl-desc-color-error: #ffd2d2 !important;
    --gf-form-validation-padding-y: 12px !important;
    --gf-form-validation-padding-x: 12px !important;
    --gf-form-validation-margin-y: 0 24px !important;

    /* --gf-ctrl-padding-x: 20px !important; */
    /* --gf-ctrl-padding-y: 10px !important; */
    --gf-ctrl-radius: 0px !important;
    --gf-ctrl-textarea-radius: 0px !important;

}
/* --gf-ctrl-shadow-focus: 1 !important; */
@media screen and (min-width: 1024px) {
.gform_wrapper {
        --gf-form-gap-x: 16px !important;
        --gf-form-gap-y: 16px !important

}
    }
.ginput_container_textarea textarea {
        min-block-size: var(--gf-ctrl-textarea-height) !important;
        margin-bottom: 12px !important;
    }
.gchoice > label {
    --gf-ctrl-label-color-primary: #fff !important;
    --gf-ctrl-label-color-secondary: #fff !important;
}
/* .gfield_checkbox {
    flex-direction: row !important;
    margin-bottom: 8px !important;
} */
.gform-field-label > a {
    text-decoration: underline !important;
}
.gfield_required_text {
    display: none !important;
}
.gform-theme ::-moz-placeholder {
        color: rgba(0, 0, 0) !important;
    }
.gform-theme ::placeholder {
        color: rgba(0, 0, 0) !important;
    }
.ginput_container_consent {
  grid-column: span 12 / span 12 !important;
  margin-top: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {
  .ginput_container_consent {
    grid-column-start: 8 !important;
    margin-top: 0.75rem !important;
  }
}
.ginput_container_consent label {
  font-size: 15px !important;
}
.ginput_container_consent label {
  font-weight: 400 !important;
}
.ginput_container_consent label {
  line-height: 1.42 !important;
}
.ginput_container_consent label {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {
  .ginput_container_consent label {
    font-size: 15px !important;
  }
}
@media (min-width: 1024px) {
  .ginput_container_consent label {
    font-weight: 500 !important;
  }
}
@media (min-width: 1024px) {
  .ginput_container_consent label {
    line-height: 1.31 !important;
  }
}
.ginput_container_consent input {
  height: 1.25rem !important;
}
.ginput_container_consent input {
  width: 1.25rem !important;
}
.gform-field-label {
  font-size: 13px !important;
  line-height: 1.66 !important;
}
@media (min-width: 1024px) {
  .gform-field-label {
    white-space: nowrap !important;
    font-size: 15px !important;
  }
}
body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
  margin-top: 0.25rem;
  font-size: 15px !important;
}
@media (min-width: 1024px) {
  body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
    font-size: 15px !important;
  }
}
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper select {
  height: 3rem !important;
}
@media (min-width: 1024px) {
  body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper select {
    height: 70px !important;
  }
}
.gform_fileupload_rules {
    display: none !important;
}
.gform_validation_errors {
    position: absolute !important;
    bottom: 1px !important;
    right: 71px !important;
    background-color: white !important;
}
.gform_confirmation_message {
    color: white !important;
}
@media screen and (max-width: 1024px) {
    .ginput_container_consent > input {
        --gf-local-bg-color: rgba(255, 255, 255, 0.1) !important;
    }

  
}
.gform_drop_area {
  height: 110px !important;
  padding: 1rem !important;
}
@media (min-width: 640px) {
  .gform_drop_area {
    height: 141px !important;
    padding: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .gform_drop_area {
    height: 181px !important;
    padding: 2rem !important;
    padding-top: 3rem !important;
  }
}
.gform_drop_area button {
        position: absolute !important;
        top: 0 !important;
        z-index: 1 !important;
        left: 0 !important;
        border-radius: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
    }
.gform_drop_area::before {
    content: '' !important;
    display: block !important;
    width: 100% !important;
    height: 24px !important;

    background-image: url('/wp-content/themes/assemble/dist/img/icons/upload-document.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;

    font-family: unset !important;
}
.iti__flag {
    border-radius: 100% !important;
}
.datepicker {
    width: 100% !important;
}
.custom-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px; /* Padding for each page number */
    background-color: #f0f0f0; /* Light background for inactive pages */
    border: 1px solid #ddd; /* Border to separate pages */
    border-radius: 4px; /* Slight rounding of corners */
    text-decoration: none;
    color: #333; /* Text color */
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 16px;
}
/* Hover effect for pagination links */
.custom-pagination .page-numbers:hover {
    background-color: #0073e6; /* Blue background on hover */
    color: #fff; /* White text on hover */
}
/* Active page styling */
.custom-pagination .current {
    background-color: #0073e6; /* Background color for the active page */
    color: #fff; /* White text for the active page */
    font-weight: bold; /* Bold text for the active page */
}
/* Previous and next buttons styling */
.custom-pagination .prev,
.custom-pagination .next {
    padding: 8px 12px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}
.custom-pagination .prev:hover,
.custom-pagination .next:hover {
    background-color: #0073e6;
    color: #fff;
}
.page-numbers {
    width: 48px;
    height: 48px;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: black 1px solid;
    transition-duration: 300ms;
}
.page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 32 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-numbers.current {
    color: white;
    background-color: #6A2037;
    border: #6A2037 1px solid;
}
.text-left,
.text-right {
    width: 48px;
    height: 48px;
    position: relative;
    transition-duration: 300ms
}
.text-left:hover,
.text-right:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 32 55 / var(--tw-bg-opacity));
}
.text-left path, .text-right 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: 150ms;
}
.text-left path, .text-right path {
  transition-duration: 300ms;
}
.text-left:hover path, .text-right:hover path {
  fill: #fff;
}
.next,
.prev {
    width: 48px;
    height: 48px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: black 1px solid;
}
.case-study-pagination {
    display: flex;
    gap: 4px;
}
@media screen and (min-width: 1024px) {
    .swiper-button-disabled {
        opacity: 0.5;
        border: 1px solid #B5B5B5;
    }
}
.swiper-button-disabled::before {
    content: none !important;
    border: none !important;
}
.swiper-button-disabled:hover i,
.swiper-button-disabled.group:hover i {
    color: inherit !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-fraction {
    bottom: -4px;
}
/* Swiper Progress Bar - Default */
.swiper-pagination-progressbar {
    height: 2px !important;
}
.swiper-pagination-progressbar-fill {
    background-color: #000 !important;
}
/* Swiper Progress Bar - White */
.swiper-pagination-progressbar.white {
    height: 2px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.swiper-pagination-progressbar.white .swiper-pagination-progressbar-fill {
        height: 2px !important;
        background-color: #fff !important;
    }
/* Custom Expanding Image Slider CSS */
/* .js-eis-slide {
    max-width: 77px;
}

.js-eis-slide.is-active {
    max-width: unset;
} */
.wysiwyg > * + *, .mce-content-body > * + *, .text-media-wysiwyg > * + * {
        letter-spacing: -0.18px;
    }
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6,
    .mce-content-body h1,
    .mce-content-body h2,
    .mce-content-body h3,
    .mce-content-body h4,
    .mce-content-body h5,
    .mce-content-body h6,
    .text-media-wysiwyg h1,
    .text-media-wysiwyg h2,
    .text-media-wysiwyg h3,
    .text-media-wysiwyg h4,
    .text-media-wysiwyg h5,
    .text-media-wysiwyg h6 {
  font-weight: 500;
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6,
    .mce-content-body h1,
    .mce-content-body h2,
    .mce-content-body h3,
    .mce-content-body h4,
    .mce-content-body h5,
    .mce-content-body h6,
    .text-media-wysiwyg h1,
    .text-media-wysiwyg h2,
    .text-media-wysiwyg h3,
    .text-media-wysiwyg h4,
    .text-media-wysiwyg h5,
    .text-media-wysiwyg h6 {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6,
    .mce-content-body h1,
    .mce-content-body h2,
    .mce-content-body h3,
    .mce-content-body h4,
    .mce-content-body h5,
    .mce-content-body h6,
    .text-media-wysiwyg h1,
    .text-media-wysiwyg h2,
    .text-media-wysiwyg h3,
    .text-media-wysiwyg h4,
    .text-media-wysiwyg h5,
    .text-media-wysiwyg h6 {
    margin-bottom: 0.5rem;
  }
}
.wysiwyg h1, .mce-content-body h1, .text-media-wysiwyg h1 {
  font-size: 40px;
}
.wysiwyg h1, .mce-content-body h1, .text-media-wysiwyg h1 {
  letter-spacing: -0.96px;
}
@media (min-width: 1024px) {
  .wysiwyg h1, .mce-content-body h1, .text-media-wysiwyg h1 {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .wysiwyg h1, .mce-content-body h1, .text-media-wysiwyg h1 {
    font-size: 64px;
  }
}
.wysiwyg h2, .mce-content-body h2, .text-media-wysiwyg h2 {
  font-size: 40px;
}
.wysiwyg h2, .mce-content-body h2, .text-media-wysiwyg h2 {
  line-height: 1.01 !important;
}
.wysiwyg h2, .mce-content-body h2, .text-media-wysiwyg h2 {
  letter-spacing: -0.96px;
}
@media (min-width: 1024px) {
  .wysiwyg h2, .mce-content-body h2, .text-media-wysiwyg h2 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .wysiwyg h2, .mce-content-body h2, .text-media-wysiwyg h2 {
    font-size: 54px;
  }
}
.wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
  font-size: 32px;
}
.wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
  line-height: 1.22 !important;
}
.wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
  letter-spacing: -0.72px;
}
@media (min-width: 1024px) {
  .wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
    font-size: 40px;
  }
}
.wysiwyg h4, .mce-content-body h4, .text-media-wysiwyg h4 {
  font-size: 28px;
}
.wysiwyg h5, .mce-content-body h5, .text-media-wysiwyg h5 {
  font-size: 24px;
}
.wysiwyg h6, .mce-content-body h6, .text-media-wysiwyg h6 {
  font-size: 20px;
  line-height: 1.1;
}
.wysiwyg p, .mce-content-body p, .text-media-wysiwyg p {
        /* @apply my-4; */
        letter-spacing: -0.18px
    }
.wysiwyg p, .mce-content-body p, .text-media-wysiwyg p {
  font-size: 17px;
}
.wysiwyg p, .mce-content-body p, .text-media-wysiwyg p {
  line-height: 1.6 !important;
}
.wysiwyg p, .mce-content-body p, .text-media-wysiwyg p {
  color: rgb(0 0 0 / 0.8);
}
@media (min-width: 1024px) {
  .wysiwyg p, .mce-content-body p, .text-media-wysiwyg p {
    line-height: 1.45 !important;
  }
}
.wysiwyg p:last-child, .mce-content-body p:last-child, .text-media-wysiwyg p:last-child {
  margin-bottom: 0px;
}
.wysiwyg a, .mce-content-body a, .text-media-wysiwyg a {
  text-decoration-line: underline;
}
.wysiwyg a, .mce-content-body a, .text-media-wysiwyg a {
  text-underline-offset: 2px;
}
.wysiwyg a.download, .mce-content-body a.download, .text-media-wysiwyg a.download {
  text-decoration-line: none !important;
}
.wysiwyg ol, .mce-content-body ol, .text-media-wysiwyg ol {
  list-style-position: inside;
}
.wysiwyg ol, .mce-content-body ol, .text-media-wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol, .mce-content-body ol, .text-media-wysiwyg ol {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .wysiwyg ol, .mce-content-body ol, .text-media-wysiwyg ol {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .wysiwyg ol, .mce-content-body ol, .text-media-wysiwyg ol {
    font-size: 17px;
  }
}
.wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
  margin-left: 1.5rem;
}
.wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
  padding-left: 0.5rem;
}
.wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
  line-height: 1.5;
}
.wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
  color: rgb(0 0 0 / 0.8);
}
@media not all and (min-width: 1280px) {
  .wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
    font-size: 17px;
  }
}
.wysiwyg li, .mce-content-body li, .text-media-wysiwyg li {
  position: relative;
}
.wysiwyg li, .mce-content-body li, .text-media-wysiwyg li {
  margin-bottom: 0.25rem;
}
.wysiwyg li, .mce-content-body li, .text-media-wysiwyg li {
  line-height: 1.5;
}
.wysiwyg li, .mce-content-body li, .text-media-wysiwyg li {
  color: rgb(0 0 0 / 0.8);
}
.wysiwyg img, .mce-content-body img, .text-media-wysiwyg img {
  overflow: hidden;
}
.wysiwyg img, .mce-content-body img, .text-media-wysiwyg img {
  border-radius: 1.5rem;
}
.wysiwyg--large h1, .mce-content-body--large h1, .text-media-wysiwyg--large h1 {
  font-size: 36px;
  line-height: 40px;
}
.wysiwyg--large h2, .mce-content-body--large h2, .text-media-wysiwyg--large h2 {
  font-size: 30px;
  line-height: 36px;
}
.wysiwyg--large h3, .mce-content-body--large h3, .text-media-wysiwyg--large h3 {
  font-size: 24px;
  line-height: 32px;
}
.wysiwyg .subheading-bold, .mce-content-body .subheading-bold, .text-media-wysiwyg .subheading-bold {
  font-family: Figtree, sans-serif !important;
}
.wysiwyg .subheading-bold, .mce-content-body .subheading-bold, .text-media-wysiwyg .subheading-bold {
  font-weight: 700 !important;
}
/* Custom bullet / checkbox */
.text-media-wysiwyg ul li::before {
      content: '';
      display: inline-block;
      width: 34px; 
      height: 34px;
      flex-shrink: 0;
      position: absolute;
      left: 0;
      top: -2px;
      transform: translateY(0%);
      
      background-color: #6A2037;
    
      background-image: url('../../dist/img/icons/checkmark.svg'); 
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70%;

    }
/* Custom bullet / checkbox */
.text-media-wysiwyg ul.x-list li::before {
      content: '';
      display: inline-block;
      width: 34px; 
      height: 34px;
      flex-shrink: 0;
      position: absolute;
      left: 0;
      top: -2px;
      transform: translateY(0%);
      
      background-color: #6A2037;
    
      background-image: url('../../dist/img/icons/close-white.svg'); 
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70%;

    }
/* Custom bullet / checkbox */
.text-media-wysiwyg ul.default-list li::before {
      content: '';
      display: inline-block;
      width: 34px; 
      height: 34px;
      flex-shrink: 0;
      position: absolute;
      left: 0;
      top: -2px;
      transform: translateY(0%);
      
      background-color: #6A2037;
    
      background-image: url('../../dist/img/icons/circle-white.svg'); 
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70%;

    }
.text-media-wysiwyg ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }
.text-media-wysiwyg ul li {
            padding-left: 50px}
.text-media-wysiwyg ul li {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .text-media-wysiwyg ul li {
    margin-bottom: 0.75rem;
  }
}
.text-media-wysiwyg ul li:last-child {
            margin-bottom:0;
        }
.text-media-wysiwyg ul.x-list li {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .text-media-wysiwyg ul.x-list li {
    margin-bottom: 0.75rem;
  }
}
.js-accordion-answer ul {
        list-style-type: disc;
        padding-left: 20px;
    }
/* Blocks */
/* Pages */
.legacy-content-wrapper {
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 1.75;
    color: rgb(0 0 0 / 0.8)
}
@media (min-width: 1024px) {
  .legacy-content-wrapper {
    font-size: 17px;
  }
}
.legacy-content-wrapper > * + * {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper > * + * {
    margin-bottom: 1.25rem;
  }
}
.legacy-content-wrapper img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper img {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.legacy-content-wrapper b,
    .legacy-content-wrapper strong {
  font-weight: 700;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  font-weight: 700;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
  font-size: 24px;
  line-height: 32px;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
    font-size: 36px;
    line-height: 40px;
  }
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  font-size: 20px;
  line-height: 1.1;
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  font-weight: 700;
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  line-height: 1.4;
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  text-decoration-line: none !important;
}
@media (min-width: 1024px) {
  .legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
    font-size: 20px;
    line-height: 1.1;
  }
}
.legacy-content-wrapper h4,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h4 > strong > span {
  font-size: 20px;
  line-height: 1.1;
}
.legacy-content-wrapper h4,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h4 > strong > span {
  font-weight: 700;
}
.legacy-content-wrapper h4,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h4 > strong > span {
  text-decoration-line: none !important;
}
.legacy-content-wrapper h5,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h5 > strong > span {
  font-size: 17px;
}
.legacy-content-wrapper h5,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h5 > strong > span {
  font-weight: 700;
}
.legacy-content-wrapper h5,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h5 > strong > span {
  text-decoration-line: none !important;
}
.legacy-content-wrapper h6,
    .legacy-content-wrapper h6 > span,
    .legacy-content-wrapper h6 > strong > span {
  font-size: 13px;
}
.legacy-content-wrapper h6,
    .legacy-content-wrapper h6 > span,
    .legacy-content-wrapper h6 > strong > span {
  font-weight: 700;
}
.legacy-content-wrapper h6,
    .legacy-content-wrapper h6 > span,
    .legacy-content-wrapper h6 > strong > span {
  text-decoration-line: none !important;
}
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
        /* @apply my-4; */
    }
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
  font-size: 15px;
}
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
  font-weight: 500 !important;
}
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
    font-size: 17px;
  }
}
.legacy-content-wrapper p:last-child, .legacy-content-wrapper span:last-child, .legacy-content-wrapper a:last-child {
  margin-bottom: 0px;
}
.legacy-content-wrapper a {
  text-decoration-line: underline;
}
.legacy-content-wrapper a {
  text-underline-offset: 2px;
}
.legacy-content-wrapper ol {
  list-style-position: inside;
}
.legacy-content-wrapper ol {
  list-style-type: decimal;
}
.legacy-content-wrapper ol {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .legacy-content-wrapper ol {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .legacy-content-wrapper ol {
    font-size: 15px;
  }
}
.legacy-content-wrapper ul {
  list-style-type: disc;
}
.legacy-content-wrapper ul {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .legacy-content-wrapper ul {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .legacy-content-wrapper ul {
    font-size: 15px;
  }
}
.legacy-content-wrapper ul {
        padding-left: 0.9em;
    }
.legacy-content-wrapper li {
  margin-left: 1rem;
}
.legacy-content-wrapper li {
  margin-bottom: 0.25rem;
}
.legacy-content-wrapper li {
  line-height: 1.5;
}
.legacy-content-wrapper img {
  overflow: hidden;
}
.legacy-content-wrapper img {
  border-radius: 1.5rem;
}
.legacy-content-wrapper--large h1 {
  font-size: 36px;
  line-height: 40px;
}
.legacy-content-wrapper--large h2 {
  font-size: 30px;
  line-height: 36px;
}
.legacy-content-wrapper--large h3 {
  font-size: 24px;
  line-height: 32px;
}
.content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
  font-weight: 700;
}
.content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {

        /* @apply my-4; */
    }
.content h1,
    .content h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .content h1,
    .content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .content h1,
    .content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.content h3 {
  font-size: 20px;
  line-height: 1.1;
}
.content h3 {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .content h3 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.content h4 {
  font-size: 20px;
  line-height: 1.1;
}
.content h5 {
  font-size: 17px;
}
.content h6 {
  font-size: 13px;
}
.content p {
        /* @apply my-4; */
    }
.content p {
  font-size: 15px;
}
.content p {
  font-weight: 500;
}
.content p {
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .content p {
    font-size: 17px;
  }
}
.content p:last-child {
  margin-bottom: 0px;
}
.content a {
  text-decoration-line: underline;
}
.content a {
  text-underline-offset: 2px;
}
.content ol {
  list-style-position: inside;
}
.content ol {
  list-style-type: decimal;
}
.content ol {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .content ol {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .content ol {
    font-size: 15px;
  }
}
.content ul {
  list-style-type: disc;
}
.content ul {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .content ul {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .content ul {
    font-size: 15px;
  }
}
.content ul {
        padding-left: 0.9em;
    }
.content li {
  margin-left: 1rem;
}
.content li {
  margin-bottom: 0.25rem;
}
.content li {
  line-height: 1.5;
}
.content img {
  overflow: hidden;
}
.content img {
  border-radius: 1.5rem;
}
.content--large h1 {
  font-size: 36px;
  line-height: 40px;
}
.content--large h2 {
  font-size: 30px;
  line-height: 36px;
}
.content--large h3 {
  font-size: 24px;
  line-height: 32px;
}
.legacy-content-wrapper:not(:first-of-type),
.legacy-content-wrapper:not(:last-of-type) {
    margin-top: 16px;
    margin-bottom: 16px;
}
.legacy-content-wrapper:first-of-type {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper:first-of-type {
    margin-top: 4rem;
  }
}
@media (min-width: 1600px) {
  .legacy-content-wrapper:first-of-type {
    margin-top: 5rem;
  }
}
.legacy-content-wrapper:last-of-type {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper:last-of-type {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  .legacy-content-wrapper:last-of-type {
    margin-bottom: 5rem;
  }
}
.wp-block-heading {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

    font-size: 32px;
    color: black;
    font-weight: 500;
}
.wp-block-pullquote {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

    font-size: 28px;
    color: black;
    font-weight: 400;
}
.wp-block-image {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.wp-block-embed {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 15px;
}
@media (min-width: 1024px) {
  .wp-block-embed {
    font-size: 19px;
  }
}
.wp-block-embed {

    color: black;
    font-weight: 400;
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px) {
    .lg\:container {
      max-width: 1440px;
    }
  }
  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1800px) {
    .lg\:container {
      max-width: 1800px;
    }
  }
    .lg\:container {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
  }
}
@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px) {
    .xl\:container {
      max-width: 1440px;
    }
  }
  @media (min-width: 1600px) {
    .xl\:container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1800px) {
    .xl\:container {
      max-width: 1800px;
    }
  }
    .xl\:container {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
  }
}
.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder\:text-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.hover\:border-b-\[3px\]:hover {
  border-bottom-width: 3px;
}
.hover\:border-brand-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(72 110 122 / var(--tw-border-opacity));
}
.hover\:border-brand-blue-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(58 88 97 / var(--tw-border-opacity));
}
.hover\:border-brand-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 98 61 / var(--tw-border-opacity));
}
.hover\:border-brand-green-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 78 49 / var(--tw-border-opacity));
}
.hover\:border-brand-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(146 61 14 / var(--tw-border-opacity));
}
.hover\:border-brand-orange-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(117 49 11 / var(--tw-border-opacity));
}
.hover\:border-brand-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:border-brand-wine:hover {
  --tw-border-opacity: 1;
  border-color: rgb(106 32 55 / var(--tw-border-opacity));
}
.hover\:border-brand-wine-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(85 26 44 / var(--tw-border-opacity));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-brand-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 110 122 / var(--tw-bg-opacity));
}
.hover\:bg-brand-blue-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 88 97 / var(--tw-bg-opacity));
}
.hover\:bg-brand-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 98 61 / var(--tw-bg-opacity));
}
.hover\:bg-brand-green-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 78 49 / var(--tw-bg-opacity));
}
.hover\:bg-brand-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 61 14 / var(--tw-bg-opacity));
}
.hover\:bg-brand-orange-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(117 49 11 / var(--tw-bg-opacity));
}
.hover\:bg-brand-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-brand-wine:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 32 55 / var(--tw-bg-opacity));
}
.hover\:bg-brand-wine-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 26 44 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-brand-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(72 110 122 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group\/blog:hover .group-hover\/blog\:line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.group\/button:hover .group-hover\/button\:translate-x-3 {
  --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));
}
.group:hover .group-hover\:-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));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-brand-wine {
  --tw-bg-opacity: 1;
  background-color: rgb(106 32 55 / var(--tw-bg-opacity));
}
.group\/nav-card:hover .group-hover\/nav-card\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group\/blog:hover .group-hover\/blog\:opacity-100 {
  opacity: 1;
}
.peer:checked ~ .peer-checked\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media not all and (min-width: 1440px) {
  .max-2xl\:hidden {
    display: none;
  }
}
@media not all and (min-width: 1280px) {
  .max-xl\:\!hidden {
    display: none !important;
  }
  .max-xl\:hidden {
    display: none;
  }
  .max-xl\:items-center {
    align-items: center;
  }
  .max-xl\:border {
    border-width: 1px;
  }
  .max-xl\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }
  .max-xl\:pl-2 {
    padding-left: 0.5rem;
  }
  .max-xl\:pr-10 {
    padding-right: 2.5rem;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:\!relative {
    position: relative !important;
  }
  .max-lg\:sticky {
    position: sticky;
  }
  .max-lg\:left-0 {
    left: 0px;
  }
  .max-lg\:left-\[4\%\] {
    left: 4%;
  }
  .max-lg\:top-4 {
    top: 1rem;
  }
  .max-lg\:top-\[var\(--header-height\)\] {
    top: var(--header-height);
  }
  .max-lg\:z-20 {
    z-index: 20;
  }
  .max-lg\:-mb-4 {
    margin-bottom: -1rem;
  }
  .max-lg\:mb-0 {
    margin-bottom: 0px;
  }
  .max-lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .max-lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .max-lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .max-lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:h-\[300px\] {
    height: 300px;
  }
  .max-lg\:h-\[320px\] {
    height: 320px;
  }
  .max-lg\:w-\[44\%\] {
    width: 44%;
  }
  .max-lg\:w-\[51\%\] {
    width: 51%;
  }
  .max-lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .max-lg\:translate-y-10 {
    --tw-translate-y: 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));
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
  .max-lg\:justify-between {
    justify-content: space-between;
  }
  .max-lg\:overflow-hidden {
    overflow: hidden;
  }
  .max-lg\:border {
    border-width: 1px;
  }
  .max-lg\:border-b {
    border-bottom-width: 1px;
  }
  .max-lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .max-lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .max-lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .max-lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .max-lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .max-lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .max-lg\:pt-7 {
    padding-top: 1.75rem;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:h-\[240px\] {
    height: 240px;
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:gap-4 {
    gap: 1rem;
  }
}
@media (max-width: 440px) {
  .max-\[440px\]\:flex-col {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .max-\[420px\]\:flex-col {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .max-\[400px\]\:mb-4 {
    margin-bottom: 1rem;
  }
  .max-\[400px\]\:mt-2 {
    margin-top: 0.5rem;
  }
  .max-\[400px\]\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (max-width: 390px) {
  .max-\[390px\]\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 400px) {
  .min-\[400px\]\:h-\[380px\] {
    height: 380px;
  }
}
@media (min-width: 500px) {
  .min-\[500px\]\:\!h-\[300px\] {
    height: 300px !important;
  }
  .min-\[500px\]\:\!h-\[360px\] {
    height: 360px !important;
  }
  .min-\[500px\]\:\!h-\[400px\] {
    height: 400px !important;
  }
  .min-\[500px\]\:h-\[220px\] {
    height: 220px;
  }
  .min-\[500px\]\:h-\[360px\] {
    height: 360px;
  }
  .min-\[500px\]\:h-\[400px\] {
    height: 400px;
  }
  .min-\[500px\]\:h-\[440px\] {
    height: 440px;
  }
  .min-\[500px\]\:h-\[480px\] {
    height: 480px;
  }
  .min-\[500px\]\:h-\[580px\] {
    height: 580px;
  }
  .min-\[500px\]\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 550px) {
  .min-\[550px\]\:h-\[300px\] {
    height: 300px;
  }
  .min-\[550px\]\:h-\[520px\] {
    height: 520px;
  }
  .min-\[550px\]\:h-\[550px\] {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .md\:static {
    position: static;
  }
  .md\:bottom-3 {
    bottom: 0.75rem;
  }
  .md\:left-1\/4 {
    left: 25%;
  }
  .md\:left-3 {
    left: 0.75rem;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:my-25 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mb-28 {
    margin-bottom: 7rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-15 {
    margin-top: 60px;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:\!h-\[280px\] {
    height: 280px !important;
  }
  .md\:\!h-\[320px\] {
    height: 320px !important;
  }
  .md\:\!h-\[480px\] {
    height: 480px !important;
  }
  .md\:\!h-\[560px\] {
    height: 560px !important;
  }
  .md\:h-14 {
    height: 3.5rem;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-\[240px\] {
    height: 240px;
  }
  .md\:h-\[280px\] {
    height: 280px;
  }
  .md\:h-\[320px\] {
    height: 320px;
  }
  .md\:h-\[360px\] {
    height: 360px;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:h-\[420px\] {
    height: 420px;
  }
  .md\:h-\[480px\] {
    height: 480px;
  }
  .md\:h-\[580px\] {
    height: 580px;
  }
  .md\:h-\[680px\] {
    height: 680px;
  }
  .md\:max-h-\[240px\] {
    max-height: 240px;
  }
  .md\:max-h-\[320px\] {
    max-height: 320px;
  }
  .md\:max-h-\[360px\] {
    max-height: 360px;
  }
  .md\:min-h-\[240px\] {
    min-height: 240px;
  }
  .md\:min-h-\[320px\] {
    min-height: 320px;
  }
  .md\:min-h-\[360px\] {
    min-height: 360px;
  }
  .md\:w-14 {
    width: 3.5rem;
  }
  .md\:w-\[150\%\] {
    width: 150%;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-\[340px\] {
    width: 340px;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:min-w-\[200px\] {
    min-width: 200px;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-\[15px\] {
    gap: 15px;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:text-base {
    font-size: 17px;
  }
  .md\:hover\:bg-brand-wine:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(106 32 55 / var(--tw-bg-opacity));
  }
}
@media (min-width: 850px) {
  .min-\[850px\]\:h-\[560px\] {
    height: 560px;
  }
}
@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }
  .lg\:bottom-16 {
    bottom: 4rem;
  }
  .lg\:bottom-7 {
    bottom: 1.75rem;
  }
  .lg\:bottom-8 {
    bottom: 2rem;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:left-10 {
    left: 2.5rem;
  }
  .lg\:left-12 {
    left: 3rem;
  }
  .lg\:left-4 {
    left: 1rem;
  }
  .lg\:left-9 {
    left: 2.25rem;
  }
  .lg\:left-\[15\%\] {
    left: 15%;
  }
  .lg\:left-\[16\%\] {
    left: 16%;
  }
  .lg\:right-15 {
    right: 60px;
  }
  .lg\:right-3 {
    right: 0.75rem;
  }
  .lg\:right-4 {
    right: 1rem;
  }
  .lg\:right-6 {
    right: 1.5rem;
  }
  .lg\:right-7\.5 {
    right: 30px;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:top-10 {
    top: 2.5rem;
  }
  .lg\:top-2 {
    top: 0.5rem;
  }
  .lg\:top-6 {
    top: 1.5rem;
  }
  .lg\:top-\[34px\] {
    top: 34px;
  }
  .lg\:top-\[55\%\] {
    top: 55%;
  }
  .lg\:top-\[68px\] {
    top: 68px;
  }
  .lg\:top-\[var\(--header-height\)\] {
    top: var(--header-height);
  }
  .lg\:z-50 {
    z-index: 50;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:mx-\[7px\] {
    margin-left: 7px;
    margin-right: 7px;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-\[135px\] {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .lg\:my-\[140px\] {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .lg\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lg\:\!mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:\!mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .lg\:\!mb-\[14px\] {
    margin-bottom: 14px !important;
  }
  .lg\:\!mb-\[22px\] {
    margin-bottom: 22px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-36 {
    margin-bottom: 9rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-7\.5 {
    margin-bottom: 30px;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[115px\] {
    margin-bottom: 115px;
  }
  .lg\:mb-\[135px\] {
    margin-bottom: 135px;
  }
  .lg\:mb-\[140px\] {
    margin-bottom: 140px;
  }
  .lg\:mb-\[14px\] {
    margin-bottom: 14px;
  }
  .lg\:mb-\[22px\] {
    margin-bottom: 22px;
  }
  .lg\:mb-\[280px\] {
    margin-bottom: 280px;
  }
  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .lg\:mb-\[34px\] {
    margin-bottom: 34px;
  }
  .lg\:mb-\[380px\] {
    margin-bottom: 380px;
  }
  .lg\:mb-\[500px\] {
    margin-bottom: 500px;
  }
  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-15 {
    margin-top: 60px;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-7\.5 {
    margin-top: 30px;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-\[122px\] {
    margin-top: 122px;
  }
  .lg\:mt-\[150px\] {
    margin-top: 150px;
  }
  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }
  .lg\:mt-\[54px\] {
    margin-top: 54px;
  }
  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }
  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }
  .lg\:mt-\[97px\] {
    margin-top: 97px;
  }
  .lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .lg\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .lg\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .lg\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:\!h-\[320px\] {
    height: 320px !important;
  }
  .lg\:\!h-\[394px\] {
    height: 394px !important;
  }
  .lg\:\!h-\[400px\] {
    height: 400px !important;
  }
  .lg\:\!h-\[410px\] {
    height: 410px !important;
  }
  .lg\:\!h-\[480px\] {
    height: 480px !important;
  }
  .lg\:\!h-\[560px\] {
    height: 560px !important;
  }
  .lg\:\!h-\[580px\] {
    height: 580px !important;
  }
  .lg\:\!h-\[760px\] {
    height: 760px !important;
  }
  .lg\:h-14 {
    height: 3.5rem;
  }
  .lg\:h-15 {
    height: 60px;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-7 {
    height: 1.75rem;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-\[150px\] {
    height: 150px;
  }
  .lg\:h-\[240px\] {
    height: 240px;
  }
  .lg\:h-\[280px\] {
    height: 280px;
  }
  .lg\:h-\[343px\] {
    height: 343px;
  }
  .lg\:h-\[34px\] {
    height: 34px;
  }
  .lg\:h-\[400px\] {
    height: 400px;
  }
  .lg\:h-\[420px\] {
    height: 420px;
  }
  .lg\:h-\[440px\] {
    height: 440px;
  }
  .lg\:h-\[460px\] {
    height: 460px;
  }
  .lg\:h-\[480px\] {
    height: 480px;
  }
  .lg\:h-\[48px\] {
    height: 48px;
  }
  .lg\:h-\[525px\] {
    height: 525px;
  }
  .lg\:h-\[550px\] {
    height: 550px;
  }
  .lg\:h-\[560px\] {
    height: 560px;
  }
  .lg\:h-\[565px\] {
    height: 565px;
  }
  .lg\:h-\[580px\] {
    height: 580px;
  }
  .lg\:h-\[58px\] {
    height: 58px;
  }
  .lg\:h-\[640px\] {
    height: 640px;
  }
  .lg\:h-\[650px\] {
    height: 650px;
  }
  .lg\:h-\[685px\] {
    height: 685px;
  }
  .lg\:h-\[720px\] {
    height: 720px;
  }
  .lg\:h-\[87px\] {
    height: 87px;
  }
  .lg\:h-\[880px\] {
    height: 880px;
  }
  .lg\:h-\[calc\(50\%-9\.5px\)\] {
    height: calc(50% - 9.5px);
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:\!max-h-\[410px\] {
    max-height: 410px !important;
  }
  .lg\:max-h-\[280px\] {
    max-height: 280px;
  }
  .lg\:max-h-\[330px\] {
    max-height: 330px;
  }
  .lg\:max-h-\[394px\] {
    max-height: 394px;
  }
  .lg\:max-h-\[400px\] {
    max-height: 400px;
  }
  .lg\:max-h-\[680px\] {
    max-height: 680px;
  }
  .lg\:\!min-h-\[410px\] {
    min-height: 410px !important;
  }
  .lg\:min-h-15 {
    min-height: 60px;
  }
  .lg\:min-h-\[275px\] {
    min-height: 275px;
  }
  .lg\:min-h-\[280px\] {
    min-height: 280px;
  }
  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-14 {
    width: 3.5rem;
  }
  .lg\:w-16 {
    width: 4rem;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-7 {
    width: 1.75rem;
  }
  .lg\:w-\[105\%\] {
    width: 105%;
  }
  .lg\:w-\[34px\] {
    width: 34px;
  }
  .lg\:w-\[36\%\] {
    width: 36%;
  }
  .lg\:w-\[37\%\] {
    width: 37%;
  }
  .lg\:w-\[38px\] {
    width: 38px;
  }
  .lg\:w-\[46\.4\%\] {
    width: 46.4%;
  }
  .lg\:w-\[48px\] {
    width: 48px;
  }
  .lg\:w-\[53\.6\%\] {
    width: 53.6%;
  }
  .lg\:w-\[58px\] {
    width: 58px;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[63\%\] {
    width: 63%;
  }
  .lg\:w-\[64\%\] {
    width: 64%;
  }
  .lg\:w-\[94px\] {
    width: 94px;
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[180px\] {
    min-width: 180px;
  }
  .lg\:min-w-\[379px\] {
    min-width: 379px;
  }
  .lg\:max-w-\[1320px\] {
    max-width: 1320px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[560px\] {
    max-width: 560px;
  }
  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-normal {
    justify-content: normal;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-\[14px\] {
    gap: 14px;
  }
  .lg\:gap-\[15px\] {
    gap: 15px;
  }
  .lg\:gap-\[19px\] {
    gap: 19px;
  }
  .lg\:gap-\[25px\] {
    gap: 25px;
  }
  .lg\:gap-\[28px\] {
    gap: 28px;
  }
  .lg\:gap-\[50px\] {
    gap: 50px;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:gap-x-\[28px\] {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .lg\:gap-y-\[14px\] {
    row-gap: 14px;
  }
  .lg\:gap-y-\[24px\] {
    row-gap: 24px;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .lg\:bg-\[\#F0EEE9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 238 233 / var(--tw-bg-opacity));
  }
  .lg\:bg-brand-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(72 110 122 / var(--tw-bg-opacity));
  }
  .lg\:\!p-15 {
    padding: 60px !important;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-15 {
    padding: 60px;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
  }
  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:px-\[9px\] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg\:\!pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-7\.5 {
    padding-bottom: 30px;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-\[3px\] {
    padding-bottom: 3px;
  }
  .lg\:pb-\[56px\] {
    padding-bottom: 56px;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-15 {
    padding-right: 60px;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pr-\[85px\] {
    padding-right: 85px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-15 {
    padding-top: 60px;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-\[130px\] {
    padding-top: 130px;
  }
  .lg\:pt-\[140px\] {
    padding-top: 140px;
  }
  .lg\:pt-\[34px\] {
    padding-top: 34px;
  }
  .lg\:pt-\[5px\] {
    padding-top: 5px;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-2\.5xl {
    font-size: 26px;
    line-height: 1.1;
  }
  .lg\:text-3xl {
    font-size: 30px;
    line-height: 36px;
  }
  .lg\:text-4xl {
    font-size: 36px;
    line-height: 40px;
  }
  .lg\:text-6xl {
    font-size: 60px;
    line-height: 1;
  }
  .lg\:text-\[15px\] {
    font-size: 15px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
  .lg\:text-\[34px\] {
    font-size: 34px;
  }
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
  .lg\:text-\[42px\] {
    font-size: 42px;
  }
  .lg\:text-\[54px\] {
    font-size: 54px;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
  .lg\:text-base {
    font-size: 17px;
  }
  .lg\:text-lg {
    font-size: 19px;
  }
  .lg\:text-sm {
    font-size: 15px;
  }
  .lg\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .lg\:\!leading-\[0\.6\] {
    line-height: 0.6 !important;
  }
  .lg\:\!leading-\[0\.86\] {
    line-height: 0.86 !important;
  }
  .lg\:\!leading-\[0\.87\] {
    line-height: 0.87 !important;
  }
  .lg\:\!leading-\[1\.01\] {
    line-height: 1.01 !important;
  }
  .lg\:\!leading-\[1\.02\] {
    line-height: 1.02 !important;
  }
  .lg\:\!leading-\[1\.14\] {
    line-height: 1.14 !important;
  }
  .lg\:\!leading-\[1\.22\] {
    line-height: 1.22 !important;
  }
  .lg\:\!leading-\[1\.28\] {
    line-height: 1.28 !important;
  }
  .lg\:\!leading-\[1\.2\] {
    line-height: 1.2 !important;
  }
  .lg\:\!leading-\[1\.37\] {
    line-height: 1.37 !important;
  }
  .lg\:\!leading-\[1\.45\] {
    line-height: 1.45 !important;
  }
  .lg\:\!leading-\[1\.5\] {
    line-height: 1.5 !important;
  }
  .lg\:\!leading-\[1\] {
    line-height: 1 !important;
  }
  .lg\:\!leading-none {
    line-height: 1 !important;
  }
  .lg\:-tracking-\[0\.72px\] {
    letter-spacing: -0.72px;
  }
  .lg\:-tracking-\[1\.44px\] {
    letter-spacing: -1.44px;
  }
  .lg\:-tracking-\[1\.62px\] {
    letter-spacing: -1.62px;
  }
  .lg\:-tracking-\[1\.8px\] {
    letter-spacing: -1.8px;
  }
  .lg\:-tracking-\[1px\] {
    letter-spacing: -1px;
  }
  .lg\:-tracking-\[2px\] {
    letter-spacing: -2px;
  }
  .lg\:-tracking-\[3\.6px\] {
    letter-spacing: -3.6px;
  }
  .lg\:-tracking-\[4\.32px\] {
    letter-spacing: -4.32px;
  }
  .lg\:-tracking-\[4\.7px\] {
    letter-spacing: -4.7px;
  }
  .lg\:text-brand-wine {
    --tw-text-opacity: 1;
    color: rgb(106 32 55 / var(--tw-text-opacity));
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .group\/blog:hover .lg\:group-hover\/blog\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .group\/blog:hover .lg\:group-hover\/blog\:h-\[320px\] {
    height: 320px;
  }
  .group\/blog:hover .lg\:group-hover\/blog\:h-\[340px\] {
    height: 340px;
  }
  .group\/blog:hover .lg\:group-hover\/blog\:min-h-\[190px\] {
    min-height: 190px;
  }
  .group:hover .lg\:group-hover\:-translate-y-20 {
    --tw-translate-y: -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));
  }
  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:\!mb-\[22px\] {
    margin-bottom: 22px !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:mb-32 {
    margin-bottom: 8rem;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .xl\:mb-\[110px\] {
    margin-bottom: 110px;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .xl\:mt-7 {
    margin-top: 1.75rem;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:mt-\[120px\] {
    margin-top: 120px;
  }
  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:\!flex {
    display: flex !important;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:\!h-\[540px\] {
    height: 540px !important;
  }
  .xl\:\!h-\[715px\] {
    height: 715px !important;
  }
  .xl\:\!h-\[800px\] {
    height: 800px !important;
  }
  .xl\:h-14 {
    height: 3.5rem;
  }
  .xl\:h-\[300px\] {
    height: 300px;
  }
  .xl\:h-\[400px\] {
    height: 400px;
  }
  .xl\:h-\[440px\] {
    height: 440px;
  }
  .xl\:h-\[480px\] {
    height: 480px;
  }
  .xl\:h-\[540px\] {
    height: 540px;
  }
  .xl\:h-\[560px\] {
    height: 560px;
  }
  .xl\:h-\[600px\] {
    height: 600px;
  }
  .xl\:h-\[640px\] {
    height: 640px;
  }
  .xl\:h-\[720px\] {
    height: 720px;
  }
  .xl\:h-\[800px\] {
    height: 800px;
  }
  .xl\:max-h-\[440px\] {
    max-height: 440px;
  }
  .xl\:min-h-\[440px\] {
    min-height: 440px;
  }
  .xl\:\!w-full {
    width: 100% !important;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-14 {
    width: 3.5rem;
  }
  .xl\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-\[460px\] {
    max-width: 460px;
  }
  .xl\:max-w-\[560px\] {
    max-width: 560px;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:justify-normal {
    justify-content: normal;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:gap-16 {
    gap: 4rem;
  }
  .xl\:gap-24 {
    gap: 6rem;
  }
  .xl\:gap-5 {
    gap: 1.25rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-\[14px\] {
    gap: 14px;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }
  .xl\:border {
    border-width: 1px;
  }
  .xl\:border-0 {
    border-width: 0px;
  }
  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:p-5 {
    padding: 1.25rem;
  }
  .xl\:p-7 {
    padding: 1.75rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
  }
  .xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:\!pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:pl-9 {
    padding-left: 2.25rem;
  }
  .xl\:pr-0 {
    padding-right: 0px;
  }
  .xl\:pr-20 {
    padding-right: 5rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:text-2xl {
    font-size: 24px;
    line-height: 32px;
  }
  .xl\:text-3xl {
    font-size: 30px;
    line-height: 36px;
  }
  .xl\:text-4xl {
    font-size: 36px;
    line-height: 40px;
  }
  .xl\:text-8xl {
    font-size: 90px;
    line-height: 1;
  }
  .xl\:text-\[22px\] {
    font-size: 22px;
  }
  .xl\:text-\[48px\] {
    font-size: 48px;
  }
  .xl\:text-\[54px\] {
    font-size: 54px;
  }
  .xl\:text-\[60px\] {
    font-size: 60px;
  }
  .xl\:text-\[64px\] {
    font-size: 64px;
  }
  .xl\:text-base {
    font-size: 17px;
  }
  .xl\:text-sm {
    font-size: 15px;
  }
  .xl\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
  .xl\:\!leading-none {
    line-height: 1 !important;
  }
  .xl\:-tracking-\[1\.44px\] {
    letter-spacing: -1.44px;
  }
  .group\/blog:hover .xl\:group-hover\/blog\:h-\[300px\] {
    height: 300px;
  }
  .group\/blog:hover .xl\:group-hover\/blog\:h-\[340px\] {
    height: 340px;
  }
  .group\/blog:hover .xl\:group-hover\/blog\:min-h-\[215px\] {
    min-height: 215px;
  }
}
@media (min-width: 1440px) {
  .\32xl\:left-\[76px\] {
    left: 76px;
  }
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .\32xl\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .\32xl\:my-\[135px\] {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .\32xl\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }
  .\32xl\:mb-\[135px\] {
    margin-bottom: 135px;
  }
  .\32xl\:mb-\[200px\] {
    margin-bottom: 200px;
  }
  .\32xl\:mb-\[300px\] {
    margin-bottom: 300px;
  }
  .\32xl\:mb-\[440px\] {
    margin-bottom: 440px;
  }
  .\32xl\:mr-0 {
    margin-right: 0px;
  }
  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .\32xl\:mt-12 {
    margin-top: 3rem;
  }
  .\32xl\:mt-15 {
    margin-top: 60px;
  }
  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .\32xl\:mt-20 {
    margin-top: 5rem;
  }
  .\32xl\:mt-25 {
    margin-top: 100px;
  }
  .\32xl\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:hidden {
    display: none;
  }
  .\32xl\:\!h-\[420px\] {
    height: 420px !important;
  }
  .\32xl\:\!h-\[760px\] {
    height: 760px !important;
  }
  .\32xl\:h-\[1080px\] {
    height: 1080px;
  }
  .\32xl\:h-\[212px\] {
    height: 212px;
  }
  .\32xl\:h-\[342px\] {
    height: 342px;
  }
  .\32xl\:h-\[500px\] {
    height: 500px;
  }
  .\32xl\:h-\[540px\] {
    height: 540px;
  }
  .\32xl\:h-\[543px\] {
    height: 543px;
  }
  .\32xl\:h-\[597px\] {
    height: 597px;
  }
  .\32xl\:h-\[650px\] {
    height: 650px;
  }
  .\32xl\:h-\[727px\] {
    height: 727px;
  }
  .\32xl\:h-\[781px\] {
    height: 781px;
  }
  .\32xl\:h-\[800px\] {
    height: 800px;
  }
  .\32xl\:h-\[860px\] {
    height: 860px;
  }
  .\32xl\:h-\[87px\] {
    height: 87px;
  }
  .\32xl\:max-h-\[342px\] {
    max-height: 342px;
  }
  .\32xl\:max-h-\[543px\] {
    max-height: 543px;
  }
  .\32xl\:max-h-\[843px\] {
    max-height: 843px;
  }
  .\32xl\:min-h-\[180px\] {
    min-height: 180px;
  }
  .\32xl\:min-h-\[342px\] {
    min-height: 342px;
  }
  .\32xl\:min-h-\[543px\] {
    min-height: 543px;
  }
  .\32xl\:min-h-\[90px\] {
    min-height: 90px;
  }
  .\32xl\:w-\[27\%\] {
    width: 27%;
  }
  .\32xl\:w-\[44\%\] {
    width: 44%;
  }
  .\32xl\:w-\[45\%\] {
    width: 45%;
  }
  .\32xl\:w-\[56\%\] {
    width: 56%;
  }
  .\32xl\:w-\[94px\] {
    width: 94px;
  }
  .\32xl\:max-w-\[560px\] {
    max-width: 560px;
  }
  .\32xl\:flex-row {
    flex-direction: row;
  }
  .\32xl\:flex-col {
    flex-direction: column;
  }
  .\32xl\:items-end {
    align-items: flex-end;
  }
  .\32xl\:items-center {
    align-items: center;
  }
  .\32xl\:justify-between {
    justify-content: space-between;
  }
  .\32xl\:gap-10 {
    gap: 2.5rem;
  }
  .\32xl\:gap-20 {
    gap: 5rem;
  }
  .\32xl\:gap-24 {
    gap: 6rem;
  }
  .\32xl\:gap-6 {
    gap: 1.5rem;
  }
  .\32xl\:gap-7\.5 {
    gap: 30px;
  }
  .\32xl\:gap-\[135px\] {
    gap: 135px;
  }
  .\32xl\:gap-\[19px\] {
    gap: 19px;
  }
  .\32xl\:gap-\[29px\] {
    gap: 29px;
  }
  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .\32xl\:gap-x-7\.5 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .\32xl\:gap-x-\[14px\] {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .\32xl\:gap-x-\[19px\] {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .\32xl\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .\32xl\:gap-y-7\.5 {
    row-gap: 30px;
  }
  .\32xl\:p-7 {
    padding: 1.75rem;
  }
  .\32xl\:p-\[50px\] {
    padding: 50px;
  }
  .\32xl\:p-\[70px\] {
    padding: 70px;
  }
  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .\32xl\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .\32xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .\32xl\:pb-\[135px\] {
    padding-bottom: 135px;
  }
  .\32xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .\32xl\:pb-\[56px\] {
    padding-bottom: 56px;
  }
  .\32xl\:pl-\[34px\] {
    padding-left: 34px;
  }
  .\32xl\:pl-\[76px\] {
    padding-left: 76px;
  }
  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .\32xl\:pr-\[195px\] {
    padding-right: 195px;
  }
  .\32xl\:pr-\[92px\] {
    padding-right: 92px;
  }
  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .\32xl\:pt-20 {
    padding-top: 5rem;
  }
  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .\32xl\:text-4xl {
    font-size: 36px;
    line-height: 40px;
  }
  .\32xl\:text-5xl {
    font-size: 50px;
    line-height: 1.2;
  }
  .\32xl\:text-\[16px\] {
    font-size: 16px;
  }
  .\32xl\:text-\[32px\] {
    font-size: 32px;
  }
  .\32xl\:text-\[60px\] {
    font-size: 60px;
  }
  .\32xl\:text-base {
    font-size: 17px;
  }
  .\32xl\:text-lg {
    font-size: 19px;
  }
  .\32xl\:text-sm {
    font-size: 15px;
  }
  .\32xl\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
  .\32xl\:\!leading-\[1\.14\] {
    line-height: 1.14 !important;
  }
  .\32xl\:\!leading-none {
    line-height: 1 !important;
  }
  .\32xl\:-tracking-\[3\.6px\] {
    letter-spacing: -3.6px;
  }
  .\32xl\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }
  .group\/blog:hover .\32xl\:group-hover\/blog\:h-\[420px\] {
    height: 420px;
  }
}
@media (min-width: 1600px) {
  .\33xl\:static {
    position: static;
  }
  .\33xl\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .\33xl\:mt-24 {
    margin-top: 6rem;
  }
  .\33xl\:\!h-\[800px\] {
    height: 800px !important;
  }
  .\33xl\:h-\[712px\] {
    height: 712px;
  }
  .\33xl\:h-\[761px\] {
    height: 761px;
  }
  .\33xl\:h-\[840px\] {
    height: 840px;
  }
  .\33xl\:max-h-\[400px\] {
    max-height: 400px;
  }
  .\33xl\:w-full {
    width: 100%;
  }
  .\33xl\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .\33xl\:justify-center {
    justify-content: center;
  }
  .\33xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .\33xl\:gap-y-12 {
    row-gap: 3rem;
  }
  .\33xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\33xl\:\!pb-0 {
    padding-bottom: 0px !important;
  }
  .\33xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .\33xl\:pt-\[40px\] {
    padding-top: 40px;
  }
  .\33xl\:text-4xl {
    font-size: 36px;
    line-height: 40px;
  }
  .\33xl\:text-\[100px\] {
    font-size: 100px;
  }
  .\33xl\:text-\[18px\] {
    font-size: 18px;
  }
  .\33xl\:text-\[54px\] {
    font-size: 54px;
  }
  .\33xl\:text-\[64px\] {
    font-size: 64px;
  }
  .\33xl\:text-\[80px\] {
    font-size: 80px;
  }
  .\33xl\:text-\[88px\] {
    font-size: 88px;
  }
  .\33xl\:text-\[90px\] {
    font-size: 90px;
  }
  .\33xl\:text-lg {
    font-size: 19px;
  }
  .min-\[1600px\]\:min-h-\[200px\] {
    min-height: 200px;
  }
  .min-\[1600px\]\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1740px) {
  .min-\[1740px\]\:mb-0 {
    margin-bottom: 0px;
  }
  .min-\[1740px\]\:flex-row {
    flex-direction: row;
  }
  .min-\[1740px\]\:items-center {
    align-items: center;
  }
}
@media (min-width: 1800px) {
  .min-\[1800px\]\:\!h-\[830px\] {
    height: 830px !important;
  }
  .min-\[1800px\]\:text-\[60px\] {
    font-size: 60px;
  }
  .min-\[1800px\]\:text-\[64px\] {
    font-size: 64px;
  }
}
@media (min-width: 1921px) {
  .min-\[1921px\]\:h-\[680px\] {
    height: 680px;
  }
}
@media (min-width: 2000px) {
  .min-\[2000px\]\:h-\[850px\] {
    height: 850px;
  }
  .min-\[2000px\]\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 2300px) {
  .min-\[2300px\]\:h-\[720px\] {
    height: 720px;
  }
}
.\[\&\.is-active\]\:border-brand-blue.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(72 110 122 / var(--tw-border-opacity));
}
.\[\&\.is-active\]\:border-brand-green.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(76 98 61 / var(--tw-border-opacity));
}
.\[\&\.is-active\]\:border-brand-orange.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(146 61 14 / var(--tw-border-opacity));
}
.\[\&\.is-active\]\:border-brand-wine.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(106 32 55 / var(--tw-border-opacity));
}
.\[\&\.is-open-homepage\]\:border-b.is-open-homepage {
  border-bottom-width: 1px;
}
.\[\&\.is-open-homepage\]\:border-black\/30.is-open-homepage {
  border-color: rgb(0 0 0 / 0.3);
}
.\[\&\.is-open-homepage\]\:bg-white.is-open-homepage {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\.is-open-homepage\]\:text-black.is-open-homepage {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\[\&\.is-open-homepage_\.js-header-top-menu\]\:border-\[\#D9D9D9\].is-open-homepage .js-header-top-menu {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.\[\&\.is-open-homepage_\.js-header-top-menu\]\:bg-white.is-open-homepage .js-header-top-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\.is-open-homepage_\.js-header-top-menu\]\:text-black.is-open-homepage .js-header-top-menu {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\[\&\.is-open-homepage_\.js-header-top-menu_path\]\:fill-black.is-open-homepage .js-header-top-menu path {
  fill: #000;
}
.\[\&\.is-open-homepage_\.js-navigation-arrow_path\]\:\!fill-black.is-open-homepage .js-navigation-arrow path {
  fill: #000 !important;
}
.\[\&\.is-open-homepage_\.js-navigation-dropdown\]\:border-t.is-open-homepage .js-navigation-dropdown {
  border-top-width: 1px;
}
.\[\&\.is-open-homepage_\.js-navigation-dropdown\]\:border-black\/30.is-open-homepage .js-navigation-dropdown {
  border-color: rgb(0 0 0 / 0.3);
}
.\[\&\.is-open-homepage_\.js-navigation-parent\]\:text-black.is-open-homepage .js-navigation-parent {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\[\&\.is-open-homepage_\.js-search-dropdown\]\:border-\[\#454545\].is-open-homepage .js-search-dropdown {
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
}
.\[\&\.is-open-homepage_\.js-search-icon_path\]\:stroke-black.is-open-homepage .js-search-icon path {
  stroke: #000;
}
.\[\&\.is-open-homepage_\.text-brand-wine\]\:text-brand-wine.is-open-homepage .text-brand-wine {
  --tw-text-opacity: 1;
  color: rgb(106 32 55 / var(--tw-text-opacity));
}
.\[\&\.is-open-mobile_\.burger\]\:hidden.is-open-mobile .burger {
  display: none;
}
.\[\&\.is-open-mobile_\.icon-close\]\:flex.is-open-mobile .icon-close {
  display: flex;
}
.\[\&\.is-open\]\:bg-white.is-open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\.is-open\]\:text-black.is-open {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\[\&\.is-open_\.js-header-top-menu\]\:border-\[\#D9D9D9\].is-open .js-header-top-menu {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.\[\&\.is-open_\.js-header-top-menu\]\:bg-white.is-open .js-header-top-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\.is-open_\.js-header-top-menu\]\:text-black.is-open .js-header-top-menu {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\[\&\.is-open_\.js-header-top-menu_path\]\:fill-black.is-open .js-header-top-menu path {
  fill: #000;
}
.\[\&\.is-open_\.js-navigation-arrow_path\]\:\!fill-black.is-open .js-navigation-arrow path {
  fill: #000 !important;
}
.\[\&\.is-open_\.js-navigation-dropdown\]\:border-t.is-open .js-navigation-dropdown {
  border-top-width: 1px;
}
.\[\&\.is-open_\.js-navigation-dropdown\]\:border-black\/30.is-open .js-navigation-dropdown {
  border-color: rgb(0 0 0 / 0.3);
}
.\[\&\.is-open_\.js-search-dropdown\]\:border-\[\#454545\].is-open .js-search-dropdown {
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
}
.\[\&\.is-open_\.js-search-icon_path\]\:stroke-black.is-open .js-search-icon path {
  stroke: #000;
}
.\[\&\.open_\.icon-close\]\:block.open .icon-close {
  display: block;
}
.\[\&\.open_\.icon-open\]\:hidden.open .icon-open {
  display: none;
}
.\[\&\.swiper-button-disabled\]\:opacity-50.swiper-button-disabled {
  opacity: 0.5;
}
.\[\&\>path\]\:fill-black>path {
  fill: #000;
}
.\[\&\>path\]\:fill-white>path {
  fill: #fff;
}
.\[\&_\.chevrondown\]\:fill-black .chevrondown {
  fill: #000;
}
.\[\&_\.chevrondown\]\:fill-white .chevrondown {
  fill: #fff;
}
.group:hover .group-hover\:\[\&_\.chevrondown\]\:fill-brand-wine .chevrondown {
  fill: #6A2037;
}
.\[\&_\.js-search-icon_path\]\:stroke-black .js-search-icon path {
  stroke: #000;
}
.\[\&_\.swiper-pagination-progressbar-fill\]\:\!bg-white .swiper-pagination-progressbar-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\[\&_\.uil-angle-right\]\:text-black .uil-angle-right {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\[\&_\.uil-angle-right\]\:text-white .uil-angle-right {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&_li\]\:col-span-12 li {
  grid-column: span 12 / span 12;
}
.\[\&_li\]\:\!mb-3 li {
  margin-bottom: 0.75rem !important;
}
@media (min-width: 768px) {
  .md\:\[\&_li\]\:col-span-6 li {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px) {
  .lg\:\[\&_li\]\:col-span-4 li {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1280px) {
  .xl\:\[\&_li\]\:col-span-6 li {
    grid-column: span 6 / span 6;
  }
}
.\[\&_path\]\:fill-black path {
  fill: #000;
}
.\[\&_path\]\:fill-brand-blue path {
  fill: #486E7A;
}
.\[\&_path\]\:fill-brand-green path {
  fill: #4C623D;
}
.\[\&_path\]\:fill-brand-orange path {
  fill: #923D0E;
}
.\[\&_path\]\:fill-brand-white path {
  fill: #FFFFFF;
}
.\[\&_path\]\:fill-brand-wine path {
  fill: #6A2037;
}
.\[\&_path\]\:fill-white path {
  fill: #fff;
}
.\[\&_path\]\:fill-white\/30 path {
  fill: rgb(255 255 255 / 0.3);
}
.\[\&_path\]\:stroke-black path {
  stroke: #000;
}
.\[\&_path\]\:stroke-brand-blue path {
  stroke: #486E7A;
}
.\[\&_path\]\:stroke-brand-green path {
  stroke: #4C623D;
}
.\[\&_path\]\:stroke-brand-orange path {
  stroke: #923D0E;
}
.\[\&_path\]\:stroke-brand-wine path {
  stroke: #6A2037;
}
.\[\&_path\]\:stroke-white path {
  stroke: #fff;
}
.hover\:\[\&_path\]\:fill-black path:hover {
  fill: #000;
}
.hover\:\[\&_path\]\:fill-white path:hover {
  fill: #fff;
}
.hover\:\[\&_path\]\:stroke-brand-blue path:hover {
  stroke: #486E7A;
}
.hover\:\[\&_path\]\:stroke-white path:hover {
  stroke: #fff;
}
.group\/button:hover .group-hover\/button\:\[\&_path\]\:fill-black path {
  fill: #000;
}
.group\/button:hover .group-hover\/button\:\[\&_path\]\:fill-white path {
  fill: #fff;
}
.group\/hamburger:hover .group-hover\/hamburger\:\[\&_path\]\:fill-white path {
  fill: #fff;
}
.group\/nav:hover .group-hover\/nav\:\[\&_path\]\:fill-brand-wine path {
  fill: #6A2037;
}
.group\/search-icon:hover .group-hover\/search-icon\:\[\&_path\]\:fill-white path {
  fill: #fff;
}
.group\/swiper-controls:hover .group-hover\/swiper-controls\:\[\&_path\]\:fill-white path {
  fill: #fff;
}
.group:hover .group-hover\:\[\&_path\]\:fill-brand-wine path {
  fill: #6A2037;
}
.group\/button:hover .group-hover\/button\:\[\&_path\]\:stroke-brand-blue path {
  stroke: #486E7A;
}
.group\/search-icon:hover .group-hover\/search-icon\:\[\&_path\]\:stroke-white path {
  stroke: #fff;
}
.group\/swiper-controls:hover .group-hover\/swiper-controls\:\[\&_path\]\:stroke-white path {
  stroke: #fff;
}
.group:hover .group-hover\:\[\&_path\]\:stroke-white path {
  stroke: #fff;
}
@media (min-width: 768px) {
  .md\:\[\&_path\]\:fill-black path {
    fill: #000;
  }
}
@media (min-width: 1024px) {
  .lg\:\[\&_path\]\:fill-black path {
    fill: #000;
  }
  .lg\:\[\&_path\]\:fill-white path {
    fill: #fff;
  }
  .lg\:\[\&_path\]\:stroke-\[\#D9D9D9\] path {
    stroke: #D9D9D9;
  }
}
.\[\&_span\]\:align-middle span {
  vertical-align: middle;
}
.\[\&_span\]\:tracking-\[0\.1px\] span {
  letter-spacing: 0.1px;
}
.\[\&_svg\]\:translate-y-px svg {
  --tw-translate-y: 1px;
  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));
}
.peer:checked ~ .peer-checked\:\[\&_svg\]\:opacity-100 svg {
  opacity: 1;
}
.\[\&_ul\]\:grid ul {
  display: grid;
}
.\[\&_ul\]\:auto-rows-fr ul {
  grid-auto-rows: minmax(0, 1fr);
}
.\[\&_ul\]\:grid-cols-12 ul {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.\[\&_ul\]\:gap-x-4 ul {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

