/* TWCSS */
/* ! tailwindcss v3.0.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.
*/
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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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-size: 100%; /* 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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --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-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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@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;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.left-10 {
  left: 2.5rem;
}
.right-4 {
  right: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-40 {
  z-index: 40;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-auto {
  margin: auto;
}
.-mx-\[var\(--space-out-of-container\)\] {
  margin-left: calc(0px * -1);
  margin-left: calc(var(--space-out-of-container) * -1);
  margin-right: calc(0px * -1);
  margin-right: calc(var(--space-out-of-container) * -1);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-\[10vh\] {
  margin-bottom: 10vh;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3 / 2;
}
.aspect-\[16\/7\] {
  aspect-ratio: 16 / 7;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-24 {
  height: 6rem;
}
.h-12 {
  height: 3rem;
}
.h-3 {
  height: 0.75rem;
}
.h-10 {
  height: 2.5rem;
}
.max-h-\[235px\] {
  max-height: 235px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-32 {
  max-height: 8rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-24 {
  width: 6rem;
}
.w-12 {
  width: 3rem;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-3 {
  width: 0.75rem;
}
.w-10 {
  width: 2.5rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-9\/12 {
  flex-basis: 75%;
}
.-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-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-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-10 {
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-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));
}
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.snap-x {
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center {
  scroll-snap-align: center;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-\[2fr\2c 1fr\] {
  grid-template-columns: 2fr 1fr;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[100\%\] {
  grid-template-columns: 100%;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[5\%\] {
  gap: 5%;
}
.gap-16 {
  gap: 4rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-0 {
  border-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.border-pnt-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(18 58 74 / var(--tw-border-opacity));
}
.border-pnt-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(101 195 200 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-pnt-cyan-600\/30 {
  border-color: rgb(52 167 173 / 0.3);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-pnt-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 23 38 / var(--tw-bg-opacity));
}
.bg-pnt-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 29 51 / var(--tw-bg-opacity));
}
.bg-\[\#CEA656\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 166 86 / var(--tw-bg-opacity));
}
.bg-\[\#C14087\] {
  --tw-bg-opacity: 1;
  background-color: rgb(193 64 135 / var(--tw-bg-opacity));
}
.bg-\[\#BC3A17\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 58 23 / var(--tw-bg-opacity));
}
.bg-pnt-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 195 200 / var(--tw-bg-opacity));
}
.bg-pnt-cyan-700\/5 {
  background-color: rgb(37 118 122 / 0.05);
}
.bg-pnt-cyan-700\/10 {
  background-color: rgb(37 118 122 / 0.1);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-pnt-cyan-500\/10 {
  background-color: rgb(101 195 200 / 0.1);
}
.bg-pnt-blue-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 5 / var(--tw-bg-opacity));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-pnt-blue-900\/90 {
  background-color: rgb(2 23 38 / 0.9);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-pnt-blue-800 {
  --tw-gradient-from: #031D33;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(3 29 51 / 0));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6 {
  padding: 1.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-headline {
  font-family: Trenda-reg, sans-serif;
}
.font-headline-reg {
  font-family: Trenda-reg, sans-serif;
}
.font-headline-bld {
  font-family: Trenda-bld, sans-serif;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xxs {
  font-size: .5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[clamp\(25px\2c 5vw\2c 60px\)\] {
  font-size: clamp(25px,5vw,60px);
}
.text-\[clamp\(35px\2c 5vw\2c 40px\)\] {
  font-size: clamp(35px,5vw,40px);
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-5 {
  line-height: 1.25rem;
}
.\!leading-\[1\] {
  line-height: 1 !important;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-pnt-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(18 58 74 / var(--tw-text-opacity));
}
.text-pnt-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(101 195 200 / var(--tw-text-opacity));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-pnt-cyan-500 {
  -webkit-text-decoration-color: #65C3C8;
          text-decoration-color: #65C3C8;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-1 {
  text-underline-offset: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Vendor */
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}
.glightbox-container.inactive{display:none}
.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}
.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}
.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}
.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}
.glightbox-container .gslide.prev{opacity:1;z-index:9999}
.glightbox-container .gslide-inner-content{width:100%}
.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}
.glightbox-container .ginner-container.gvideo-container{width:100%}
.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}
.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}
.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}
.gslide:not(.current){pointer-events:none}
.gslide-image{align-items:center}
.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}
.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}
.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}
.gslide-image img.zoomable{position:relative}
.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}
.gslide-video{position:relative;max-width:100vh;width:100%!important}
.gslide-video .gvideo-wrapper{width:100%;margin:auto}
.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}
.gslide-video.playing::before{display:none}
.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}
.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}
.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}
.gslide-inline .ginlined-content{padding:20px;width:100%}
.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}
.ginlined-content{overflow:auto;display:block!important;opacity:1}
.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}
.gslide-media{display:flex;width:auto}
.zoomed .gslide-media{box-shadow:none!important}
.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}
.gslide-description{position:relative;flex:1 0 100%}
.gslide-description.description-left,.gslide-description.description-right{max-width:100%}
.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}
.gslide-description p{margin-bottom:12px}
.gslide-description p:last-child{margin-bottom:0}
.zoomed .gslide-description{display:none}
.glightbox-button-hidden{display:none}
.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}
.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}
.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}
.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}
.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}
.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}
.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}
.gdesc-open .gdesc-inner{padding-bottom:30px}
.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}
.greset{transition:all .3s ease}
.gabsolute{position:absolute}
.grelative{position:relative}
.glightbox-desc{display:none!important}
.glightbox-open{overflow:hidden}
.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}
.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}
.glightbox-mobile .goverlay{background:#000}
.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}
.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}
.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}
.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}
.gbtn.focused{outline:2px solid #0f3d81}
iframe.wait-autoplay{opacity:0}
.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}
.glightbox-clean .gslide-description{background:#fff}
.glightbox-clean .gdesc-inner{padding:22px 20px}
.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}
.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}
.glightbox-clean .gslide-video{background:#000}
.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}
.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}
.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}
.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}
.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}
.glightbox-clean .gclose svg{width:18px;height:auto}
.glightbox-clean .gclose:hover{opacity:1}
.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}
.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}
.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}
.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}
.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}
.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}
.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}
.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}
@-webkit-keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}
@keyframes gfadeIn{from{opacity:0}to{opacity:1}}
@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}
@keyframes gfadeOut{from{opacity:1}to{opacity:0}}
@-webkit-keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}
@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}
@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}
@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}
@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}
@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}
@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}
@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}
@-webkit-keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}
@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}
@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}
@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}
@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}
@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}
@media screen and (max-height:420px){.goverlay{background:#000}}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.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;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.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-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 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-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --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;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  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: 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: 10px;
  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 {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .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;
  -webkit-backface-visibility: hidden;
          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;
  -webkit-backface-visibility: hidden;
          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;
  -webkit-backface-visibility: hidden;
          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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
/* Custom CSS */
@font-face {
    font-family: 'Trenda-bld';
    src: url('../assets/fonts/trenda-bold.eot');
    src: url('../assets/fonts/trenda-bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/trenda-bold.woff') format('woff'),
        url('../assets/fonts/trenda-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trenda-reg';
    src: url('../assets/fonts/trenda-regular.eot');
    src: url('../assets/fonts/trenda-regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/trenda-regular.woff') format('woff'),
        url('../assets/fonts/trenda-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root{
    /* font-size: .93vw; */

    /* FONTS */
    /* --font-isialt-semi: isialt_semi, sans-serif;
    --font-isialt-bld: isialt_bld, sans-serif;

    --font-isi-semi: isi_semi, sans-serif;
    --font-isi-bld: isi_bld, sans-serif; */

    /* NAV PANEL */
    /*
    vyska nav panelu ktoru definuje javascript
    */
    --nav-panel-height: 0px;


    /* BREAK CONTAINER */
    /* Priestor, ktory je nalavo/napravo od containeru - sluzi na doratanie kolko ma vnutorny container vykukovat, aby bol presne po koniec stranky*/
    --space-out-of-container: 0px;
}
/* @layer components{} */
/*
    ## ########     ###     ######  ########     ######  ######## ##    ## ##       ########  ######
    ## ##     ##   ## ##   ##    ## ##          ##    ##    ##     ##  ##  ##       ##       ##    ##
    ## ##     ##  ##   ##  ##       ##          ##          ##      ####   ##       ##       ##
       ########  ##     ##  ######  ######       ######     ##       ##    ##       ######    ######
    ## ##     ## #########       ## ##                ##    ##       ##    ##       ##             ##
    ## ##     ## ##     ## ##    ## ##          ##    ##    ##       ##    ##       ##       ##    ##
    ## ########  ##     ##  ######  ########     ######     ##       ##    ######## ########  ######
    */
html, body{
        scroll-behavior: smooth;
    }
body{
        -ms-scroll-chaining: none;
            overscroll-behavior: none;
        --tw-bg-opacity: 1;
        background-color: rgb(3 29 51 / var(--tw-bg-opacity));
        font-family: Open Sans, sans-serif;
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
    }
body *::-moz-selection {
  background-color: rgb(101 195 200 / 0.7);
}
body *::selection {
  background-color: rgb(101 195 200 / 0.7);
}
body::-moz-selection {
  background-color: rgb(101 195 200 / 0.7);
}
body::selection {
  background-color: rgb(101 195 200 / 0.7);
}
input, select, textarea {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
input[disabled], select[disabled]{
        opacity: .5;
        cursor: not-allowed;
    }
label {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], input[type='datetime-local'], input[type='month'], input[type='search'], input[type='tel'], input[type='time'], input[type='week'], input[multiple], textarea, select {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity)) !important;
  --tw-ring-offset-color: #f87171;
  border-radius: 0.25rem !important;
  background-color: transparent;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
input[type='text']:focus, input[type='text']:active, input[type='email']:focus, input[type='email']:active, input[type='url']:focus, input[type='url']:active, input[type='password']:focus, input[type='password']:active, input[type='number']:focus, input[type='number']:active, input[type='date']:focus, input[type='date']:active, input[type='datetime-local']:focus, input[type='datetime-local']:active, input[type='month']:focus, input[type='month']:active, input[type='search']:focus, input[type='search']:active, input[type='tel']:focus, input[type='tel']:active, input[type='time']:focus, input[type='time']:active, input[type='week']:focus, input[type='week']:active, input[multiple]:focus, input[multiple]:active, textarea:focus, textarea:active, select:focus, select:active {
  --tw-ring-color: currentColor;
}
input[type="checkbox"] {
  border-radius: 0.125rem;
}
input[type="radio"], input[type="checkbox"] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
  --tw-ring-offset-width: 0px !important;
}
input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
  --tw-ring-color: currentColor;
}
.offcanvas-trigger > *{
            pointer-events: none;
        }
.btn{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-family: Trenda-reg, sans-serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-transform: uppercase;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
    }
.btn.disabled, .btn[disabled] {
  pointer-events: none;
  opacity: 0.1;
}
.btn:focus, .btn:active{

        }
.btn .icon {
  margin-left: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn:hover .icon {
  margin-left: 3.5rem;
  margin-right: 1rem;
}
.parallax{
        transition: all .1s ease-out;
    }
.floating-btn{
        display: inline-flex;
        align-items: center;
        padding: 1rem 3rem 0 0;
        cursor: pointer;

        transition: all .35s ease-out;

        text-transform: uppercase;
        color: #65C3C8;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 600;
    }
.floating-btn__icon{
            position: relative;
            margin-left: 1rem;
            transition: all .35s ease-out;
        }
.floating-btn__icon .arrow {
  height: 2rem;
  width: 2rem;

                transition: all .35s ease-out;
                position: relative;
                z-index: 1;
                color: #65C3C8;
}
.floating-btn__icon .circle{
                position: absolute;
                top: 0;
                left: 0;
                right: -1rem;
                bottom: 0;
                margin: auto;

                z-index:0;

                width: 2rem;
                height: 2rem;

                border-radius: 100%;
                box-shadow: inset  0 0 0 1px #65C3C8;
                opacity: .7;

                transition: all .5s ease-out;
            }
@media(pointer: fine){
                .floating-btn:hover .floating-btn__icon{
                    //transform: scale(1.5);
                }


                .floating-btn:hover .circle{
                    //background: red;
                    box-shadow: inset 0 0 0 1px #65C3C8;
                }

                .floating-btn:hover .arrow{

                }
        }
.decoration-line{
        position: relative;
        display: block;
        height: 2px;
        line-height: 0;
        font-size: 0;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
.decoration-line::before{
            content: "";
            display: inline-flex;
            height: 100%;
            width: 2rem;
            font-size: 0;
            background: #65C3C8;
        }
.decoration-headline{
        position: relative;
        display: block;
        height: 20px;
        line-height: 0;
        font-size: 0;
        margin-bottom: 0.5rem;
    }
.decoration-headline::before{
            content: "";
            display: inline-flex;
            height: 100%;
            width: 50px;
            height: 20px;
            font-size: 0;
            background: url(../assets/images/waves_md.svg) no-repeat;
        }
.decoration-square {
  pointer-events: none;
  height: 5rem;
  width: 9rem;
  border-width: 16px;
  --tw-border-opacity: 1;
  border-color: rgb(101 195 200 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .decoration-square {
    height: 8rem;
  }
  .decoration-square {
    width: 15rem;
  }
  .decoration-square {
    border-width: 24px;
  }
}
.decoration-icon {
  pointer-events: none;
  display: flex;
  height: 7rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(101 195 200 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.user-content * + * {
  margin-top: 1rem;
}
.prose *{
            color: inherit;
        }
/*
            ########  ########   #######  ########  ########   #######  ##      ## ##    ##    ##     ## ######## ##    ## ##     ##
            ##     ## ##     ## ##     ## ##     ## ##     ## ##     ## ##  ##  ## ###   ##    ###   ### ##       ###   ## ##     ##
            ##     ## ##     ## ##     ## ##     ## ##     ## ##     ## ##  ##  ## ####  ##    #### #### ##       ####  ## ##     ##
            ##     ## ########  ##     ## ########  ##     ## ##     ## ##  ##  ## ## ## ##    ## ### ## ######   ## ## ## ##     ##
            ##     ## ##   ##   ##     ## ##        ##     ## ##     ## ##  ##  ## ##  ####    ##     ## ##       ##  #### ##     ##
            ##     ## ##    ##  ##     ## ##        ##     ## ##     ## ##  ##  ## ##   ###    ##     ## ##       ##   ### ##     ##
            ########  ##     ##  #######  ##        ########   #######   ###  ###  ##    ##    ##     ## ######## ##    ##  #######
    */
.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  --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));
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown.open .dropdown-menu {
  pointer-events: auto;
  z-index: 10;
  opacity: 1;
}
/*
             ######  ##     ## ########   ######   #######  ########
            ##    ## ##     ## ##     ## ##    ## ##     ## ##     ##
            ##       ##     ## ##     ## ##       ##     ## ##     ##
            ##       ##     ## ########   ######  ##     ## ########
            ##       ##     ## ##   ##         ## ##     ## ##   ##
            ##    ## ##     ## ##    ##  ##    ## ##     ## ##    ##
             ######   #######  ##     ##  ######   #######  ##     ##
    */
#cursor{
            display:none;
        }
@media (pointer: fine) {
#cursor{
                --cursor-scale: 1;

                display: block;
                pointer-events: none;

                position: relative;
                width: 2rem;
                height: 2rem;
                border-radius: 100%;

                border: 2px solid #65C3C8;
                position: fixed;
                z-index: 999;

                opacity: 0;

                transform: translate(-50%,-50%);
                transform-origin: center center;

                transition: all .5s cubic-bezier(.72,-0.59,.36,1.57);
                transition-property: width,height, opacity, border-color, background




                /* HOVER STAVY */
        }


                #cursor.alive{
                    opacity: .7;
                }

                #cursor .gallery-zoom, #cursor .play-video {
    position: absolute;
  }

                #cursor .gallery-zoom, #cursor .play-video {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

                #cursor .gallery-zoom, #cursor .play-video {
    display: flex;
  }

                #cursor .gallery-zoom, #cursor .play-video {
    align-items: center;
  }

                #cursor .gallery-zoom, #cursor .play-video {
    justify-content: center;
  }

                #cursor .gallery-zoom, #cursor .play-video {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

                #cursor .gallery-zoom, #cursor .play-video{

                    transform: rotate(180deg);
                    transform-origin: center center;
                    transition: all .6s cubic-bezier(.72,-0.59,.36,1.57), opacity .6s ease-out;
                    opacity: 0;

                    color: white;
                }
                #cursor.shrink{
                    opacity: 0;
                    width: 0rem;
                    height: 0rem;
                }


                #cursor.grow{
                    opacity: 1;
                    width: 5rem;
                    height: 5rem;
                }

                #cursor.zoom-it{
                    background: #65C3C8;
                    border-color: transparent;
                }

                    #cursor.zoom-it .gallery-zoom{
                        opacity:1;
                        transform: rotate(0deg);
                    }

                #cursor.play-it{
                    background: #65C3C8;
                    border-color: transparent;
                }

                    #cursor.play-it .play-video{
                        opacity:1;
                        transform: rotate(0deg);
                    }
            }
/*
            ##    ##    ###    ##     ##    ########     ###    ##    ## ######## ##
            ###   ##   ## ##   ##     ##    ##     ##   ## ##   ###   ## ##       ##
            ####  ##  ##   ##  ##     ##    ##     ##  ##   ##  ####  ## ##       ##
            ## ## ## ##     ## ##     ##    ########  ##     ## ## ## ## ######   ##
            ##  #### #########  ##   ##     ##        ######### ##  #### ##       ##
            ##   ### ##     ##   ## ##      ##        ##     ## ##   ### ##       ##
            ##    ## ##     ##    ###       ##        ##     ## ##    ## ######## ########
    */
#page-header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 20;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  #page-header {
    padding-top: 5rem;
  }
}
#page-header .logo {
  max-width: 150px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px) {
  #page-header .logo {
    max-width: 200px;
  }
}
#page-header .logo svg {
  height: 100%;
  width: 100%;
}
#page-header .right{
        }
#page-header .main-menu{
            gap: 2rem;
            font-family: Trenda-reg, sans-serif;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));


        }
#page-header .main-menu__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#page-header .main-menu__item .main-menu__link {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
#page-header .main-menu__item .main-menu__link::after{
                        content: "";
                        background: #65C3C8;
                        position: absolute;
                        left: 0px;
                        right: 0px;
                        bottom: 0px;
                        display: flex;
                        height: 2px;
                        width: 100%;

                        transition: transform .4s cubic-bezier(.72,-0.59,.36,1.57), transform-origin .4s step-end;
                        transform: scaleX(0);
                        transform-origin: left center;
                    }
#page-header .main-menu__item .main-menu__link:hover::after{
                            transform: scaleX(.3);
                        }
#page-header .main-menu__item .main-menu__link.active::after{
                            transform: scaleX(1);
                        }
/* Interakcie pri scrollovani */
/* Pohyb hore */
#page-header.headroom--pinned{
                /* @apply -translate-y-0; */

            }
/* Pohyb dole */
#page-header.headroom--unpinned{
                /* @apply -translate-y-full; */
            }
#page-header.headroom--not-top {
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#page-header.headroom--not-top .logo{

                }
#page-header.headroom--not-top .right{
                    color: #374151;
                }
/*
    ##    ##     ##  #######  ########  #### ##       ########    ##     ## ######## ##    ## ##     ##
    ##    ###   ### ##     ## ##     ##  ##  ##       ##          ###   ### ##       ###   ## ##     ##
    ##    #### #### ##     ## ##     ##  ##  ##       ##          #### #### ##       ####  ## ##     ##
          ## ### ## ##     ## ########   ##  ##       ######      ## ### ## ######   ## ## ## ##     ##
    ##    ##     ## ##     ## ##     ##  ##  ##       ##          ##     ## ##       ##  #### ##     ##
    ##    ##     ## ##     ## ##     ##  ##  ##       ##          ##     ## ##       ##   ### ##     ##
    ##    ##     ##  #######  ########  #### ######## ########    ##     ## ######## ##    ##  #######
    */
#mobile-menu{
        transform: translateX(-100%);
        transition: transform .25s ease-out;
    }
#mobile-menu.active{
            transform: translateX(0%);
        }
#mobile-menu .menu_item{
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }
#mobile-menu .menu_item > span, #mobile-menu .menu_item > a{
                display: flex;
                flex: 1 1 100%;
                max-width: 80%;
                padding-left: 2rem;
            }
#mobile-menu .menu_item .icon{
                visibility: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: rgb(101 195 200 / 0.05);
                padding: 1rem;
            }
#mobile-menu .menu_item .submenu{
                width: 100%;
                flex-basis: 100%;
                background-color: rgb(101 195 200 / 0.05);
                padding-top: 1rem;
                padding-bottom: 1rem;
            }
#mobile-menu .menu_item .submenu a {
  padding-left: 2.5rem;
}
/* Ak ma submenu */
#mobile-menu .menu_item.has-submenu > .icon{
                    visibility: visible;
                }
#mobile-menu .menu_item.has-submenu > .icon.collapsed{
                    transform: rotate(90deg);
                }
/*
             ######   #######  ##    ## ########    ###    #### ##    ## ######## ########      #######  ##     ## ########  ######  #### ########  ########
            ##    ## ##     ## ###   ##    ##      ## ##    ##  ###   ## ##       ##     ##    ##     ## ##     ##    ##    ##    ##  ##  ##     ## ##
            ##       ##     ## ####  ##    ##     ##   ##   ##  ####  ## ##       ##     ##    ##     ## ##     ##    ##    ##        ##  ##     ## ##
            ##       ##     ## ## ## ##    ##    ##     ##  ##  ## ## ## ######   ########     ##     ## ##     ##    ##     ######   ##  ##     ## ######
            ##       ##     ## ##  ####    ##    #########  ##  ##  #### ##       ##   ##      ##     ## ##     ##    ##          ##  ##  ##     ## ##
            ##    ## ##     ## ##   ###    ##    ##     ##  ##  ##   ### ##       ##    ##     ##     ## ##     ##    ##    ##    ##  ##  ##     ## ##
             ######   #######  ##    ##    ##    ##     ## #### ##    ## ######## ##     ##     #######   #######     ##     ######  #### ########  ########
    */
.container-outside{
        min-width: var(--space-out-of-container);
    }
/*
    // ########  ########  ########    ###    ##    ##     ######   #######  ##    ## ########    ###    #### ##    ## ######## ########
    // ##     ## ##     ## ##         ## ##   ##   ##     ##    ## ##     ## ###   ##    ##      ## ##    ##  ###   ## ##       ##     ##
    // ##     ## ##     ## ##        ##   ##  ##  ##      ##       ##     ## ####  ##    ##     ##   ##   ##  ####  ## ##       ##     ##
    // ########  ########  ######   ##     ## #####       ##       ##     ## ## ## ##    ##    ##     ##  ##  ## ## ## ######   ########
    // ##     ## ##   ##   ##       ######### ##  ##      ##       ##     ## ##  ####    ##    #########  ##  ##  #### ##       ##   ##
    // ##     ## ##    ##  ##       ##     ## ##   ##     ##    ## ##     ## ##   ###    ##    ##     ##  ##  ##   ### ##       ##    ##
    // ########  ##     ## ######## ##     ## ##    ##     ######   #######  ##    ##    ##    ##     ## #### ##    ## ######## ##     ##
    */
.break-container{
        /* overflow: hidden; */

        margin-right: calc( (var(--space-out-of-container)) * -1);
        margin-left: calc( (var(--space-out-of-container)) * -1);
        /* Plati len ak je element na jednom alebo druhom kraji parent containera */

    }
.break-container.pad{
            padding-left: calc( (var(--space-out-of-container)) );
            padding-right: calc( (var(--space-out-of-container)) );
        }
.break-container--left{
            margin-right: 0;
            margin-left: calc( (var(--space-out-of-container)) * -1);
        }
.break-container--left.pad{
                padding-left: calc( (var(--space-out-of-container)) );
                padding-right: 0;
            }
.break-container--right{
            margin-left: 0;
        }
.break-container--right.pad{
                padding-right: calc( (var(--space-out-of-container)) );
                padding-left: 0;
            }
/* LG breakpoint */
@media (min-width: 1024px){
                .break-container.lg\:break-container--left{
                    margin-right: 0;
                    margin-left: calc( (var(--space-out-of-container)) * -1);
                }

                    .break-container.lg\:break-container--left.pad{
                        padding-left: calc( (var(--space-out-of-container)) );
                        padding-right: 0;
                    }

                .break-container.lg\:break-container--right{
                    margin-left: 0;
                }

                    .break-container.lg\:break-container--right.pad{
                        padding-right: calc( (var(--space-out-of-container)) );
                        padding-left: 0;
                    }
            }
/* MD breakpoint */
@media (min-width: 768px){
                .break-container.md\:break-container--left{
                    margin-right: 0;
                    margin-left: calc( (var(--space-out-of-container)) * -1);
                }

                    .break-container.md\:break-container--left.pad{
                        padding-left: calc( (var(--space-out-of-container)) );
                        padding-right: 0;
                    }

                .break-container.md\:break-container--right{
                    margin-left: 0;
                    margin-right: calc( (var(--space-out-of-container)) * -1);
                }

                    .break-container.md\:break-container--right.pad{
                        padding-right: calc( (var(--space-out-of-container)) );
                        padding-left: 0;
                    }
            }
/* SM breakpoint */
@media (min-width: 640px){
                .break-container.sm\:break-container .sm\:break-container--left{
                    margin-right: 0;
                    margin-left: calc( (var(--space-out-of-container)) * -1);
                }

                    .break-container.sm\:break-container .sm\:break-container--left.pad{
                        padding-left: calc( (var(--space-out-of-container)) );
                        padding-right: 0;
                    }

                .break-container.sm\:break-container .sm\:break-container--right{
                    margin-left: 0;
                    margin-right: calc( (var(--space-out-of-container)) * -1);
                }

                    .break-container.sm\:break-container .sm\:break-container--right.pad{
                        padding-right: calc( (var(--space-out-of-container)) );
                        padding-left: 0;
                    }
            }
@-webkit-keyframes swipe{
        0%{
            left:0;
            right: 100%;
        }

        50%{
            left:0;
            right: 0;
        }

        100%{
            left:100%;
            right: 0;
        }
    }
@keyframes swipe{
        0%{
            left:0;
            right: 100%;
        }

        50%{
            left:0;
            right: 0;
        }

        100%{
            left:100%;
            right: 0;
        }
    }
.text-reveal{
        position: relative;



    }
.text-reveal .line{
            -webkit-mask: linear-gradient(90deg, white 100%, transparent);
                    mask: linear-gradient(90deg, white 100%, transparent);
        }
.text-reveal .line .line-inner{
                /* transform: translateX(-100%); */
                opacity: 0;
            }
.text-reveal .line::before{
                content: "";
                background-color: currentColor;
                position: absolute;
            }
.text-reveal .line.revealed .line-inner{
                    -webkit-animation: slideIn 1s alternate both ease-out;
                            animation: slideIn 1s alternate both ease-out;
                }
.text-reveal .line.revealed::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
                    -webkit-animation: swipe 1s alternate both ease-out;
                            animation: swipe 1s alternate both ease-out;
}
@keyframes swipe{
        0%{
            left: 0;
            right: 100%;
        }

        50%{
            left: 0;
            right: 0;
        }

        100%{
            left: 100%;
            right: 0;
        }
    }
@-webkit-keyframes slideIn{
        0%{
            transform: translateX(-5%);

        }

        50%{
            opacity: 0;
        }

        51%{

        }

        75%{
            transform: translateX(0);
            opacity: 1;
        }

        100%{

            opacity: 1;
        }
    }
@keyframes slideIn{
        0%{
            transform: translateX(-5%);

        }

        50%{
            opacity: 0;
        }

        51%{

        }

        75%{
            transform: translateX(0);
            opacity: 1;
        }

        100%{

            opacity: 1;
        }
    }
/*
             ######  ##     ##  ######  ########  #######  ##     ##    ########  #######  ########  ##     ##
            ##    ## ##     ## ##    ##    ##    ##     ## ###   ###    ##       ##     ## ##     ## ###   ###
            ##       ##     ## ##          ##    ##     ## #### ####    ##       ##     ## ##     ## #### ####
            ##       ##     ##  ######     ##    ##     ## ## ### ##    ######   ##     ## ########  ## ### ##
            ##       ##     ##       ##    ##    ##     ## ##     ##    ##       ##     ## ##   ##   ##     ##
            ##    ## ##     ## ##    ##    ##    ##     ## ##     ##    ##       ##     ## ##    ##  ##     ##
             ######   #######   ######     ##     #######  ##     ##    ##        #######  ##     ## ##     ##
    */
.form-highlight{
        position: absolute !important;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
.input-group{
        --b-radius: 0.125rem;
        --b-width: 1px;
        --b-color: #123A4A;
        --t-speed: .15;
        position: relative;

    }
.input-group input:not([type='checkbox']), .input-group input:not([type='radio']) select, .input-group textarea {
  border-color: transparent;
}
.input-group input[type='checkbox'], .input-group input[type='radio']{
             border-color: var(--b-color) !important;
        }
/* Placeholder schovame */
.input-group:placeholder {
  color: transparent;
}
/* Error msg */
.input-group .error {
  margin-top: 0.5rem;
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.input-group .error-be {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.input-group .input-control{
            position: relative;

        }
.input-group .input-control > input, .input-group .input-control > textarea, .input-group .input-control > select {
  border-width: 1px;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
                color-scheme: dark;
}
/* Autocomplete override */
.input-group .input-control > input:-webkit-autofill,
                .input-group .input-control > input:-webkit-autofill:hover,
                .input-group .input-control > input:-webkit-autofill:focus,
                .input-group .input-control > input:-webkit-autofill:active,
                .input-group .input-control > textarea:-webkit-autofill,
                .input-group .input-control > textarea:-webkit-autofill:hover,
                .input-group .input-control > textarea:-webkit-autofill:focus,
                .input-group .input-control > textarea:-webkit-autofill:active,
                .input-group .input-control > select:-webkit-autofill,
                .input-group .input-control > select:-webkit-autofill:hover,
                .input-group .input-control > select:-webkit-autofill:focus,
                .input-group .input-control > select:-webkit-autofill:active
                {
                 -webkit-box-shadow: 0 0 0 30px #94a3b8 inset !important;
                 -webkit-text-fill-color: white;
                 border: 0;
                }
.input-group .input-control > input::-webkit-calendar-picker-indicator, .input-group .input-control > textarea::-webkit-calendar-picker-indicator, .input-group .input-control > select::-webkit-calendar-picker-indicator {
                    filter: brightness(100%);
                    opacity: 0.5;
                }
.input-group .input-control > input:-webkit-autofill, .input-group .input-control > textarea:-webkit-autofill, .input-group .input-control > select:-webkit-autofill {
                    /*
                    Expose a hook for JavaScript when autofill is shown
                    JavaScript can capture 'animationstart' events
                     */
                    -webkit-animation-name: onAutoFillStart;
                            animation-name: onAutoFillStart;

                    /*
                    Make the background color become yellow really slowly
                    */
                    -webkit-transition: background-color 50000s ease-in-out 0s;
                    transition: background-color 50000s ease-in-out 0s;
                }
.input-group .input-control > input:not(:-webkit-autofill), .input-group .input-control > textarea:not(:-webkit-autofill), .input-group .input-control > select:not(:-webkit-autofill) {
                    /*
                    Expose a hook for JS onAutoFillCancel
                    JavaScript can capture 'animationstart' events
                    */
                    -webkit-animation-name: onAutoFillCancel;
                            animation-name: onAutoFillCancel;
                }
/* treba potom pridat ring*/
.input-group .input-control > input + .floating-label, .input-group .input-control > textarea + .floating-label, .input-group .input-control > select + .floating-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transform-origin: top left;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* Focus state a ak je input vyplneny */
.input-group .input-control > input:focus + .floating-label, .input-group .input-control > input.not-empty + .floating-label, .input-group .input-control > textarea:focus + .floating-label, .input-group .input-control > textarea.not-empty + .floating-label, .input-group .input-control > select:focus + .floating-label, .input-group .input-control > select.not-empty + .floating-label{
                    pointer-events:none;
                    --tw-translate-y: -0.75rem;
                    --tw-scale-x: .75;
                    --tw-scale-y: .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));
                }
/* ZAKOMENTOVAT AK CHCEME POUZIVAT FLOATING VARIANT */
.input-group .input-control > input:not([type='checkbox']):not([type='radio']):focus, .input-group .input-control > input:not([type='checkbox']):not([type='radio']):active, .input-group .input-control > textarea:not([type='checkbox']):not([type='radio']):focus, .input-group .input-control > textarea:not([type='checkbox']):not([type='radio']):active, .input-group .input-control > select:not([type='checkbox']):not([type='radio']):focus, .input-group .input-control > select:not([type='checkbox']):not([type='radio']):active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
/* //END ZAKOMENTOVAT */
.input-group .input-control > input + .notch-label, .input-group .input-control > textarea + .notch-label, .input-group .input-control > select + .notch-label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
}
.input-group .input-control > input + .notch-label,.input-group .input-control > textarea + .notch-label,.input-group .input-control > select + .notch-label{
                    pointer-events:none;
                }
.input-group .input-control > input + .notch-label span, .input-group .input-control > textarea + .notch-label span, .input-group .input-control > select + .notch-label span {
  white-space: nowrap;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  font-family: Trenda-reg, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.input-group .input-control > input + .notch-label span,.input-group .input-control > textarea + .notch-label span,.input-group .input-control > select + .notch-label span{

                        transition: margin calc(var(--t-speed)*1s) ease-out,
                                    border-top-color calc(var(--t-speed)*.33s) ease-out calc(var(--t-speed)*.65s);
                        border-color: var(--b-color);
                        border-width:  var(--b-width) 0;
                    }
.input-group .input-control > input + .notch-label::before, .input-group .input-control > input + .notch-label::after, .input-group .input-control > textarea + .notch-label::before, .input-group .input-control > textarea + .notch-label::after, .input-group .input-control > select + .notch-label::before, .input-group .input-control > select + .notch-label::after{
                        content: '';
                        height: 100%;
                        border-color: var(--b-color);
                    }
.input-group .input-control > input + .notch-label::before, .input-group .input-control > textarea + .notch-label::before, .input-group .input-control > select + .notch-label::before {
  width: 0.75rem;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.input-group .input-control > input + .notch-label::before,.input-group .input-control > textarea + .notch-label::before,.input-group .input-control > select + .notch-label::before{
                        border-radius: var(--b-radius) 0 0 var(--b-radius);
                        border-width: var(--b-width) 0 var(--b-width) var(--b-width);
                    }
.input-group .input-control > input + .notch-label::after, .input-group .input-control > textarea + .notch-label::after, .input-group .input-control > select + .notch-label::after {
  width: 100%;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.input-group .input-control > input + .notch-label::after,.input-group .input-control > textarea + .notch-label::after,.input-group .input-control > select + .notch-label::after{
                        border-radius: 0 var(--b-radius) var(--b-radius) 0;
                        border-width: var(--b-width) var(--b-width) var(--b-width) 0;
                    }
/*Vyseknuty label*/
.input-group .input-control > input:hover + .notch-label,.input-group .input-control > textarea:hover + .notch-label,.input-group .input-control > select:hover + .notch-label{

                }
/* Pridanie hviezdicky */
.input-group .input-control > input[required] + .floating-label::after,.input-group .input-control > textarea[required] + .floating-label::after,.input-group .input-control > select[required] + .floating-label::after{
                        content: ' *';
                    }
/* Lietajuci, animovany label */
.input-group .input-control > input[required] + .notch-label span::after,.input-group .input-control > textarea[required] + .notch-label span::after,.input-group .input-control > select[required] + .notch-label span::after{
                            content: ' *';
                        }
/* obycajny label - pouziva sa najma pri checkbox/radio labeloch */
.input-group .input-control > input[required] + label:not(.notch-label):not(.floating-label)::after,.input-group .input-control > textarea[required] + label:not(.notch-label):not(.floating-label)::after,.input-group .input-control > select[required] + label:not(.notch-label):not(.floating-label)::after{
                        content: ' *';
                    }
/* Focus state a ak je input vyplneny + selecty */
.input-group.focused{
            --b-width: 2px;
        }
.input-group.focused, .input-group.not-empty {
            --b-color: #64748b;
        }
.input-group.focused .input-control .notch-label span, .input-group.not-empty .input-control .notch-label span {
  margin-top: -0.5rem;
  padding-top: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.input-group.focused .input-control .notch-label span,.input-group.not-empty .input-control .notch-label span{
                        border-top: transparent;
                    }
.input-group.placeholder .input-control .notch-label span {
  margin-top: -0.5rem;
  padding-top: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
                        border-top: transparent;
}
.input-group select + .notch-label span {
  margin-top: -0.5rem !important;
  padding-top: 0px !important;
  font-size: 0.75rem;
  line-height: 1rem;
                border-top: transparent;
}
/* ERROR stav */
.input-group.touched.invalid {
            --b-color: #ef4444;

        }
.input-group.touched.invalid input[type='checkbox'], .input-group.touched.invalid input[type='radio']{
                border-color: var(--b-color) !important;
            }
.input-group.touched.invalid .error {
  display: block;

                -webkit-animation-name: revealMsg;

                        animation-name: revealMsg;
                -webkit-animation-duration: .3s;
                        animation-duration: .3s;
                -webkit-animation-timing-function: ease-out;
                        animation-timing-function: ease-out;
}
/*
    News Articles
     */
.news-articles__featured-article {
  position: relative;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(18 58 74 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .news-articles__featured-article {
    grid-row: span 2 / span 2;
  }
  .news-articles__featured-article {
    display: flex;
  }
  .news-articles__featured-article {
    border-bottom-width: 0px;
  }
  .news-articles__featured-article {
    border-right-width: 1px;
  }
}
.news-articles__regular-article {
  display: none;
}
@media (min-width: 1280px) {
  .news-articles__regular-article {
    display: flex;
  }
}
.news-articles__regular-article:nth-of-type(2) {
  align-items: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(18 58 74 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .news-articles__regular-article:nth-of-type(2) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .news-articles__regular-article:nth-of-type(2) {
    padding-top: 0px;
  }
}
.news-articles__regular-article:nth-of-type(3) {
  align-items: flex-end;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .news-articles__regular-article:nth-of-type(3) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .news-articles__regular-article:nth-of-type(3) {
    padding-bottom: 0px;
  }
}
/*
            ##     ## #### ########  ########  #######     ########  ##        #######   ######  ##    ##
            ##     ##  ##  ##     ## ##       ##     ##    ##     ## ##       ##     ## ##    ## ##   ##
            ##     ##  ##  ##     ## ##       ##     ##    ##     ## ##       ##     ## ##       ##  ##
            ##     ##  ##  ##     ## ######   ##     ##    ########  ##       ##     ## ##       #####
             ##   ##   ##  ##     ## ##       ##     ##    ##     ## ##       ##     ## ##       ##  ##
              ## ##    ##  ##     ## ##       ##     ##    ##     ## ##       ##     ## ##    ## ##   ##
               ###    #### ########  ########  #######     ########  ########  #######   ######  ##    ##
     */
@media (pointer: fine){
                .video-block:hover .play-btn{
                opacity:0;
                transform-origin: center top;
                }
                .video-block:hover .play-btn {
    --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));
  }
                .video-block:hover .play-btn {
    --tw-blur: blur(4px);
    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);
  }

        }
.video-block .play-btn{
            opacity: 1;
            transition: all .35s ease-out;
        }
/*
            ##     ## ######## ##    ## ##     ##    ########     ###    ##    ##
            ###   ### ##       ###   ## ##     ##    ##     ##   ## ##    ##  ##
            #### #### ##       ####  ## ##     ##    ##     ##  ##   ##    ####
            ## ### ## ######   ## ## ## ##     ##    ##     ## ##     ##    ##
            ##     ## ##       ##  #### ##     ##    ##     ## #########    ##
            ##     ## ##       ##   ### ##     ##    ##     ## ##     ##    ##
            ##     ## ######## ##    ##  #######     ########  ##     ##    ##
     */
.menu-day.active .day-block {
  --tw-bg-opacity: 1;
  background-color: rgb(101 195 200 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 118 122 / var(--tw-text-opacity));
}
.menu-day.active .day-block .day-name {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*
            ########    ###    ########   ######
               ##      ## ##   ##     ## ##    ##
               ##     ##   ##  ##     ## ##
               ##    ##     ## ########   ######
               ##    ######### ##     ##       ##
               ##    ##     ## ##     ## ##    ##
               ##    ##     ## ########   ######
    */
.tab-launcher{
        transition: all .3s ease-out;
        position: relative;
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity));
    }
.tab-launcher > * {
            pointer-events: none;
        }
.tabs-desktop .tab-launcher{
            transition: all .3s ease-out;
            position: relative;
            --tw-text-opacity: 1;
            color: rgb(75 85 99 / var(--tw-text-opacity));
        }
.tabs-desktop .tab-launcher::before{
                content: "";
                position: absolute;
                left: 0px;
                right: 0px;
                bottom: 0px;
                height: 1px;
                --tw-bg-opacity: 1;
                background-color: rgb(101 195 200 / var(--tw-bg-opacity));
                transition: all .3s cubic-bezier(.72,-0.59,.36,1.57);
                transform: scaleX(0);
                transform-origin: left center;
            }
.tabs-desktop .tab-launcher:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tabs-desktop .tab-launcher:hover::before{
                    transform: scaleX(.3);
                }
.tabs-desktop .tab-launcher.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tabs-desktop .tab-launcher.active::before{
                    transform: scaleX(1);
                }
.tabs-desktop .tab-launcher > * {
                pointer-events: none;
            }
.tabs-mobile .tab-launcher{
            transition: all .3s ease-out;
            position: relative;
            --tw-text-opacity: 1;
            color: rgb(75 85 99 / var(--tw-text-opacity));
        }
.tabs-mobile .tab-launcher:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tabs-mobile .tab-launcher.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tabs-mobile .tab-launcher > * {
                pointer-events: none;
            }
.tab-pane{
        display: none;
    }
.tab-pane.show{
            display: grid;
        }
/*
            ######## ##     ## ######## ##    ## ########  ######      ######  ##       #### ########  ########  ######  ##     ##  #######  ##      ##
            ##       ##     ## ##       ###   ##    ##    ##    ##    ##    ## ##        ##  ##     ## ##       ##    ## ##     ## ##     ## ##  ##  ##
            ##       ##     ## ##       ####  ##    ##    ##          ##       ##        ##  ##     ## ##       ##       ##     ## ##     ## ##  ##  ##
            ######   ##     ## ######   ## ## ##    ##     ######      ######  ##        ##  ##     ## ######    ######  ######### ##     ## ##  ##  ##
            ##        ##   ##  ##       ##  ####    ##          ##          ## ##        ##  ##     ## ##             ## ##     ## ##     ## ##  ##  ##
            ##         ## ##   ##       ##   ###    ##    ##    ##    ##    ## ##        ##  ##     ## ##       ##    ## ##     ## ##     ## ##  ##  ##
            ########    ###    ######## ##    ##    ##     ######      ######  ######## #### ########  ########  ######  ##     ##  #######   ###  ###
    */
.events-slideshow .pagination {
  display: flex;
  gap: 0.5rem;
}
.events-slideshow .pagination .bullet {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(18 58 74 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.events-slideshow .pagination .bullet--active {
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(52 167 173 / var(--tw-bg-opacity));
}
/*
               ###    ##    ## #### ##     ##    ###    ######## ####  #######  ##    ##
              ## ##   ###   ##  ##  ###   ###   ## ##      ##     ##  ##     ## ###   ##
             ##   ##  ####  ##  ##  #### ####  ##   ##     ##     ##  ##     ## ####  ##
            ##     ## ## ## ##  ##  ## ### ## ##     ##    ##     ##  ##     ## ## ## ##
            ######### ##  ####  ##  ##     ## #########    ##     ##  ##     ## ##  ####
            ##     ## ##   ###  ##  ##     ## ##     ##    ##     ##  ##     ## ##   ###
            ##     ## ##    ## #### ##     ## ##     ##    ##    ####  #######  ##    ##
    */
/* AUTOFILL DETECTION */
@-webkit-keyframes onAutoFillStart {  from {/**/}  to {/**/}}
@keyframes onAutoFillStart {  from {/**/}  to {/**/}}
@-webkit-keyframes onAutoFillCancel {  from {/**/}  to {/**/}}
@keyframes onAutoFillCancel {  from {/**/}  to {/**/}}
:root{
    --cc-animation-ease: cubic-bezier(0.165, 0.84, 0.44, 1);

    /* Info popup / maly panel */
    --cc-info__bg: #031D33;
    --cc-info__fg: #9ca3af;
    --cc-info__border: transparent;
    --cc-info__headline-font: Trenda-reg, sans-serif;
    --cc-info__headline__fg: #f3f4f6;
    --cc-info__btn-settings__bg: #123A4A;
    --cc-info__btn-settings__fg: white;
    --cc-info__btn-accept__bg: #65C3C8;
    --cc-info__btn-accept__fg: white;

    /* Settings modal / velke okno */
    --cc-settings__bg: #031D33;
    --cc-settings__fg: #9ca3af;
    --cc-settings__btn__bg: #123A4A;
    --cc-settings__btn__fg: white;
    --cc-settings__btn-accept__bg: #65C3C8;
    --cc-settings__btn-accept__fg: white;
    --cc-settings__headline-font: Trenda-reg, sans-serif;
    --cc-settings__headline__fg: white;

    /* Custom I/O switch */
    --cs__width: 1.5rem;
    --cs__pad: 5px;
    --cs__default-bg: #374151;
    --cs__active-bg: #10b981;
    --cs__label-heading__fg: white;
    --cs__label-text__fg: #9ca3af;
}
.cookie-info{
    /* Styles */
    position: fixed;
    margin: 1em;

    left: 0;
    bottom: 0;
    z-index: 9998;

    background: var(--cc-info__bg);
    transition: all .5s var(--cc-animation-ease);
    border: 1px solid var(--cc-info__border);

    box-shadow:  0 0 10rem rgba(0,0,0, .75);

    color: var(--cc-info__fg);


    /* defaultny stav */
    pointer-events: none;
    opacity: 0;
}
/* aktivovany stav */
.cookie-info.active{
        pointer-events: all;
        opacity: 1;
    }
.cookie-info button{
        border: 0;
    }
.cookie-info__inner{
        margin: 1rem;
        max-width: 350px;
    }
@media (min-width:480px) {
.cookie-info__inner{
            margin: 2rem 3rem
    }
        }
.cookie-info__inner__content .heading{
                display: flex;
                align-items: center;
                gap: .5em;

                font-family: var(--cc-info__headline-font);
                color: var(--cc-info__headline__fg);
                font-size: 1.15em;
                margin-bottom: 1rem;
            }
.cookie-info__inner__content .heading-icon{


                    width: 1.5rem;
                    height: 1.5rem;
                }
.cookie-info__inner__content .description{
                font-size: .85em;
                color: var(--cc-info__fg);

                margin-bottom: 1.5rem;
            }
.cookie-info__inner__buttons{
            display: grid;
            gap: .5rem;

        }
@media (min-width: 480px) {
.cookie-info__inner__buttons{
                grid-template-columns: 1fr 1fr

        }
            }
.cookie-info .allow-all, .cookie-info .settings{
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;

        font-size: .85rem;
        width: 100%;

        color: white;
        white-space: nowrap;
        font-family: var(--cc-info__headline-font);

        padding: 1em;
    }
.cookie-info .settings{
        color: var(--cc-info__btn-settings__fg);
        background: var(--cc-info__btn-settings__bg);
    }
.cookie-info .allow-all{
        background: var(--cc-info__btn-accept__bg);
        color: var(--cc-info__btn-accept__fg);
    }
.cookie-consent{


    /* Styles */
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;


    transition: all .7s var(--cc-animation-ease);

    background: rgba(0,0,0, .7);

    display: flex;
    align-items: center;
    justify-content: center;

    /* defaultny stav */
    pointer-events: none;
    opacity: 0;


}
.cookie-consent .cookie-consent__container{
        transform: translateY(2rem);
    }
.cookie-consent button{
        border: 0;
    }
/* aktivovany stav */
.cookie-consent.active{
        pointer-events: auto;
        opacity: 1;
    }
.cookie-consent.active .cookie-consent__container{
            transform: translateY(0);
        }
@media (min-width: 640px) {
.cookie-consent{
        padding: 5rem


}
    }
/* Container */
.cookie-consent__container{

        max-width: 600px;
        max-height: 100%;

        overflow: hidden;
        /* background: #333; */
        background: var(--cc-settings__bg);
        color: white;

        transition: all .7s var(--cc-animation-ease);

        position: relative;
        z-index: 1;

        display: flex;
        flex-direction: column;
    }
/* Header */
.cookie-consent__header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem 2rem 0;
        font-family: var(--cc-settings__headline-font);
        color: var(--cc-settings__headline__fg);
    }
@media (min-width: 640px) {

        }
@media (min-width: 768px) {

        }
.cookie-consent__header h4{
            display: flex;
            align-items: center;

            font-size: 1.5rem;
        }
.cookie-consent__header h4 .heading-icon{
                margin-right: 1rem;

                width: 1.5rem;
                height: 1.5rem;
            }
.cookie-consent__header .icon{
            width: 1.5rem;
            height: 1.5rem;
        }
/* Content */
.cookie-consent__body{



        -ms-scroll-chaining: none;



            overscroll-behavior: contain;
        overflow: auto;
        padding: 1rem 2rem;

        display: flex;
        flex-direction: column;
        gap: 2rem;

        color: var(--cc-settings__fg);

    }
@media (min-width: 640px) {

        }
@media (min-width: 768px) {

        }
.cookie-consent__body .introduction{
            padding-bottom: 2rem;
            border-bottom: 1px solid rgba(black, 0.1);
        }
.cookie-consent__body .introduction .introduction-buttons{
                margin-top: 1.5rem;

                display: grid;

                gap: 1rem;
            }
@media (min-width: 640px) {

                }
@media (min-width: 768px) {
.cookie-consent__body .introduction .introduction-buttons{
                    grid-template-columns: 1fr 1fr
            }
                }
.cookie-consent__body .introduction .allow-all, .cookie-consent__body .introduction .deny-all{
                display: flex;
                align-items: center;
                justify-content: center;
                text-transform: uppercase;

                font-size: .85rem;
                width: 100%;

                color: var(--cc-settings__btn__fg);
                background: var(--cc-settings__btn__bg);
                font-family: var(--cc-settings__headline-font);

                padding: 1em;
            }
.cookie-consent__body .switches-container{
            display: grid;
            grid-gap: 1.5rem;
        }
.cookie-consent__body .switches-container .consent-switch{
                display: flex;
            }
.cookie-consent__body .switches-container .consent-switch .custom-io-switch{
                    margin-right: 1.5rem;
                }
.cookie-consent__body .switches-container .consent-switch h5{
                    color: var(--cs__label-heading__fg);
                    font-weight: 600;
                    font-size: .95rem;

                    margin-bottom: .3em;
                    font-family: var(--cc-settings__headline-font);
                }
.cookie-consent__body .switches-container .consent-switch p{
                    color: var(--cs__label-text__fg);
                    font-size: .8rem;
                    line-height: 1.4em;
                }
.cookie-consent__footer{
        padding: 1rem 2rem 2rem;
    }
.cookie-consent__footer .accept-settings{
            background: var(--cc-settings__btn-accept__bg);
            color: white;

            text-align: center;
            text-transform: uppercase;
            padding: 1em;

            width: 100%;

            font-family: var(--cc-settings__headline-font);
        }
.custom-io-switch input{
        position: absolute;
        opacity: 0;
    }
.custom-io-switch .io{
        display: flex;
        align-items: center;
        padding: var(--cs__pad);
        border-radius: 10rem;

        background: var(--cs__default-bg);
        transition: all .7s var(--cc-animation-ease);

        width: calc(var(--cs__width) * 2);
        height: var(--cs__width);

        outline-style: solid;
        outline-width: thin;
        outline-offset: 4px;
        outline-color: transparent;
    }
.custom-io-switch .io::before{
            content: "";
            display:block;

            width: calc(var(--cs__width) - var(--cs__pad)*2);
            height: calc(var(--cs__width) - var(--cs__pad)*2);

            border-radius: 99rem;
            background-color: white;
            /* box-shadow: 0 2px rgba(#000, .1),  inset 0 -1px rgba(#000, .1) ; */

            transition: all .7s var(--cc-animation-ease);
        }
/* CHECKED */
.custom-io-switch input:checked + .io{
        background: var(--cs__active-bg);
    }
.custom-io-switch input:checked + .io::before{
            transform: translateX(calc(100% + var(--cs__pad)*2));
        }
/* FOCUS */
.custom-io-switch input:focus + .io {
        outline-color: #999;
    }
/* DISABLED */
.custom-io-switch input:disabled + .io {
        opacity: .3;
        cursor: not-allowed;
    }
.custom-io-switch input:disabled + .io::before{
            background-color: white;
        }
.first\:pl-8:first-child {
  padding-left: 2rem;
}
.last\:pr-8:last-child {
  padding-right: 2rem;
}
.checked\:\!bg-pnt-cyan-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 195 200 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-pnt-cyan-500\/5:hover {
  background-color: rgb(101 195 200 / 0.05);
}
.hover\:bg-pnt-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 167 173 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:aspect-video {
    aspect-ratio: 16 / 9;
  }
  .sm\:aspect-auto {
    aspect-ratio: auto;
  }
  .sm\:grid-cols-\[1\.5fr\2c 1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-\[2fr\2c 1\.5fr\] {
    grid-template-columns: 2fr 1.5fr;
  }
  .sm\:grid-rows-\[1fr\2c 1fr\] {
    grid-template-rows: 1fr 1fr;
  }
  .sm\:grid-rows-\[1fr\2c \.5fr\2c 1fr\] {
    grid-template-rows: 1fr .5fr 1fr;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:first\:pl-0:first-child {
    padding-left: 0px;
  }
  .sm\:last\:pr-0:last-child {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:-mt-20 {
    margin-top: -5rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:aspect-auto {
    aspect-ratio: auto;
  }
  .md\:h-\[270px\] {
    height: 270px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr\2c 1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:bg-pnt-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 23 38 / var(--tw-bg-opacity));
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem;
  }
  .lg\:mt-64 {
    margin-top: 16rem;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .lg\:aspect-\[21\/9\] {
    aspect-ratio: 21 / 9;
  }
  .lg\:aspect-video {
    aspect-ratio: 16 / 9;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-56 {
    height: 14rem;
  }
  .lg\:h-\[400px\] {
    height: 400px;
  }
  .lg\:h-\[630px\] {
    height: 630px;
  }
  .lg\:max-h-\[450px\] {
    max-height: 450px;
  }
  .lg\:max-h-\[650px\] {
    max-height: 650px;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-2\/4 {
    width: 50%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:max-w-md {
    max-width: 28rem;
  }
  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
  .lg\:grid-cols-\[5\.4fr\2c 3fr\] {
    grid-template-columns: 5.4fr 3fr;
  }
  .lg\:grid-cols-\[1fr\2c 1\.5fr\] {
    grid-template-columns: 1fr 1.5fr;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[45\%\2c 50\%\] {
    grid-template-columns: 45% 50%;
  }
  .lg\:grid-cols-\[1fr\2c 2fr\] {
    grid-template-columns: 1fr 2fr;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[2fr\2c 1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .lg\:grid-cols-\[3fr\2c 1fr\] {
    grid-template-columns: 3fr 1fr;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:bg-pnt-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 29 51 / var(--tw-bg-opacity));
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:\[writing-mode\:vertical-rl\] {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[30\%\2c 65\%\] {
    grid-template-columns: 30% 65%;
  }
  .xl\:gap-40 {
    gap: 10rem;
  }
}


