/*
! tailwindcss v3.3.5 | 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: #dcdfe1;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Sofia Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
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: #b0b6ba;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #b0b6ba;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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(0 201 239 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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(0 201 239 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

.tham {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity;
}

.tham:hover {
  opacity: 0.7;
}

.tham-box {
  position: relative;
  display: inline-block;
}

.tham-inner {
  top: 50%;
  display: block;
  background-color: #000;
  position: absolute;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

.tham-inner::before {
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

.tham-inner::after {
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

.tham.tham-w-4.tham-e-slider .tham-inner {
  top: 1px;
}

.tham.tham-w-4.tham-e-slider .tham-inner::before {
  top: 4px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-4.tham-e-slider .tham-inner::after {
  top: 8px;
}

.tham.tham-w-4.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 4px, 0) rotate(45deg);
}

.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-2.2857142857142856px, -2px, 0);
  opacity: 0;
}

.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-90deg);
}

.tham.tham-e-squeeze .tham-inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms;
}

.tham.tham-e-squeeze .tham-inner::before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.tham.tham-e-squeeze .tham-inner::after {
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.tham.tham-e-squeeze.tham-active .tham-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg);
}

.tham.tham-e-squeeze.tham-active .tham-inner::before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.tham.tham-e-squeeze.tham-active .tham-inner::after {
  bottom: 0;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-90deg);
}

.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-4.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-3.20px, -4.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-3.20px, 4.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-4.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-4.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-4.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-4.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-5.tham-e-slider .tham-inner {
  top: 1.25px;
}

.tham.tham-w-5.tham-e-slider .tham-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-5.tham-e-slider .tham-inner::after {
  top: 10px;
}

.tham.tham-w-5.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}

.tham.tham-w-5.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-2.857142857142857px, -2.5px, 0);
  opacity: 0;
}

.tham.tham-w-5.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.tham.tham-w-5.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-5.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-5.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-4.00px, -5.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-5.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-4.00px, 5.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(4.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(4.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-5.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-5.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-5.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-5.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-5.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-5.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-6.tham-e-slider .tham-inner {
  top: 1.5px;
}

.tham.tham-w-6.tham-e-slider .tham-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-6.tham-e-slider .tham-inner::after {
  top: 12px;
}

.tham.tham-w-6.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714285714284px, -3px, 0);
  opacity: 0;
}

.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-6.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-4.80px, -6.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-4.80px, 6.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-6.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-6.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-6.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-6.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-7.tham-e-slider .tham-inner {
  top: 1.75px;
}

.tham.tham-w-7.tham-e-slider .tham-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-7.tham-e-slider .tham-inner::after {
  top: 14px;
}

.tham.tham-w-7.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.tham.tham-w-7.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-4px, -3.5px, 0);
  opacity: 0;
}

.tham.tham-w-7.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.tham.tham-w-7.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-7.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-7.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-5.60px, -7.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-7.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-5.60px, 7.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(5.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(5.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-7.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-7.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-7.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-7.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-7.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-7.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-8.tham-e-slider .tham-inner {
  top: 2px;
}

.tham.tham-w-8.tham-e-slider .tham-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-8.tham-e-slider .tham-inner::after {
  top: 16px;
}

.tham.tham-w-8.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-4.571428571428571px, -4px, 0);
  opacity: 0;
}

.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-8.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-6.40px, -8.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-6.40px, 8.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-8.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-8.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-8.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-8.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-9.tham-e-slider .tham-inner {
  top: 2.25px;
}

.tham.tham-w-9.tham-e-slider .tham-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-9.tham-e-slider .tham-inner::after {
  top: 18px;
}

.tham.tham-w-9.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.tham.tham-w-9.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-5.142857142857143px, -4.5px, 0);
  opacity: 0;
}

.tham.tham-w-9.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

.tham.tham-w-9.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-9.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-9.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-7.20px, -9.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-9.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-7.20px, 9.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(7.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(7.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-9.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-9.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-9.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-9.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-9.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-9.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-10.tham-e-slider .tham-inner {
  top: 2.5px;
}

.tham.tham-w-10.tham-e-slider .tham-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-10.tham-e-slider .tham-inner::after {
  top: 20px;
}

.tham.tham-w-10.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.tham.tham-w-10.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-5.714285714285714px, -5px, 0);
  opacity: 0;
}

.tham.tham-w-10.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.tham.tham-w-10.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-10.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-10.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-8.00px, -10.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-10.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-8.00px, 10.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(8.00px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(8.00px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-10.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-10.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-10.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-10.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-10.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-10.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-11.tham-e-slider .tham-inner {
  top: 2.75px;
}

.tham.tham-w-11.tham-e-slider .tham-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-11.tham-e-slider .tham-inner::after {
  top: 22px;
}

.tham.tham-w-11.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.tham.tham-w-11.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-6.285714285714286px, -5.5px, 0);
  opacity: 0;
}

.tham.tham-w-11.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

.tham.tham-w-11.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-11.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-11.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-8.80px, -11.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-11.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-8.80px, 11.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(8.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(8.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-11.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-11.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-11.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-11.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-11.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-11.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-12.tham-e-slider .tham-inner {
  top: 3px;
}

.tham.tham-w-12.tham-e-slider .tham-inner::before {
  top: 12px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.tham.tham-w-12.tham-e-slider .tham-inner::after {
  top: 24px;
}

.tham.tham-w-12.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}

.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-6.857142857142857px, -6px, 0);
  opacity: 0;
}

.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -24px, 0) rotate(-90deg);
}

.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-12.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-9.60px, -12.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-9.60px, 12.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}

.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.tham.tham-w-12.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-12.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.tham.tham-w-12.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tham.tham-w-12.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tham-w-4 .tham-box {
  width: 16px;
  height: 10px;
}

.tham-w-4 .tham-inner {
  margin-top: -1px;
  width: 16px;
  height: 2px;
}

.tham-w-4 .tham-inner::before {
  width: 16px;
  height: 2px;
  top: -4px;
}

.tham-w-4 .tham-inner::after {
  width: 16px;
  height: 2px;
  bottom: -4px;
}

.tham-w-5 .tham-box {
  width: 20px;
  height: 12.5px;
}

.tham-w-5 .tham-inner {
  margin-top: -1.25px;
  width: 20px;
  height: 2.5px;
}

.tham-w-5 .tham-inner::before {
  width: 20px;
  height: 2.5px;
  top: -5px;
}

.tham-w-5 .tham-inner::after {
  width: 20px;
  height: 2.5px;
  bottom: -5px;
}

.tham-w-6 {
  width: 24px;
  height: 15px;
}

.tham-w-6 .tham-box {
  width: 24px;
  height: 15px;
}

.tham-w-6 .tham-inner {
  margin-top: -1.5px;
  width: 24px;
  height: 3px;
}

.tham-w-6 .tham-inner::before {
  width: 24px;
  height: 3px;
  top: -6px;
}

.tham-w-6 .tham-inner::after {
  width: 24px;
  height: 3px;
  bottom: -6px;
}

.tham-w-7 .tham-box {
  width: 28px;
  height: 17.5px;
}

.tham-w-7 .tham-inner {
  margin-top: -1.75px;
  width: 28px;
  height: 3.5px;
}

.tham-w-7 .tham-inner::before {
  width: 28px;
  height: 3.5px;
  top: -7px;
}

.tham-w-7 .tham-inner::after {
  width: 28px;
  height: 3.5px;
  bottom: -7px;
}

.tham-w-8 .tham-box {
  width: 32px;
  height: 20px;
}

.tham-w-8 .tham-inner {
  margin-top: -2px;
  width: 32px;
  height: 4px;
}

.tham-w-8 .tham-inner::before {
  width: 32px;
  height: 4px;
  top: -8px;
}

.tham-w-8 .tham-inner::after {
  width: 32px;
  height: 4px;
  bottom: -8px;
}

.tham-w-9 .tham-box {
  width: 36px;
  height: 22.5px;
}

.tham-w-9 .tham-inner {
  margin-top: -2.25px;
  width: 36px;
  height: 4.5px;
}

.tham-w-9 .tham-inner::before {
  width: 36px;
  height: 4.5px;
  top: -9px;
}

.tham-w-9 .tham-inner::after {
  width: 36px;
  height: 4.5px;
  bottom: -9px;
}

.tham-w-10 .tham-box {
  width: 40px;
  height: 25px;
}

.tham-w-10 .tham-inner {
  margin-top: -2.5px;
  width: 40px;
  height: 5px;
}

.tham-w-10 .tham-inner::before {
  width: 40px;
  height: 5px;
  top: -10px;
}

.tham-w-10 .tham-inner::after {
  width: 40px;
  height: 5px;
  bottom: -10px;
}

.tham-w-11 .tham-box {
  width: 44px;
  height: 27.5px;
}

.tham-w-11 .tham-inner {
  margin-top: -2.75px;
  width: 44px;
  height: 5.5px;
}

.tham-w-11 .tham-inner::before {
  width: 44px;
  height: 5.5px;
  top: -11px;
}

.tham-w-11 .tham-inner::after {
  width: 44px;
  height: 5.5px;
  bottom: -11px;
}

.tham-w-12 .tham-box {
  width: 48px;
  height: 30px;
}

.tham-w-12 .tham-inner {
  margin-top: -3px;
  width: 48px;
  height: 6px;
}

.tham-w-12 .tham-inner::before {
  width: 48px;
  height: 6px;
  top: -12px;
}

.tham-w-12 .tham-inner::after {
  width: 48px;
  height: 6px;
  bottom: -12px;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
  margin-bottom: .75em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(84 136 37 / var(--tw-text-opacity));
}

.headings-plain h1,
  .headings-plain h2,
  .headings-plain h3 {
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 51 71 / var(--tw-text-opacity));
}

.headings-plain h4,
  .headings-plain h5,
  .headings-plain h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 51 71 / var(--tw-text-opacity));
}

.headings-plain h4 {
  font-family: Sofia Sans, sans-serif;
  font-weight: 400;
}

h1,
  h2,
  .h1,
  .h2 {
  font-size: 1.5rem;
  line-height: 1.25;
}

@media (min-width: 640px) {
  h1,
  h2,
  .h1,
  .h2 {
    font-size: 1.9rem;
  }
}

@media (min-width: 2040px) {
  h1,
  h2,
  .h1,
  .h2 {
    font-size: 2.5rem;
  }
}

.text-menu {
  font-size: 1.5rem;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .text-menu {
    font-size: 1.9rem;
  }
}

@media (min-width: 2040px) {
  .text-menu {
    font-size: 2rem;
  }
}

.text-default {
  font-size: 1.25rem;
  line-height: 1.425;
}

@media (min-width: 450px) {
  .text-default {
    font-size: 1.5rem;
  }
}

@media (min-width: 2040px) {
  .text-default {
    font-size: 2rem;
  }
}

.text-smaller {
  font-size: 1.1rem;
  line-height: 1.425;
}

@media (min-width: 450px) {
  .text-smaller {
    font-size: 1.25rem;
  }
}

@media (min-width: 2040px) {
  .text-smaller {
    font-size: 1.5rem;
  }
}

/* h1, h2, .h1, .h2 {
    @apply text-[1.5rem] sm:text-[1.9rem] md:text-[2.15rem] lg:text-[2.5rem] leading-[1.25];
  }

  .text-menu {
    @apply text-[1.5rem] sm:text-[1.9rem] md:text-[1.75rem] lg:text-[2rem] leading-[1.25];
  }
  .text-default {
    @apply text-[1.25rem] xs:text-[1.5rem]  md:text-[1.75rem] lg:text-[2rem] leading-[1.425];
  }
  .text-smaller {
    @apply text-[1.1rem] xs:text-[1.25rem]  md:text-[1.33rem] lg:text-[1.5rem] leading-[1.425];
  } */

p {
  margin-bottom: 1.33em;
}

.dev {
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 120 / var(--tw-bg-opacity));
  padding: 4em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.introtext {
  font-weight: 700;
}

.btn-green {
  display: inline-block;
  min-width: 4em;
  padding-left: .75em;
  padding-right: .75em;
  padding-top: .45em;
  padding-bottom: .35em;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(84 136 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 181 45 / var(--tw-bg-opacity));
}

.btn-green:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(113 181 45 / var(--tw-bg-opacity));
}

.btn-green:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 114 30 / var(--tw-bg-opacity));
}

.text-link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 181 45 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(113 181 45 / var(--tw-text-opacity));
}

.text-link:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(113 181 45 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(113 181 45 / var(--tw-text-opacity));
}

.icon-plus-white {
  display: inline-block;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 110 110' stroke='%23FFFFFF' stroke-width='3' fill='none'%3E%3Cline y1='55' x2='110' y2='55'/%3E%3Cline x1='55' x2='55' y2='110'/%3E%3C/svg%3E%0A");
}

/* :not(input):not(textarea):focus-visible {
    outline: none;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.25),
      0 0 8px 2px rgb(154, 139, 231);
    animation: focusShadowAnim 1.5s infinite alternate;
  }

  .list-circle {
    @apply list-inside;
    padding-left: 2.0625em;
  } */

/*
  .list-circle li {
    @apply relative;
  }
  .list-circle li:before {
    content: '';
    display: inline-block;
    width: 1.33em;
    height: 1.33em;
    transform: translateY(16.5%);
    margin-left: -2.1em;
    text-indent: 2.1em;
    @apply border-2 border-black rounded-full me-[.66em];
  } */

/*  .small-line {
    @apply border-t-2 border-black w-16 lg:border-t-4 lg:w-20 pb-2;
  }

  .text-introtext {
    @apply text-2xl md:text-3xl  xl:text-4xl 3xl:text-[2.5rem] text-trinidad-600 leading-[1.35] xl:leading-[140%] font-light;
  }


  .btn-trinidad {
    @apply btn-base bg-trinidad-600 text-white hover:bg-trinidad-500 focus-visible:bg-trinidad-500   active:bg-trinidad-400;
  }
  .btn-white {
    @apply btn-base bg-white text-black hover:bg-trinidad-500 focus-visible:bg-trinidad-500  hover:text-white focus-visible:text-white active:bg-trinidad-400;
  }
  .btn-blue {
    @apply btn-base bg-blue-500 text-white hover:bg-blue-400  focus-visible:bg-blue-400  hover:text-white focus-visible:text-white active:bg-blue-300;
  }

  .badge-white {
    @apply inline-block bg-white text-black rounded-[5rem] font-sofia font-bold uppercase px-[.5em] pt-[.35em] pb-[.25em] leading-none;
  } */

.content-column {
  width: 100%;
}

@media (min-width: 1280px) {
  .content-column {
    width: 75%;
  }
}

@media (min-width: 2040px) {
  .content-column {
    width: 75%;
  }
}

.row {
  margin-left: calc(var(--row-gap) * -1);
  margin-right: calc(var(--row-gap) * -1);
  margin-top: calc(var(--row-gap) * -1);
  display: flex;
  flex-wrap: wrap;
}

.theme-input {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 51 71 / var(--tw-border-opacity));
  padding-top: .15em;
  padding-bottom: 0;
  line-height: 1.5;
  transition-duration: 500ms;
  transition-property: background-color, border-color, color, padding;
  transition-duration: 0.25s, 0.25s, 0.25s, 0.15s;
  /* Durations for each property */
  transition-timing-function: ease-out;
  /* Timing function for all properties */
}

.theme-input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(84 136 37 / var(--tw-border-opacity));
}

.theme-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(84 136 37 / var(--tw-border-opacity));
  background-color: rgb(84 136 37 / 0.05);
  padding-left: .3em;
  padding-right: .3em;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-\[22\%\] {
  bottom: 22%;
}

.bottom-\[32\%\] {
  bottom: 32%;
}

.bottom-\[34\%\] {
  bottom: 34%;
}

.bottom-\[36\.25\%\] {
  bottom: 36.25%;
}

.bottom-\[38\%\] {
  bottom: 38%;
}

.bottom-\[44\.25\%\] {
  bottom: 44.25%;
}

.bottom-\[45\%\] {
  bottom: 45%;
}

.bottom-\[50\%\] {
  bottom: 50%;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5em;
}

.left-2\.5 {
  left: 0.625em;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[13\%\] {
  left: 13%;
}

.left-\[14\%\] {
  left: 14%;
}

.left-\[15\%\] {
  left: 15%;
}

.left-\[17\%\] {
  left: 17%;
}

.left-\[25\%\] {
  left: 25%;
}

.left-\[37\.5\%\] {
  left: 37.5%;
}

.right-0 {
  right: 0;
}

.right-\[0\%\] {
  right: 0%;
}

.right-\[27\%\] {
  right: 27%;
}

.right-\[31\%\] {
  right: 31%;
}

.right-\[35\%\] {
  right: 35%;
}

.right-container {
  right: var(--container-px);
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5em;
}

.top-2\.5 {
  top: 0.625em;
}

.top-3 {
  top: 0.75em;
}

.top-\[0\%\] {
  top: 0%;
}

.top-\[17\%\] {
  top: 17%;
}

.top-\[24\%\] {
  top: 24%;
}

.top-\[38\%\] {
  top: 38%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.clear-both {
  clear: both;
}

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

.my-12 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.-mt-1 {
  margin-top: -0.25em;
}

.-mt-px {
  margin-top: -1px;
}

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

.mb-0\.25 {
  margin-bottom: 0.065em;
}

.mb-0\.5 {
  margin-bottom: 0.125em;
}

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

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

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

.mb-\[\.33em_\!important\] {
  margin-bottom: .33em !important;
}

.me-2 {
  margin-inline-end: 0.5em;
}

.me-2\.5 {
  margin-inline-end: 0.625em;
}

.me-5 {
  margin-inline-end: 1.25em;
}

.ms-3 {
  margin-inline-start: 0.75em;
}

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

.mt-1 {
  margin-top: 0.25em;
}

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

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

.mt-14 {
  margin-top: 3.5em;
}

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

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

.mt-20 {
  margin-top: 5em;
}

.mt-3 {
  margin-top: 0.75em;
}

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

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

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

.mt-7 {
  margin-top: 1.75em;
}

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

.mt-9 {
  margin-top: 2.25em;
}

.mt-px {
  margin-top: 1px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[\.75\] {
  aspect-ratio: .75;
}

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

.h-3 {
  height: 0.75em;
}

.h-3\.5 {
  height: 0.875em;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.min-h-\[18rem\] {
  min-height: 18rem;
}

.min-h-\[calc\(100vh_-_400px\)\] {
  min-height: calc(100vh - 400px);
}

.w-24 {
  width: 6em;
}

.w-3 {
  width: 0.75em;
}

.w-3\.5 {
  width: 0.875em;
}

.w-44 {
  width: 11em;
}

.w-6 {
  width: 1.5em;
}

.w-7 {
  width: 1.75em;
}

.w-8 {
  width: 2em;
}

.w-9\/12 {
  width: 75%;
}

.w-\[5\.5em\] {
  width: 5.5em;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[4rem\] {
  min-width: 4rem;
}

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

.max-w-none {
  max-width: none;
}

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

.origin-top-left {
  transform-origin: top left;
}

.-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-x-3\/4 {
  --tw-translate-x: -75%;
  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-\[69\%\] {
  --tw-translate-x: -69%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[64\%\] {
  --tw-translate-y: 64%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25em;
}

.gap-4 {
  gap: 1em;
}

.gap-8 {
  gap: 2em;
}

.gap-x-3 {
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
}

.gap-x-8 {
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-y-0\.5 {
  row-gap: 0.125em;
}

.gap-y-5 {
  row-gap: 1.25em;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(0 51 71 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 201 204 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 71 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 181 45 / var(--tw-bg-opacity));
}

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

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[90\%\] {
  -o-object-position: 90%;
     object-position: 90%;
}

.p-1 {
  padding: 0.25em;
}

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

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

.px-1 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.px-1\.5 {
  padding-left: 0.375em;
  padding-right: 0.375em;
}

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

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

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

.px-\[\.5em_\!important\] {
  padding-left: .5em !important;
  padding-right: .5em !important;
}

.px-container {
  padding-left: var(--container-px);
  padding-right: var(--container-px);
}

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

.py-2\.5 {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

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

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

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

.pb-0 {
  padding-bottom: 0;
}

.pb-0\.5 {
  padding-bottom: 0.125em;
}

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

.pb-36 {
  padding-bottom: 9em;
}

.pb-4 {
  padding-bottom: 1em;
}

.pb-\[\.35rem_\!important\] {
  padding-bottom: .35rem !important;
}

.pb-\[calc\(1vh\+1rem\)\] {
  padding-bottom: calc(1vh + 1rem);
}

.pe-10 {
  padding-inline-end: 2.5em;
}

.pe-2 {
  padding-inline-end: 0.5em;
}

.pe-3 {
  padding-inline-end: 0.75em;
}

.pe-5 {
  padding-inline-end: 1.25em;
}

.pr-\[calc\(1vh\+1\.25rem\)\] {
  padding-right: calc(1vh + 1.25rem);
}

.ps-10 {
  padding-inline-start: 2.5em;
}

.ps-3 {
  padding-inline-start: 0.75em;
}

.ps-6 {
  padding-inline-start: 1.5em;
}

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

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

.pt-16 {
  padding-top: 4em;
}

.pt-4 {
  padding-top: 1em;
}

.pt-\[\.55rem_\!important\] {
  padding-top: .55rem !important;
}

.pt-\[15px\] {
  padding-top: 15px;
}

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

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

.align-top {
  vertical-align: top;
}

.font-headings {
  font-family: Montserrat, sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.45\] {
  line-height: 1.45;
}

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#f38f8f\] {
  --tw-text-opacity: 1;
  color: rgb(243 143 143 / var(--tw-text-opacity));
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(0 51 71 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(113 181 45 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(84 136 37 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.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-float {
  --tw-shadow: 0px 0px 16px 0 rgba(255, 255, 255, .75);
  --tw-shadow-colored: 0px 0px 16px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-black {
  --tw-shadow-color: #003347;
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.h-screen-fit {
  height: 100vh;
  height: calc(var(--vh) * 100);
}

.h-min-screen-fit {
  min-height: 100vh;
  min-height: calc(var(--vh) * 100);
}

.h-max-screen-fit {
  max-height: 100vh;
  max-height: calc(var(--vh) * 100);
}

.min-h-screen-menu {
  min-height: calc(100vh - var(--menu-offset));
}

.px-container {
  padding-left: var(--container-px);
  padding-right: var(--container-px);
  max-width: 100%;
}

.pt-menu {
  padding-top: var(--menu-offset);
}

.mt-menu {
  margin-top: var(--menu-offset);
}

.\[hostname\:port\] {
  hostname: port;
}

html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Montserrat';

  src: url('/assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');

  font-weight: 600;
}

@font-face {
  font-family: 'Sofia Sans';

  src: url('/assets/fonts/SofiaSans/SofiaSans-ExtraBold.ttf') format('truetype');

  font-weight: 600;
}

@font-face {
  font-family: 'Sofia Sans';

  src: url('/assets/fonts/SofiaSans/SofiaSans-Light.ttf') format('truetype');

  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';

  src: url('/assets/fonts/Poppins/SemiBold.ttf') format('truetype');

  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';

  src: url('/assets/fonts/Poppins/Poppins-Light.ttf') format('truetype');

  font-weight: 400;
}

/* props */

:root {
  --container-px: calc(1rem + 2vw);
  --menu-offset: 8rem;
  --row-gap: 2em;
  --row-gap-sm: 1.25rem;
  --row-gap-xs: 1rem;
  --row-gap-xxs: 0.33rem;
  @media (min-width: 400px) {
    --container-px: calc(2rem + 2vw);

    --row-gap-sm: 1em;

    --row-gap-xs: 0.5em;

    --row-gap-xxs: 0.5rem;
  }
  @media (min-width: 768px) {
    --container-px: calc(2rem + 6vw);

    --row-gap-sm: 1em;

    --row-gap-xs: 0.5em;

    --row-gap-xxs: 0.75em;
  }
  @media (min-width: 1024px) {
    --row-gap: 3em;

    --row-gap-sm: 1em;

    --row-gap-xs: 0.5em;
  }
  @media (min-width: 1200px) {
    --row-gap-xxs: 0.75em;

    --container-px: calc(2rem + 11vw);
  }
  @media (min-width: 1600px) {
    --container-px: calc((100vw - 1400px) / 2);
  }
}

/* Components */

.row > * {
  padding: calc(var(--row-gap) * 2) var(--row-gap) 0;
}

.row-x > * {
  padding-left: var(--row-gap);
  padding-right: var(--row-gap);
}

.g-sm {
  --row-gap: var(--row-gap-sm) !important;
}

.g-xs {
  --row-gap: var(--row-gap-xs) !important;
}

.g-xxs {
  --row-gap: var(--row-gap-xxs) !important;
}

/* Utility */

body.-menu-open .hide-menu-visible {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-out;
}

/* Burger */

.tham-w-custom {
  --burger-size: 50px;
  height: var(--burger-size);
  width: var(--burger-size);
}

@media (min-width: 768px) {
  .tham-w-custom {
    --burger-size: 60px;
  }
}

.tham-w-custom:hover {
  opacity: 1;
}

.tham-w-custom .tham-box {
  width: calc(var(--burger-size) / 2) !important;
}

.tham-w-custom .tham-inner {
  height: 2px;
  width: calc(var(--burger-size) / 2) !important;
  margin-top: -1.5px;
}

.tham-w-custom .tham-inner::before {
  width: calc(var(--burger-size) / 2) !important;
  height: 2px;
  top: calc(-1 * var(--burger-size) / 6);
}

.tham-w-custom .tham-inner::after {
  width: calc(var(--burger-size) / 2) !important;
  height: 2px;
  bottom: calc(-1 * var(--burger-size) / 6);
}

/* Swiper */

.swiper {
  --swiper-theme-color: #548825;
  --swiper-pagination-color: #548825;
  --swiper-navigation-size: 2rem;
  --swiper-pagination-bottom: 0;
}

.swiper-button {
  color: white;
  border-radius: 100%;
  width: var(--swiper-navigation-size);
  background-color: var(--swiper-theme-color);
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  top: auto;
}

.swiper-button:after {
  font-size: calc(var(--swiper-navigation-size) * 0.66);
}

.swiper-button-prev:after {
  margin-left: -2px;
}

.swiper-button-next:after {
  margin-left: 2px;
}

/*
gl
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E%0A");
gr
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E%0A");


/* form */

.theme-input-transition {
  transition-property: background-color, border-color, color, padding;
  transition-duration: 0.25s, 0.25s, 0.25s, 0.15s;
  /* Durations for each property */
  transition-timing-function: ease-out;
  /* Timing function for all properties */
}

.form-moving-label label {
  transition: all 0.25s ease-out;
  position: absolute;
}

.form-moving-label.active label {
  bottom: -0.0625em;
  left: 0em;
  font-size: 0.8rem;
  transform: translateY(100%);
}

.form-moving-label.-textarea.active label {
  bottom: auto;
  top: 0;
  transform: translateY(-100%);
}

/* DIVERS */

@keyframes focusShadowAnim {
  0% {
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.723),
      0 0 4px 1px rgb(123, 110, 189);
  }

  100% {
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.25),
      0 0 8px 2px rgb(98, 86, 162);
  }
}

/* Parallax */

.parallax {
  overflow: hidden;
}

.parallax img,
.parallax-item {
  will-change: transform;
}

.parallax img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vw;
}

@media (min-width: 576px) {
  .parallax img {
    height: 75vw;
  }
}

@media (max-width: 767px) {
  .parallax-item {
    transform: translate(0, 0) !important;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .parallax img {
    transform-origin: 50% 0%;
    transform: scale(1.25) translateY(-25%);
    height: auto;
  }

  /* .parallax img.-bottom-right {
    transform-origin: 100% 0%;
  } */
}

.fixed-badge {
  transition: opacity 0.25 ease-out;
  opacity: 0;
  pointer-events: none;
}

body.-scrolled-ts .fixed-badge {
  opacity: 1;
}

@media (max-width: 767px) {
  .fixed-badge {
    opacity: 0 !important;
  }

  .fixed-badge.-sticking {
    opacity: 1 !important;
  }
}

.tip-zoom-block.is-zoomed .tip-button:not([aria-expanded='true']) {
  opacity: 0;
  transition: opacity 0.25s ease-in, transform 0.25s ease-out;
}

.tip-text {
  opacity: 0;
  transition: all 0.125s ease-in;
}

.tip-button[aria-expanded='true']:not(.-zoom) {
  transform: none !important;
}

.tip-button[aria-expanded='true'] .svg-hide-on-expanded {
  opacity: 0;
}

.tip-button[aria-expanded='true'] + .tip-text {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transition: all 0.2s ease-out;
}

/* Checkbox */

input[type='checkbox']:checked + label .checkbox-replacer-active {
  opacity: 1;
}

input[type='checkbox']:checked + label > .checkbox-replacer {
  border-color: transparent;
}

input[type='checkbox']:hover + label > .checkbox-replacer,
input[type='checkbox']:focus-visible + label > .checkbox-replacer {
  box-shadow: 0 0 8px rgba(113, 181, 45, 0.85);
  border-color: transparent;
}

/* @media (min-width: 768px) {
  .parallax-item.-cover {
    height: 125%;
    width: 100%;
  }
} */

/* Ausnahmen */

body.-menu-active {
}

.object-position-hero {
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}

@media (min-width: 768px) {
  .object-position-hero {
    -o-object-position: 100% 10%;
       object-position: 100% 10%;
  }
}

@media (min-width: 1150px) and (min-height: 650px) {
  .object-position-hero {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}

@media (min-width: 1150px) and (min-height: 720px) {
  .object-position-hero {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}

@media (min-width: 1400px) {
  .object-position-hero {
    -o-object-position: 100% 40%;
       object-position: 100% 40%;
  }
}

@media (min-width: 1400px) and (min-height: 750px) {
  .object-position-hero {
    -o-object-position: 100% 66%;
       object-position: 100% 66%;
  }
}

@media (min-width: 1400px) and (min-height: 950px) {
  .object-position-hero {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 181 45 / var(--tw-border-opacity));
}

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

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(143 207 76 / var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(84 136 37 / var(--tw-text-opacity));
}

.focus-visible\:border-green-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(113 181 45 / var(--tw-border-opacity));
}

.focus-visible\:bg-black\/10:focus-visible {
  background-color: rgb(0 51 71 / 0.1);
}

.focus-visible\:text-green-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(84 136 37 / var(--tw-text-opacity));
}

.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(234 237 239 / var(--tw-border-opacity));
}

.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgb(234 237 239 / var(--tw-text-opacity));
}

@media (min-width: 450px) {
  .xs\:right-4 {
    right: 1em;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .xs\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

@media (min-width: 640px) {
  .sm\:left-\[40\%\] {
    left: 40%;
  }

  .sm\:right-\[0\%\] {
    right: 0%;
  }

  .sm\:right-\[6\%\] {
    right: 6%;
  }

  .sm\:top-\[18\%\] {
    top: 18%;
  }

  .sm\:top-\[35\%\] {
    top: 35%;
  }

  .sm\:top-\[6\%\] {
    top: 6%;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-10 {
    width: 2.5em;
  }

  .sm\:w-8 {
    width: 2em;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
    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));
  }

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

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

  .sm\:pt-2 {
    padding-top: 0.5em;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

@media (min-width: 768px) {
  .md\:aspect-\[1\.33\] {
    aspect-ratio: 1.33;
  }

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

  .md\:w-10 {
    width: 2.5em;
  }

  .md\:px-3 {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }

  .md\:px-3\.5 {
    padding-left: 0.875em;
    padding-right: 0.875em;
  }

  .md\:py-6 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

@media (min-width: 1024px) {
  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

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

  .lg\:grid-rows-\[repeat\(3\2c minmax\(0\2c auto\)\)\] {
    grid-template-rows: repeat(3,minmax(0,auto));
  }

  .lg\:gap-1 {
    gap: 0.25em;
  }

  .lg\:pe-10 {
    padding-inline-end: 2.5em;
  }

  .lg\:pe-8 {
    padding-inline-end: 2em;
  }

  .lg\:ps-16 {
    padding-inline-start: 4em;
  }

  .lg\:ps-7 {
    padding-inline-start: 1.75em;
  }

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

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

  .lg\:py-menu {
    padding-top: var(--menu-offset);
    padding-bottom: var(--menu-offset);
  }

  .lg\:\[shape-outside\:polygon\(35\%_0px\2c _100\%_0px\2c _100\%_100\%\2c _-0\%_100\%\)\;\] {
    shape-outside: polygon(35% 0px, 100% 0px, 100% 100%, -0% 100%);;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-8 {
    margin-bottom: 2em;
  }

  .xl\:w-20 {
    width: 5em;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:pt-24 {
    padding-top: 6em;
  }

  .xl\:pt-4 {
    padding-top: 1em;
  }

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

@media (min-width: 1536px) {
  .\32xl\:aspect-\[1\.85\] {
    aspect-ratio: 1.85;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:max-h-\[1200px\] {
    max-height: 1200px;
  }

  .\32xl\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .\32xl\:gap-12 {
    gap: 3em;
  }

  .\32xl\:text-\[5\.5rem\] {
    font-size: 5.5rem;
  }

  .\32xl\:text-\[5rem\] {
    font-size: 5rem;
  }

  .\32xl\:text-\[6\.5rem\] {
    font-size: 6.5rem;
  }
}

@media (min-width: 2040px) {
  .\33xl\:me-5 {
    margin-inline-end: 1.25em;
  }

  .\33xl\:aspect-\[2\] {
    aspect-ratio: 2;
  }

  .\33xl\:gap-20 {
    gap: 5em;
  }

  .\33xl\:gap-x-8 {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }

  .\33xl\:pt-32 {
    padding-top: 8em;
  }
}

@media (min-height: 740px) {
  .h-sm\:-bottom-4 {
    bottom: -1em;
  }

  .h-sm\:pt-3 {
    padding-top: 0.75em;
  }
}

@media (hover: hover) {
  .hashover\:hover\:scale-105:hover {
    --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));
  }

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

  .hashover\:hover\:scale-\[1\.05_\!important\]:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
    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));
  }

  .hashover\:hover\:scale-\[1\.2\]:hover {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    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));
  }
}
