/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

.heart-rate {
    width: 150px;
    height: 73px;
    position: relative;
    margin: 20px auto;
  }

  .button-wrapper {
	position: relative;
	width: 100%;
	max-width: 160px;
	min-width: 60px;
	height: 100%;
	min-height: 45px;
	max-height: 45px;
	overflow: hidden;
	
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: var(--buttonBorderRad);
	box-shadow: 0 0 6px rgba(0, 0, 0, .3) inset,
		0 0 12px rgba(0, 0, 0, .4) inset,
		0 0 3px rgba(0, 0, 0, .12),
		0 2px 6px rgba(0 , 0, 0, .08),
		0 6px 10px rgba(0, 0, 0, .05);
	background: linear-gradient( 45deg, hsl(240deg 100% 20%) 0%, hsl(289deg 100% 21%) 11%, hsl(315deg 100% 27%) 22%, hsl(329deg 100% 36%) 33%, hsl(337deg 100% 43%) 44%, hsl(357deg 91% 59%) 56%, hsl(17deg 100% 59%) 67%, hsl(34deg 100% 53%) 78%, hsl(45deg 100% 50%) 89%, hsl(55deg 100% 50%) 100% );
    background-repeat: no-repeat;
    background-size: 110% 120%;
    background-position: center center;
}

.button-wrapper:before {
	content: "";
	width: 50%;
	height: 16%;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translate(-50%, -8%);
	border-radius: 50%;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	background: rgba(255, 255, 255, .4);
	mix-blend-mode: overlay;
	z-index: 1;
}

.button-wrapper:after {
	content: "";
	width: 85%;
	height: 42%;
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, -5%);
	border-radius: var(--buttonBorderRad);
	-webkit-filter: blur(.5px);
	filter: blur(.5px);
	
	background:
	linear-gradient(
		0deg,
		rgba(255, 255, 255, .2),
		rgba(255, 255, 255, .55)
	);
	mix-blend-mode: screen;
}

.button-wrapper:hover {
	cursor: pointer;
}

.link-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(229, 229, 229, 1);
	text-shadow: 0 -.6px 1px rgba(0, 0, 0, .4), 0 .6px 1px rgba(255, 255, 255, .7);
}

/* glitter 
------------------------------------- */

.glitter-back, .glitter {
    overflow: hidden;
    position: absolute;
    width: 140px;
    top: 140px;
    height: 200px;
    z-index: 99999;
    bottom: 0;
    right: 40px;
    border-radius: 9999px;
    mix-blend-mode: overlay;
    mix-blend-mode: plus-lighter;
    mix-blend-mode: color-dodge;
}

.glitter {
	background-image:
	radial-gradient(2px 2px at 60px -50px, #fff, rgba(0,0,0,0)),
	radial-gradient(1px 1px at -30px 30px, #eee, rgba(0,0,0,0)),
	radial-gradient(1px .5px at -15px -20px, #fff, rgba(0,0,0,0)),
	radial-gradient(.5px .5px at -5px 8px, #e9e9e9, rgba(0,0,0,0)),
	radial-gradient(1px 1px at 3px 8px, #eee, rgba(0,0,0,0)),
	radial-gradient(2px 2px at -10px 15px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 20px 30px, #eee, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 40px 70px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 50px 160px, #e9e9e9, rgba(0,0,0,0)),
    radial-gradient(2px 2px at -90px -40px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 130px -80px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 160px 120px, #e9e9e9, rgba(0,0,0,0)),
	radial-gradient(1px 1px at 200px -135px, #fff, rgba(0,0,0,0)),
	radial-gradient(1px 1px at 230px 70px, #eee, rgba(0,0,0,0)),
	radial-gradient(1px 1px at 160px -120px, #e9e9e9, rgba(0,0,0,0)),
	radial-gradient(.5px 1px at -250px -100px, #fff, rgba(0,0,0,0));
	background-repeat: repeat;
	background-size: 12px 16px;
	background-size: 15px 18px;
	background-size: 18px 22px;
	animation: zoomSparkle .75s infinite;
	opacity: 0;
	background-blend-mode: overlay;
	mix-blend-mode: color-dodge;
	-webkit-filter: saturate(160%) brightness(2);
	filter: saturate(160%) brightness(2);
}

.glitter:nth-child(1) {
	background-position: 50% 50%;
	animation-delay: 0s;
}

.glitter:nth-child(2) {
	background-position: 20% 60%;
	animation-delay: .15s;
}

.glitter:nth-child(3) {
	background-position: -20% -30%;
	animation-delay: .6s;
}

.glitter:nth-child(4) {
	background-position: 40% -80%;
	animation-delay: 1.3s;
}

.glitter:nth-child(5) {
	background-position: -20% 30%;
	animation-delay: 2s;
}

.glitter:nth-child(6) {
	background-position: -50% 40%;
	animation-delay: 1.6s;
}

.glitter:nth-child(7) {
	background-position: -10% 20%;
	animation-delay: 1s;
}

.glitter:nth-child(8) {
	background-position: -50% -80%;
	animation-delay: .25s;
}

.glitter:nth-child(9) {
	background-position: -75% 80%;
	animation-delay: 0s;
}

.glitter:nth-child(10) {
	background-position: -80% -50%;
	animation-delay: .4s;
}

@keyframes zoomSparkle {
	0% {
		opacity: .6;
		/* transform: scale(0.5); */
		animation-timing-function: ease-in;
	} 
	32% {
		opacity: .8;
		/* transform: scale(2.8); */
		animation-timing-function: linear;
	}
	72% {
		opacity: .3;
		animation-timing-function: linear;
		/* transform: scale(3.5); */
	}
	100% {
		opacity: 0;
		/* transform: scale(3.5); */
	}
}
  
  .fade-in {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
  }

  @media (max-width: 500px) {
  .cori {
    left: 10%
  }
}
  
  .fade-out {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: -120%;
    animation: heartRateOut 2.5s linear infinite;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
  }
  
  @keyframes heartRateIn {
    0% {
      width: 100%;
    }
    50% {
      width: 0;
    }
    100% {
      width: 0;
    }
  }
  
  @keyframes heartRateOut {
    0% {
      left: -120%;
    }
    30% {
      left: -120%;
    }
    100% {
      left: 0;
    }
  }

*,:after,:before {
    box-sizing: border-box;
    border: 0 solid
}

:after,:before {
    --tw-content: ""
}

:host,html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

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

button,select {
    text-transform: none
}

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

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.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:
}

.bg-gray-98 {
    background-color: #050505 !important;
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.-bottom-3 {
    bottom: -.75rem
}

.-bottom-\[1px\] {
    bottom: -1px
}

.-left-1 {
    left: -.25rem
}

.-left-6 {
    left: -1.5rem
}

.-left-7 {
    left: -1.75rem
}

.-left-\[15px\] {
    left: -15px
}

.-left-\[3\.5px\] {
    left: -3.5px
}

.-right-2 {
    right: -.5rem
}

.-right-3 {
    right: -.75rem
}

.-right-\[55px\] {
    right: -55px
}

.-top-12 {
    top: -3rem
}

.-top-2 {
    top: -.5rem
}

.-top-5 {
    top: -1.25rem
}

@media (max-width: 430px) {
.dandu {
    left: -2rem;
    height: 100%;
}
}

.dandu {
    left: -1rem;
    height: 100%;
}

.padhu {
    padding-left: 2.5rem !important;
}

.jor {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.text-ctn {
    margin: 24px auto;
    font-size: 16px;
    font-weight: normal;
    width: 260px;
  }
  
  .marquee {
    width: 360px;
    border-bottom: 3px solid #000000;
    background-color: #000000;
    white-space: nowrap;
  }
  
  .marquee-text {
    display: inline-block;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ff0000;
    animation: scroll 2s linear infinite;
  }
  
  .marquee-text:before {
    content: "ACCESS DENIED";
  }
  
  @keyframes scroll {
    100% {
      transform: translateX(-100%);
    }
  }
  
  #sec-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161616;
  }
  
  #ctn {
    margin-top: 0px;
    width: 360px;
    height: 380px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
  }
  
  #forbidden {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border: 2px solid #f00e0e;
    border-radius: 8px;
    letter-spacing: 2px;
    font-size: 24px;
    animation: flash 1s linear infinite;
  }
  
  @keyframes flash {
    50% {
      opacity: 0;
    }
  }
  

.popup__photo {
    display: flex;
    border-radius: 12px;
    align-items: stretch;
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.popup__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1rem;
    align-items: center;
}

.popup__text h1 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
}

.popup__close {
    position: absolute;
    right: -0.8rem;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 800;
    border-radius: 100%;
    background-color: #141414;
    z-index: 4;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.popup-inner {
    position: relative;
    border-radius: 12px;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 360px;
    max-height: 368px;
    width: 80%;
    height: 100%;
    background-color: #1f1f1f;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
}
 
.popups {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(4px);
    background-color: rgb(0 0 0 / 73%);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: .64s ease-in-out;
    &-inner {
      position: relative;
      bottom: -100vw;
      right: -100vh;
      display: flex;
      align-items: center;
      max-width: 800px;
      max-height: 600px;
      width: 60%;
      height: 80%;
      background-color: #fff;
      transform: rotate(32deg);
      transition: .64s ease-in-out;
    }
    &__photo {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      width: 40%;
      height: 100%;
      overflow: hidden;
      img {
        width: auto;
        height: 100%;
      }
    }
    &__text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 60%;
      height: 100%;
      padding: 4rem;
      h1 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 2rem;
        text-transform: uppercase;
        color: #0A0A0A;
      }
      p {
        font-size: .875rem;
        color: #686868;
        line-height: 1.5;
      }
    }
    &:target {
      visibility: visible;
      opacity: 1;
      .popup-inner {
        bottom: 0;
        right: 0;
        transform: rotate(0);
      }
    }
    &__close {
      position: absolute;
      right: -1rem;
      top: -1rem;
      width: 3rem;
      height: 3rem;
      font-size: .875rem;
      font-weight: 300;
      border-radius: 100%;
      background-color: #0A0A0A;
      z-index: 4;
      color: #fff;
      line-height: 3rem;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
    }
  }

.-top-\[15px\] {
    top: -15px
}

.-top-\[1px\] {
    top: -1px
}

.bottom-0 {
    bottom: 60px
}

.bottom-10 {
    bottom: 2.5rem
}

.bottom-2 {
    bottom: .5rem
}

.left-0 {
    left: 0
}

.left-1 {
    left: .25rem
}

.left-1t {
    left: .6rem
}

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

.left-1\/3 {
    left: 30.333333%
}

.left-10 {
    left: 2.5rem
}

.left-5 {
    left: 1.25rem
}

.left-\[-6px\] {
    left: -6px
}

.left-full {
    left: 100%
}

.right-0 {
    right: 0
}

.right-16 {
    right: 4rem
}

.right-2 {
    right: .5rem
}

.top-0 {
    top: 0
}

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

.top-1\/3 {
    top: 65%
}

.top-14 {
    top: 3.5rem
}

.top-2 {
    top: .5rem
}

.top-3 {
    top: .75rem
}

.top-5 {
    top: 1.25rem
}

.top-8 {
    top: 2rem
}

.top-\[-270px\] {
    top: -270px
}

.top-\[15px\] {
    top: 15px
}

.top-\[17px\] {
    top: 17px
}

.top-full {
    top: 100%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.m-0 {
    margin: 0
}

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

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

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

.-ml-1 {
    margin-left: -.25rem
}

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

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-24 {
    margin-bottom: 3rem
}

.mb-3 {
    margin-bottom: .75rem
}

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

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

.mb-\[2px\] {
    margin-bottom: 2px
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-auto {
    margin-left: auto
}

.mr-2 {
    margin-right: .5rem
}

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

.mt-1 {
    margin-top: .25rem
}

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

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

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

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

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

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

.mt-\[3px\] {
    margin-top: 3px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-1 {
    height: .25rem
}

.h-1\/2 {
    height: 58%
}

.h-10 {
    height: 2.5rem
}

.h-14 {
    height: 3.5rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-24 {
    height: 6rem
}

.h-3 {
    height: .65rem
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-80 {
    height: 20rem
}

.h-9 {
    height: 1.85rem
}

.h-\[110px\] {
    height: 110px
}

.h-\[160px\] {
    height: 160px
}

.h-\[180px\] {
    height: 180px
}

.h-\[260px\] {
    height: 260px
}

.bg-black {
    background-color: #000000;
}

.h-\[28px\] {
    height: 28px
}

.h-\[2px\] {
    height: 2px
}

.h-\[330px\] {
    height: 330px
}

.h-\[360px\] {
    height: 360px
}

.h-\[70px\] {
    height: 70px
}

.h-\[7px\] {
    height: 7px
}

.h-\[800px\] {
    height: 800px
}

.h-full {
    height: 100%
}

.w-1 {
    width: .25rem
}

.w-1\/2 {
    width: 50%
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-2 {
    width: .5rem
}

.w-24 {
    width: 6rem
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-80 {
    width: 20rem
}

.w-9 {
    width: 1.85rem
}

.w-\[110px\] {
    width: 110px
}

.w-\[160px\] {
    width: 170px
}

.w-\[1px\] {
    width: 1px
}

.w-\[28px\] {
    width: 28px
}

.w-\[2px\] {
    width: 2px
}

.w-\[330px\] {
    width: 330px
}

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

.w-\[70px\] {
    width: 70px
}

.w-\[7px\] {
    width: 7px
}

.w-full {
    width: 100%
}

.max-w-20 {
    max-width: 5rem
}

.max-w-60 {
    max-width: 15rem
}

.max-w-80 {
    max-width: 20rem
}

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

.max-w-\[7\.5rem\] {
    max-width: 7.5rem
}

.origin-\[0\%_50\%\] {
    transform-origin: 0 50%
}

.origin-bottom {
    transform-origin: bottom
}

.origin-bottom-left {
    transform-origin: bottom left
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,.-translate-x-\[68px\] {
    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-\[68px\] {
    --tw-translate-x: -68px
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-1\/2,.-translate-y-8 {
    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-8 {
    --tw-translate-y: -2rem
}

.translate-y-1 {
    --tw-translate-y: 0.25rem
}

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

.-rotate-45 {
    --tw-rotate: -45deg
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.-rotate-90,.rotate-90 {
    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
}

.scale-x-\[-1\] {
    --tw-scale-x: -1
}

.scale-x-\[-1\],.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))
}

@keyframes blink {
    0% {
        opacity: .1
    }

    30% {
        opacity: .1
    }

    45%,55% {
        opacity: 1
    }

    70% {
        opacity: .1
    }

    to {
        opacity: .1
    }
}

.animate-blink {
    animation: blink 6s linear infinite
}

@keyframes count {
    0%,15% {
        transform: translateY(0)
    }

    30%,45% {
        transform: translateY(-24px)
    }

    60%,75% {
        transform: translateY(-48px)
    }

    90%,to {
        transform: translateY(-72px)
    }
}

.animate-count {
    animation: count 12s linear infinite
}

@keyframes delayOpacity {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-delay-opacity {
    animation: delayOpacity 2.5s linear
}

.animate-opacity-dialog {
    animation: opacityIn .15s linear
}

@keyframes opacityIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-opacity-in {
    animation: opacityIn 1.5s linear
}

.animate-opacity-inz {
    animation: opacityIn 2.5s linear
}

@keyframes scale1 {
    0% {
        transform: scaleY(.35)
    }

    10% {
        transform: scaleY(.45)
    }

    20% {
        transform: scaleY(.7)
    }

    30% {
        transform: scaleY(.5)
    }

    40% {
        transform: scaleY(.25)
    }

    50% {
        transform: scaleY(.5)
    }

    60% {
        transform: scaleY(.75)
    }

    70% {
        transform: scaleY(.4)
    }

    80% {
        transform: scaleY(.15)
    }

    90% {
        transform: scaleY(.5)
    }

    to {
        transform: scaleY(.35)
    }
}

.animate-scale-1 {
    animation: scale1 5s linear infinite
}

@keyframes scale2 {
    0% {
        transform: scaleY(.75)
    }

    10% {
        transform: scaleY(.85)
    }

    20% {
        transform: scaleY(.4)
    }

    30% {
        transform: scaleY(.5)
    }

    40% {
        transform: scaleY(.35)
    }

    50% {
        transform: scaleY(1)
    }

    60% {
        transform: scaleY(.8)
    }

    70% {
        transform: scaleY(.65)
    }

    80% {
        transform: scaleY(.5)
    }

    90% {
        transform: scaleY(.95)
    }

    to {
        transform: scaleY(.75)
    }
}

.animate-scale-2 {
    animation: scale2 7s linear infinite
}

@keyframes scaleAngle {
    0% {
        opacity: 0;
        transform: rotate(225deg) scaleX(0)
    }

    to {
        opacity: 1;
        transform: rotate(225deg) scaleX(1)
    }
}

.animate-scale-angle {
    animation: scaleAngle 1.25s linear
}

@keyframes scaleDown {
    0% {
        opacity: 0;
        transform: scale(2)
    }

    50% {
        opacity: 0;
        transform: scale(2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate-scale-down {
    animation: scaleDown 1.5s linear
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(.95) rotateY(25deg)
    }

    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg)
    }
}

.animate-scale-in {
    animation: scaleIn .0875s ease-out
}

@keyframes scaleSlow {
    0% {
        opacity: 0;
        transform: scale(.6)
    }

    50% {
        opacity: 0;
        transform: scale(.6)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate-scale-slow {
    animation: scaleSlow 1.5s linear
}

.animate-spin-reverse {
    animation: spin 5.5s linear infinite reverse
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin-slow {
    animation: spin 150s linear infinite
}

@keyframes spriteRotate {
    to {
        --border-angle: 1turn
    }
}

.animate-sprite-rotate {
    animation: spriteRotate 5s linear infinite
}

@keyframes wipe {
    0% {
        -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        clip-path: polygon(0 0,0 0,0 100%,0 100%)
    }

    to {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }
}

.animate-wipe {
    animation: wipe 1.5s cubic-bezier(.8,0,.2,1)
}

@keyframes wipeUp {
    0% {
        -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%)
    }

    to {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }
}

.animate-wipe-up {
    animation: wipeUp 1.5s cubic-bezier(.8,0,.2,1)
}

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

.grid-cols-\[160px_1fr\] {
    grid-template-columns: 160px 1fr
}

.grid-cols-\[240px_1fr\] {
    grid-template-columns: 240px 1fr
}

.grid-cols-card {
    grid-template-columns: 70px 1fr
}

.flex-col {
    flex-direction: column
}

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

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

.items-center {
    align-items: center
}

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

.justify-center {
    justify-content: center
}

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

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-8 {
    gap: 2rem
}

.gap-\[1px\] {
    gap: 1px
}

.gap-\[2px\] {
    gap: 2px
}

.overflow-hidden,.truncate {
    overflow: hidden
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-nowrap {
    text-wrap: nowrap
}

.rounded {
    border-radius: .25rem
}

.rounded-\[1px\] {
    border-radius: 1px
}

.rounded-\[8px\] {
    border-radius: 8px
}

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

.border {
    border-width: 1px
}

.border-solid {
    border-style: solid
}

.border-gray-100 {
    border-color: var(--gray-100)
}

.border-gray-50 {
    border-color: var(--gray-50)
}

.border-gray-75 {
    border-color: var(--gray-75)
}

.border-gray-95 {
    border-color: var(--gray-95)
}

.border-transparent {
    border-color: transparent
}

.bg-gray-100 {
    background-color: var(--gray-100)
}

.bg-gray-50 {
    background-color: var(--gray-50)
}

.bg-gray-599 {
    background-color: #e3b86c;
}

.bg-gray-65 {
    background-color: var(--gray-65)
}

.bg-gray-75 {
    background-color: var(--gray-75)
}

.bg-gray-95 {
    background-color: #1f1f1f;
}

.bg-gray-98 {
    background-color: var(--gray-98)
}

.bg-transparent {
    background-color: transparent
}

.bg-conic {
    background-image: conic-gradient(from var(--border-angle),var(--gray-95),var(--gray-95) 80%,var(--gray-65) 90%,var(--gray-65) 100%)
}

.bg-conic-contrast {
    background-image: conic-gradient(from var(--border-angle),#fff,var(--gray-50) 30%,var(--gray-75) 70%,var(--gray-75) 100%)
}

.bg-dashed {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='180' ry='180' stroke='%23BFBFBF' stroke-width='1' stroke-dasharray='2%2c 4%2c 8%2c 4' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e")
}

.bg-dashed-dark {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='180' ry='180' stroke='%23595959' stroke-width='1' stroke-dasharray='2%2c 4%2c 8%2c 4' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e")
}

.bg-linear-transparent {
    background-image: linear-gradient(180deg,hsla(0,0%,var(--gray-var),0),hsla(0,0%,var(--gray-var),1) 60%,hsla(0,0%,var(--gray-var),1) 100%)
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem .5rem .5rem .8rem;
}

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

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

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

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

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

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

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

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

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

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

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

.pb-14 {
    padding-bottom: 3.5rem
}

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

.pb-8 {
    padding-bottom: 2rem
}

.pb-\[2px\] {
    padding-bottom: 2px
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-2 {
    padding-left: .5rem
}

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

.pl-6 {
    padding-left: 1.5rem
}

.pr-1 {
    padding-right: .25rem
}

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

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

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

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

.font-mono {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid black;
    z-index: 1000;
    display: none; /* Initially hidden */
  }
  .popup.active {
    display: block; /* Show when active */
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none; /* Initially hidden */
  }
  .overlay.active {
    display: block; /* Show when active */
  }
  .close-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 1.5rem;
  }

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

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

.text-\[10px\] {
    font-size: 10px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[7px\] {
    font-size: 7px
}

.text-\[8px\] {
    font-size: 8px
}

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

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

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

.font-light {
    font-weight: 300
}

.leading-7 {
    line-height: 1.75rem
}

.leading-none {
    line-height: 1
}

.tracking-tighter {
    letter-spacing: -.05em
}

.text-gray-0 {
    color: var(--gray-0)
}

.text-gray-35 {
    color: var(--gray-35)
}

.text-gray-50 {
    color: var(--gray-50)
}

.text-gray-65 {
    color: var(--gray-65)
}

.text-gray-75 {
    color: var(--gray-75)
}

.text-transparent {
    color: transparent
}

.underline {
    text-decoration-line: underline
}

.underline-offset-auto {
    text-underline-offset: auto
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-100 {
    opacity: 1
}

.opacity-15 {
    opacity: .15
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .2
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.shadow-email {
    --tw-shadow: 0px 16px 15px -13px var(--shadow-light),0px 4px 12px 0px var(--shadow-light),0px 0px 120px 0px var(--shadow);
    --tw-shadow-colored: 0px 16px 15px -13px var(--tw-shadow-color),0px 4px 12px 0px var(--tw-shadow-color),0px 0px 120px 0px var(--tw-shadow-color)
}

.shadow-email,.shadow-logo {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-logo {
    --tw-shadow: 0px 0px 0px 1px var(--gray-95),0px 0px 35px 0px var(--gray-95);
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color),0px 0px 35px 0px var(--tw-shadow-color)
}

.shadow-super {
    --tw-shadow: 0px 16px 15px -13px var(--gray-95),0px 0px 120px 0px var(--gray-95);
    --tw-shadow-colored: 0px 16px 15px -13px var(--tw-shadow-color),0px 0px 120px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.outline {
    outline-style: solid
}

.blur {
    --tw-blur: blur(8px)
}

.blur,.blur-lg {
    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)
}

.blur-lg {
    --tw-blur: blur(16px)
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.delay-75 {
    transition-delay: 75ms
}

.duration-300 {
    transition-duration: .3s
}

:root {
    --gray-0: #000;
    --gray-35: #616161;
    --gray-50: grey;
    --gray-65: #a6a6a6;
    --gray-75: #bfbfbf;
    --gray-95: #f2f2f2;
    --gray-98: #fafafa;
    --gray-100: #fff;
    --gray-trans: hsla(0,0%,98%,.8);
    --gray-var: 98%;
    --shadow: rgba(0,0,0,.15);
    --shadow-light: rgba(0,0,0,.06)
}

[data-theme=dark] {
    --gray-0: #fff;
    --gray-35: #999;
    --gray-50: grey;
    --gray-65: #666;
    --gray-75: #595959;
    --gray-95: #171717;
    --gray-98: #121212;
    --gray-100: #0f0f0f;
    --gray-trans: rgba(5,5,5,.6);
    --gray-var: 7%;
    --shadow: hsla(0,0%,100%,.05);
    --shadow-light: hsla(0,0%,100%,.02)
}

[data-theme=custom] {
    --shadow: rgba(0,0,0,.15);
    --shadow-light: rgba(0,0,0,.06)
}

::-moz-selection {
    background-color: var(--gray-75);
}

::selection {
    background-color: var(--gray-75);
    color: #fff;
}

body {
    text-rendering: geometricPrecision
}

button {
    text-rendering: geometricPrecision
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn
}

.placeholder\:text-gray-75::-moz-placeholder {
    color: var(--gray-75)
}

.placeholder\:text-gray-75::placeholder {
    color: var(--gray-75)
}

.focus\:border-gray-50:focus {
    border-color: var(--gray-50)
}

.focus\:shadow-super:focus {
    --tw-shadow: 0px 16px 15px -13px var(--gray-95),0px 0px 120px 0px var(--gray-95);
    --tw-shadow-colored: 0px 16px 15px -13px var(--tw-shadow-color),0px 0px 120px 0px var(--tw-shadow-color);
    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\:ring:focus {
    --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\:ring-gray-98:focus {
    --tw-ring-color: var(--gray-98)
}

@media (min-width: 768px) {
    .md\:fixed {
        position:fixed
    }

    .md\:-left-6 {
        left: -1.5rem
    }

    .md\:-left-8 {
        left: -2rem
    }

    .md\:-top-2 {
        top: -.5rem
    }

    .md\:bottom-5 {
        bottom: 1.25rem
    }

    .md\:bottom-auto {
        bottom: auto
    }

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

    .md\:left-14 {
        left: 3.5rem
    }

    .md\:left-4 {
        left: 1rem
    }

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

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

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[200px\] {
        height: 200px
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[620px\] {
        width: 620px
    }

    .md\:max-w-full {
        max-width: 100%
    }

    .md\:-translate-x-\[88px\] {
        --tw-translate-x: -88px
    }

    .md\:-translate-x-\[88px\],.md\:-translate-y-1\/2 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:-translate-y-1\/2 {
        --tw-translate-y: -50%
    }

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

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-end {
        align-items: flex-end
    }

    .md\:gap-28 {
        gap: 7rem
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:rounded-\[10px\] {
        border-radius: 10px
    }

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

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

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

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

    .md\:py-\[2px\] {
        padding-top: 2px;
        padding-bottom: 2px
    }

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

    .md\:text-\[22px\] {
        font-size: 18px
    }

    .md\:text-\[9px\] {
        font-size: 9px
    }

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

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

    .md\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .md\:leading-none {
        line-height: 1
    }

    .group:hover .md\:group-hover\:-translate-x-\[50px\] {
        --tw-translate-x: -50px
    }

    .group:hover .md\:group-hover\:-translate-x-\[50px\],.group:hover .md\:group-hover\:-translate-x-\[55px\] {
        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 .md\:group-hover\:-translate-x-\[55px\] {
        --tw-translate-x: -55px
    }

    .group:hover .md\:group-hover\:rotate-0 {
        --tw-rotate: 0deg
    }

    .group:hover .md\:group-hover\:rotate-0,.group:hover .md\:group-hover\:scale-105 {
        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 .md\:group-hover\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05
    }

    .group:hover .md\:group-hover\:opacity-100 {
        opacity: 1
    }

    .group:hover .md\:group-hover\:opacity-75 {
        opacity: .75
    }
}

.dark\:block:where([data-theme=dark],[data-theme=dark] *) {
    display: block
}

.dark\:hidden:where([data-theme=dark],[data-theme=dark] *) {
    display: none
}

@font-face {
    font-family: __IBM_Plex_Mono_2a62ab;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./media/5a7dbca54c2fc4dd-s.woff2) format("woff2");
    unicode-range: u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f
}

@font-face {
    font-family: __IBM_Plex_Mono_2a62ab;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./media/d4e99c199dab3055-s.woff2) format("woff2");
    unicode-range: u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116
}

@font-face {
    font-family: __IBM_Plex_Mono_2a62ab;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./media/9ae1ac821a4debaf-s.woff2) format("woff2");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-family: __IBM_Plex_Mono_2a62ab;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./media/ec1b1cbc512bc43e-s.woff2) format("woff2");
    unicode-range: u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: __IBM_Plex_Mono_2a62ab;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./media/463cef7d4672ba68-s.p.woff2) format("woff2");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: __IBM_Plex_Mono_Fallback_2a62ab;
    src: local("Arial");
    ascent-override:75.41%;descent-override:20.23%;line-gap-override:0.00%;size-adjust:135.93%}

.__className_2a62ab {
    font-family: __IBM_Plex_Mono_2a62ab,__IBM_Plex_Mono_Fallback_2a62ab;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: __maison_66a474;
    src: url(./media/e613ea1c68cf9012-s.p.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: __maison_Fallback_66a474;
    src: local("Arial");
    ascent-override:97.67%;descent-override:33.08%;line-gap-override:0.00%;size-adjust:101.57%}

.__className_66a474 {
    font-family: __maison_66a474,__maison_Fallback_66a474
}

@font-face {
    font-family: __maisonLight_c21ce0;
    src: url(./media/9ae04e6f8a71ceed-s.p.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: __maisonLight_Fallback_c21ce0;
    src: local("Arial");
    ascent-override:98.94%;descent-override:33.51%;line-gap-override:0.00%;size-adjust:100.26%}

.__className_c21ce0 {
    font-family: __maisonLight_c21ce0,__maisonLight_Fallback_c21ce0
}

@font-face {
    font-family: __reckless_e946fd;
    src: url(./media/c9482f82e346e092-s.p.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: __reckless_Fallback_e946fd;
    src: local("Arial");
    ascent-override:99.26%;descent-override:21.30%;line-gap-override:0.00%;size-adjust:99.54%}

.__className_e946fd {
    font-family: __reckless_e946fd,__reckless_Fallback_e946fd
}
