
@charset "UTF-8";
/* =======================================================================================
=====      _______      _  _            _             _    _____   _____  _____      =====
=====     |__   __|    (_)| |          (_)           | |  / ____| / ____|/ ____|     =====
=====        | |  __ _  _ | |__      __ _  _ __    __| | | |     | (___ | (___       =====
=====        | | / _` || || |\ \ /\ / /| || '_ \  / _` | | |      \___ \ \___ \      =====
=====        | || (_| || || | \ V  V / | || | | || (_| | | |____  ____) |____) |     =====
=====        |_| \__,_||_||_|  \_/\_/  |_||_| |_| \__,_|  \_____||_____/|_____/      =====
=====                                                                                =====
======================================================================================= */
/*==================================================
                 BASE + MINIRESET
==================================================*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-size: 100%;
  font-weight: normal;
}
ul{
  list-style: none;
}
button,
input,
select{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
html{
  box-sizing: border-box;
}
*,
*::before,
*::after{
  box-sizing: inherit;
}
img,
video{
  height: auto;
  max-width: 100%;
}
iframe{
  border: 0;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th{
  padding: 0;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
/*==================================================
                        BASE
==================================================*/
:root {
  font-weight: 600;
  line-height: 1;
}
body {
  font-family: Nudista, sans-serif, ui-sans-serif;
  /* font-feature-settings: "tnum" on; */
  /* font-feature-settings: "salt", "ss01", "ss02" ; */
  /* font-feature-settings: "zero" ; */
  /* font-feature-settings:  "ss01" on ; */
      scrollbar-color:  hsla(0, 0%, 0%, 1) transparent;
      scrollbar-gutter: stable;
      scrollbar-width:  auto ;

}
::-webkit-scrollbar {
  width: 0.25rem;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 0%, 1);
}
::selection {
  background-color:  hsla(234, 100%, 50%, 1);
  color: rgba(255, 255, 255, 1.0);
}
a::selection {
  color: hsla(0, 0%, 0%, 1);
}
select {
  border: solid 1px hsla(0, 0%, 99%, 1);
}
img {
  font-size: 0;
}
.view_mode_square img,
  .view_mode_square iframe,
  .view_mode_tile img,
  .view_mode_tile iframe,
  .remote_video_bundle img,
  .remote_video_bundle iframe {
    /* background-image: url('data:image/svg+xml,%3Csvg version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"%3E%3Cg%3E%3CanimateTransform type="rotate" repeatCount="indefinite" to="-360 256 256" from="0 256 256" dur="4s" attributeType="XML" attributeName="transform" /%3E%3Cpath d="m381 366c-49.7 0.0903-99.4 0.18-149 0.27 17.1 17.7 34.1 35.4 51.2 53.2 37.8-5.9 72.5-24.8 97.9-53.4z" /%3E%3Cpath d="m165 315c0.26 26.3 0.518 52.5 0.778 78.8 33.9 17.8 43.4 25.1 101 27.1-35.5-36.9-71.8-74.7-102-106z" /%3E%3Cpath d="m421 238c-36 38.4-72.1 76.7-108 115 25.6-0.0469 51.3-0.0918 76.9-0.139 22.9-38.5 30.4-58 31.2-115z" /%3E%3Cpath d="m152 229c-18.7 19.9-37.5 39.8-56.2 59.7 7.52 37.7 28 71.6 57.8 95.8-0.512-54.1-1.09-111-1.6-156z" /%3E%3Cpath d="m218 158-54 57.3 0.802 81c18.3 19 36.5 38 54.8 57l76.7-0.136c17.9-19.1 35.8-38.2 53.8-57.3-0.123-26.8-0.623-53.6-0.281-80.4-18.4-19.1-36.8-38.2-55.2-57.4-25.5-0.0285-51.1-0.0571-76.6-0.0855z"/%3E%3Cpath d="m93 273c36-38.2 71.9-76.4 108-115-25.5-0.0289-51-0.0597-76.5-0.0883-22.6 38.5-34.4 75.9-31.5 115z" /%3E%3Cpath d="m361 128c0.192 51.6 0.383 103 0.575 155 18.9-20.1 37.7-40.2 56.6-60.3-7.62-37.2-27.8-70.7-57.2-94.7z" /%3E%3Cpath d="m133 146c49.5 0.0568 99 0.114 148 0.171l-52.1-54.4c-33.4-0.123-79.9 36.7-95.9 54.2z" /%3E%3Cpath d="m246 91.6c34.1 35.5 68.1 71 102 106-0.0983-26.3-0.195-52.6-0.294-79-32.5-17.7-64.1-27-102-27z"/%3E%3C/g%3E%3C/svg%3E%0A'); */
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23f6f6f6"%3E%3CanimateTransform type="rotate" repeatCount="indefinite" to="-360 256 256" from="0 256 256" dur="4s" attributeType="XML" attributeName="transform" /%3E%3Cpath d="m381 366c-49.7 0.0903-99.4 0.18-149 0.27 17.1 17.7 34.1 35.4 51.2 53.2 37.8-5.9 72.5-24.8 97.9-53.4z" /%3E%3Cpath d="m165 315c0.26 26.3 0.518 52.5 0.778 78.8 33.9 17.8 43.4 25.1 101 27.1-35.5-36.9-71.8-74.7-102-106z" /%3E%3Cpath d="m421 238c-36 38.4-72.1 76.7-108 115 25.6-0.0469 51.3-0.0918 76.9-0.139 22.9-38.5 30.4-58 31.2-115z" /%3E%3Cpath d="m152 229c-18.7 19.9-37.5 39.8-56.2 59.7 7.52 37.7 28 71.6 57.8 95.8-0.512-54.1-1.09-111-1.6-156z" /%3E%3Cpath d="m218 158-54 57.3 0.802 81c18.3 19 36.5 38 54.8 57l76.7-0.136c17.9-19.1 35.8-38.2 53.8-57.3-0.123-26.8-0.623-53.6-0.281-80.4-18.4-19.1-36.8-38.2-55.2-57.4-25.5-0.0285-51.1-0.0571-76.6-0.0855z"/%3E%3Cpath d="m93 273c36-38.2 71.9-76.4 108-115-25.5-0.0289-51-0.0597-76.5-0.0883-22.6 38.5-34.4 75.9-31.5 115z" /%3E%3Cpath d="m361 128c0.192 51.6 0.383 103 0.575 155 18.9-20.1 37.7-40.2 56.6-60.3-7.62-37.2-27.8-70.7-57.2-94.7z" /%3E%3Cpath d="m133 146c49.5 0.0568 99 0.114 148 0.171l-52.1-54.4c-33.4-0.123-79.9 36.7-95.9 54.2z" /%3E%3Cpath d="m246 91.6c34.1 35.5 68.1 71 102 106-0.0983-26.3-0.195-52.6-0.294-79-32.5-17.7-64.1-27-102-27z"/%3E%3C/g%3E%3C/svg%3E%0A');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
.unpublished {
  opacity: 0.5;
}
.big-uppercase{
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){
  .big-uppercase{
    font-size: 1.50rem;
  }
}
.small-uppercase{
  font-size: 1.00rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){
  .small-uppercase{
    font-size: 1.25rem;
  }
}
.big{
  font-size: 1.25rem;
}
@media (min-width: 1024px){
  .big{
    font-size: 1.50rem;
  }
}
.small{
  font-size: 1.00rem;
}
@media (min-width: 1024px){
  .small{
    font-size: 1.25rem;
  }
}
.mammoth {
  /* font-size: clamp(2rem, 8vw + 1rem , theme('fontSize.11xl')); */
  font-size: clamp(2rem, 3.00rem, 3.00rem);
  line-height: var(--beauty-base-line-height);
  margin-bottom: 0.35em;
}
/*
.kokos {
  filter: url("./images/filter.svg#a");
} */
/* .greenify {
  filter: sepia()  hue-rotate(100deg);
} */
.scrollable-table {
  /* background-color: gray; */
  /* @apply lg:bg-primary; */
  overflow: scroll;
}
@media (min-width: 920px){
  .scrollable-table{
    height: 100vh;
  }
}
/*==================================================
                        FONTS
==================================================*/
/* @import "rubik"; */
@font-face {
  font-family: "Nudista";
  font-display: swap;
  src:  url(./font/Nudista-SemiBold-9d2f59e67da2137e6138cc9276d6bbde.woff2?d247666d4ba12d55b80380a8686a925c) format("woff2"),
        url(./font/Nudista-SemiBold-9d2f59e67da2137e6138cc9276d6bbde.woff?c6d923b9c8293f5794b67ebe7e3ec449) format("woff");
  font-weight: 600;
  font-style: normal;
}
/* @import "ubuntu-mono"; */
/*==================================================
                        COMPONENTS
==================================================*/
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 920px){
  .container{
    max-width: 920px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1800px){
  .container{
    max-width: 1800px;
  }
}
.beauty-lg{
  --beauty-base-font-size: 1.25rem;
}
.beauty{
  --beauty-base-font-size: 1.00rem;
  --beauty-base-line-height: 1.00;
  --beauty-fg-color: rgba( 0,  0,  0, 1.0);
  --beauty-bg-color: rgba(255, 255, 255, 1.0);
  color: var(--beauty-fg-color);
  font-size: var(--beauty-base-font-size);
}
.beauty h1{
  font-size: clamp(2rem,3.00rem,3.00rem);
  line-height: var(--beauty-base-line-height);
  margin-bottom: 0.35em;
}
.beauty h2{
  font-size: clamp(2rem,2.75rem,2.75rem);
  line-height: var(--beauty-base-line-height);
  margin-bottom: 0.35em;
}
.beauty h3{
  font-size: clamp(1.5rem,2.50rem,2.50rem);
  line-height: var(--beauty-base-line-height);
  margin-bottom: 0.35em;
}
.beauty h4{
  font-size: clamp(1.5rem,2.25rem,2.25rem);
  line-height: var(--beauty-base-line-height);
  margin-bottom: 0.35em;
}
.beauty h5{
  font-size: clamp(1.25rem,2.00rem,2.00rem);
  line-height: var(--beauty-base-line-height);
  margin-bottom: 0.35em;
}
.beauty h6{
  font-size: clamp(1.25rem,1.75rem,1.75rem);
  line-height: var(--beauty-base-line-height);
  margin-bottom: 0.35em;
}
.beauty p{
  line-height: calc(var(--beauty-base-line-height) + (var(--beauty-base-line-height)/4));
  margin-bottom: 1.00rem;
}
.beauty p:last-child{
  margin-bottom: 0;
}
.beauty hr{
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 1.00rem;
  margin-bottom: 1.00rem;
  border-width: 0 0 0.2em 0;
  border-bottom-color: var(--beauty-fg-color, #000);
}
.beauty ul{
  margin-left: 2.00rem;
  margin-bottom: 1.00rem;
  list-style-type: disc;
  line-height: var(--beauty-base-line-height);
  list-style-position: outside;
}
.beauty ul li{
  padding-left: 0.50rem;
}
.beauty ul li::marker{
  content: "\2014";
  font-size: 1.25rem;
  color: hsla(0, 0%, 0%, 1);
}
.beauty ol{
  margin-left: 2.00rem;
  margin-bottom: 1.00rem;
  list-style-type: decimal;
  line-height: var(--beauty-base-line-height);
  list-style-position: outside;
}
.beauty ol li{
  padding-left: 0.50rem;
}
.beauty ol li::marker{
  color: hsla(0, 0%, 0%, 1);
  font-size: 1.00rem;
}
.beauty u{
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-style: solid;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
}
.beauty s,
.beauty del{
  text-decoration: none;
  -webkit-text-decoration: none solid currentColor;
          text-decoration: none solid currentColor;
  text-decoration-thickness: through;
  text-decoration-color: hsla(0, 0%, 90%, 1);
  text-decoration-style: solid;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.25em;
}
.beauty strong{
  text-transform: uppercase;
}
.beauty a{
  color: hsla(234, 100%, 50%, 1);
  text-decoration: none;
  transition: text-decoration-color 500ms;
}
.beauty a:hover{
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-style: solid;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
  transition: text-decoration-color 500ms;
}
.beauty a:active{
  color: rgba( 0,  0,  0, 1.0);
}
.beauty a:focus-visible{
  outline-color: hsla(0, 0%, 0%, 1);
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 0.33em;
  border-radius: 5px;
}
.beauty [target="_blank"]::after{
  content: "\2197";
}
.beauty em,
.beauty i{
  font-style: italic;
  letter-spacing: 0.1em;
}
.beauty sup{
  line-height: 1.00;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 400;
}
.beauty sub{
  line-height: 1.00;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}
.beauty pre{
  font-family: UbuntuMono, monospace, ui-monospace;
  font-size: 1.25rem;
  letter-spacing: 4px;
  padding: 1.00rem;
  margin-top: 1.00rem;
  margin-bottom: 1.00rem;
  background-color: hsla(0, 0%, 99%, 1);
  border-width: 0.1em;
  border-style: solid;
  border-color: hsla(0, 0%, 97%, 1);
  overflow-x: scroll;
}
.beauty blockquote{
  background-color: hsla(0, 0%, 99%, 1);
  padding-top: 2.00rem;
  padding-bottom: 2.00rem;
  padding-left: 3.00rem;
  padding-right: 3.00rem;
  position: relative;
  margin-bottom: 1.00rem;
}
.beauty blockquote::before{
  position: absolute;
  width: 25px;
  height: 25px;
  margin-left: 8px;
  margin-top: 8px;
  top: 0;
  left: 0;
  content: "\201C";
  font-family: serif;
  display: block;
  font-size: 50px;
  color: hsla(0, 0%, 97%, 1);
}
.beauty blockquote::after{
  position: absolute;
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
  margin-right: 8px;
  bottom: 0;
  right: 0;
  font-family: serif;
  content: "\201D";
  display: block;
  font-size: 50px;
  color: hsla(0, 0%, 97%, 1);
}
.beauty details{
  padding: 1.00rem;
  margin-bottom: 1.00rem;
}
.beauty details > *:not(summary){
  margin-left: 1.00rem;
}
.beauty summary{
  color: hsla(0, 0%, 0%, 1);
  list-style-position: outside;
  margin-left: 1.00rem;
}
.beauty summary::marker{
  display: block;
  color: hsla(0, 0%, 0%, 1);
  font-size: 1.25rem;
}
.beauty details[open]{
  background-color: hsla(0, 0%, 99%, 1);
}
.beauty details[open] summary{
  margin-bottom: 1.00rem;
}
.beauty details[open] summary::marker{
  transform: rotate(90deg);
}
.beauty table{
  width: 100%;
}
.beauty table td{
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
  height: 1.50rem;
  line-height: 0.90;
}
.beauty table tr:first-child td{
  padding-top: 0;
}
.beauty table tr td:nth-of-type(2){
  padding-left: 6px;
  white-space: nowrap;
}
.beauty table strong{
  text-transform: uppercase;
  font-size: var(--beauty-base-font-size);
  font-weight: 400;
}
.beauty table em{
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.beauty table p{
  padding: 0;
  margin: 0;
}
/*==================================================
                        UTILITIES
==================================================*/
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0;
}
.-right-full{
  right: -100%;
}
.left-1\/2{
  left: 50%;
}
.top-1\/2{
  top: 50%;
}
.left-0{
  left: 0;
}
.top-10{
  top: 2.50rem;
}
.left-full{
  left: 100%;
}
.right-full{
  right: 100%;
}
.top-11{
  top: 2.75rem;
}
.top-full{
  top: 100%;
}
.bottom-16{
  bottom: 4.00rem;
}
.right-4{
  right: 1.00rem;
}
.top-4{
  top: 1.00rem;
}
.-left-8{
  left: -2.00rem;
}
.-right-8{
  right: -2.00rem;
}
.right-0{
  right: 0;
}
.bottom-0{
  bottom: 0;
}
.right-2{
  right: 0.50rem;
}
.top-2{
  top: 0.50rem;
}
.top-8{
  top: 2.00rem;
}
.-bottom-8{
  bottom: -2.00rem;
}
.-bottom-16{
  bottom: -4.00rem;
}
.z-40{
  z-index: 40;
}
.z-30{
  z-index: 30;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-3{
  order: 3;
}
.order-2{
  order: 2;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-5{
  grid-column-start: 5;
}
.col-start-9{
  grid-column-start: 9;
}
.col-start-4{
  grid-column-start: 4;
}
.col-end-13{
  grid-column-end: 13;
}
.col-end-3{
  grid-column-end: 3;
}
.col-end-2{
  grid-column-end: 2;
}
.col-end-6{
  grid-column-end: 6;
}
.col-end-10{
  grid-column-end: 10;
}
.row-start-1{
  grid-row-start: 1;
}
.float-right{
  float: right;
}
.-m-8{
  margin: -2.00rem;
}
.m-2{
  margin: 0.50rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0;
  margin-bottom: 0;
}
.mb-4{
  margin-bottom: 1.00rem;
}
.mt-4{
  margin-top: 1.00rem;
}
.mr-2{
  margin-right: 0.50rem;
}
.ml-2{
  margin-left: 0.50rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-8{
  margin-right: 2.00rem;
}
.mt-8{
  margin-top: 2.00rem;
}
.mb-16{
  margin-bottom: 4.00rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-4{
  margin-right: 1.00rem;
}
.mb-6{
  margin-bottom: 1.50rem;
}
.mt-2{
  margin-top: 0.50rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.ml-0{
  margin-left: 0;
}
.mb-2{
  margin-bottom: 0.50rem;
}
.mb-12{
  margin-bottom: 3.00rem;
}
.mt-0{
  margin-top: 0;
}
.mb-8{
  margin-bottom: 2.00rem;
}
.ml-4{
  margin-left: 1.00rem;
}
.mt-16{
  margin-top: 4.00rem;
}
.ml-8{
  margin-left: 2.00rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-\[0\.35em\]{
  margin-bottom: 0.35em;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-4{
  height: 1.00rem;
}
.h-screen{
  height: 100vh;
}
.h-8{
  height: 2.00rem;
}
.h-0{
  height: 0;
}
.h-20{
  height: 5.00rem;
}
.h-full{
  height: 100%;
}
.h-12{
  height: 3.00rem;
}
.h-14{
  height: 3.50rem;
}
.h-24{
  height: 6.00rem;
}
.h-3{
  height: 0.75rem;
}
.h-16{
  height: 4.00rem;
}
.h-auto{
  height: auto;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[600px\]{
  height: 600px;
}
.h-1{
  height: 0.25rem;
}
.h-40{
  height: 9.75rem;
}
.h-18{
  height: 4.50rem;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[100px\]{
  height: 100px;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.50rem;
}
.h-7{
  height: 1.75rem;
}
.h-9{
  height: 2.25rem;
}
.h-10{
  height: 2.50rem;
}
.max-h-0{
  max-height: 0;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.min-h-\[10rem\]{
  min-height: 10rem;
}
.min-h-\[75vh\]{
  min-height: 75vh;
}
.w-40{
  width: 9.75rem;
}
.w-full{
  width: 100%;
}
.w-8{
  width: 2.00rem;
}
.w-5{
  width: 1.25rem;
}
.w-4{
  width: 1.00rem;
}
.w-12{
  width: 3.00rem;
}
.w-16{
  width: 4.00rem;
}
.w-20{
  width: 5.00rem;
}
.w-24{
  width: 6.00rem;
}
.w-3{
  width: 0.75rem;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[68px\]{
  width: 68px;
}
.w-6{
  width: 1.50rem;
}
.w-7{
  width: 1.75rem;
}
.w-9{
  width: 2.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-13{
  width: 3.25rem;
}
.max-w-\[25rem\]{
  max-width: 25rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-none{
  max-width: none;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1{
  --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));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-flow-dense{
  grid-auto-flow: dense;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.content-between{
  align-content: space-between;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-items-center{
  justify-items: center;
}
.justify-items-stretch{
  justify-items: stretch;
}
.gap-4{
  gap: 1.00rem;
}
.gap-10{
  gap: 2.50rem;
}
.gap-x-4{
  column-gap: 1.00rem;
}
.gap-y-4{
  row-gap: 1.00rem;
}
.gap-x-16{
  column-gap: 4.00rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.50rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.50rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.00rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.00rem * var(--tw-space-y-reverse));
}
.justify-self-end{
  justify-self: end;
}
.justify-self-stretch{
  justify-self: stretch;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 10px;
}
.rounded-full{
  border-radius: 100%;
}
.rounded-3{
  border-radius: 0.75rem;
}
.border-2{
  border-width: 2px;
}
.border-0{
  border-width: 0px;
}
.border{
  border-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-black{
  border-color: hsla(0, 0%, 0%, 1);
}
.bg-quaternary{
  background-color: hsla(120, 100%, 50%, 1);
}
.bg-tertiary{
  background-color: hsla(0, 100%, 50%, 1.0);
}
.bg-secondary{
  background-color: hsla(234, 100%, 50%, 1);
}
.bg-bg{
  background-color: rgba(255, 255, 255, 1.0);
}
.bg-white{
  background-color: hsla(0, 0%, 100%, 1);
}
.bg-current{
  background-color: currentColor;
}
.bg-primary{
  background-color: hsla(0, 0%, 0%, 1);
}
.bg-error-lighter{
  background-color: hsla(20, 60%, 60%, 1);
}
.bg-warning-lighter{
  background-color: hsla(40, 60%, 70%, 1);
}
.bg-success-lighter{
  background-color: hsla(147, 40%, 80%, 1.0);
}
.bg-gray-light{
  background-color: hsla(0, 0%, 95%, 1);
}
.bg-transparent-darkest{
  background-color: hsla(0, 0%, 0%, 0.7);
}
.bg-gray{
  background-color: hsla(0, 0%, 90%, 1);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.fill-white{
  fill: hsla(0, 0%, 100%, 1);
}
.fill-secondary{
  fill: hsla(234, 100%, 50%, 1);
}
.fill-primary{
  fill: hsla(0, 0%, 0%, 1);
}
.fill-fg{
  fill: rgba( 0,  0,  0, 1.0);
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-none{
  object-fit: none;
}
.object-left-top{
  object-position: left top;
}
.object-top{
  object-position: top;
}
.object-right-top{
  object-position: right top;
}
.object-left{
  object-position: left;
}
.object-center{
  object-position: center;
}
.object-right{
  object-position: right;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2.00rem;
}
.p-6{
  padding: 1.50rem;
}
.p-4{
  padding: 1.00rem;
}
.p-2{
  padding: 0.50rem;
}
.p-0{
  padding: 0;
}
.px-4{
  padding-left: 1.00rem;
  padding-right: 1.00rem;
}
.py-8{
  padding-top: 2.00rem;
  padding-bottom: 2.00rem;
}
.px-6{
  padding-left: 1.50rem;
  padding-right: 1.50rem;
}
.px-10{
  padding-left: 2.50rem;
  padding-right: 2.50rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-0{
  padding-top: 0;
  padding-bottom: 0;
}
.px-2{
  padding-left: 0.50rem;
  padding-right: 0.50rem;
}
.py-6{
  padding-top: 1.50rem;
  padding-bottom: 1.50rem;
}
.py-4{
  padding-top: 1.00rem;
  padding-bottom: 1.00rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-12{
  padding-top: 3.00rem;
  padding-bottom: 3.00rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-2{
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
}
.px-8{
  padding-left: 2.00rem;
  padding-right: 2.00rem;
}
.px-0{
  padding-left: 0;
  padding-right: 0;
}
.pt-4{
  padding-top: 1.00rem;
}
.pt-10{
  padding-top: 2.50rem;
}
.pt-20{
  padding-top: 5.00rem;
}
.pb-4{
  padding-bottom: 1.00rem;
}
.pb-10{
  padding-bottom: 2.50rem;
}
.pb-20{
  padding-bottom: 5.00rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-2{
  padding-bottom: 0.50rem;
}
.pr-4{
  padding-right: 1.00rem;
}
.pt-6{
  padding-top: 1.50rem;
}
.pt-8{
  padding-top: 2.00rem;
}
.pt-2{
  padding-top: 0.50rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pr-12{
  padding-right: 3.00rem;
}
.pl-4{
  padding-left: 1.00rem;
}
.pt-0{
  padding-top: 0;
}
.pt-\[44px\]{
  padding-top: 44px;
}
.pl-8{
  padding-left: 2.00rem;
}
.pr-8{
  padding-right: 2.00rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-sans{
  font-family: Nudista, sans-serif, ui-sans-serif;
}
.font-serif{
  font-family: serif, ui-serif;
}
.font-mono{
  font-family: UbuntuMono, monospace, ui-monospace;
}
.text-xl{
  font-size: 1.50rem;
}
.text-sm{
  font-size: 0.75rem;
}
.text-xs{
  font-size: 0.50rem;
}
.text-base{
  font-size: 1.00rem;
}
.text-lg{
  font-size: 1.25rem;
}
.text-8xl{
  font-size: 3.25rem;
}
.text-2xl{
  font-size: 1.75rem;
}
.text-3xl{
  font-size: 2.00rem;
}
.text-4xl{
  font-size: 2.25rem;
}
.text-7xl{
  font-size: 3.00rem;
}
.text-5xl{
  font-size: 2.50rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-4{
  line-height: 1.00;
}
.text-white{
  color: hsla(0, 0%, 100%, 1);
}
.text-black{
  color: hsla(0, 0%, 0%, 1);
}
.text-gray-light{
  color: hsla(0, 0%, 95%, 1);
}
.text-gray-dark{
  color: hsla(0, 0%, 80%, 1);
}
.text-primary{
  color: hsla(0, 0%, 0%, 1);
}
.text-secondary{
  color: hsla(234, 100%, 50%, 1);
}
.text-gray-darkest{
  color: hsla(0, 0%, 60%, 1);
}
.text-tertiary{
  color: hsla(0, 100%, 50%, 1.0);
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-05{
  opacity: 0.5;
}
.shadow{
  --tw-shadow: 3px 3px 10px -2px hsla(0, 0%, 0%, 0.5);
  --tw-shadow-colored: 3px 3px 10px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-4xl{
  --tw-shadow: 10px 10px 20px 5px hsla(0, 0%, 0%, 0.5);
  --tw-shadow-colored: 10px 10px 20px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-dark{
  --tw-shadow-color: hsla(0, 0%, 80%, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.brightness-50{
  --tw-brightness: brightness(.5);
  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);
}
.brightness-75{
  --tw-brightness: brightness(.75);
  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);
}
.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
  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-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/*==================================================
                        VARIANTS
==================================================*/
.last\:mb-0:last-child{
  margin-bottom: 0;
}
.hover\:translate-x-1px:hover{
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:translate-y-1px:hover{
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-2:hover{
  border-width: 2px;
}
.hover\:border-solid:hover{
  border-style: solid;
}
.hover\:border-fg:hover{
  border-color: rgba( 0,  0,  0, 1.0);
}
.hover\:border-bg:hover{
  border-color: rgba(255, 255, 255, 1.0);
}
.hover\:bg-secondary-light:hover{
  background-color: hsla(234, 100%, 55%, 1);
}
.hover\:bg-primary-light:hover{
  background-color: hsla(0, 0%, 10%, 1);
}
.hover\:bg-error:hover{
  background-color: hsla(20, 60%, 40%, 1);
}
.hover\:bg-warning:hover{
  background-color: hsla(40, 60%, 50%, 1);
}
.hover\:bg-success:hover{
  background-color: hsla(147, 40%, 60%, 1.0);
}
.hover\:bg-fg:hover{
  background-color: rgba( 0,  0,  0, 1.0);
}
.hover\:fill-secondary:hover{
  fill: hsla(234, 100%, 50%, 1);
}
.hover\:fill-secondary-darkest:hover{
  fill: hsla(234, 100%, 35%, 1);
}
.hover\:text-white:hover{
  color: hsla(0, 0%, 100%, 1);
}
.hover\:text-tertiary:hover{
  color: hsla(0, 100%, 50%, 1.0);
}
.hover\:text-black:hover{
  color: hsla(0, 0%, 0%, 1);
}
.hover\:text-secondary:hover{
  color: hsla(234, 100%, 50%, 1);
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring:focus-visible{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-current:focus-visible{
  --tw-ring-color: currentColor;
}
.focus-visible\:ring-offset-4:focus-visible{
  --tw-ring-offset-width: 4px;
}
.active\:shadow-none:active{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .dark\:border-white{
  border-color: hsla(0, 0%, 100%, 1);
}
.dark .dark\:text-white{
  color: hsla(0, 0%, 100%, 1);
}
@media (min-width: 480px){
  .sm\:right-4{
    right: 1.00rem;
  }
  .sm\:top-4{
    top: 1.00rem;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-start-1{
    grid-column-start: 1;
  }
  .sm\:col-start-11{
    grid-column-start: 11;
  }
  .sm\:col-start-3{
    grid-column-start: 3;
  }
  .sm\:col-end-3{
    grid-column-end: 3;
  }
  .sm\:col-end-5{
    grid-column-end: 5;
  }
  .sm\:col-end-13{
    grid-column-end: 13;
  }
  .sm\:col-end-11{
    grid-column-end: 11;
  }
  .sm\:ml-auto{
    margin-left: auto;
  }
  .sm\:mt-0{
    margin-top: 0;
  }
  .sm\:mt-6{
    margin-top: 1.50rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-self-start{
    justify-self: start;
  }
  .sm\:p-4{
    padding: 1.00rem;
  }
  .sm\:px-8{
    padding-left: 2.00rem;
    padding-right: 2.00rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-2xl{
    font-size: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:beauty-lg{
    --beauty-base-font-size: 1.25rem;
  }
  .md\:absolute{
    position: absolute;
  }
  .md\:left-1\/2{
    left: 50%;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-3{
    order: 3;
  }
  .md\:order-4{
    order: 4;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:col-start-7{
    grid-column-start: 7;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-4{
    grid-column-start: 4;
  }
  .md\:col-end-7{
    grid-column-end: 7;
  }
  .md\:col-end-13{
    grid-column-end: 13;
  }
  .md\:col-end-12{
    grid-column-end: 12;
  }
  .md\:col-end-6{
    grid-column-end: 6;
  }
  .md\:col-end-4{
    grid-column-end: 4;
  }
  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mb-2{
    margin-bottom: 0.50rem;
  }
  .md\:mb-0{
    margin-bottom: 0;
  }
  .md\:mb-10{
    margin-bottom: 2.50rem;
  }
  .md\:ml-2{
    margin-left: 0.50rem;
  }
  .md\:mt-8{
    margin-top: 2.00rem;
  }
  .md\:mr-8{
    margin-right: 2.00rem;
  }
  .md\:ml-0{
    margin-left: 0;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:table{
    display: table;
  }
  .md\:table-row-group{
    display: table-row-group;
  }
  .md\:table-row{
    display: table-row;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[500px\]{
    height: 500px;
  }
  .md\:h-\[800px\]{
    height: 800px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:max-w-7xl{
    max-width: 80rem;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.50rem * var(--tw-space-x-reverse));
    margin-left: calc(0.50rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:justify-self-auto{
    justify-self: auto;
  }
  .md\:px-12{
    padding-left: 3.00rem;
    padding-right: 3.00rem;
  }
  .md\:pt-20{
    padding-top: 5.00rem;
  }
  .md\:pt-24{
    padding-top: 6.00rem;
  }
  .md\:pb-20{
    padding-bottom: 5.00rem;
  }
  .md\:pb-24{
    padding-bottom: 6.00rem;
  }
  .md\:pr-16{
    padding-right: 4.00rem;
  }
  .md\:pt-4{
    padding-top: 1.00rem;
  }
  .md\:pr-4{
    padding-right: 1.00rem;
  }
  .md\:pb-4{
    padding-bottom: 1.00rem;
  }
  .md\:pl-4{
    padding-left: 1.00rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.75rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
  }
}
@media (min-width: 920px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:top-0{
    top: 0;
  }
  .lg\:left-full{
    left: 100%;
  }
  .lg\:right-full{
    right: 100%;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-start-1{
    grid-column-start: 1;
  }
  .lg\:col-start-5{
    grid-column-start: 5;
  }
  .lg\:col-start-9{
    grid-column-start: 9;
  }
  .lg\:col-start-7{
    grid-column-start: 7;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-end-5{
    grid-column-end: 5;
  }
  .lg\:col-end-9{
    grid-column-end: 9;
  }
  .lg\:col-end-13{
    grid-column-end: 13;
  }
  .lg\:col-end-7{
    grid-column-end: 7;
  }
  .lg\:col-end-2{
    grid-column-end: 2;
  }
  .lg\:col-end-3{
    grid-column-end: 3;
  }
  .lg\:row-start-1{
    grid-row-start: 1;
  }
  .lg\:row-start-auto{
    grid-row-start: auto;
  }
  .lg\:row-end-2{
    grid-row-end: 2;
  }
  .lg\:row-end-3{
    grid-row-end: 3;
  }
  .lg\:mb-8{
    margin-bottom: 2.00rem;
  }
  .lg\:mt-8{
    margin-top: 2.00rem;
  }
  .lg\:mb-0{
    margin-bottom: 0;
  }
  .lg\:mt-0{
    margin-top: 0;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:flex-grow{
    flex-grow: 1;
  }
  .lg\:-rotate-90{
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-8{
    gap: 2.00rem;
  }
  .lg\:gap-7{
    gap: 1.75rem;
  }
  .lg\:gap-18{
    gap: 4.50rem;
  }
  .lg\:gap-x-8{
    column-gap: 2.00rem;
  }
  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:border{
    border-width: 1px;
  }
  .lg\:border-0{
    border-width: 0px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-2{
    padding: 0.50rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-2{
    padding-left: 0.50rem;
    padding-right: 0.50rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:px-4{
    padding-left: 1.00rem;
    padding-right: 1.00rem;
  }
  .lg\:pr-8{
    padding-right: 2.00rem;
  }
  .lg\:pr-24{
    padding-right: 6.00rem;
  }
  .lg\:pt-0{
    padding-top: 0;
  }
  .lg\:pt-2{
    padding-top: 0.50rem;
  }
  .lg\:text-3xl{
    font-size: 2.00rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 2.50rem;
  }
  .lg\:text-6xl{
    font-size: 2.75rem;
  }
  .lg\:odd\:justify-self-end:nth-child(odd){
    justify-self: end;
  }
  .lg\:even\:justify-self-start:nth-child(even){
    justify-self: start;
  }
  .lg\:hover\:text-black:hover{
    color: hsla(0, 0%, 0%, 1);
  }
}
@media (min-width: 1024px){
  .xl\:beauty-lg{
    --beauty-base-font-size: 1.25rem;
  }
  .xl\:-left-12{
    left: -3.00rem;
  }
  .xl\:-right-12{
    right: -3.00rem;
  }
  .xl\:-top-12{
    top: -3.00rem;
  }
  .xl\:right-0{
    right: 0;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .xl\:col-start-1{
    grid-column-start: 1;
  }
  .xl\:col-start-4{
    grid-column-start: 4;
  }
  .xl\:col-start-7{
    grid-column-start: 7;
  }
  .xl\:col-start-10{
    grid-column-start: 10;
  }
  .xl\:col-start-2{
    grid-column-start: 2;
  }
  .xl\:col-start-12{
    grid-column-start: 12;
  }
  .xl\:col-start-3{
    grid-column-start: 3;
  }
  .xl\:col-end-4{
    grid-column-end: 4;
  }
  .xl\:col-end-7{
    grid-column-end: 7;
  }
  .xl\:col-end-10{
    grid-column-end: 10;
  }
  .xl\:col-end-13{
    grid-column-end: 13;
  }
  .xl\:col-end-6{
    grid-column-end: 6;
  }
  .xl\:col-end-3{
    grid-column-end: 3;
  }
  .xl\:col-end-2{
    grid-column-end: 2;
  }
  .xl\:col-end-12{
    grid-column-end: 12;
  }
  .xl\:block{
    display: block;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[188px\]{
    height: 188px;
  }
  .xl\:h-10{
    height: 2.50rem;
  }
  .xl\:h-8{
    height: 2.00rem;
  }
  .xl\:w-\[100px\]{
    width: 100px;
  }
  .xl\:w-10{
    width: 2.50rem;
  }
  .xl\:w-8{
    width: 2.00rem;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
  }
  .xl\:text-5xl{
    font-size: 2.50rem;
  }
  .xl\:text-6xl{
    font-size: 2.75rem;
  }
  .xl\:text-8xl{
    font-size: 3.25rem;
  }
  .xl\:odd\:justify-self-stretch:nth-child(odd){
    justify-self: stretch;
  }
  .xl\:even\:justify-self-stretch:nth-child(even){
    justify-self: stretch;
  }
}
@media (min-width: 1280px){
  .xxl\:col-start-3{
    grid-column-start: 3;
  }
  .xxl\:col-start-11{
    grid-column-start: 11;
  }
  .xxl\:col-start-1{
    grid-column-start: 1;
  }
  .xxl\:col-end-11{
    grid-column-end: 11;
  }
  .xxl\:col-end-13{
    grid-column-end: 13;
  }
  .xxl\:col-end-3{
    grid-column-end: 3;
  }
  .xxl\:mt-0{
    margin-top: 0;
  }
  .xxl\:block{
    display: block;
  }
  .xxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:px-4{
    padding-left: 1.00rem;
    padding-right: 1.00rem;
  }
  .xxl\:pr-0{
    padding-right: 0;
  }
  .xxl\:text-11xl{
    font-size: 4.00rem;
  }
}
@media (min-width: 1440px){
  .xxxl\:container{
    width: 100%;
  }
  @media (min-width: 480px){
    .xxxl\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .xxxl\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 920px){
    .xxxl\:container{
      max-width: 920px;
    }
  }
  @media (min-width: 1024px){
    .xxxl\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .xxxl\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .xxxl\:container{
      max-width: 1440px;
    }
  }
  @media (min-width: 1800px){
    .xxxl\:container{
      max-width: 1800px;
    }
  }
  .xxxl\:gap-x-8{
    column-gap: 2.00rem;
  }
  .xxxl\:gap-y-8{
    row-gap: 2.00rem;
  }
}
@media (min-width: 1800px){
  .xxxxl\:container{
    width: 100%;
  }
  @media (min-width: 480px){
    .xxxxl\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .xxxxl\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 920px){
    .xxxxl\:container{
      max-width: 920px;
    }
  }
  @media (min-width: 1024px){
    .xxxxl\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .xxxxl\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1440px){
    .xxxxl\:container{
      max-width: 1440px;
    }
  }
  @media (min-width: 1800px){
    .xxxxl\:container{
      max-width: 1800px;
    }
  }
}


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