*, ::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: rgba(25, 43, 62, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(25, 43, 62, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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.17 | 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: #e8eaec; /* 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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -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]) {
  text-decoration: underline;
  -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: #81819b; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #81819b; /* 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;
}.container {
  width: 100%;
}@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}.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;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.\!relative {
  position: relative !important;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.\!bottom-0 {
  bottom: 0px !important;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.left-0\.5 {
  left: 0.125rem;
}.right-0 {
  right: 0px;
}.right-2 {
  right: 0.5rem;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-5 {
  top: 1.25rem;
}.top-\[var\(--lsg-header-height\)\] {
  top: var(--lsg-header-height);
}.top-\[var\(--lsg-header-heighy\)\] {
  top: var(--lsg-header-heighy);
}.top-full {
  top: 100%;
}.z-10 {
  z-index: 10;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.z-\[3\] {
  z-index: 3;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-span-full {
  grid-column: 1 / -1;
}.m-0 {
  margin: 0px;
}.m-2 {
  margin: 0.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mr-1 {
  margin-right: 0.25rem;
}.mt-0 {
  margin-top: 0px;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mt-8 {
  margin-top: 2rem;
}.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;
}.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.aspect-\[155\/145\] {
  aspect-ratio: 155/145;
}.aspect-\[335\/200\] {
  aspect-ratio: 335/200;
}.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}.size-12 {
  width: 3rem;
  height: 3rem;
}.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}.size-\[22px\] {
  width: 22px;
  height: 22px;
}.size-\[64px\] {
  width: 64px;
  height: 64px;
}.size-full {
  width: 100%;
  height: 100%;
}.\!h-auto {
  height: auto !important;
}.h-1 {
  height: 0.25rem;
}.h-10 {
  height: 2.5rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-7 {
  height: 1.75rem;
}.h-\[140px\] {
  height: 140px;
}.h-\[162px\] {
  height: 162px;
}.h-\[224px\] {
  height: 224px;
}.h-\[290px\] {
  height: 290px;
}.h-\[314px\] {
  height: 314px;
}.h-\[40px\] {
  height: 40px;
}.h-\[80px\] {
  height: 80px;
}.h-\[calc\(var\(--lsg-viewport-height\)-var\(--lsg-header-height\)\)\] {
  height: calc(var(--lsg-viewport-height) - var(--lsg-header-height));
}.h-\[var\(--lsg-viewport-height\)\] {
  height: var(--lsg-viewport-height);
}.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.h-full {
  height: 100%;
}.h-px {
  height: 1px;
}.max-h-\[90px\] {
  max-height: 90px;
}.min-h-10 {
  min-height: 2.5rem;
}.min-h-\[26px\] {
  min-height: 26px;
}.min-h-full {
  min-height: 100%;
}.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}.\!w-full {
  width: 100% !important;
}.w-1 {
  width: 0.25rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-\[112px\] {
  width: 112px;
}.w-\[170px\] {
  width: 170px;
}.w-\[1px\] {
  width: 1px;
}.w-\[206px\] {
  width: 206px;
}.w-\[215px\] {
  width: 215px;
}.w-\[308px\] {
  width: 308px;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.min-w-\[120px\] {
  min-width: 120px;
}.max-w-\[1080px\] {
  max-width: 1080px;
}.max-w-\[1400px\] {
  max-width: 1400px;
}.max-w-\[178px\] {
  max-width: 178px;
}.max-w-\[207px\] {
  max-width: 207px;
}.max-w-\[208px\] {
  max-width: 208px;
}.max-w-\[516px\] {
  max-width: 516px;
}.max-w-\[522px\] {
  max-width: 522px;
}.max-w-\[538px\] {
  max-width: 538px;
}.max-w-\[542px\] {
  max-width: 542px;
}.max-w-\[570px\] {
  max-width: 570px;
}.max-w-\[800px\] {
  max-width: 800px;
}.max-w-full {
  max-width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.flex-none {
  flex: none;
}.border-collapse {
  border-collapse: collapse;
}.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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-\[var\(--lsg-header-heighy\)\] {
  --tw-translate-y: calc(var(--lsg-header-heighy) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), -100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer {
  cursor: pointer;
}.resize {
  resize: both;
}.list-inside {
  list-style-position: inside;
}.list-disc {
  list-style-type: disc;
}.list-none {
  list-style-type: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-0\.5 {
  gap: 0.125rem;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-12 {
  gap: 3rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-9 {
  gap: 2.25rem;
}.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-y-6 {
  row-gap: 1.5rem;
}.gap-y-8 {
  row-gap: 2rem;
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - 0));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.overflow-hidden {
  overflow: hidden;
}.overflow-visible {
  overflow: visible;
}.overflow-y-auto {
  overflow-y: auto;
}.rounded-\[10px\] {
  border-radius: 10px;
}.rounded-\[12px\] {
  border-radius: 12px;
}.rounded-\[16px\] {
  border-radius: 16px;
}.rounded-\[4px\] {
  border-radius: 4px;
}.rounded-\[8px\] {
  border-radius: 8px;
}.rounded-full {
  border-radius: 9999px;
}.border {
  border-width: 1px;
}.border-\[2px\] {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-none {
  border-style: none;
}.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 189, 195, 1);
  border-color: rgba(184, 189, 195, var(--tw-border-opacity, 1));
}.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 101, 1);
  border-color: rgba(71, 85, 101, var(--tw-border-opacity, 1));
}.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(25, 43, 62, 1);
  border-color: rgba(25, 43, 62, var(--tw-border-opacity, 1));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 173, 173, 1);
  border-color: rgba(173, 173, 173, var(--tw-border-opacity, 1));
}.border-maroon-200 {
  --tw-border-opacity: 1;
  border-color: rgba(160, 100, 115, 1);
  border-color: rgba(160, 100, 115, var(--tw-border-opacity, 1));
}.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, 1);
  border-color: rgba(255, 237, 213, var(--tw-border-opacity, 1));
}.border-orange-75 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 223, 201, 1);
  border-color: rgba(255, 223, 201, var(--tw-border-opacity, 1));
}.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 233, 238, 1);
  border-color: rgba(233, 233, 238, var(--tw-border-opacity, 1));
}.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 51, 1);
  border-color: rgba(23, 23, 51, var(--tw-border-opacity, 1));
}.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 234, 236, 1);
  background-color: rgba(235, 234, 236, var(--tw-bg-opacity, 1));
}.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 43, 62, 1);
  background-color: rgba(25, 43, 62, var(--tw-bg-opacity, 1));
}.bg-current {
  background-color: currentColor;
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 238, 1);
  background-color: rgba(233, 233, 238, var(--tw-bg-opacity, 1));
}.bg-maroon-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 68, 86, 1);
  background-color: rgba(141, 68, 86, var(--tw-bg-opacity, 1));
}.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 176, 124, 1);
  background-color: rgba(255, 176, 124, var(--tw-bg-opacity, 1));
}.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 242, 1);
  background-color: rgba(255, 247, 242, var(--tw-bg-opacity, 1));
}.bg-orange-75 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 201, 1);
  background-color: rgba(255, 223, 201, var(--tw-bg-opacity, 1));
}.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 229, 248, 1);
  background-color: rgba(206, 229, 248, var(--tw-bg-opacity, 1));
}.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 252, 254, 1);
  background-color: rgba(250, 252, 254, var(--tw-bg-opacity, 1));
}.bg-transparent {
  background-color: transparent;
}.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 129, 155, 1);
  background-color: rgba(129, 129, 155, var(--tw-bg-opacity, 1));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.p-0 {
  padding: 0px;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pl-4 {
  padding-left: 1rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-2\.5 {
  padding-right: 0.625rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pt-10 {
  padding-top: 2.5rem;
}.text-center {
  text-align: center;
}.\!font-body {
  font-family: OpenSans, sans-serif !important;
}.\!font-heading {
  font-family: SortsMillGoudy, sans-serif !important;
}.font-body {
  font-family: OpenSans, sans-serif;
}.font-heading {
  font-family: SortsMillGoudy, sans-serif;
}.text-\[12px\]\/\[120\%\] {
  font-size: 12px;
  line-height: 120%;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[14px\]\/\[120\%\] {
  font-size: 14px;
  line-height: 120%;
}.text-\[16px\]\/\[120\%\] {
  font-size: 16px;
  line-height: 120%;
}.text-\[18px\]\/\[140\%\] {
  font-size: 18px;
  line-height: 140%;
}.text-\[24px\]\/\[140\%\] {
  font-size: 24px;
  line-height: 140%;
}.\!font-medium {
  font-weight: 500 !important;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.\!leading-\[140\%\] {
  line-height: 140% !important;
}.\!leading-none {
  line-height: 1 !important;
}.leading-\[1\.2\] {
  line-height: 1.2;
}.leading-none {
  line-height: 1;
}.text-\[\#65717E\] {
  --tw-text-opacity: 1;
  color: rgba(101, 113, 126, 1);
  color: rgba(101, 113, 126, var(--tw-text-opacity, 1));
}.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(184, 189, 195, 1);
  color: rgba(184, 189, 195, var(--tw-text-opacity, 1));
}.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(149, 157, 166, 1);
  color: rgba(149, 157, 166, var(--tw-text-opacity, 1));
}.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(109, 113, 126, 1);
  color: rgba(109, 113, 126, var(--tw-text-opacity, 1));
}.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 101, 1);
  color: rgba(71, 85, 101, var(--tw-text-opacity, 1));
}.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(235, 234, 236, 1);
  color: rgba(235, 234, 236, var(--tw-text-opacity, 1));
}.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(91, 91, 91, 1);
  color: rgba(91, 91, 91, var(--tw-text-opacity, 1));
}.text-maroon-300 {
  --tw-text-opacity: 1;
  color: rgba(141, 68, 86, 1);
  color: rgba(141, 68, 86, var(--tw-text-opacity, 1));
}.text-purple-75 {
  --tw-text-opacity: 1;
  color: rgba(235, 244, 252, 1);
  color: rgba(235, 244, 252, var(--tw-text-opacity, 1));
}.text-text {
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 51, 1);
  color: rgba(23, 23, 51, var(--tw-text-opacity, 1));
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}.underline {
  text-decoration-line: underline;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0 {
  opacity: 0;
}.opacity-100 {
  opacity: 1;
}.opacity-40 {
  opacity: 0.4;
}.shadow-dropdown {
  --tw-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.14);
  --tw-shadow-colored: 0px 24px 24px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 24px 24px 0px rgba(0, 0, 0, 0.14);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-500 {
  transition-duration: 500ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.content-\[\'\'\] {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}.text-h1 {
  font-size: 48px;
  line-height: 140%;
}.text-h2 {
  font-size: 32px;
  line-height: 120%;
}.text-h3 {
  font-size: 24px;
  line-height: 140%;
}.text-h4 {
  font-size: 20px;
  line-height: 140%;
}.text-h5 {
  font-size: 18px;
  line-height: 140%;
}.text-body-1 {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}.text-body-2 {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}.text-microcopy-1 {
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 120%;
}.text-microcopy-2 {
  font-family: SortsMillGoudy, sans-serif;
  font-size: 12px;
  line-height: 120%;
}.\!btn {
  display: flex;
  min-height: 2.5rem;
  min-width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(141, 68, 86, 1);
  background-color: rgba(141, 68, 86, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.\!btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 100, 115, 1);
  background-color: rgba(160, 100, 115, var(--tw-bg-opacity, 1));
}.btn {
  display: flex;
  min-height: 2.5rem;
  min-width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(141, 68, 86, 1);
  background-color: rgba(141, 68, 86, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 100, 115, 1);
  background-color: rgba(160, 100, 115, var(--tw-bg-opacity, 1));
}.btn-text {
  position: relative;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex: none;
  border-style: none;
  font-family: OpenSans, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(141, 68, 86, 1);
  color: rgba(141, 68, 86, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.btn-text:visited {
  color: rgb(141, 68, 86);
}.btn-text:hover {
  --tw-text-opacity: 1;
  color: rgba(141, 68, 86, 1);
  color: rgba(141, 68, 86, var(--tw-text-opacity, 1));
}.btn-text:not(.btn-text--small) {
  font-size: 16px;
  line-height: 120%;
}.btn-text--small {
  font-size: 12px;
  line-height: 145%;
}.btn-text::after{content:"";display:block;width:100%;height:2px;background-color:currentColor;position:absolute;bottom:0;left:0;transform:scaleX(1);transition:transform .3s ease-in-out;transform-origin:bottom right}.btn-text:hover::after{transform:scaleX(0)}.btn-text--icon {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}.navigation-wrapper {
  position: relative;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}.btn-slider {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.btn-slider:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}.btn-slider-prev {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}.slider-pagination{--swiper-pagination-bullet-horizontal-gap: 0;--swiper-pagination-bullet-size: 10px;--swiper-pagination-bullet-inactive-opacity: 0.4;--swiper-pagination-bullet-inactive-color: #192b3e;--swiper-pagination-color: #192b3e}@font-face{font-family:"SortsMillGoudy";src:url(assets/SortsMillGoudy-Regular.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"SortsMillGoudy";src:url(assets/SortsMillGoudy-Italic.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:"OpenSans";src:url(assets/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"OpenSans";src:url(assets/OpenSans-Italic-VariableFont_wdth,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}*,*::before,*::after {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}body {
  line-height: 1.5;
}ol,ul {
  list-style-type: none;
}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after {
  --tw-content: none;
  content: none;
  content: var(--tw-content);
}table {
  border-collapse: collapse;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: 0px 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}a img {
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}a {
  text-decoration-line: none;
}img {
  display: block;
  max-width: 100%;
}html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}body {
  min-height: 100%;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}h1,h2,h3,h4,h5,h6 {
  font-family: SortsMillGoudy, sans-serif;
  font-weight: 700;
}.lsg-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.lock-html{overflow:hidden}.icon{display:inline-block;width:24px;height:24px;background-color:currentColor;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain;pointer-events:none}.icon--instagram{-webkit-mask-image:url(assets/instagram.svg);mask-image:url(assets/instagram.svg)}.icon--facebook{-webkit-mask-image:url(assets/facebook.svg);mask-image:url(assets/facebook.svg)}.icon--tiktok{-webkit-mask-image:url(assets/tiktok.svg);mask-image:url(assets/tiktok.svg)}.icon--pinterest{-webkit-mask-image:url(assets/pinterest.svg);mask-image:url(assets/pinterest.svg)}.icon--twitter{-webkit-mask-image:url(assets/twitter.svg);mask-image:url(assets/twitter.svg)}.icon--menu{-webkit-mask-image:url(assets/menu.svg);mask-image:url(assets/menu.svg)}.icon--search{-webkit-mask-image:url(assets/search.svg);mask-image:url(assets/search.svg)}.icon--pen{-webkit-mask-image:url(assets/pen.svg);mask-image:url(assets/pen.svg)}.icon--filter{-webkit-mask-image:url(assets/filter.svg);mask-image:url(assets/filter.svg)}.icon--arrow-right{-webkit-mask-image:url(assets/arrow-right.svg);mask-image:url(assets/arrow-right.svg)}.icon--chevron-up{-webkit-mask-image:url(assets/chevron-up.svg);mask-image:url(assets/chevron-up.svg)}.icon--chevron-down{-webkit-mask-image:url(assets/chevron-down.svg);mask-image:url(assets/chevron-down.svg)}.icon--pagination-right{-webkit-mask-image:url(assets/pagination-right.svg);mask-image:url(assets/pagination-right.svg)}.icon--close{-webkit-mask-image:url(assets/close.svg);mask-image:url(assets/close.svg)}.icon--arrow-right-circle{-webkit-mask-image:url(assets/arrow-right-circle.svg);mask-image:url(assets/arrow-right-circle.svg)}.icon--chevron-right-circle{-webkit-mask-image:url(assets/chevron-right-circle.svg);mask-image:url(assets/chevron-right-circle.svg)}.subscribe-form .wpcf7-spinner {
  display: none;
}.subscribe-form {
  width: 100%;
  max-width: 542px;
}.subscribe-form__wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
}@media not all and (min-width: 768px) {

  .subscribe-form__wrapper {
    flex-direction: column;
  }
}@media (min-width: 768px) {

  .subscribe-form__wrapper {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(233, 233, 238, 1);
    border-color: rgba(233, 233, 238, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 7px;
  }
}.subscribe-form__inputs-wrapper {
  width: 100%;
}.subscribe-form__button-wrapper {
  position: relative;
}@media not all and (min-width: 768px) {

  .subscribe-form__button-wrapper {
    width: 100%;
  }
}.subscribe-form__button-wrapper svg {
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}.subscribe-form input[type=submit] {
  justify-content: space-between;
  gap: 0.5rem;
  display: flex;
  min-height: 2.5rem;
  min-width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(141, 68, 86, 1);
  background-color: rgba(141, 68, 86, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.subscribe-form input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 100, 115, 1);
  background-color: rgba(160, 100, 115, var(--tw-bg-opacity, 1));
}.subscribe-form input[type=submit] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}@media not all and (min-width: 768px) {

  .subscribe-form input[type=submit] {
    width: 100%;
    text-align: left;
  }
}.subscribe-form input[type=submit]{padding-right:32px}.subscribe-form input[type=email] {
  height: 40px;
  width: 100%;
  border-radius: 9999px;
  border-style: none;
  padding-left: 1rem;
  padding-right: 0.5rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}.subscribe-form input[type=email]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(129, 129, 155, 1);
  color: rgba(129, 129, 155, var(--tw-text-opacity, 1));
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}.subscribe-form input[type=email]::placeholder {
  --tw-text-opacity: 1;
  color: rgba(129, 129, 155, 1);
  color: rgba(129, 129, 155, var(--tw-text-opacity, 1));
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}.subscribe-form input[type=email]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.subscribe-form .wpcf7-not-valid-tip {
  padding-left: 1rem;
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 120%;
}@media not all and (min-width: 768px) {

  .subscribe-form .wpcf7-not-valid-tip {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: left;
  }
}@media (min-width: 768px) {

  .subscribe-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
  }
}.subscribe-form .wpcf7-response-output {
  margin: 0.5rem;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;margin:16px 8px !important;
}#primary-menu-top a {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(71, 85, 101, 1);
  color: rgba(71, 85, 101, var(--tw-text-opacity, 1));
}#primary-menu-top a::after{content:"";display:block;width:100%;height:1px;background-color:currentColor;position:absolute;bottom:0;left:0;transform:scaleX(1);transition:transform .3s ease-in-out;transform-origin:bottom right}#primary-menu-top a:hover::after{transform:scaleX(0)}#primary-menu-top a[aria-current=page] {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}#primary-menu-full .sub-menu {
  display: none;
  flex-direction: column;
  gap: 1rem;
}#primary-menu-full .sub-menu.active {
  display: flex;
}#primary-menu-full .menu-item {
  position: relative;
}#primary-menu-full .menu-item>.lsg-navigation-menu-item {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: OpenSans, sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}#primary-menu-full .menu-item-has-children {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}#primary-menu-full .menu-item-has-children>.lsg-navigation-menu-item::after {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 3;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;content:url(assets/chevron-down.svg);
}#primary-menu-full .menu-item-has-children>.lsg-navigation-menu-item.active::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}#primary-menu-full .menu-item>.sub-menu>.menu-item>.lsg-navigation-menu-item {
  width: -moz-fit-content;
  width: fit-content;
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(109, 113, 126, 1);
  color: rgba(109, 113, 126, var(--tw-text-opacity, 1));
}#primary-menu-full .menu-item>.sub-menu>.menu-item>.lsg-navigation-menu-item a::after{content:"";display:block;width:100%;height:1px;background-color:currentColor;position:absolute;bottom:0;left:0;transform:scaleX(1);transition:transform .3s ease-in-out;transform-origin:bottom right}.lsg-article-content-rte em {
  margin-bottom: 1.25rem;
  display: block;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.lsg-article-content-rte em:first-child {
  margin-top: 0px;
}.lsg-article-content-rte em:last-child {
  margin-bottom: 0px;
}.lsg-article-content-rte h1,.lsg-article-content-rte h2,.lsg-article-content-rte h3,.lsg-article-content-rte h4,.lsg-article-content-rte h5,.lsg-article-content-rte h6 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-family: SortsMillGoudy, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.lsg-article-content-rte h1:first-child,.lsg-article-content-rte h2:first-child,.lsg-article-content-rte h3:first-child,.lsg-article-content-rte h4:first-child,.lsg-article-content-rte h5:first-child,.lsg-article-content-rte h6:first-child {
  margin-top: 0px;
}.lsg-article-content-rte h1:last-child,.lsg-article-content-rte h2:last-child,.lsg-article-content-rte h3:last-child,.lsg-article-content-rte h4:last-child,.lsg-article-content-rte h5:last-child,.lsg-article-content-rte h6:last-child {
  margin-bottom: 0px;
}@media (min-width: 768px) {

  .lsg-article-content-rte h1,.lsg-article-content-rte h2,.lsg-article-content-rte h3,.lsg-article-content-rte h4,.lsg-article-content-rte h5,.lsg-article-content-rte h6 {
    margin-top: 2.25rem;
    margin-bottom: 1.25rem;
  }
}.lsg-article-content-rte h1 {
  font-size: 32px;
  line-height: 120%;
}.lsg-article-content-rte h2 {
  font-size: 24px;
  line-height: 140%;
}.lsg-article-content-rte h3,.lsg-article-content-rte h4,.lsg-article-content-rte h5,.lsg-article-content-rte h6 {
  font-size: 18px;
  line-height: 140%;
}.lsg-article-content-rte p {
  margin-bottom: 0.75rem;
  display: block;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.lsg-article-content-rte p:first-child {
  margin-top: 0px;
}.lsg-article-content-rte p:last-child {
  margin-bottom: 0px;
}@media (min-width: 768px) {

  .lsg-article-content-rte p {
    margin-bottom: 1.25rem;
  }
}.lsg-article-content-rte figure img {
  margin-top: 0px;
  margin-bottom: 0px;
}.lsg-article-content-rte figure,.lsg-article-content-rte img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  aspect-ratio: 335/200;
  width: 100% !important;
}.lsg-article-content-rte figure:first-child,.lsg-article-content-rte img:first-child {
  margin-top: 0px;
}.lsg-article-content-rte figure:last-child,.lsg-article-content-rte img:last-child {
  margin-bottom: 0px;
}@media (min-width: 768px) {

  .lsg-article-content-rte figure,.lsg-article-content-rte img {
    margin-top: 2.25rem;
    margin-bottom: 2.5rem;
    aspect-ratio: 729/360;
  }
}.lsg-article-content-rte img {
  overflow: hidden;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.lsg-article-content-rte figcaption {
  margin-top: 0.5rem;
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  line-height: 120%;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgba(149, 157, 166, 1);
  color: rgba(149, 157, 166, var(--tw-text-opacity, 1));
}.lsg-article-content-rte ul {
  margin-bottom: 1.25rem;
  list-style-position: inside;
  list-style-type: disc;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.lsg-article-content-rte ul:first-child {
  margin-top: 0px;
}.lsg-article-content-rte ul:last-child {
  margin-bottom: 0px;
}.lsg-article-content-rte li {
  position: relative;
  margin-bottom: 1rem;
  list-style-type: none;
  padding-left: 1rem;
}.lsg-article-content-rte li:last-child {
  margin-bottom: 0px;
}.lsg-article-content-rte li::before {
  position: absolute;
  left: 0.125rem;
  top: 50%;
  width: 0.25rem;
  height: 0.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 43, 62, 1);
  background-color: rgba(25, 43, 62, var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: "";
  content: var(--tw-content);
}@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:ease;transition-timing-function:initial;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-slide,.swiper-3d .swiper-cube-shadow{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-left: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-top: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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{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, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 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, 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 #007aff;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .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)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;top:var(--swiper-navigation-top-offset, 50%);width:calc(44px/44*27);width:calc(var(--swiper-navigation-size)/44*27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(0px - 44px/2);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#007aff;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-feature-settings:;font-variant:normal;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:10px;right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:300ms 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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:8px;bottom:var(--swiper-pagination-bottom, 8px);top:auto;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(0.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(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:8px;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:0.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.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:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right, 8px);left:auto;left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform, 200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;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:200ms transform, 200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms right}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:rgba(0, 0, 0, 0.25);background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.placeholder\:text-blue-200::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(149, 157, 166, 1);
  color: rgba(149, 157, 166, var(--tw-text-opacity, 1));
}.placeholder\:text-blue-200::placeholder {
  --tw-text-opacity: 1;
  color: rgba(149, 157, 166, 1);
  color: rgba(149, 157, 166, var(--tw-text-opacity, 1));
}.placeholder\:text-gray-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(173, 173, 173, 1);
  color: rgba(173, 173, 173, var(--tw-text-opacity, 1));
}.placeholder\:text-gray-300::placeholder {
  --tw-text-opacity: 1;
  color: rgba(173, 173, 173, 1);
  color: rgba(173, 173, 173, var(--tw-text-opacity, 1));
}.placeholder\:text-violet-100::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(129, 129, 155, 1);
  color: rgba(129, 129, 155, var(--tw-text-opacity, 1));
}.placeholder\:text-violet-100::placeholder {
  --tw-text-opacity: 1;
  color: rgba(129, 129, 155, 1);
  color: rgba(129, 129, 155, var(--tw-text-opacity, 1));
}.placeholder\:text-body-1::-moz-placeholder {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}.placeholder\:text-body-1::placeholder {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}.placeholder\:text-body-2::-moz-placeholder {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}.placeholder\:text-body-2::placeholder {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}.first\:mt-0:first-child {
  margin-top: 0px;
}.last\:mb-0:last-child {
  margin-bottom: 0px;
}.hover\:bg-maroon-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 100, 115, 1);
  background-color: rgba(160, 100, 115, var(--tw-bg-opacity, 1));
}.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 101, 1);
  color: rgba(71, 85, 101, var(--tw-text-opacity, 1));
}.hover\:text-maroon-300:hover {
  --tw-text-opacity: 1;
  color: rgba(141, 68, 86, 1);
  color: rgba(141, 68, 86, var(--tw-text-opacity, 1));
}.hover\:text-text:hover {
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.hover\:opacity-80:hover {
  opacity: 0.8;
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:outline-2:focus {
  outline-width: 2px;
}.focus\:outline-offset-2:focus {
  outline-offset: 2px;
}.disabled\:opacity-30:disabled {
  opacity: 0.3;
}.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}.group.active .group-\[\.active\]\:block {
  display: block;
}.group.active .group-\[\.active\]\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(25, 43, 62, 1);
  border-color: rgba(25, 43, 62, var(--tw-border-opacity, 1));
}.group.active .group-\[\.active\]\:font-medium {
  font-weight: 500;
}.data-\[active\]\:text-text[data-active] {
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.attr-active\:pointer-events-none[active] {
  pointer-events: none;
}.attr-active\:pointer-events-auto[active] {
  pointer-events: auto;
}.attr-active\:visible[active] {
  visibility: visible;
}.attr-active\:block[active] {
  display: block;
}.attr-active\:translate-x-0[active] {
  --tw-translate-x: 0px;
  transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}.attr-active\:translate-y-0[active] {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}.attr-active\:border-blue-500[active] {
  --tw-border-opacity: 1;
  border-color: rgba(25, 43, 62, 1);
  border-color: rgba(25, 43, 62, var(--tw-border-opacity, 1));
}.attr-active\:bg-blue-500[active] {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 43, 62, 1);
  background-color: rgba(25, 43, 62, var(--tw-bg-opacity, 1));
}.attr-active\:text-blue-500[active] {
  --tw-text-opacity: 1;
  color: rgba(25, 43, 62, 1);
  color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
}.attr-active\:text-white[active] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}.attr-active\:underline[active] {
  text-decoration-line: underline;
}.attr-active\:opacity-100[active] {
  opacity: 1;
}.attr-disabled\:cursor-not-allowed[disabled] {
  cursor: not-allowed;
}.attr-disabled\:text-violet-75[disabled] {
  --tw-text-opacity: 1;
  color: rgba(166, 166, 184, 1);
  color: rgba(166, 166, 184, var(--tw-text-opacity, 1));
}.attr-disabled\:opacity-40[disabled] {
  opacity: 0.4;
}@media not all and (min-width: 1024px) {

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

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

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .max-lg\:justify-center {
    justify-content: center;
  }

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

  .max-lg\:text-center {
    text-align: center;
  }
}@media not all and (min-width: 768px) {

  .max-md\:left-0 {
    left: 0px;
  }

  .max-md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

  .max-md\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

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

  .max-md\:h-\[calc\(var\(--lsg-viewport-height\)-var\(--lsg-header-height\)\)\] {
    height: calc(var(--lsg-viewport-height) - var(--lsg-header-height));
  }

  .max-md\:w-\[calc\(100\%\+24px\)\] {
    width: calc(100% + 24px);
  }

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

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

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

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

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

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

  .max-md\:justify-center {
    justify-content: center;
  }

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

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

  .max-md\:\!overflow-visible {
    overflow: visible !important;
  }

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

  .max-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

  .max-md\:text-center {
    text-align: center;
  }
}@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:top-full {
    top: 100%;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[360\/337\] {
    aspect-ratio: 360/337;
  }

  .md\:aspect-\[729\/360\] {
    aspect-ratio: 729/360;
  }

  .md\:aspect-\[960\/520\] {
    aspect-ratio: 960/520;
  }

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

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

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

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

  .md\:h-\[var\(--lsg-viewport-height\)\] {
    height: var(--lsg-viewport-height);
  }

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

  .md\:max-h-\[calc\(var\(--lsg-viewport-height\)-var\(--lsg-header-height\)\)\] {
    max-height: calc(var(--lsg-viewport-height) - var(--lsg-header-height));
  }

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

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

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

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

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

  .md\:grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }

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

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

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

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

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

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

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

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

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

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 233, 238, 1);
    border-color: rgba(233, 233, 238, var(--tw-border-opacity, 1));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  }

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

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

  .md\:text-text {
    --tw-text-opacity: 1;
    color: rgba(25, 43, 62, 1);
    color: rgba(25, 43, 62, var(--tw-text-opacity, 1));
  }.md\:text-h2 {
    font-size: 32px;
    line-height: 120%;
  }.md\:text-h3 {
    font-size: 24px;
    line-height: 140%;
  }.md\:text-h5 {
    font-size: 18px;
    line-height: 140%;
  }.md\:text-body-1 {
    font-family: OpenSans, sans-serif;
    font-size: 16px;
    line-height: 120%;
  }
}@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

  .lg\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:rounded-\[12px\] {
    border-radius: 12px;
  }

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

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

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

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

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

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

  .lg\:pl-4 {
    padding-left: 1rem;
  }

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

  .lg\:shadow-drawer {
    --tw-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.14);
    --tw-shadow-colored: 0px 12px 24px 0px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 12px 24px 0px rgba(0, 0, 0, 0.14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }.lg\:text-h1 {
    font-size: 48px;
    line-height: 140%;
  }.lg\:text-h2 {
    font-size: 32px;
    line-height: 120%;
  }.hover\:lg\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 37, 83, 1);
    color: rgba(37, 37, 83, var(--tw-text-opacity, 1));
  }.hover\:lg\:no-underline:hover {
    text-decoration-line: none;
  }.hover\:lg\:opacity-100:hover {
    opacity: 1;
  }.group:hover .group-hover\:lg\:max-w-0 {
    max-width: 0px;
  }
}@media (min-width: 1280px) {

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

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

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

/*# sourceMappingURL=site.css.map*/