*, ::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.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: #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;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

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

@media (min-width: 984px) {
  .container {
    max-width: 984px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-20 {
  top: -5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 2.5rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-14 {
  right: 3.5rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-8 {
  top: 2rem;
}

.top-\[4px\] {
  top: 4px;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.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-\[1000\] {
  z-index: 1000;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.m-8 {
  margin: 2rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

.mb-4 {
  margin-bottom: 1rem;
}

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

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

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

.mb-md {
  margin-bottom: 40px;
}

.mb-offsetXs {
  margin-bottom: 25px;
}

.mb-sm {
  margin-bottom: 30px;
}

.mb-xs {
  margin-bottom: 20px;
}

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

.ml-10 {
  margin-left: 2.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-10 {
  margin-right: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

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

.mr-xxs {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.mt-md {
  margin-top: 40px;
}

.mt-offsetXs {
  margin-top: 25px;
}

.mt-sm {
  margin-top: 30px;
}

.mt-xs {
  margin-top: 20px;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-16\/5 {
  aspect-ratio: 16 / 5;
}

.aspect-2\/3 {
  aspect-ratio: 2 / 3;
}

.aspect-3\/2 {
  aspect-ratio: 3 / 2;
}

.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-80vh {
  height: 80vh;
}

.h-\[3\.5rem\] {
  height: 3.5rem;
}

.h-\[60vh\] {
  height: 60vh;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-md {
  height: 40px;
}

.h-screen {
  height: 100vh;
}

.max-h-\[40vh\] {
  max-height: 40vh;
}

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

.max-h-\[80\%\] {
  max-height: 80%;
}

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

.max-h-full {
  max-height: 100%;
}

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

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

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

.min-h-\[70vh\] {
  min-height: 70vh;
}

.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-auto {
  width: auto !important;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-\[3\.5rem\] {
  width: 3.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-full {
  min-width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

.max-w-screen-2xl {
  max-width: 1400px;
}

.max-w-screen-4xl {
  max-width: 1680px;
}

.max-w-screen-fhd {
  max-width: 1920px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 600px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

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

.-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 {
  --tw-translate-y: -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));
}

.-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-x-0 {
  --tw-translate-x: 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));
}

.translate-y-48 {
  --tw-translate-y: 12rem;
  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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.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-md {
  gap: 40px;
}

.gap-sm {
  gap: 30px;
}

.gap-xxs {
  gap: 10px;
}

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

.gap-y-16 {
  row-gap: 4rem;
}

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

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

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-lg {
  row-gap: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-btnPrimary {
  --tw-border-opacity: 1;
  border-color: rgb(0 82 204 / var(--tw-border-opacity, 1));
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-separator {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.\!bg-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1)) !important;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.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;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-sm {
  padding-left: 30px;
  padding-right: 30px;
}

.px-xs {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-2xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.py-3xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

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

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

.py-\[15\%\] {
  padding-top: 15%;
  padding-bottom: 15%;
}

.py-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-offsetXs {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-xl {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-1 {
  padding-bottom: 0.25rem !important;
}

.\!pb-3 {
  padding-bottom: 0.75rem !important;
}

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pb-md {
  padding-bottom: 40px;
}

.pb-sm {
  padding-bottom: 30px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

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

.pl-40 {
  padding-left: 10rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-sm {
  padding-left: 30px;
}

.pl-xxs {
  padding-left: 10px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

.pt-24 {
  padding-top: 6rem;
}

.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-sm {
  padding-top: 30px;
}

.\!text-left {
  text-align: left !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-primary {
  font-family: 'Arial', sans-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: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.\!text-light {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-60 {
  opacity: 0.6;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
  font-family: "League Spartan";

  src: url("../../assets/fonts/LeagueSpartan-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "League Spartan";

  src: url("../../assets/fonts/LeagueSpartan-SemiBold.woff2") format("woff2");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

body {
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: 'Arial', sans-serif;
}

body.hp-proto-env-local{
  /* local styles */
}

body.hp-proto-env-staging{
  /* staging styles */
}

body.hp-proto-env-production{
  /* production styles */
}

.site-content.navi-with-bg {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .site-content.navi-with-bg {
    margin-top: 80px;
  }
}

.site-content h1,.site-content h2,.site-content h3,.site-content h4,.site-content h5,.site-content h6 {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.site-content p a,.site-content li a {
  font-weight: 500;
  text-decoration-line: underline;
}

.spacing-px {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 480px) {
  .spacing-px {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) {
  .spacing-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .spacing-px {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1024px) {
  .spacing-px {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1280px) {
  .spacing-px {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1400px) {
  .spacing-px {
    padding-left: 110px;
    padding-right: 110px;
  }
}

.spacing-py {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .spacing-py {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .spacing-py {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1920px) {
  .spacing-py {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.spacing-pt {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .spacing-pt {
    padding-top: 70px;
  }
}

@media (min-width: 1280px) {
  .spacing-pt {
    padding-top: 80px;
  }
}

@media (min-width: 1920px) {
  .spacing-pt {
    padding-top: 150px;
  }
}

.typo-h1-header {
  font-size: 30px;
  line-height: 120%;
}

@media (min-width: 480px) {
  .typo-h1-header {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .typo-h1-header {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .typo-h1-header {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .typo-h1-header {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .typo-h1-header {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .typo-h1-header {
    font-size: 40px;
    line-height: 115%;
  }
}

@media (min-width: 1920px) {
  .typo-h1-header {
    font-size: 40px;
    line-height: 115%;
  }
}

.typo-h1 {
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 480px) {
  .typo-h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .typo-h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .typo-h1 {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .typo-h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .typo-h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .typo-h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .typo-h1 {
    font-size: 56px;
    line-height: 120%;
  }
}

.typo-h2 {
  font-size: 26px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .typo-h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .typo-h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .typo-h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .typo-h2 {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .typo-h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .typo-h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .typo-h2 {
    font-size: 40px;
    line-height: 120%;
  }
}

.typo-h3 {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .typo-h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .typo-h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .typo-h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .typo-h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .typo-h3 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .typo-h3 {
    font-size: 28px;
    line-height: 140%;
  }
}

.typo-h3-regular {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .typo-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .typo-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .typo-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .typo-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .typo-h3-regular {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .typo-h3-regular {
    font-size: 24px;
    line-height: 140%;
  }
}

.typo-h4 {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .typo-h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .typo-h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .typo-h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .typo-h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .typo-h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .typo-h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

.typo-h5 {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .typo-h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .typo-h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .typo-h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .typo-h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .typo-h5 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .typo-h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .typo-h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

.typo-body {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .typo-body {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .typo-body {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .typo-body {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .typo-body {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .typo-body {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1400px) {
  .typo-body {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .typo-body {
    font-size: 20px;
    line-height: 150%;
  }
}

.typo-overline {
  font-size: 13px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .typo-overline {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .typo-overline {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .typo-overline {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .typo-overline {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .typo-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 1400px) {
  .typo-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .typo-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

.typo-btn {
  font-size: 15px;
  line-height: 100%;
}

@media (min-width: 480px) {
  .typo-btn {
    font-size: 15px;
    line-height: 100%;
  }
}

@media (min-width: 600px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

.typo-navi {
  font-size: 20px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .typo-navi {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 600px) {
  .typo-navi {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .typo-navi {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1024px) {
  .typo-navi {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1280px) {
  .typo-navi {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1400px) {
  .typo-navi {
    font-size: 20px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .typo-navi {
    font-size: 20px;
    line-height: 100%;
  }
}

.page-404 #page,.error404 #page {
  height: 100%;
  min-height: 100vh;
}

/*lists,a*/

.typo-body p:not(:last-child) {
  padding-bottom: 0px;
}

.typo-body h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 480px) {
  .typo-body h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .typo-body h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .typo-body h1 {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .typo-body h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .typo-body h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .typo-body h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .typo-body h1 {
    font-size: 56px;
    line-height: 120%;
  }
}

.typo-body h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .typo-body h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .typo-body h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .typo-body h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .typo-body h2 {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .typo-body h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .typo-body h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .typo-body h2 {
    font-size: 40px;
    line-height: 120%;
  }
}

.typo-body h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .typo-body h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .typo-body h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-body h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .typo-body h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .typo-body h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .typo-body h3 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .typo-body h3 {
    font-size: 28px;
    line-height: 140%;
  }
}

.typo-body h4 {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .typo-body h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .typo-body h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-body h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .typo-body h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .typo-body h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .typo-body h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .typo-body h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

.typo-body h5 {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .typo-body h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .typo-body h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .typo-body h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .typo-body h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .typo-body h5 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .typo-body h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .typo-body h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

.typo-body {
  text-wrap: pretty;
}

.typo-body a[target="_blank"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.typo-body a[target="_blank"]::after {
  height: 8px;
  width: 13px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8" fill="none"><path d="M8.92476 0.335008C8.89466 0.281407 8.8495 0.227806 8.7893 0.174204C8.7291 0.120603 8.6689 0.080402 8.6087 0.0536013C8.5786 0.026799 8.53596 0.0111667 8.48077 0.00670017C8.42559 0.00223367 8.38295 0 8.35285 0H2.57358C2.38294 0 2.22742 0.0513677 2.10702 0.154104C1.98662 0.25684 1.92642 0.393077 1.92642 0.562814C1.92642 0.741488 1.98662 0.882188 2.10702 0.984925C2.22742 1.08766 2.38294 1.13903 2.57358 1.13903H6.81773L0.195652 7.02178C0.0652162 7.13791 0 7.27191 0 7.42379C0 7.57566 0.0652181 7.70966 0.195652 7.8258C0.265888 7.88833 0.333611 7.933 0.39883 7.9598C0.464047 7.9866 0.546824 8 0.647158 8C0.747492 8 0.830268 7.9866 0.895486 7.9598C0.960703 7.933 1.02843 7.88833 1.09866 7.8258L7.70569 1.94305V5.70854C7.70569 5.88722 7.76589 6.02792 7.88629 6.13065C8.00669 6.23339 8.16221 6.28476 8.35285 6.28476C8.54349 6.28476 8.699 6.23339 8.8194 6.13065C8.9398 6.02792 9 5.88722 9 5.70854V0.562814C9 0.536013 8.9975 0.498046 8.99248 0.448911C8.98746 0.399776 8.96489 0.361809 8.92476 0.335008Z" fill="%236694FF"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.typo-body p + ul, .typo-body p + ol, .typo-body ul + p, .typo-body ol + p, .typo-body p + table, .typo-body ol + ul, .typo-body ul + ol {
  margin-top: 30px;
}

.typo-body h1,.typo-body h2,.typo-body h3,.typo-body h4,.typo-body h5,.typo-body h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.typo-body p + p {
  padding-top: 30px;
}

.typo-body ul {
  position: relative;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .typo-body ul {
    padding-left: 20px;
  }
}

.typo-body ul li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .typo-body ul li {
    padding-left: 40px;
  }
}

.typo-body ul li::before {
  position: absolute;
  left: 0px;
  top: 4px;
}

@media (min-width: 1024px) {
  .typo-body ul li::before {
    top: 8px;
  }
}

.typo-body ul li::before{
  content: '';
  background-size: 18px 14px;
  width: 18px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17.9296 6.61306C17.9765 6.70687 18 6.82412 18 6.96482C18 7.10553 17.9765 7.25405 17.9296 7.41038C17.8827 7.45729 17.8475 7.50419 17.824 7.55109C17.8005 7.59799 17.7653 7.65271 17.7184 7.71524L11.7106 13.7186C11.5072 13.9062 11.2725 14 11.0065 14C10.7405 14 10.5059 13.9062 10.3025 13.7186C10.1147 13.5154 10.0209 13.2809 10.0209 13.0151C10.0209 12.7493 10.1147 12.5148 10.3025 12.3116L14.6206 7.99665H1.00913C0.696218 7.99665 0.449805 7.90677 0.269883 7.72699C0.0899604 7.5472 0 7.30878 0 7.01174C0 6.69906 0.0899604 6.45284 0.269883 6.27305C0.449805 6.09326 0.696218 6.00335 1.00913 6.00335H14.6206L10.3025 1.71189C10.1147 1.50865 10.0209 1.27415 10.0209 1.00838C10.0209 0.742601 10.1147 0.508098 10.3025 0.304858C10.412 0.19542 10.5333 0.117253 10.6662 0.0703517C10.7992 0.0234506 10.9126 0 11.0065 0C11.116 0 11.2373 0.0234476 11.3703 0.0703517C11.5033 0.117253 11.6167 0.19542 11.7106 0.304858L17.7184 6.30821C17.7653 6.35511 17.8123 6.40201 17.8592 6.44891C17.9061 6.49581 17.9296 6.55053 17.9296 6.61306Z" fill="black"/></svg>');
}

.typo-body ol {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .typo-body ol {
    padding-left: 20px;
  }
}

.typo-body ol{
  counter-reset: item;
}

.typo-body ol li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .typo-body ol li {
    padding-left: 40px;
  }
}

.typo-body ol li::before {
  position: absolute;
  left: 0px;
  font-weight: 500;
  letter-spacing: 0.4px;
  content: counter(item);
  counter-increment: item;
}

.typo-body ol li:nth-child(-n+10)::before {
  content: "0" counter(item);
  counter-increment: item;
}

.typo-body table tr:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.typo-body table tr td {
  padding-right: 10px;
}

.typo-body table tr td:not(:first-child) {
  padding-left: 10px;
}

.typo-body table tr td:not(:last-child) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

p:not(:last-child) {
  padding-bottom: 30px;
}

#dark_mode_switch > div {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

#dark_mode_switch[data-mode="dark"] > div {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

#dark_mode_switch[data-mode="dark"] .switch-ball {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.lg-toolbar .lg-icon {
  font-size: 2.25rem;
  line-height: 1.75rem;
}

.lg-toolbar .lg-download::after {
  content: '\21E9';
}

.lg-toolbar .lg-close::after {
  content: '\00D7';
}

.lg-prev, .lg-next {
  display: none;
  height: 3.5rem;
  width: 3.5rem;
  --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));
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 3.75rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .lg-prev, .lg-next {
    display: block;
  }
}

.lg-next::before {
  display: block;
  height: 100%;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.lg-prev::after {
  display: block;
  height: 100%;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.lg-sub-html {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.lightGallery-captions {
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lg-empty-html .lightGallery-captions {
  opacity: 0;
  transform: translate3d(0px, -30px, 0px);
}

.lg-current .lightGallery-captions {
  opacity: 1;
  transform: translate3d(0, 0, 0px);
}

.lg-current .lg-sub-html {
  display: block !important;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.lg-slide-progress .lightGallery-captions {
  transform: translate3d(0px, 30px, 0px);
  opacity: 0;
}

.categories__box-buttons .current {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cpt-archive__pagination {
  margin-bottom: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.cpt-archive__pagination * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.cpt-archive__pagination *:hover{
  font-size: 18px;
}

.cpt-archive__pagination .current {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.aspect-3-4{
  aspect-ratio: 3/4;
}

#skip-to-content-btn {
  position: fixed;
  left: 2.5rem;
  top: -5rem;
  z-index: 1000;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 360px;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 82 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#skip-to-content-btn:focus {
  top: 2.5rem;
  opacity: 1;
}

/* USE ONLY THE FILES YOU NEED */

/* base navigation styles */

body.scrolled .header .navigation {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

body.scrolled .header .navigation:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header.active .navigation {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.header.active .navigation:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header.navi-with-bg .navigation {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.header.navi-with-bg .navigation:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header {
  top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header .navigation{
  transition: background-color 0.3s;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button {
  width: 1.5rem;
}

@media (min-width: 768px) {
  .gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button {
    width: 3rem;
  }
}

@media (min-width: 1920px) {
  .gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button {
    width: 4rem;
  }
}

.gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button svg line, .gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button svg path {
  stroke: white;
}

.gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button-prev:after {
  display: none;
}

.gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button-next {
  --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));
}

.gallery-slider-module .gallery-slider__wrap.header .navigation .swiper-button-next:after {
  display: none;
}

.header .navigation{
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1024px) {
  .header .navigation__vertical {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header .navigation__vertical #primary-menu {
  margin-top: 1rem;
  max-height: 100vh;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu {
    margin-top: 0px;
    display: block;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
  }
}

.header .navigation__vertical #primary-menu button{
  text-align: inherit;
}

@media screen and (max-width:1023px) {
  .header .navigation__vertical #primary-menu.mobile-hidden {
    margin-top: 0px;
    max-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .current-menu-item {
    text-decoration-line: underline;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 {
    display: flex;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 600px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1280px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1400px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    font-size: 20px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    font-size: 20px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item a, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item button {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media not all and (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item a, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item button {
    width: 100%;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item {
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item a, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item button {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item a:is(.dark *), .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item button:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item a, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item.last-item button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:hover > a, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:hover > button, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:focus > a, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:focus > button {
    text-decoration-line: underline;
  }
}

.admin-bar .header{
  top: 32px;
}

@media screen and (max-width: 782px){
  .admin-bar .header{
    top: 46px
  }
}

@media screen and (max-width: 600px){
  .admin-bar.scrolled header{
    top: 0px
  }
}

/* burger animation  */

#primary-menu-toggle{
  display: block;
  transform: translateX(15px);
}

#primary-menu-toggle .burger {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#primary-menu-toggle .line {
  fill:none;
  transition: stroke-dasharray 300ms, stroke-dashoffset 300ms;
  stroke:#fff;
  stroke-width:5.5;
  stroke-linecap:round;
}

#primary-menu-toggle .burger .top {
  stroke-dasharray: 40 160;
}

#primary-menu-toggle .burger .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 300ms;
}

#primary-menu-toggle .burger .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 300ms, stroke-dashoffset 300ms;
}

#primary-menu-toggle.active .burger {
  transform: rotate(45deg);
}

#primary-menu-toggle.active .burger .top {
  stroke-dashoffset: -64px;
}

#primary-menu-toggle.active .burger .middle {
  transform: rotate(90deg);
}

#primary-menu-toggle.active .burger .bottom {
  stroke-dashoffset: -64px;
}

body.scrolled #primary-menu-toggle .line,.header.active #primary-menu-toggle .line,.header.navi-with-bg #primary-menu-toggle .line {
  stroke: #212121;
}

#primary-menu-toggle .line:is(.dark *) {
  stroke: #fff !important;
}

.dark .header .navigation .menu-item-has-children > a:after, .dark .header .navigation .menu-item-has-children > button:after{
  content: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.50743L8.5 10L-3.71222e-07 1.50743L1.50875 8.87725e-07L8.5 6.98514L15.4912 2.7653e-07L17 1.50743Z' fill='%23fff'/%3E%3C/svg%3E%0A") !important;
}

/* navigation styles for 1st level submenu */

/* open 1st level nested menu on hover menu item */

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:hover > .sub-menu, .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:focus > .sub-menu {
    visibility: visible;
    z-index: 20;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:focus-within > .sub-menu {
    visibility: visible;
    z-index: 20;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > button {
  pointer-events: none;
  position: relative;
  display: block;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > button {
    padding-right: 0px;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > button:after{
  content: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.50743L8.5 10L-3.71222e-07 1.50743L1.50875 8.87725e-07L8.5 6.98514L15.4912 2.7653e-07L17 1.50743Z' fill='%23000'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1.75rem;
  width: 17px;
  --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));
  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: 300ms;
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > button:after {
    display: none;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children.opened > a:after,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children.opened > button:after {
  --tw-translate-y: -50%;
  --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));
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:hover > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:hover > button, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:focus > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:focus > button {
    text-decoration-line: underline;
  }
}

/* FIRST LEVEL SUBMENU STYLES */

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
  height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 20px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 600px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1280px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 1400px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    font-size: 20px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    font-size: 20px;
    line-height: 100%;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu {
    position: absolute;
    left: 1.25rem;
    top: 75%;
    width: -moz-max-content;
    width: max-content;
    max-width: 400px;
    border-radius: 30px;
    padding-left: 0px;
    --tw-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: none;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > li {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > li a {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > li a {
    width: -moz-max-content;
    width: max-content;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > li:hover > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > li:hover > button, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > li:focus > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > li:focus > button {
    text-decoration-line: underline;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu.opened {
  height: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
  opacity: 1;
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu.opened:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu.opened {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* 2 last childs */

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(1) .sub-menu,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(2) .sub-menu {
    left: auto;
    right: 1.25rem;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(1) .sub-menu li,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(2) .sub-menu li {
    max-width: none !important;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(1) .sub-menu li a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(1) .sub-menu li button, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(2) .sub-menu li a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(2) .sub-menu li button {
    margin-left: auto;
    text-align: right;
  }
}

/* navigation styles for 2nd level submenu */

/* FIRST LEVEL SUBMENU SELECTOR */

/* ICON ON FIRST LEVEL SUBMENU WHEN HAS CHILDREN */

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > button {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a, .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > button {
    padding-right: 0px;
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > button:after{
  content: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.50743L8.5 10L-3.71222e-07 1.50743L1.50875 8.87725e-07L8.5 6.98514L15.4912 2.7653e-07L17 1.50743Z' fill='%23000'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1.75rem;
  width: 17px;
  --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));
  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: 300ms;
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > button:after {
    right: -25px;
    display: block;
    height: 1.5rem;
  }
}

/* SECOND LEVEL SUBMENU STYLES */

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu {
    position: relative;
    left: 1.25rem;
    top: 100%;
    border-style: none;
    padding-left: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu.opened {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu.opened:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu.opened {
    border-style: none;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu > li:nth-child(1) {
    padding-top: 0.75rem;
  }

  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu > li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* 2 last childs */

@media (min-width: 1024px) {
  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(1) .sub-menu .sub-menu,.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:nth-last-child(2) .sub-menu .sub-menu {
    margin-right: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

.site-footer .footer__wrap .registered-menu {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2.5rem;
  text-align: left;
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu {
    padding-left: 9rem;
  }
}

.site-footer .footer__wrap .registered-menu >*:not(:last-child, .logo-wrap) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu >*:not(:last-child, .logo-wrap) {
    border-style: none;
  }
}

.site-footer .footer__wrap .registered-menu-box {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box {
    margin-bottom: 2.5rem;
    width: 48%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0.625rem;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box {
    width: 18%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box {
    width: 16.666667%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap {
  width: 100%;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap {
    width: 33.333333%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
  margin-top: 1.5rem;
  width: 80%;
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text {
    width: 60%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
    font-size: 20px;
    line-height: 150%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a p:not(:last-child) {
  padding-bottom: 0px;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1 {
    font-size: 56px;
    line-height: 120%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2 {
    font-size: 40px;
    line-height: 120%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3 {
    font-size: 28px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a {
  text-wrap: pretty;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a a[target="_blank"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a a[target="_blank"]::after {
  height: 8px;
  width: 13px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8" fill="none"><path d="M8.92476 0.335008C8.89466 0.281407 8.8495 0.227806 8.7893 0.174204C8.7291 0.120603 8.6689 0.080402 8.6087 0.0536013C8.5786 0.026799 8.53596 0.0111667 8.48077 0.00670017C8.42559 0.00223367 8.38295 0 8.35285 0H2.57358C2.38294 0 2.22742 0.0513677 2.10702 0.154104C1.98662 0.25684 1.92642 0.393077 1.92642 0.562814C1.92642 0.741488 1.98662 0.882188 2.10702 0.984925C2.22742 1.08766 2.38294 1.13903 2.57358 1.13903H6.81773L0.195652 7.02178C0.0652162 7.13791 0 7.27191 0 7.42379C0 7.57566 0.0652181 7.70966 0.195652 7.8258C0.265888 7.88833 0.333611 7.933 0.39883 7.9598C0.464047 7.9866 0.546824 8 0.647158 8C0.747492 8 0.830268 7.9866 0.895486 7.9598C0.960703 7.933 1.02843 7.88833 1.09866 7.8258L7.70569 1.94305V5.70854C7.70569 5.88722 7.76589 6.02792 7.88629 6.13065C8.00669 6.23339 8.16221 6.28476 8.35285 6.28476C8.54349 6.28476 8.699 6.23339 8.8194 6.13065C8.9398 6.02792 9 5.88722 9 5.70854V0.562814C9 0.536013 8.9975 0.498046 8.99248 0.448911C8.98746 0.399776 8.96489 0.361809 8.92476 0.335008Z" fill="%236694FF"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a p + ul,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a p + ol,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul + p,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol + p,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a p + table,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol + ul,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul + ol {
  margin-top: 30px;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h1,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h2,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h3,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h4,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h5,.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a p + p {
  padding-top: 30px;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul {
  position: relative;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul {
    padding-left: 20px;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul li {
    padding-left: 40px;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul li::before {
  position: absolute;
  left: 0px;
  top: 4px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul li::before {
    top: 8px;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ul li::before{
  content: '';
  background-size: 18px 14px;
  width: 18px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17.9296 6.61306C17.9765 6.70687 18 6.82412 18 6.96482C18 7.10553 17.9765 7.25405 17.9296 7.41038C17.8827 7.45729 17.8475 7.50419 17.824 7.55109C17.8005 7.59799 17.7653 7.65271 17.7184 7.71524L11.7106 13.7186C11.5072 13.9062 11.2725 14 11.0065 14C10.7405 14 10.5059 13.9062 10.3025 13.7186C10.1147 13.5154 10.0209 13.2809 10.0209 13.0151C10.0209 12.7493 10.1147 12.5148 10.3025 12.3116L14.6206 7.99665H1.00913C0.696218 7.99665 0.449805 7.90677 0.269883 7.72699C0.0899604 7.5472 0 7.30878 0 7.01174C0 6.69906 0.0899604 6.45284 0.269883 6.27305C0.449805 6.09326 0.696218 6.00335 1.00913 6.00335H14.6206L10.3025 1.71189C10.1147 1.50865 10.0209 1.27415 10.0209 1.00838C10.0209 0.742601 10.1147 0.508098 10.3025 0.304858C10.412 0.19542 10.5333 0.117253 10.6662 0.0703517C10.7992 0.0234506 10.9126 0 11.0065 0C11.116 0 11.2373 0.0234476 11.3703 0.0703517C11.5033 0.117253 11.6167 0.19542 11.7106 0.304858L17.7184 6.30821C17.7653 6.35511 17.8123 6.40201 17.8592 6.44891C17.9061 6.49581 17.9296 6.55053 17.9296 6.61306Z" fill="black"/></svg>');
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol {
    padding-left: 20px;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol{
  counter-reset: item;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol li {
    padding-left: 40px;
  }
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol li::before {
  position: absolute;
  left: 0px;
  font-weight: 500;
  letter-spacing: 0.4px;
  content: counter(item);
  counter-increment: item;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a ol li:nth-child(-n+10)::before {
  content: "0" counter(item);
  counter-increment: item;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a table tr:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a table tr td {
  padding-right: 10px;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a table tr td:not(:first-child) {
  padding-left: 10px;
}

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a table tr td:not(:last-child) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.site-footer .footer__wrap .registered-menu-heading {
  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-duration: 300ms;
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-heading {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-heading {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-heading {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-heading {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-heading {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-heading {
    font-size: 20px;
    line-height: 150%;
  }
}

.site-footer .footer__wrap .registered-menu-heading p:not(:last-child) {
  padding-bottom: 0px;
}

.site-footer .footer__wrap .registered-menu-heading h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-heading h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-heading h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-heading h1 {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-heading h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-heading h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-heading h1 {
    font-size: 56px;
    line-height: 120%;
  }
}

.site-footer .footer__wrap .registered-menu-heading h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-heading h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-heading h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-heading h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading h2 {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-heading h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-heading h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-heading h2 {
    font-size: 40px;
    line-height: 120%;
  }
}

.site-footer .footer__wrap .registered-menu-heading h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-heading h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-heading h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-heading h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-heading h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-heading h3 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-heading h3 {
    font-size: 28px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu-heading h4 {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-heading h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-heading h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-heading h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-heading h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-heading h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-heading h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu-heading h5 {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu-heading h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-heading h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-heading h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu-heading h5 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu-heading h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu-heading h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu-heading {
  text-wrap: pretty;
}

.site-footer .footer__wrap .registered-menu-heading a[target="_blank"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer .footer__wrap .registered-menu-heading a[target="_blank"]::after {
  height: 8px;
  width: 13px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8" fill="none"><path d="M8.92476 0.335008C8.89466 0.281407 8.8495 0.227806 8.7893 0.174204C8.7291 0.120603 8.6689 0.080402 8.6087 0.0536013C8.5786 0.026799 8.53596 0.0111667 8.48077 0.00670017C8.42559 0.00223367 8.38295 0 8.35285 0H2.57358C2.38294 0 2.22742 0.0513677 2.10702 0.154104C1.98662 0.25684 1.92642 0.393077 1.92642 0.562814C1.92642 0.741488 1.98662 0.882188 2.10702 0.984925C2.22742 1.08766 2.38294 1.13903 2.57358 1.13903H6.81773L0.195652 7.02178C0.0652162 7.13791 0 7.27191 0 7.42379C0 7.57566 0.0652181 7.70966 0.195652 7.8258C0.265888 7.88833 0.333611 7.933 0.39883 7.9598C0.464047 7.9866 0.546824 8 0.647158 8C0.747492 8 0.830268 7.9866 0.895486 7.9598C0.960703 7.933 1.02843 7.88833 1.09866 7.8258L7.70569 1.94305V5.70854C7.70569 5.88722 7.76589 6.02792 7.88629 6.13065C8.00669 6.23339 8.16221 6.28476 8.35285 6.28476C8.54349 6.28476 8.699 6.23339 8.8194 6.13065C8.9398 6.02792 9 5.88722 9 5.70854V0.562814C9 0.536013 8.9975 0.498046 8.99248 0.448911C8.98746 0.399776 8.96489 0.361809 8.92476 0.335008Z" fill="%236694FF"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer .footer__wrap .registered-menu-heading p + ul,.site-footer .footer__wrap .registered-menu-heading p + ol,.site-footer .footer__wrap .registered-menu-heading ul + p,.site-footer .footer__wrap .registered-menu-heading ol + p,.site-footer .footer__wrap .registered-menu-heading p + table,.site-footer .footer__wrap .registered-menu-heading ol + ul,.site-footer .footer__wrap .registered-menu-heading ul + ol {
  margin-top: 30px;
}

.site-footer .footer__wrap .registered-menu-heading h1,.site-footer .footer__wrap .registered-menu-heading h2,.site-footer .footer__wrap .registered-menu-heading h3,.site-footer .footer__wrap .registered-menu-heading h4,.site-footer .footer__wrap .registered-menu-heading h5,.site-footer .footer__wrap .registered-menu-heading h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.site-footer .footer__wrap .registered-menu-heading p + p {
  padding-top: 30px;
}

.site-footer .footer__wrap .registered-menu-heading ul {
  position: relative;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading ul {
    padding-left: 20px;
  }
}

.site-footer .footer__wrap .registered-menu-heading ul li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading ul li {
    padding-left: 40px;
  }
}

.site-footer .footer__wrap .registered-menu-heading ul li::before {
  position: absolute;
  left: 0px;
  top: 4px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading ul li::before {
    top: 8px;
  }
}

.site-footer .footer__wrap .registered-menu-heading ul li::before{
  content: '';
  background-size: 18px 14px;
  width: 18px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17.9296 6.61306C17.9765 6.70687 18 6.82412 18 6.96482C18 7.10553 17.9765 7.25405 17.9296 7.41038C17.8827 7.45729 17.8475 7.50419 17.824 7.55109C17.8005 7.59799 17.7653 7.65271 17.7184 7.71524L11.7106 13.7186C11.5072 13.9062 11.2725 14 11.0065 14C10.7405 14 10.5059 13.9062 10.3025 13.7186C10.1147 13.5154 10.0209 13.2809 10.0209 13.0151C10.0209 12.7493 10.1147 12.5148 10.3025 12.3116L14.6206 7.99665H1.00913C0.696218 7.99665 0.449805 7.90677 0.269883 7.72699C0.0899604 7.5472 0 7.30878 0 7.01174C0 6.69906 0.0899604 6.45284 0.269883 6.27305C0.449805 6.09326 0.696218 6.00335 1.00913 6.00335H14.6206L10.3025 1.71189C10.1147 1.50865 10.0209 1.27415 10.0209 1.00838C10.0209 0.742601 10.1147 0.508098 10.3025 0.304858C10.412 0.19542 10.5333 0.117253 10.6662 0.0703517C10.7992 0.0234506 10.9126 0 11.0065 0C11.116 0 11.2373 0.0234476 11.3703 0.0703517C11.5033 0.117253 11.6167 0.19542 11.7106 0.304858L17.7184 6.30821C17.7653 6.35511 17.8123 6.40201 17.8592 6.44891C17.9061 6.49581 17.9296 6.55053 17.9296 6.61306Z" fill="black"/></svg>');
}

.site-footer .footer__wrap .registered-menu-heading ol {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading ol {
    padding-left: 20px;
  }
}

.site-footer .footer__wrap .registered-menu-heading ol{
  counter-reset: item;
}

.site-footer .footer__wrap .registered-menu-heading ol li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu-heading ol li {
    padding-left: 40px;
  }
}

.site-footer .footer__wrap .registered-menu-heading ol li::before {
  position: absolute;
  left: 0px;
  font-weight: 500;
  letter-spacing: 0.4px;
  content: counter(item);
  counter-increment: item;
}

.site-footer .footer__wrap .registered-menu-heading ol li:nth-child(-n+10)::before {
  content: "0" counter(item);
  counter-increment: item;
}

.site-footer .footer__wrap .registered-menu-heading table tr:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.site-footer .footer__wrap .registered-menu-heading table tr td {
  padding-right: 10px;
}

.site-footer .footer__wrap .registered-menu-heading table tr td:not(:first-child) {
  padding-left: 10px;
}

.site-footer .footer__wrap .registered-menu-heading table tr td:not(:last-child) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu-heading {
    margin-bottom: 1.5rem;
    transform: none;
    cursor: auto;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu-heading {
    margin-bottom: 2rem;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item {
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu .menu-item {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu .menu-item {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .menu-item {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu .menu-item {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu .menu-item {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu .menu-item {
    font-size: 20px;
    line-height: 150%;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item p:not(:last-child) {
  padding-bottom: 0px;
}

.site-footer .footer__wrap .registered-menu .menu-item h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu .menu-item h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu .menu-item h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .menu-item h1 {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu .menu-item h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu .menu-item h1 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu .menu-item h1 {
    font-size: 56px;
    line-height: 120%;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu .menu-item h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu .menu-item h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .menu-item h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item h2 {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu .menu-item h2 {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu .menu-item h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu .menu-item h2 {
    font-size: 40px;
    line-height: 120%;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu .menu-item h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu .menu-item h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .menu-item h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu .menu-item h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu .menu-item h3 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu .menu-item h3 {
    font-size: 28px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item h4 {
  font-size: 20px;
  line-height: 140%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu .menu-item h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu .menu-item h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .menu-item h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu .menu-item h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu .menu-item h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu .menu-item h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item h5 {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap .registered-menu .menu-item h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu .menu-item h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .menu-item h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap .registered-menu .menu-item h5 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap .registered-menu .menu-item h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap .registered-menu .menu-item h5 {
    font-size: 24px;
    line-height: 140%;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item {
  text-wrap: pretty;
}

.site-footer .footer__wrap .registered-menu .menu-item a[target="_blank"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer .footer__wrap .registered-menu .menu-item a[target="_blank"]::after {
  height: 8px;
  width: 13px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8" fill="none"><path d="M8.92476 0.335008C8.89466 0.281407 8.8495 0.227806 8.7893 0.174204C8.7291 0.120603 8.6689 0.080402 8.6087 0.0536013C8.5786 0.026799 8.53596 0.0111667 8.48077 0.00670017C8.42559 0.00223367 8.38295 0 8.35285 0H2.57358C2.38294 0 2.22742 0.0513677 2.10702 0.154104C1.98662 0.25684 1.92642 0.393077 1.92642 0.562814C1.92642 0.741488 1.98662 0.882188 2.10702 0.984925C2.22742 1.08766 2.38294 1.13903 2.57358 1.13903H6.81773L0.195652 7.02178C0.0652162 7.13791 0 7.27191 0 7.42379C0 7.57566 0.0652181 7.70966 0.195652 7.8258C0.265888 7.88833 0.333611 7.933 0.39883 7.9598C0.464047 7.9866 0.546824 8 0.647158 8C0.747492 8 0.830268 7.9866 0.895486 7.9598C0.960703 7.933 1.02843 7.88833 1.09866 7.8258L7.70569 1.94305V5.70854C7.70569 5.88722 7.76589 6.02792 7.88629 6.13065C8.00669 6.23339 8.16221 6.28476 8.35285 6.28476C8.54349 6.28476 8.699 6.23339 8.8194 6.13065C8.9398 6.02792 9 5.88722 9 5.70854V0.562814C9 0.536013 8.9975 0.498046 8.99248 0.448911C8.98746 0.399776 8.96489 0.361809 8.92476 0.335008Z" fill="%236694FF"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer .footer__wrap .registered-menu .menu-item p + ul,.site-footer .footer__wrap .registered-menu .menu-item p + ol,.site-footer .footer__wrap .registered-menu .menu-item ul + p,.site-footer .footer__wrap .registered-menu .menu-item ol + p,.site-footer .footer__wrap .registered-menu .menu-item p + table,.site-footer .footer__wrap .registered-menu .menu-item ol + ul,.site-footer .footer__wrap .registered-menu .menu-item ul + ol {
  margin-top: 30px;
}

.site-footer .footer__wrap .registered-menu .menu-item h1,.site-footer .footer__wrap .registered-menu .menu-item h2,.site-footer .footer__wrap .registered-menu .menu-item h3,.site-footer .footer__wrap .registered-menu .menu-item h4,.site-footer .footer__wrap .registered-menu .menu-item h5,.site-footer .footer__wrap .registered-menu .menu-item h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.site-footer .footer__wrap .registered-menu .menu-item p + p {
  padding-top: 30px;
}

.site-footer .footer__wrap .registered-menu .menu-item ul {
  position: relative;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item ul {
    padding-left: 20px;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item ul li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item ul li {
    padding-left: 40px;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item ul li::before {
  position: absolute;
  left: 0px;
  top: 4px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item ul li::before {
    top: 8px;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item ul li::before{
  content: '';
  background-size: 18px 14px;
  width: 18px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17.9296 6.61306C17.9765 6.70687 18 6.82412 18 6.96482C18 7.10553 17.9765 7.25405 17.9296 7.41038C17.8827 7.45729 17.8475 7.50419 17.824 7.55109C17.8005 7.59799 17.7653 7.65271 17.7184 7.71524L11.7106 13.7186C11.5072 13.9062 11.2725 14 11.0065 14C10.7405 14 10.5059 13.9062 10.3025 13.7186C10.1147 13.5154 10.0209 13.2809 10.0209 13.0151C10.0209 12.7493 10.1147 12.5148 10.3025 12.3116L14.6206 7.99665H1.00913C0.696218 7.99665 0.449805 7.90677 0.269883 7.72699C0.0899604 7.5472 0 7.30878 0 7.01174C0 6.69906 0.0899604 6.45284 0.269883 6.27305C0.449805 6.09326 0.696218 6.00335 1.00913 6.00335H14.6206L10.3025 1.71189C10.1147 1.50865 10.0209 1.27415 10.0209 1.00838C10.0209 0.742601 10.1147 0.508098 10.3025 0.304858C10.412 0.19542 10.5333 0.117253 10.6662 0.0703517C10.7992 0.0234506 10.9126 0 11.0065 0C11.116 0 11.2373 0.0234476 11.3703 0.0703517C11.5033 0.117253 11.6167 0.19542 11.7106 0.304858L17.7184 6.30821C17.7653 6.35511 17.8123 6.40201 17.8592 6.44891C17.9061 6.49581 17.9296 6.55053 17.9296 6.61306Z" fill="black"/></svg>');
}

.site-footer .footer__wrap .registered-menu .menu-item ol {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item ol {
    padding-left: 20px;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item ol{
  counter-reset: item;
}

.site-footer .footer__wrap .registered-menu .menu-item ol li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap .registered-menu .menu-item ol li {
    padding-left: 40px;
  }
}

.site-footer .footer__wrap .registered-menu .menu-item ol li::before {
  position: absolute;
  left: 0px;
  font-weight: 500;
  letter-spacing: 0.4px;
  content: counter(item);
  counter-increment: item;
}

.site-footer .footer__wrap .registered-menu .menu-item ol li:nth-child(-n+10)::before {
  content: "0" counter(item);
  counter-increment: item;
}

.site-footer .footer__wrap .registered-menu .menu-item table tr:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.site-footer .footer__wrap .registered-menu .menu-item table tr td {
  padding-right: 10px;
}

.site-footer .footer__wrap .registered-menu .menu-item table tr td:not(:first-child) {
  padding-left: 10px;
}

.site-footer .footer__wrap .registered-menu .menu-item table tr td:not(:last-child) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.site-footer .footer__wrap .registered-menu .footer__nav {
  max-height: 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));
  overflow: hidden;
  padding-left: 0.625rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .registered-menu .footer__nav {
    display: block;
    max-height: 100%;
    overflow: auto;
    padding-left: 0px;
    transition-property: none;
  }
}

.site-footer .footer__wrap .registered-menu .footer__nav > li:nth-child(1) {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .footer__nav > li:nth-child(1) {
    margin-top: 0px;
  }
}

.site-footer .footer__wrap .registered-menu .footer__nav > li:nth-last-child(1) {
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .site-footer .footer__wrap .registered-menu .footer__nav > li:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

.site-footer .footer__wrap .registered-menu .footer__nav.opened {
  max-height: 30rem;
}

.site-footer .footer__wrap .registered-menu svg {
  height: auto;
  max-width: 100%;
}

.site-footer .footer__wrap #menu-footer-legals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  .site-footer .footer__wrap #menu-footer-legals {
    flex-direction: row;
    align-items: center;
    padding-left: 0px;
    padding-right: 2.5rem;
  }
}

.site-footer .footer__wrap #menu-footer-legals li {
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .site-footer .footer__wrap #menu-footer-legals li {
    padding: 1.25rem;
  }
}

.site-footer .footer__wrap #menu-footer-legals li a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 150%;
}

@media (min-width: 480px) {
  .site-footer .footer__wrap #menu-footer-legals li a {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .site-footer .footer__wrap #menu-footer-legals li a {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer__wrap #menu-footer-legals li a {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer__wrap #menu-footer-legals li a {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer__wrap #menu-footer-legals li a {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 1400px) {
  .site-footer .footer__wrap #menu-footer-legals li a {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .site-footer .footer__wrap #menu-footer-legals li a {
    font-size: 16px;
    line-height: 150%;
  }
}

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading {
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0px;
  top: 50%;
  height: 100%;
  width: 0.75rem;
  --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));
  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: 300ms;
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after {
    display: none;
  }
}

.site-footer .footer__wrap .footer-menu-item.opened .registered-menu-heading::after {
  --tw-translate-y: -50%;
  --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));
}

.site-footer .footer__wrap .footer-menu-item.opened .registered-menu-heading {
  font-weight: 700 !important;
}

@media (min-width: 600px) {
  .site-footer .footer__wrap .footer-menu-item.opened .registered-menu-heading {
    font-weight: 400;
  }
}

.light .site-footer:not(.bg-dark) .registered-menu svg path{
}

.light .site-footer:not(.bg-dark) .registered-menu .registered-menu-heading::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23000'/%3E%3C/svg%3E%0A");
}

.dark .site-footer .footer__wrap .registered-menu svg path{
  fill: #fff;
}

.dark .site-footer .footer__wrap .registered-menu .registered-menu-heading::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.dark .site-footer .footer__wrap .registered-menu >*:not(:last-child, .logo-wrap) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  border-radius: 9999px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 700;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
  line-height: 100%;
}

@media (min-width: 480px) {
  .btn-primary,
.btn-secondary {
    font-size: 15px;
    line-height: 100%;
  }
}

@media (min-width: 600px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 600px) {
  .btn-primary,
.btn-secondary {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.btn-primary.with-icon, .btn-secondary.with-icon {
  display: flex;
  align-items: center;
}

.btn-primary.with-icon svg, .btn-secondary.with-icon svg {
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.btn-primary.with-icon svg path,.btn-secondary.with-icon svg path {
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 82 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 62 153 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 62 153 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary.with-icon svg {
  width: auto;
}

@media not all and (min-width: 600px) {
  .btn-primary.with-icon svg {
    height: 0.75rem;
  }
}

.btn-primary.with-icon svg path {
  fill: #fff;
}

.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary.with-icon svg {
  width: auto;
}

@media not all and (min-width: 600px) {
  .btn-secondary.with-icon svg {
    height: 0.75rem;
  }
}

.btn-secondary.with-icon svg path {
  fill: #000;
}

.btn-secondary.with-icon svg path:is(.dark *) {
  fill: #fff;
}

.btn-secondary:hover svg path {
  fill: #fff;
}

.link-primary {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
}

@media (min-width: 480px) {
  .link-primary {
    font-size: 15px;
    line-height: 100%;
  }
}

@media (min-width: 600px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

.link-primary:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.link-primary.with-icon svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: auto;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 600px) {
  .link-primary.with-icon svg {
    height: 0.75rem;
  }
}

.link-primary.with-icon svg path {
  fill: #000;
}

.link-primary.with-icon svg path:is(.dark *) {
  fill: #fff;
}

.link-primary.with-icon:hover svg {
  margin-left: 1rem;
  margin-right: 0px;
}

.popup {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 768px) and (orientation: landscape) {
  .popup__body {
    overflow-y: auto;
  }
}

.popup__body {
  transform: translateY(100vh);
  transition: transform 0.4s cubic-bezier(0.38, -0.25, 0.245, 1.2);
  delay: 0.1s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.popup.active .popup__body {
  transform: translateY(0%);
}

.button_box_sticky {
  position: fixed;
  bottom: -1000px;
  display: block !important;
  height: 100vh;
  max-height: 100%;
  min-height: 500px;
  width: 100%;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .button_box_sticky {
    top: calc(60%);
    right: -457px;
    height: 65vh;
    max-height: 647px;
    width: 457px;
    --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));
  }
}

@media (max-width:767px){
  .button_box_sticky {
    left:0
  }
}

.button_link {
  display: flex;
  --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));
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  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: 300ms;
}

@media (min-width: 768px) {
  .button_link {
    padding: 1.5rem;
  }
}

.button_sticky_image > img {
  width: 28px !important;
}

.active {
  bottom: 0px;
}

@media (min-width: 768px) {
  .active {
    right: 0px;
  }
}

@media (max-width:767px) {
  .active {
    left:0
  }
}

.sticky-text a {
  display: flex;
  padding-top: 2.5rem;
}

.sticky-text a:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5H18M18 8.5L10.6667 1M18 8.5L10.6667 16' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  margin-top: 1.5px;
  padding-right: 0.375rem;
}

.link-block {
  display: flex;
  --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));
  padding: 0.75rem;
  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: 300ms;
}

@media (min-width: 768px) {
  .link-block {
    padding: 1.5rem;
  }
}

.link-block > span {
  display: block;
  font-weight: 700;
  writing-mode: vertical-lr !important;
}

@media(max-width:767px) {
  .link-block > span {
    writing-mode: horizontal-tb!important
  }

  .buttons_container {
    bottom: 0px;
    z-index: 99999;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.to-top-button:hover svg,
    .to-top-button:hover img {
  animation: bounceY 1s infinite ease-in-out;
}

.to-top-button:hover svg path, .to-top-button:hover img path {
  fill: #fff;
}

.to-top-button.top-active {
  --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));
  opacity: 1;
}

.to-top-button {
  transition-timing-function: cubic-bezier(0.25, 2, 0.3, 1) !important;
  -webkit-tap-highlight-color: transparent;
}

@keyframes bounceY {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

/* FONT_START */

@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;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.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;
}

/* 3D Effects */

.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-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-cube-shadow {
  transform-style: preserve-3d;
}

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .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-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container: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);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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:after,
.swiper-button-next: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,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.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-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.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;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.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: 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, 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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  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: 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 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,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 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-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "lg";

  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* dynamic content stylesheets */

.accordion .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.accordion .accordion_container .tab-content {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion .accordion_container .tab-content:not(.active) {
  height: 0px;
}

.accordion .accordion_container .tab button.accordion-open {
  position: relative;
}

.accordion .accordion_container .tab:not(:first-child) button.accordion-open {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}

/* Icon */

.accordion .accordion_container .tab > svg {
  position: absolute;
  right: 0px;
  bottom: 2rem;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .accordion .accordion_container .tab > svg {
    right: 1rem;
  }
}

.accordion .accordion_container .arrow-clickable-box {
  position: absolute;
  right: 0px;
  bottom: 1.5rem;
  display: block;
  background-color: transparent;
  padding: 1rem;
}

@media (min-width: 768px) {
  .accordion .accordion_container .arrow-clickable-box {
    bottom: 1rem;
    padding: 1.5rem;
  }
}

/* Icon formatting - open */

.accordion .accordion_container .tab.active > svg {
  --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));
}

.dark .accordion svg path{
  stroke: white !important;
}

.contact-module .optional-background-text {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100vw;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 350px;
  font-weight: 700;
}

.contact-module .optional-background-text:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  opacity: 0.05;
}

@media (min-width: 1024px) {
  .contact-module .optional-background-text {
    font-size: 450px;
  }
}

.contact-module .optional-background-text--init{
  animation: text-animation-init forwards linear;
}

.contact-module .optional-background-text--one{
  animation: text-animation both infinite linear;
}

.contact-module .optional-background-text--second{
  animation: text-animation both infinite linear;
}

.contact-module .optional-background-text--third{
  animation: text-animation both infinite linear;
}

@keyframes text-animation {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-200%);
  }
}

@keyframes text-animation-init {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-300%);
  }
}

.gallery-slider-module .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gallery-slider-module .gallery-slider__wrap .gallery-slide__image {
  overflow: hidden;
}

.gallery-slider-module .gallery-slider__wrap .gallery-slide__image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  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: 300ms;
}

@media (min-width: 768px) {
  .gallery-slider-module .gallery-slider__wrap .gallery-slide__image:hover img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.gallery-slider-module .gallery-slider__wrap .gallery-slide__image:hover img {
  transform: scale(1.10) scaleZ(0.1);
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button {
  width: 1.5rem;
}

@media (min-width: 768px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button {
    width: 3rem;
  }
}

@media (min-width: 1920px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button {
    width: 4rem;
  }
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button svg line, .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button svg path {
  stroke: white;
}

@media (min-width: 1400px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button svg line, .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button svg path {
    stroke: black;
  }

  .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button-prev {
    left: -4rem;
  }
}

@media (min-width: 1920px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button-prev {
    left: -6rem;
  }
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button-prev:after {
  display: none;
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button-next {
  --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));
}

@media (min-width: 1400px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button-next {
    right: -4rem;
  }
}

@media (min-width: 1920px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button-next {
    right: -6rem;
  }
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-button-next:after {
  display: none;
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-xl .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button {
  width: 1.5rem;
}

@media (min-width: 768px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button {
    width: 3rem;
  }
}

@media (min-width: 1920px) {
  .gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button {
    width: 4rem;
  }
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button svg line, .gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button svg path {
  stroke: white;
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button-prev:after {
  display: none;
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button-next {
  --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));
}

.gallery-slider-module .gallery-slider__wrap.max-w-screen-fhd .swiper-button-next:after {
  display: none;
}

.gallery-slider-module .gallery-slider__wrap .gallery-slide__gradient{
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 35%);
}

.dark .gallery-slider__wrap .swiper-button svg line, .dark .gallery-slider__wrap .swiper-button svg path{
  stroke: white;
}

/* .gallery-image {
  @apply overflow-hidden;

  > img {
    @apply transition duration-300 transform scale-105;
  }

  &:hover {
    .image-description {
      @apply lg:block;
    }

    > img {
      @apply md:transform md:scale-110;
    }
  } */

.gallery-wall-simple-module .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gallery-wall-simple .image-overlay::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(31 41 55 / 0.5);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.gallery-wall-simple .gallery-image {
  overflow: hidden;
}

.gallery-wall-simple .gallery-image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  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: 300ms;
}

@media (min-width: 1024px) {
  .gallery-wall-simple .gallery-image:hover .image-description {
    display: block;
  }
}

@media (min-width: 768px) {
  .gallery-wall-simple .gallery-image:hover img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1024px) {
  .gallery-wall-simple .gallery-image.image-overlay:hover::after {
    z-index: 10;
    opacity: 1;
  }
}

.gallery-wall-simple-section .gallery-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-wall-simple-section .gallery-grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 600px) {
  .gallery-wall-simple-section .gallery-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gallery-wall-simple-section .gallery-grid-cols-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 600px) {
  .gallery-wall-simple-section .gallery-grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .gallery-wall-simple-section .gallery-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.header-bg-video .align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-bg-video .align-right > * {
  margin-left: auto;
  text-align: right;
}

.header-image .align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-image .align-right > * {
  margin-left: auto;
  text-align: right;
}

.header-image .with-bg {
  padding: 30px;
}

@media (min-width: 768px) {
  .header-image .with-bg {
    padding: 40px;
  }
}

@media (min-width: 1400px) {
  .header-image .with-bg {
    padding: 50px;
  }
}

.header-text-image .align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-text-image .align-right > * {
  margin-left: auto;
  text-align: right;
}

@supports ( -webkit-touch-callout : none) {
  .image-sticky-module__image{
    background-attachment: scroll
  }
}

.image-features .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.image-features__button:hover > .icon-wrap svg {
  transform: scale(0.8) translateZ(0);
}

.image-features__button .icon-wrap {
  -webkit-font-smoothing: antialiased;
  transform: scale(1) translateZ(0);
}

.image-features__button .icon-wrap svg {
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
  background: transparent;
}

.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane         {
  z-index: 400;
}

.leaflet-tile-pane    {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane  {
  z-index: 500;
}

.leaflet-marker-pane  {
  z-index: 600;
}

.leaflet-tooltip-pane   {
  z-index: 650;
}

.leaflet-popup-pane   {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg    {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor:         grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor:         grabbing;
}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}

/* general typography */

.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
  font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */

.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */

@media print {
  /* Prevent printers from removing background-images of controls. */

  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/*gesture handlings*/

@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.map-section .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.map-section .leaflet-pane{
  z-index: 40;
}

.map-section .leaflet-top, .map-section .leaflet-bottom{
  z-index: 45;
}

.map-section .leaflet-container:after {
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 49;
  pointer-events: none;
}

.map-section .leaflet-gesture-handling-scroll-warning:after,
  .map-section .leaflet-gesture-handling-touch-warning:after {
  animation: leaflet-gestures-fadein 0.8s forwards;
}

.map-section .leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}

.map-section .leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

.text-quotation .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-quotation .quote-content.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-quotation .quote-content.align-center .person-info {
  justify-content: center;
}

.text-quotation .quote-content.align-center .quote-icon {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media not all and (min-width: 1580px) {
  .text-quotation .quote-content.align-center .quote-icon {
    margin-bottom: 30px;
  }
}

@media (min-width: 1580px) {
  .text-quotation .quote-content.align-center .quote-icon {
    margin-bottom: 50px;
  }
}

.text-quotation .quote-content.align-left .quote-icon {
  padding-right: 20px;
}

@media (min-width: 480px) {
  .text-quotation .quote-content.align-left .quote-icon {
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .text-quotation .quote-content.align-left .quote-icon {
    padding-right: 50px;
  }
}

.dark .text-quotation svg path{
  stroke: white !important;
  fill: white !important;
}

.small-gallery-module .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.small-gallery-module__image:first-child {
  margin-left: auto;
  width: 71%;
}

.small-gallery-module__image:nth-child(2) {
  position: absolute;
  top: 38%;
  left: 0px;
  width: 46%;
}

.small-gallery-module__image:nth-child(3) {
  margin-top: 4%;
  margin-left: 50%;
  margin-right: auto;
  width: 34%;
}

@media (min-width: 768px) {
  .teaser-medium-section .teaser-medium-single-image:hover img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.teaser-medium-section .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .teaser-small-section .teaser-small-single-image:hover img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.teaser-small-section .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cpt-teasers .teaser-small-single {
  display: flex;
  flex-direction: column;
}

.cpt-teasers .teaser-small-single .content .headline-element{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cpt-teasers .teaser-small-single .content .text-element{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .text-image-module .text-image-single .image-box-img:hover img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media not all and (min-width: 1024px) {
  .text-image-module .text-image-single {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .text-image-module .text-image-single {
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {
  .text-image-module .text-image-single {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.text-image-module .text-image-single .content-box-inner {
  padding-top: 20px;
}

@media (min-width: 480px) {
  .text-image-module .text-image-single .content-box-inner {
    padding-top: 30px;
  }
}

@media (min-width: 600px) {
  .text-image-module .text-image-single .content-box-inner {
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  .text-image-module .text-image-single .content-box-inner {
    padding-top: 0px;
  }

  .text-image-module .text-image-single .content-box-inner.image-side-right {
    padding-right: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .text-image-module .text-image-single .content-box-inner.image-side-right {
    padding-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .text-image-module .text-image-single .content-box-inner.image-side-left {
    padding-left: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .text-image-module .text-image-single .content-box-inner.image-side-left {
    padding-left: 5rem;
  }
}

.text-image-module .text-image-single .content-box-inner.with-bg {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 480px) {
  .text-image-module .text-image-single .content-box-inner.with-bg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 600px) {
  .text-image-module .text-image-single .content-box-inner.with-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .text-image-module .text-image-single .content-box-inner.with-bg {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .text-image-module .text-image-single .content-box-inner.with-bg {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.text-image-module .text-image-single .content-box-inner.with-link .headline-element{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-image-module .text-image-single .content-box-inner.with-link .text-element{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-image-module .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-module .content-top.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-module .text-element.align-center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-module .text-element.align-center ul, .text-module .text-element.align-center ol {
  align-items: center;
}

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

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

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

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

.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}

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

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: -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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.focus\:top-10:focus {
  top: 2.5rem;
}

.dark\:\!bg-dark:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-dark:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.dark\:\!text-light:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.dark\:\!text-white:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:shadow-darkShadow:is(.dark *) {
  --tw-shadow: 0px 0px 30px rgba(255, 255, 255, 0.1);
  --tw-shadow-colored: 0px 0px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1024px) {
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:min-h-\[80vh\] {
    min-height: 80vh;
  }

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

@media not all and (min-width: 768px) {
  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:max-w-96 {
    max-width: 24rem;
  }

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

  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media not all and (min-width: 600px) {
  .max-sm\:flex-col {
    flex-direction: column;
  }
}

@media not all and (min-width: 480px) {
  .max-xs\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 480px) {
  .xs\:px-md {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:text-xs-body {
    font-size: 18px;
    line-height: 150%;
  }

  .xs\:text-xs-btn {
    font-size: 15px;
    line-height: 100%;
  }

  .xs\:text-xs-h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .xs\:text-xs-h1-header {
    font-size: 36px;
    line-height: 120%;
  }

  .xs\:text-xs-h2 {
    font-size: 30px;
    line-height: 120%;
  }

  .xs\:text-xs-h3 {
    font-size: 22px;
    line-height: 140%;
  }

  .xs\:text-xs-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }

  .xs\:text-xs-h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .xs\:text-xs-h5 {
    font-size: 18px;
    line-height: 150%;
  }

  .xs\:text-xs-navi {
    font-size: 20px;
    line-height: 130%;
  }

  .xs\:text-xs-overline {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 600px) {
  .sm\:h-16 {
    height: 4rem;
  }

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

  .sm\:w-5 {
    width: 1.25rem;
  }

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

  .sm\:gap-lg {
    gap: 60px;
  }

  .sm\:gap-offsetMd {
    gap: 50px;
  }

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

  .sm\:px-offsetMd {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .sm\:text-sm-body {
    font-size: 18px;
    line-height: 150%;
  }

  .sm\:text-sm-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .sm\:text-sm-h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .sm\:text-sm-h1-header {
    font-size: 40px;
    line-height: 120%;
  }

  .sm\:text-sm-h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .sm\:text-sm-h3 {
    font-size: 22px;
    line-height: 140%;
  }

  .sm\:text-sm-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }

  .sm\:text-sm-h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .sm\:text-sm-h5 {
    font-size: 20px;
    line-height: 150%;
  }

  .sm\:text-sm-navi {
    font-size: 20px;
    line-height: 130%;
  }

  .sm\:text-sm-overline {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

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

  .md\:bottom-\[unset\] {
    bottom: unset;
  }

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

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:top-\[40vh\] {
    top: 40vh;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:h-\[40vh\] {
    height: 40vh;
  }

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

  .md\:w-5xl {
    width: 200px;
  }

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

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

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

  .md\:gap-lg {
    gap: 60px;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

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

  .md\:px-offsetLg {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-offsetLg {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

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

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

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-offsetLg {
    padding-top: 70px;
  }

  .md\:text-md-body {
    font-size: 18px;
    line-height: 150%;
  }

  .md\:text-md-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .md\:text-md-h1 {
    font-size: 40px;
    line-height: 120%;
  }

  .md\:text-md-h1-header {
    font-size: 40px;
    line-height: 120%;
  }

  .md\:text-md-h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .md\:text-md-h3 {
    font-size: 22px;
    line-height: 140%;
  }

  .md\:text-md-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }

  .md\:text-md-h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .md\:text-md-h5 {
    font-size: 20px;
    line-height: 150%;
  }

  .md\:text-md-navi {
    font-size: 20px;
    line-height: 130%;
  }

  .md\:text-md-overline {
    font-size: 14px;
    line-height: 150%;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-\[8px\] {
    top: 8px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:order-1 {
    order: 1;
  }

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

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

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

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

  .lg\:mb-lg {
    margin-bottom: 60px;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-80vh {
    height: 80vh;
  }

  .lg\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

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

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

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

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

  .lg\:text-lg-body {
    font-size: 18px;
    line-height: 150%;
  }

  .lg\:text-lg-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .lg\:text-lg-h1 {
    font-size: 48px;
    line-height: 120%;
  }

  .lg\:text-lg-h1-header {
    font-size: 36px;
    line-height: 120%;
  }

  .lg\:text-lg-h2 {
    font-size: 32px;
    line-height: 120%;
  }

  .lg\:text-lg-h3 {
    font-size: 22px;
    line-height: 140%;
  }

  .lg\:text-lg-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }

  .lg\:text-lg-h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .lg\:text-lg-h5 {
    font-size: 20px;
    line-height: 150%;
  }

  .lg\:text-lg-navi {
    font-size: 20px;
    line-height: 130%;
  }

  .lg\:text-lg-overline {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .xl\:h-80vh {
    height: 80vh;
  }

  .xl\:h-lg {
    height: 60px;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:gap-offset2xl {
    gap: 110px;
  }

  .xl\:px-2xl {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

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

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .xl\:pt-xl {
    padding-top: 80px;
  }

  .xl\:text-xl-body {
    font-size: 18px;
    line-height: 150%;
  }

  .xl\:text-xl-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .xl\:text-xl-h1 {
    font-size: 48px;
    line-height: 120%;
  }

  .xl\:text-xl-h1-header {
    font-size: 36px;
    line-height: 120%;
  }

  .xl\:text-xl-h2 {
    font-size: 30px;
    line-height: 120%;
  }

  .xl\:text-xl-h3 {
    font-size: 22px;
    line-height: 140%;
  }

  .xl\:text-xl-h3-regular {
    font-size: 22px;
    line-height: 140%;
  }

  .xl\:text-xl-h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .xl\:text-xl-h5 {
    font-size: 22px;
    line-height: 140%;
  }

  .xl\:text-xl-navi {
    font-size: 20px;
    line-height: 130%;
  }

  .xl\:text-xl-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 1400px) {
  .\32xl\:gap-offsetMd {
    gap: 50px;
  }

  .\32xl\:px-offset2xl {
    padding-left: 110px;
    padding-right: 110px;
  }

  .\32xl\:text-2xl-body {
    font-size: 18px;
    line-height: 150%;
  }

  .\32xl\:text-2xl-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .\32xl\:text-2xl-h1 {
    font-size: 48px;
    line-height: 120%;
  }

  .\32xl\:text-2xl-h1-header {
    font-size: 40px;
    line-height: 115%;
  }

  .\32xl\:text-2xl-h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .\32xl\:text-2xl-h3 {
    font-size: 24px;
    line-height: 140%;
  }

  .\32xl\:text-2xl-h3-regular {
    font-size: 24px;
    line-height: 140%;
  }

  .\32xl\:text-2xl-h4 {
    font-size: 24px;
    line-height: 140%;
  }

  .\32xl\:text-2xl-h5 {
    font-size: 24px;
    line-height: 140%;
  }

  .\32xl\:text-2xl-navi {
    font-size: 20px;
    line-height: 100%;
  }

  .\32xl\:text-2xl-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .fhd\:py-4xl {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .fhd\:pt-4xl {
    padding-top: 150px;
  }

  .fhd\:text-fhd-body {
    font-size: 20px;
    line-height: 150%;
  }

  .fhd\:text-fhd-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .fhd\:text-fhd-h1 {
    font-size: 56px;
    line-height: 120%;
  }

  .fhd\:text-fhd-h1-header {
    font-size: 40px;
    line-height: 115%;
  }

  .fhd\:text-fhd-h2 {
    font-size: 40px;
    line-height: 120%;
  }

  .fhd\:text-fhd-h3 {
    font-size: 28px;
    line-height: 140%;
  }

  .fhd\:text-fhd-h3-regular {
    font-size: 24px;
    line-height: 140%;
  }

  .fhd\:text-fhd-h4 {
    font-size: 24px;
    line-height: 140%;
  }

  .fhd\:text-fhd-h5 {
    font-size: 24px;
    line-height: 140%;
  }

  .fhd\:text-fhd-navi {
    font-size: 20px;
    line-height: 100%;
  }

  .fhd\:text-fhd-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 2200px) {
  .\32k\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 2700px) {
  .\32kplus\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
  }
}
/*# sourceMappingURL=app.css.map */