/* 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: new-atten, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 1.1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: graveur-variable, 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;
}
.sticky {
  position: sticky;
}
.-bottom-15 {
  bottom: -60px;
}
.-bottom-9 {
  bottom: -2.25rem;
}
.-left-2\.5 {
  left: -0.625rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-\[36\%\] {
  bottom: 36%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-9 {
  left: 2.25rem;
}
.left-\[20\%\] {
  left: 20%;
}
.left-\[27px\] {
  left: 27px;
}
.right-0 {
  right: 0px;
}
.right-15 {
  right: 60px;
}
.right-4 {
  right: 1rem;
}
.right-7\.5 {
  right: 30px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[180px\] {
  top: 180px;
}
.top-\[34px\] {
  top: 34px;
}
.top-\[98px\] {
  top: 98px;
}
.top-\[calc\(50\%-3px\)\] {
  top: calc(50% - 3px);
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.mx-15 {
  margin-left: 60px;
  margin-right: 60px;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-\[7px\] {
  margin-left: 7px;
  margin-right: 7px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-15 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.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-\[120px\] {
  margin-top: 120px;
  margin-bottom: 120px;
}
.my-\[135px\] {
  margin-top: 135px;
  margin-bottom: 135px;
}
.my-\[140px\] {
  margin-top: 140px;
  margin-bottom: 140px;
}
.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-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-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-40 {
  margin-bottom: 10rem;
}
.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-\[115px\] {
  margin-bottom: 115px;
}
.mb-\[135px\] {
  margin-bottom: 135px;
}
.mb-\[140px\] {
  margin-bottom: 140px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[200px\] {
  margin-bottom: 200px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[240px\] {
  margin-bottom: 240px;
}
.mb-\[400px\] {
  margin-bottom: 400px;
}
.mb-\[74px\] {
  margin-bottom: 74px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.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-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-15 {
  margin-top: 60px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-30 {
  margin-top: 120px;
}
.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-\[122px\] {
  margin-top: 122px;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[54px\] {
  margin-top: 54px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-\[97px\] {
  margin-top: 97px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[336px\] {
  height: 336px !important;
}
.\!h-\[394px\] {
  height: 394px !important;
}
.\!h-\[420px\] {
  height: 420px !important;
}
.\!h-\[45px\] {
  height: 45px !important;
}
.\!h-\[460px\] {
  height: 460px !important;
}
.\!h-\[525px\] {
  height: 525px !important;
}
.\!h-\[580px\] {
  height: 580px !important;
}
.\!h-\[800px\] {
  height: 800px !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-15 {
  height: 60px;
}
.h-16 {
  height: 4rem;
}
.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-80 {
  height: 20rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[208px\] {
  height: 208px;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[236px\] {
  height: 236px;
}
.h-\[257px\] {
  height: 257px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[342px\] {
  height: 342px;
}
.h-\[343px\] {
  height: 343px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[51\%\] {
  height: 51%;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[543px\] {
  height: 543px;
}
.h-\[556px\] {
  height: 556px;
}
.h-\[565px\] {
  height: 565px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[597px\] {
  height: 597px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[685px\] {
  height: 685px;
}
.h-\[727px\] {
  height: 727px;
}
.h-\[781px\] {
  height: 781px;
}
.h-\[800px\] {
  height: 800px;
}
.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-\[calc\(50\%-9\.5px\)\] {
  height: calc(50% - 9.5px);
}
.h-auto {
  height: auto;
}
.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-12 {
  max-height: 3rem;
}
.max-h-\[330px\] {
  max-height: 330px;
}
.max-h-\[394px\] {
  max-height: 394px;
}
.max-h-\[75px\] {
  max-height: 75px;
}
.max-h-\[79dvh\] {
  max-height: 79dvh;
}
.\!min-h-\[45px\] {
  min-height: 45px !important;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-\[75px\] {
  min-height: 75px;
}
.\!w-\[45px\] {
  width: 45px !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-14 {
  width: 3.5rem;
}
.w-15 {
  width: 60px;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-7\.5 {
  width: 30px;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[37\%\] {
  width: 37%;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[44\%\] {
  width: 44%;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[46\.4\%\] {
  width: 46.4%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[53\.6\%\] {
  width: 53.6%;
}
.w-\[56\%\] {
  width: 56%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[63\%\] {
  width: 63%;
}
.w-\[64\%\] {
  width: 64%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}
.w-\[calc\(100\%-54px\)\] {
  width: calc(100% - 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-80 {
  min-width: 20rem;
}
.min-w-\[127px\] {
  min-width: 127px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[212px\] {
  min-width: 212px;
}
.min-w-\[379px\] {
  min-width: 379px;
}
.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-\[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-\[160px\] {
  max-width: 160px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.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-\[815px\] {
  max-width: 815px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[891px\] {
  max-width: 891px;
}
.max-w-\[990px\] {
  max-width: 990px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.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-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-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-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;
}
.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-3 {
  grid-template-columns: repeat(3, 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;
}
.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;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.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-\[12px\] {
  gap: 12px;
}
.gap-\[135px\] {
  gap: 135px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7\.5 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[14px\] {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.gap-x-\[19px\] {
  -moz-column-gap: 19px;
       column-gap: 19px;
}
.gap-x-\[28px\] {
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7\.5 {
  row-gap: 30px;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[14px\] {
  row-gap: 14px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.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-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.\!border-b-\[4px\] {
  border-bottom-width: 4px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[10px\] {
  border-bottom-width: 10px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.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-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 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\/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-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-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(58 88 97 / 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-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(85 26 44 / 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-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-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.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);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.stroke-brand-blue {
  stroke: #486E7A;
}
.stroke-brand-green {
  stroke: #4C623D;
}
.stroke-brand-orange {
  stroke: #923D0E;
}
.stroke-brand-wine {
  stroke: #6A2037;
}
.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-12 {
  padding: 3rem;
}
.p-15 {
  padding: 60px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-\[50px\] {
  padding: 50px;
}
.p-\[70px\] {
  padding: 70px;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-15 {
  padding-left: 60px;
  padding-right: 60px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.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;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-7\.5 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.\!pb-20 {
  padding-bottom: 5rem !important;
}
.\!pb-28 {
  padding-bottom: 7rem !important;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-15 {
  padding-bottom: 60px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 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-7\.5 {
  padding-bottom: 30px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[135px\] {
  padding-bottom: 135px;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[56px\] {
  padding-bottom: 56px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[76px\] {
  padding-left: 76px;
}
.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-12 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[14px\] {
  padding-right: 14px;
}
.pr-\[195px\] {
  padding-right: 195px;
}
.pr-\[85px\] {
  padding-right: 85px;
}
.pr-\[92px\] {
  padding-right: 92px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[102px\] {
  padding-top: 102px;
}
.pt-\[34px\] {
  padding-top: 34px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[89px\] {
  padding-top: 89px;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!font-body {
  font-family: new-atten, sans-serif !important;
}
.font-body {
  font-family: new-atten, sans-serif;
}
.font-google {
  font-family: Plus Jakarta Sans, sans-serif;
}
.font-heading {
  font-family: graveur-variable, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 50px;
  line-height: 1.2;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 20px;
  line-height: 1.1;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.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-\[0\.87\] {
  line-height: 0.87 !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\.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\.33\] {
  line-height: 1.33 !important;
}
.\!leading-\[1\.37\] {
  line-height: 1.37 !important;
}
.\!leading-\[1\.42\] {
  line-height: 1.42 !important;
}
.\!leading-\[1\.50\] {
  line-height: 1.50 !important;
}
.\!leading-\[1\.55\] {
  line-height: 1.55 !important;
}
.\!leading-\[1\.5\] {
  line-height: 1.5 !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-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\.64px\] {
  letter-spacing: -0.64px;
}
.-tracking-\[0\.72px\] {
  letter-spacing: -0.72px;
}
.-tracking-\[0\.8px\] {
  letter-spacing: -0.8px;
}
.-tracking-\[0\.96px\] {
  letter-spacing: -0.96px;
}
.-tracking-\[1\.44px\] {
  letter-spacing: -1.44px;
}
.-tracking-\[1\.62px\] {
  letter-spacing: -1.62px;
}
.-tracking-\[1\.92px\] {
  letter-spacing: -1.92px;
}
.-tracking-\[3\.6px\] {
  letter-spacing: -3.6px;
}
.-tracking-\[4\.7px\] {
  letter-spacing: -4.7px;
}
.-tracking-\[4px\] {
  letter-spacing: -4px;
}
.tracking-\[1\.12px\] {
  letter-spacing: 1.12px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.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\/60 {
  color: rgb(0 0 0 / 0.6);
}
.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-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-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) ')';
    }
}
.js-accordion-answer > a {
    text-decoration: underline !important;
}
/* Breadcrumbs */
.css-breadcrumbs > span {
    display: flex;
    align-items: center;

    font-weight: 500;
    white-space: nowrap;
}
.css-breadcrumbs > span i::before {
        margin: 0px 8px;
    }
.breadcrumb_last {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.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) 35.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: 120px;
}
.group-article-1320px .block-rich-text {
        max-width: 1200px;
    }
.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;
}
.gform_wrapper {
    --gf-color-primary: #f15946 !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: #fff !important;
    --gf-ctrl-checkbox-check-size: 14px !important;
    --gf-form-gap-x: 16px !important;
    --gf-form-gap-y: 16px !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-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; */
}
.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 {
        color: white !important;
        font-weight: 500 !important;
    }
.gform-field-label {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  line-height: 1.66 !important;
}
@media (min-width: 1024px) {
  .gform-field-label {
    white-space: nowrap !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}
body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
  margin-top: 0.25rem;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
@media (min-width: 1024px) {
  body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
    font-size: 1rem !important;
    line-height: 1.5rem !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;
}
.page-numbers.current {
    color: white;
    background-color: #6A2037;
    border: #6A2037 1px solid;
}
.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 {
  text-transform: capitalize;
}
.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,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2,
    .text-media-wysiwyg h1,
    .text-media-wysiwyg h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2,
    .text-media-wysiwyg h1,
    .text-media-wysiwyg h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2,
    .text-media-wysiwyg h1,
    .text-media-wysiwyg h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
  line-height: 1.22 !important;
}
@media (min-width: 768px) {
  .wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h3, .mce-content-body h3, .text-media-wysiwyg h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.wysiwyg h4, .mce-content-body h4, .text-media-wysiwyg h4 {
  font-size: 20px;
  line-height: 1.1;
}
.wysiwyg h5, .mce-content-body h5, .text-media-wysiwyg h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.wysiwyg h6, .mce-content-body h6, .text-media-wysiwyg h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.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: 1.125rem;
  line-height: 1.75rem;
}
.wysiwyg p, .mce-content-body p, .text-media-wysiwyg p {
  line-height: 1.55 !important;
}
@media (min-width: 1024px) {
  .wysiwyg p, .mce-content-body p, .text-media-wysiwyg p {
    line-height: 1.33 !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 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: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .wysiwyg ol, .mce-content-body ol, .text-media-wysiwyg ol {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
  margin-left: 0.75rem;
}
.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;
}
@media not all and (min-width: 1280px) {
  .wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .wysiwyg ul, .mce-content-body ul, .text-media-wysiwyg ul {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.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 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: 2.25rem;
  line-height: 2.5rem;
}
.wysiwyg--large h2, .mce-content-body--large h2, .text-media-wysiwyg--large h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.wysiwyg--large h3, .mce-content-body--large h3, .text-media-wysiwyg--large h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
/* 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%;

    }
.text-media-wysiwyg ul {
        list-style: none;
        padding-left: 0;
      }
.text-media-wysiwyg ul li {
            padding-left: 50px;
            margin-bottom:28px;
        }
.text-media-wysiwyg ul li:last-child {
            margin-bottom:0;
        }
/* Blocks */
/* Pages */
.legacy-content-wrapper {
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500 !important;
    line-height: 1.75;
    color: rgb(0 0 0 / 0.8)
}
@media (min-width: 1024px) {
  .legacy-content-wrapper {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.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 {
  text-transform: capitalize;
}
.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: 1.5rem;
  line-height: 2rem;
}
.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: 1.875rem;
    line-height: 2.25rem;
  }
}
@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: 2.25rem;
    line-height: 2.5rem;
  }
}
.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: 1.5rem;
    line-height: 2rem;
  }
}
.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: 1.125rem;
  line-height: 1.75rem;
}
.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: 0.75rem;
  line-height: 1rem;
}
.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: 0.875rem;
  line-height: 1.25rem;
}
.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: 1rem;
    line-height: 1.5rem;
  }
}
.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: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .legacy-content-wrapper ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.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: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .legacy-content-wrapper ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.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: 2.25rem;
  line-height: 2.5rem;
}
.legacy-content-wrapper--large h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.legacy-content-wrapper--large h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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 {
  text-transform: capitalize;
}
.content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {

        /* @apply my-4; */
    }
.content h1,
    .content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .content h1,
    .content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .content h1,
    .content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.content h3 {
  font-size: 20px;
  line-height: 1.1;
}
.content h3 {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.content h4 {
  font-size: 20px;
  line-height: 1.1;
}
.content h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.content h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.content p {
        /* @apply my-4; */
    }
.content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content p {
  font-weight: 500;
}
.content p {
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.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: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .content ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content ul {
  list-style-type: disc;
}
.content ul {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .content ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .content ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.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: 2.25rem;
  line-height: 2.5rem;
}
.content--large h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.content--large h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .wp-block-embed {
    font-size: 20px;
    line-height: 1.1;
  }
}
.wp-block-embed {

    color: black;
    font-weight: 400;
}
.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.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\:bg-\[\#dd614e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 97 78 / var(--tw-bg-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\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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: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\: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\: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:hover .group-hover\: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: 1024px) {
  .max-lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
@media not all and (min-width: 768px) {
  .max-md\:h-\[240px\] {
    height: 240px;
  }
}
@media (min-width: 640px) {
  .sm\:w-auto {
    width: auto;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:mb-28 {
    margin-bottom: 7rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:h-\[320px\] {
    height: 320px;
  }
  .md\:h-\[420px\] {
    height: 420px;
  }
  .md\:h-\[480px\] {
    height: 480px;
  }
  .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\:overflow-visible {
    overflow: visible;
  }
  .md\:py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[22px\] {
    font-size: 22px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:left-10 {
    left: 2.5rem;
  }
  .lg\:right-3 {
    right: 0.75rem;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:top-\[34px\] {
    top: 34px;
  }
  .lg\:left-\[76px\] {
    left: 76px;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .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-36 {
    margin-bottom: 9rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-\[110px\] {
    margin-bottom: 110px;
  }
  .lg\:mb-\[115px\] {
    margin-bottom: 115px;
  }
  .lg\:mb-\[14px\] {
    margin-bottom: 14px;
  }
  .lg\:mb-\[22px\] {
    margin-bottom: 22px;
  }
  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .lg\:mb-\[34px\] {
    margin-bottom: 34px;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-15 {
    margin-top: 60px;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-25 {
    margin-top: 100px;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }
  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:\!h-2\/3 {
    height: 66.666667% !important;
  }
  .lg\:\!h-\[511px\] {
    height: 511px !important;
  }
  .lg\:\!h-\[667px\] {
    height: 667px !important;
  }
  .lg\:h-14 {
    height: 3.5rem;
  }
  .lg\:h-80 {
    height: 20rem;
  }
  .lg\:h-\[440px\] {
    height: 440px;
  }
  .lg\:h-\[580px\] {
    height: 580px;
  }
  .lg\:h-\[58px\] {
    height: 58px;
  }
  .lg\:h-\[640px\] {
    height: 640px;
  }
  .lg\:h-\[650px\] {
    height: 650px;
  }
  .lg\:h-\[781px\] {
    height: 781px;
  }
  .lg\:h-\[87px\] {
    height: 87px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-\[460px\] {
    height: 460px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-14 {
    width: 3.5rem;
  }
  .lg\:w-\[44\%\] {
    width: 44%;
  }
  .lg\:w-\[46\.4\%\] {
    width: 46.4%;
  }
  .lg\:w-\[53\.6\%\] {
    width: 53.6%;
  }
  .lg\:w-\[56\%\] {
    width: 56%;
  }
  .lg\:w-\[58px\] {
    width: 58px;
  }
  .lg\:w-\[92\%\] {
    width: 92%;
  }
  .lg\:w-\[94px\] {
    width: 94px;
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[200px\] {
    min-width: 200px;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-normal {
    justify-content: normal;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:gap-\[14px\] {
    gap: 14px;
  }
  .lg\:gap-\[15px\] {
    gap: 15px;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-0 {
    border-width: 0px;
  }
  .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-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:\!p-15 {
    padding: 60px !important;
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .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-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem;
  }
  .lg\:pl-\[34px\] {
    padding-left: 34px;
  }
  .lg\:pl-\[76px\] {
    padding-left: 76px;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pr-\[92px\] {
    padding-right: 92px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:pt-\[34px\] {
    padding-top: 34px;
  }
  .lg\:pt-\[40px\] {
    padding-top: 40px;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-2\.5xl {
    font-size: 26px;
    line-height: 1.1;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
  .lg\:text-\[54px\] {
    font-size: 54px;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .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\.33\] {
    line-height: 1.33 !important;
  }
  .lg\:\!leading-\[1\.37\] {
    line-height: 1.37 !important;
  }
  .lg\:\!leading-none {
    line-height: 1 !important;
  }
  .lg\:-tracking-\[1\.44px\] {
    letter-spacing: -1.44px;
  }
  .lg\:-tracking-\[1\.62px\] {
    letter-spacing: -1.62px;
  }
  .lg\:-tracking-\[3\.6px\] {
    letter-spacing: -3.6px;
  }
  .lg\:-tracking-\[4\.32px\] {
    letter-spacing: -4.32px;
  }
  .lg\:-tracking-\[4px\] {
    letter-spacing: -4px;
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .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\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:h-\[600px\] {
    height: 600px;
  }
  .xl\:h-\[715px\] {
    height: 715px;
  }
  .xl\:h-\[761px\] {
    height: 761px;
  }
  .xl\:gap-5 {
    gap: 1.25rem;
  }
  .xl\:gap-\[14px\] {
    gap: 14px;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-8xl {
    font-size: 90px;
    line-height: 1;
  }
  .xl\:text-\[54px\] {
    font-size: 54px;
  }
  .xl\:text-\[60px\] {
    font-size: 60px;
  }
  .xl\:text-\[72px\] {
    font-size: 72px;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .\32xl\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .\32xl\:my-\[135px\] {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .\32xl\:mb-\[135px\] {
    margin-bottom: 135px;
  }
  .\32xl\:h-\[500px\] {
    height: 500px;
  }
  .\32xl\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1600px) {
  .\33xl\:mt-24 {
    margin-top: 6rem;
  }
  .\33xl\:h-\[712px\] {
    height: 712px;
  }
  .\33xl\:max-h-\[400px\] {
    max-height: 400px;
  }
  .\33xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .\33xl\:gap-y-12 {
    row-gap: 3rem;
  }
  .\33xl\:p-36 {
    padding: 9rem;
  }
  .\33xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .\33xl\:text-\[100px\] {
    font-size: 100px;
  }
  .\33xl\:text-\[22px\] {
    font-size: 22px;
  }
  .\33xl\:text-\[54px\] {
    font-size: 54px;
  }
  .\33xl\:text-\[72px\] {
    font-size: 72px;
  }
  .\33xl\:text-\[94px\] {
    font-size: 94px;
  }
}
.\[\&\.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\]\: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-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;
}
.\[\&\>path\]\:fill-black>path {
  fill: #000;
}
.\[\&\>path\]\:fill-white>path {
  fill: #fff;
}
.\[\&_\.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-white .uil-angle-right {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&_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\]\: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\]\:stroke-white path:hover {
  stroke: #fff;
}
.group\/nav:hover .group-hover\/nav\:\[\&_path\]\:fill-brand-wine path {
  fill: #6A2037;
}
.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:hover .group-hover\:\[\&_path\]\:fill-white path {
  fill: #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: 1024px) {
  .lg\:\[\&_path\]\:fill-black path {
    fill: #000;
  }
  .lg\:\[\&_path\]\:stroke-\[\#D9D9D9\] path {
    stroke: #D9D9D9;
  }
}
.\[\&_span\]\:align-middle span {
  vertical-align: middle;
}
.\[\&_span\]\:tracking-\[1px\] span {
  letter-spacing: 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;
}

