html {
    box-sizing: border-box;
}
/*
! tailwindcss v3.0.24 | 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: #e2e8f0; /* 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: Gidole, -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: 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: #cbd5e0; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 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;
}
*, ::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(66 153 225 / 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:  ;
}
@font-face {
  font-family: Gidole;
  src: url('/_img/font/Gidole-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
    font-family: Gidole, -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";
}
@media (min-width: 46.25em) and (max-width: 50em){
    html {
        font-size: 1.0625em;
    }
}
@media (min-width: 50em) and (max-width: 63.75em) {
    html {
        font-size: 1.125em;
    }
}
@media (min-width: 63.75em) and (max-width: 79em) {
    html {
        font-size: 1.1875em;
    }
}
@media (min-width: 79em) and (max-width: 125em) {
    html {
        font-size: 1.25em;
    }
}
@media (min-width: 125em) and (max-width: 200em) {
    html {
        font-size: 1.3125em;
    }
}
@media (min-width: 200em) and (max-width: 400em) {
    html {
        font-size: 1.375em;
    }
}
@media (min-width: 400em) {
    html {
        font-size: 1.5em;
    }
}
body {
    font-size-adjust: 0.5;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" on;
    --tw-bg-opacity: 1;
    background-color: rgb(240 236 227 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(84 84 84 / var(--tw-text-opacity));
}
@media (min-width: 46.25em) and (max-width: 50em){
    body {
        line-height: 1.5;
    }
}
@media (min-width: 50em) and (max-width: 63.75em) {
    body {
        line-height: 1.5;
    }
}
@media (min-width: 63.75em) and (max-width: 79em) {
    body {
        line-height: 1.5;
    }
}
@media (min-width: 79em) and (max-width: 125em) {
    body {
        line-height: 1.6;
    }
}
@media (min-width: 125em) and (max-width: 200em) {
    body {
        line-height: 1.6;
    }
}
@media (min-width: 200em) and (max-width: 400em) {
    body {
        line-height: 1.6;
    }
}
@media (min-width: 400em) {
    body {
        line-height: 1.6;
    }
}
input, textarea {
    font-size: inherit;
    line-height: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: Gidole, -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";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: Gidole, -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";
}
input::placeholder, textarea::placeholder {
    font-family: Gidole, -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";
}
ul, ol {
    list-style-position: outside;
}
li {
    list-style-type: none;
}
.e-content ul, .e-content ol {
    padding-left: 1rem;
}
.e-content li {
    margin-bottom: 0.25rem;
    list-style-type: disc;
}
.blockquote, .dl, .dd, .figure, .p, .pre, .div, .e-content p, .e-content h2 {
    margin-bottom: 1rem;
}
p {
    max-width: 36rem;
}
/* space after element */
p::after {
    content: "\200B";
}
code {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
    padding: 0.5rem;
    font-family: Gidole, -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";
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    letter-spacing: -0.025em;
}
.h1 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 1.25;
}
h2, .h2 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
    line-height: 1.25;
}
h3, .h3 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 1.25;
}
h4, .h4 {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: 1.375;
}
h5, .h5 {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 1.25rem;
    line-height: 1.5;
}
h6, .h6 {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-size: 1.125rem;
    line-height: 1.5;
}
.input, .textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.caps {
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
/* Sets so the footer stay always on the bottom. */
main {
    flex: 1 1 0%;
}
video, img {
    outline: 2px solid transparent;
    outline-offset: 2px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media (min-width: 50em) {
    video, img {
        width: auto;
    }
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
@media (min-width: 50em) {
    .container {
        max-width: 50em;
    }
}
@media (min-width: 73em) {
    .container {
        max-width: 73em;
    }
}
/* all the classes here */
.btn {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    padding: 0.25em 0.5em 0.24em;
    transition: border 0.2s ease 0s;
}
.btn:hover {
    --tw-border-opacity: 1;
    border-color: rgb(223 150 124 / var(--tw-border-opacity));
}
/* makes sure that the component is min height is 100vh */
/* use page instead of main wrapper */
.page, .main-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.w {
    width: 100%;
}
@media (min-width: 50em) {
    .w {
        width: auto;
    }
}
.w-screen {
    max-width: 100%;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.row-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.col {
    flex-basis: 100%;
}
@media (min-width: 50em) {
    .col {
        flex-basis: 50%;
    }
}
.col-1\/3 {
    flex-basis: 100%;
}
@media (min-width: 50em) {
    .col-1\/3 {
        flex-basis: 33.33333333%;
    }
}
.col-1\/4 {
    flex-basis: 50%;
}
@media (min-width: 50em) {
    .col-1\/4 {
        flex-basis: 25%;
    }
}
.center {
    justify-content: center;
}
@media (min-width: 50em) {
    .t\:center {
        justify-content: center;
    }
}
/* vertical center */
.v-center {
    align-items: center;
}
@media (min-width: 50em) {
    .v-center {
        align-items: center;
    }
}
.bg-img-custom {
    background-image: url("/_img/bg.jpg");
    background-size: 20rem;
}
.none {
    display: none;
}
@media (min-width: 50em) {
    .t\:none {
        display: none;
    }
}
.mini-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 50em) {
    .mini-container {
        max-width: 50em;
    }
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.left-\[17\.5rem\] {
    left: 17.5rem;
}
.top-0 {
    top: 0;
}
.right-\[10\.5rem\] {
    right: 10.5rem;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-\[-4rem\] {
    top: -4rem;
}
.left-\[-10rem\] {
    left: -10rem;
}
.top-\[7\.5rem\] {
    top: 7.5rem;
}
.top-\[-8rem\] {
    top: -8rem;
}
.z-\[-1\] {
    z-index: -1;
}
.z-10 {
    z-index: 10;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-8 {
    margin-top: 8rem;
}
.mt-\[-8rem\] {
    margin-top: -8rem;
}
.ml-\[50\%\] {
    margin-left: 50%;
}
.mr-1 {
    margin-right: 1rem;
}
.ml-\[-8rem\] {
    margin-left: -8rem;
}
.mt-6 {
    margin-top: 6rem;
}
.ml-\[-7rem\] {
    margin-left: -7rem;
}
.mt-\[16rem\] {
    margin-top: 16rem;
}
.mt-4 {
    margin-top: 4rem;
}
.mb-10 {
    margin-bottom: 10rem;
}
.mt-\[10rem\] {
    margin-top: 10rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.mt-\[20rem\] {
    margin-top: 20rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.h-\[100000px\] {
    height: 100000px;
}
.w-\[2px\] {
    width: 2px;
}
.w-full {
    width: 100%;
}
.w-\[120\%\] {
    width: 120%;
}
.w-\[20rem\] {
    width: 20rem;
}
.w-1\/2 {
    width: 50%;
}
.w-\[140\%\] {
    width: 140%;
}
.w-3\/4 {
    width: 75%;
}
.max-w-40 {
    max-width: 40rem;
}
.max-w-\[40rem\] {
    max-width: 40rem;
}
.max-w-full {
    max-width: 100%;
}
.max-w-\[unset\] {
    max-width: unset;
}
.max-w-\[60rem\] {
    max-width: 60rem;
}
.max-w-\[20rem\] {
    max-width: 20rem;
}
.max-w-\[30rem\] {
    max-width: 30rem;
}
.max-w-\[22rem\] {
    max-width: 22rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.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-\[47deg\] {
    --tw-rotate: 47deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-none {
    list-style-type: none;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
    overflow: hidden;
}
.bg-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(240 236 227 / var(--tw-bg-opacity));
}
.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 178 178 / var(--tw-bg-opacity));
}
.bg-greenish {
    --tw-bg-opacity: 1;
    background-color: rgb(166 191 161 / var(--tw-bg-opacity));
}
.bg-repeat {
    background-repeat: repeat;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.p-1 {
    padding: 1rem;
}
.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pb-1 {
    padding-bottom: 1rem;
}
.pr-2 {
    padding-right: 2rem;
}
.pl-1 {
    padding-left: 1rem;
}
.pt-1 {
    padding-top: 1rem;
}
.pt-2 {
    padding-top: 2rem;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-h4 {
    font-size: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(45 55 72 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* all the utils,(modifiers) here */
.pointer {
    cursor: pointer;
}
@media (min-width: 50em) {
    .t\:absolute {
        position: absolute;
    }
    .t\:top-\[-12rem\] {
        top: -12rem;
    }
    .t\:left-\[10rem\] {
        left: 10rem;
    }
    .t\:top-\[15rem\] {
        top: 15rem;
    }
    .t\:top-0 {
        top: 0;
    }
    .t\:left-0 {
        left: 0;
    }
    .t\:bottom-0 {
        bottom: 0;
    }
    .t\:right-0 {
        right: 0;
    }
    .t\:top-\[-20rem\] {
        top: -20rem;
    }
    .t\:top-\[-10rem\] {
        top: -10rem;
    }
    .t\:my-8 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .t\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .t\:mt-2 {
        margin-top: 2rem;
    }
    .t\:mt-4 {
        margin-top: 4rem;
    }
    .t\:mt-0 {
        margin-top: 0px;
    }
    .t\:mr-\[50\%\] {
        margin-right: 50%;
    }
    .t\:mt-\[-15rem\] {
        margin-top: -15rem;
    }
    .t\:ml-0 {
        margin-left: 0px;
    }
    .t\:mt-\[-11rem\] {
        margin-top: -11rem;
    }
    .t\:mr-auto {
        margin-right: auto;
    }
    .t\:mt-\[-14rem\] {
        margin-top: -14rem;
    }
    .t\:mt-\[20rem\] {
        margin-top: 20rem;
    }
    .t\:mt-6 {
        margin-top: 6rem;
    }
    .t\:mt-8 {
        margin-top: 8rem;
    }
    .t\:flex {
        display: flex;
    }
    .t\:h-\[25rem\] {
        height: 25rem;
    }
    .t\:h-\[55rem\] {
        height: 55rem;
    }
    .t\:h-\[40rem\] {
        height: 40rem;
    }
    .t\:h-\[30rem\] {
        height: 30rem;
    }
    .t\:w-full {
        width: 100%;
    }
    .t\:w-\[20rem\] {
        width: 20rem;
    }
    .t\:w-\[30rem\] {
        width: 30rem;
    }
    .t\:w-\[26rem\] {
        width: 26rem;
    }
    .t\:max-w-full {
        max-width: 100%;
    }
    .t\:flex-1 {
        flex: 1 1 0%;
    }
    .t\:translate-y-14 {
        --tw-translate-y: 14rem;
        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));
    }
    .t\:translate-x-3 {
        --tw-translate-x: 3rem;
        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));
    }
    .t\:flex-row {
        flex-direction: row;
    }
    .t\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .t\:flex-wrap {
        flex-wrap: wrap;
    }
    .t\:justify-start {
        justify-content: flex-start;
    }
    .t\:space-y-auto > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(auto * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(auto * var(--tw-space-y-reverse));
    }
    .t\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .t\:border-solid {
        border-style: solid;
    }
    .t\:bg-auto {
        background-size: auto;
    }
    .t\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .t\:py-8 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .t\:text-left {
        text-align: left;
    }
    .t\:text-right {
        text-align: right;
    }
    .t\:text-h4 {
        font-size: 1.5rem;
    }
    .t\:text-\[1\.3rem\] {
        font-size: 1.3rem;
    }
    .t\:text-base {
        font-size: 1rem;
    }
}
@media (min-width: 73em) {
    .d\:absolute {
        position: absolute;
    }
    .d\:top-\[10rem\] {
        top: 10rem;
    }
    .d\:right-\[-25rem\] {
        right: -25rem;
    }
    .d\:mr-\[50\%\] {
        margin-right: 50%;
    }
    .d\:mt-\[25rem\] {
        margin-top: 25rem;
    }
    .d\:h-\[25rem\] {
        height: 25rem;
    }
    .d\:w-\[20rem\] {
        width: 20rem;
    }
    .d\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .d\:border-solid {
        border-style: solid;
    }
    .d\:text-base {
        font-size: 1rem;
    }
}
