/* Overall */

h1,h2,h3,h4,h5,h6 {
  font-family: "Lexend", sans-serif;
}

body {
   font-family: "Manrope", sans-serif;
}

/*  */

/* Header */

/* #header .header-nav-main nav > ul > li > a {
    font-size: 12.5px;
} */

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #212121 !important;
    font-weight: 400;
}

#header .header-logo img {
    transition: unset;
}

#header .header-body {
    background: none;
    transition: background ease-in 0.3s;
}
#header .header-body a{
    color: #fff !important;
    transition: background ease-in 0.3s;
}

#header .header-nav-main nav > ul > li > a {
    font-weight: 500;
}

html.sticky-header-active #header .header-body {
    background: #fff;
    transition: background ease-in 0.3s;
}

html.sticky-header-active #header .header-body a{
    color: #444 !important;
    transition: background ease-in 0.3s;
}

/* Moving Text */

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.bling-bling{
    background: linear-gradient(
        to right,
        #ebd197 20%,
        #b48811 30%,
        #a2790d 70%,
        #bb9b49 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

/* button */
.button-64 {
  align-items: center;
  /* background-image: linear-gradient(144deg,	#ebd197 20%, 	#b48811 50%,	#a2790d 70%, 	#bb9b49 80%, ); */
  background-image: linear-gradient(144deg,	#ebd197 0%, #b48811 50%, #a2790d 51%, #bb9b49 100% );
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  /* font-family: Phantomsans, sans-serif; */
  /* font-size: 20px; */
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  /* background-color: #fff; */
  background-color: #424242;
  padding: 6px 10px;
  /* padding: 8px 12px; */
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  /* background: none; */
  opacity: 75%;
}

@media (min-width: 768px) {
  .button-64 {
    /* font-size: 24px; */
    /* min-width: 196px; */
    min-width: 98px;
  }
}

/*  */

/* Body */

.uwu-txt-juster {
    text-align: justify;
    text-align-last: center;
}

.index-box {
    padding: calc(var(--bs-gutter-x)* .5);
}

.no-bg-color {
    background-color: unset !important;
}

.bg-shiro-01 {
    background-image: radial-gradient(circle at 57% 36%, hsla(263,0%,78%,0.04) 0%, hsla(263,0%,78%,0.04) 10%,transparent 10%, transparent 100%),radial-gradient(circle at 22% 61%, hsla(263,0%,78%,0.04) 0%, hsla(263,0%,78%,0.04) 36%,transparent 36%, transparent 100%),radial-gradient(circle at 68% 97%, hsla(263,0%,78%,0.04) 0%, hsla(263,0%,78%,0.04) 41%,transparent 41%, transparent 100%),radial-gradient(circle at 57% 89%, hsla(263,0%,78%,0.04) 0%, hsla(263,0%,78%,0.04) 30%,transparent 30%, transparent 100%),radial-gradient(circle at 39% 80%, hsla(263,0%,78%,0.04) 0%, hsla(263,0%,78%,0.04) 22%,transparent 22%, transparent 100%),radial-gradient(circle at 88% 71%, hsla(263,0%,78%,0.04) 0%, hsla(263,0%,78%,0.04) 30%,transparent 30%, transparent 100%),linear-gradient(0deg, rgb(255,255,255),rgb(255,255,255)) !important;
}

.bg-custom-01 {
    background-image: linear-gradient(37deg, rgb(32, 218, 233),rgb(40, 21, 236)) !important;
}
.bg-custom-02 {
    background: rgb(3,91,171);
    background: linear-gradient(90deg, rgba(3,91,171,1) 0%, rgba(19,190,241,1) 100%) !important;
}

.uwu-shiro-01 {
	background-image: repeating-linear-gradient(45deg, rgb(255,255,255) 0px, rgb(255,255,255) 10px,transparent 10px, transparent 11px),repeating-linear-gradient(135deg, rgb(255,255,255) 0px, rgb(255,255,255) 10px,transparent 10px, transparent 11px),linear-gradient(90deg, hsl(256,7%,84%),hsl(256,7%,84%)) !important;
}

.uwu-kage-01 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.uwu-kage-02 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.uwu-br-1 {
    border-radius: 1rem;
}
.uwu-br-2 {
    border-radius: 2rem;
}
.uwu-br-2 {
    border-radius: 3rem;
}

.uwu-center {
    margin: 0 auto;
}

.uwu-index-2 {
    z-index: 2 !important;
}
.uwu-index-negative-1 {
    z-index: -1 !important;
}

/*  */

/* Footer */

#footer a:not(.btn):not(.no-footer-css) {
    color: var(--default);
    transition: all 0.1s ease-in-out;
}
#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--primary);
}

.uwu-footer-link {
    color: var(--default);
    transition: all 0.1s ease-in-out;
}
.uwu-footer-link:hover {
    text-decoration: none;
    color: var(--primary);
}

#footer {
    /* background-color: #fff !important; */
    background: url(../img-1/snow-bg-trans-01-01.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom;
    border-top: 1px solid var(--grey);
}

/* #footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--primary);
} */

#footer .footer-copyright {
    background: var(--primary);
}

/* Snow */

.uwu-main {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#123, #111);
	opacity: 0;
	animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
	animation-delay: 7s, 8s;
}

@keyframes uwu-main-loadup {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes uwu-main-loadup-bg {
	from {
		background-size: 100% 100%;
		background-position: 0% 0%;
	}

	to {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
}

.initial-snow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.initial-snow > * {
	font-size: 50px;
	color: white;
	position: absolute;
	top: -5vh;
}

@keyframes snowfall {
	0% {
		transform: translate3d(var(--left-ini), 0, 0);
	}

	100% {
		transform: translate3d(var(--left-end), 110vh, 0);
	}
}

.snow:nth-child(2n) {
	filter: blur(1px);
	font-size: 40px;
}

.snow:nth-child(6n) {
	filter: blur(2px);
	font-size: 30px;
}

.snow:nth-child(10n) {
	filter: blur(5px);
	font-size: 30px;
}

.snow:nth-child(1) {
	--size: 0.8vw;
	--left-ini: 0vw;
	--left-end: -1vw;
	left: 70vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(2) {
	--size: 0.2vw;
	--left-ini: -7vw;
	--left-end: 10vw;
	left: 65vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(3) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: 6vw;
	left: 1vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(4) {
	--size: 0.2vw;
	--left-ini: -3vw;
	--left-end: 9vw;
	left: 88vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(5) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -9vw;
	left: 74vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(6) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 1vw;
	left: 35vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(7) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 27vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(8) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 69vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(9) {
	--size: 0.2vw;
	--left-ini: -1vw;
	--left-end: -5vw;
	left: 84vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(10) {
	--size: 0.2vw;
	--left-ini: 7vw;
	--left-end: -9vw;
	left: 82vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(11) {
	--size: 0.6vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 48vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(12) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 6vw;
	left: 39vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(13) {
	--size: 0.2vw;
	--left-ini: 6vw;
	--left-end: 5vw;
	left: 3vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(14) {
	--size: 0.8vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 49vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(15) {
	--size: 0.6vw;
	--left-ini: 10vw;
	--left-end: 4vw;
	left: 77vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(16) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: 1vw;
	left: 86vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(17) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: -7vw;
	left: 18vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(18) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: 4vw;
	left: 64vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(19) {
	--size: 1vw;
	--left-ini: 2vw;
	--left-end: -7vw;
	left: 52vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(20) {
	--size: 0.4vw;
	--left-ini: 0vw;
	--left-end: 8vw;
	left: 5vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(21) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 10vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(22) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: -8vw;
	left: 54vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(23) {
	--size: 0.6vw;
	--left-ini: -7vw;
	--left-end: -8vw;
	left: 20vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(24) {
	--size: 0.4vw;
	--left-ini: 10vw;
	--left-end: -4vw;
	left: 68vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(25) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 5vw;
	left: 90vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(26) {
	--size: 1vw;
	--left-ini: -7vw;
	--left-end: 5vw;
	left: 71vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(27) {
	--size: 0.6vw;
	--left-ini: 9vw;
	--left-end: 4vw;
	left: 2vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(28) {
	--size: 1vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 23vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(29) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 39vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(30) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -5vw;
	left: 76vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(31) {
	--size: 0.4vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 14vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(32) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: -1vw;
	left: 86vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(33) {
	--size: 0.4vw;
	--left-ini: -3vw;
	--left-end: 10vw;
	left: 66vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(34) {
	--size: 1vw;
	--left-ini: -3vw;
	--left-end: 6vw;
	left: 75vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(35) {
	--size: 1vw;
	--left-ini: -6vw;
	--left-end: 7vw;
	left: 22vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(36) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 4vw;
	left: 10vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(37) {
	--size: 0.6vw;
	--left-ini: 2vw;
	--left-end: 10vw;
	left: 95vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(38) {
	--size: 0.8vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 34vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(39) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 0vw;
	left: 80vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(40) {
	--size: 0.8vw;
	--left-ini: 1vw;
	--left-end: -7vw;
	left: 45vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(41) {
	--size: 0.2vw;
	--left-ini: 9vw;
	--left-end: 10vw;
	left: 82vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(42) {
	--size: 1vw;
	--left-ini: 9vw;
	--left-end: -9vw;
	left: 22vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(43) {
	--size: 0.6vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 66vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(44) {
	--size: 0.6vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 75vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(45) {
	--size: 0.2vw;
	--left-ini: 0vw;
	--left-end: 3vw;
	left: 2vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(46) {
	--size: 0.2vw;
	--left-ini: 8vw;
	--left-end: -3vw;
	left: 94vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(47) {
	--size: 0.6vw;
	--left-ini: -6vw;
	--left-end: -9vw;
	left: 95vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(48) {
	--size: 0.2vw;
	--left-ini: -5vw;
	--left-end: 6vw;
	left: 34vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(49) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 8vw;
	left: 22vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(50) {
	--size: 0.2vw;
	--left-ini: -4vw;
	--left-end: 4vw;
	left: 100vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

/* Smoke */
canvas {
  position: absolute;
  width: 100%; 
  bottom: 0px; left: 0px;
}

/* Wind */

.initial-leaf {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.initial-leaf > * {
	font-size: 50px;
	color: white;
	position: absolute;
	top: -5vh;
}
.leaf {
  width: 50px !important;
  position: fixed;
}
.leaf:nth-child(1) {
 top: 50%;
 left: -10%;
  animation: blowing 12s 1s linear infinite;
}
.leaf:nth-child(2) {
  top: 55%;
 left: -10%;
  animation: blowing 6s linear infinite;
}
.leaf:nth-child(3) {
  top: 60%;
 left: -10%;
  animation: blowing 9s 3s linear infinite;
}
.leaf:nth-child(4) {
  top: 45%;
 left: -10%;
  animation: blowing 11s 3s linear infinite;
}
.leaf:nth-child(5) {
  top: 40%;
 left: -10%;
  animation: blowing 5s linear infinite;
}
.leaf:nth-child(6) {
  top: 35%;
 left: -10%;
  animation: blowing 8s 3s linear infinite;
}
/*  */
.leaf:nth-child(7) {
 top: 30%;
 left: -10%;
  animation: blowing 10s 1s linear infinite;
}
.leaf:nth-child(8) {
  top: 25%;
 left: -10%;
  animation: blowing 4s linear infinite;
}
.leaf:nth-child(9) {
  top: 15%;
 left: -10%;
  animation: blowing 7s 3s linear infinite;
}
.leaf:nth-child(10) {
  top: 10%;
 left: -10%;
  animation: blowing 13s 3s linear infinite;
}
.leaf:nth-child(11) {
  top: 5%;
 left: -10%;
  animation: blowing 7s linear infinite;
}
.leaf:nth-child(12) {
  top: 65%;
 left: -10%;
  animation: blowing 10s 3s linear infinite;
}

@keyframes blowing {
  0% {
    transform: translate(0,0) rotate(0)
  }
  20% {
    transform: translate(15vw, -10vh) rotate(170deg)
  }
  65% {
    transform: translate(55vw, -12vh) rotate(550deg)
  }
  80% {
    transform: translate(70vw, -17vh) rotate(740deg)
  }
  100% {
    transform: translate(100vw, -25vh) rotate(920deg)
  }
}

/* Mobile View */

 @media screen and (min-width: 0px) and (max-width: 319px) {
    
 }   
 @media screen and (min-width: 320px) and (max-width: 480px) {
    
 }  
 @media screen and (min-width: 481px) and (max-width: 768px) {
    
 }  
 @media screen and (min-width: 769px) and (max-width: 1024px) {

 }  
 @media screen and (min-width: 1025px) and (max-width: 1200px) {

 }
 @media screen and (min-width: 1201px) and (max-width: 2400px) {
    
 }

/* Social Icons */
 /* ICONS */
 .floating {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
  z-index: 100;
  transition: ease .3s;
}

.floating i{
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 40px;
}

.floating:hover{
  transform: scale(1.2);
}

.i-fb {
  /* background-color: #1877F2; */
  bottom: 470px;
  right: 16px;
  font-size: 25px;
}

.i-tt {
  /* background-color: #181818; */
  bottom: 420px;
  right: 16px;
  font-size: 25px;
}

.i-in {
  /* background-color: #0077B5; */
  bottom: 370px;
  right: 16px;
  font-size: 25px;
}

.i-ig {
  /* background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); */
  
  bottom: 320px;
  right: 16px;
  font-size: 25px;
}

.i-tl {
  /* background-color: #24A1DE; */
  bottom: 270px;
  right: 16px;
  font-size: 25px;
}

.i-x {
  /* background-color: #181818; */
  bottom: 220px;
  right: 16px;
  font-size: 25px;
}

.i-th {
  /* background-color: #181818; */
  bottom: 300px;
  right: 50px;
  font-size: 25px;
}

.i-rn {
  /* background-color: #ff2b2b; */
  bottom: 120px;
  right: 16px;
  font-size: 25px;
}

.i-wa {
  /* background-color: #25d366; */
  bottom: 70px;
  right: 16px;
  font-size: 25px;
}
/*  */
  /* WOFFY UwU MMXXV */
/*
 ⠀⠀⠀⠀⠀⠀⠀⠤⠤⣄⣠⣐⣐⡂⠑⠂⠵⢪⡕⣫⢞⡭⢯⡽⠙⢫⢿⣹⢯⡗⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡧⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⠐⠈⠀⣁⠢⠐⡄⢢⡉⢭⠹⣹⡙⢦⣣⢶⣦⣭⣌⢡⣛⡃⠰⣈⡙⠛⡛⡸⠿⣿⣿⣡⣤⡉⢻⣿⣿⣿⣿⣿⣿⣿⠇⣛⢡⣿⠿⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⢈⠠⠈⠄⡄⠢⡑⢌⢆⡙⣆⠻⡴⣉⠷⣭⣞⣼⣳⢶⠀⠙⠿⣷⡀⢍⠒⡅⠉⠐⢊⡀⠀⠀⠉⠀⠑⡊⠒⠒⢳⡌⢆⠳⡰⠛⠁⡀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠠⢀⠁⢂⠘⠤⡑⢊⠦⡱⢎⡳⣭⢇⡻⢶⣹⢮⣟⣾⡂⠀⠀⠈⠙⠢⠙⠡⠐⠈⠄⡀⠠⢴⡠⠀⠀⣀⡁⢦⣇⠜⠈⠤⣀⣀⠐⡼⢻⠿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠐⠠⢈⢂⠘⠤⡑⣩⠒⡝⢮⢵⣣⢯⠼⣏⣿⣻⣞⣿⢧⠀⠀⠄⠀⠀⢀⣀⠀⠉⠂⠀⠀⠀⠀⠀⠀⠀⠁⠉⣀⠀⠀⡀⢀⢠⣿⣿⣿⣿⣷⣶⣿⣾⣭⣟⣹⢻
⠀⠀⢈⠐⠠⠌⢂⢣⠘⡤⢛⡜⣣⢞⡵⣫⢞⡽⣶⣻⢾⣻⣿⣆⠀⠀⡈⡜⠁⡀⠄⢀⠠⠀⠀⠀⠀⠀⠀⠠⠀⡁⠢⢝⡄⠐⠀⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⠌⢠⠉⢆⢨⠱⣌⠳⡜⣥⢻⣜⡳⣎⠿⣵⡿⣿⣟⡾⡍⠁⠀⢆⡁⠰⠀⠌⡀⠀⢠⠁⣰⠀⠀⠠⠀⠡⠀⡉⠠⣋⢌⠒⠀⢈⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⡈⠄⡊⠔⡨⡑⣌⢳⡹⣌⠷⣮⣝⡎⡿⣽⣻⣌⠋⠃⠀⠀⠠⠀⡉⠂⣘⠂⠀⠘⣢⣾⣿⣦⢄⠐⠰⢄⠣⠌⠖⠓⠄⡂⠀⠀⢪⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⠐⠠⡑⠌⡄⡳⢌⠶⡱⢎⡻⢶⡹⡖⢫⣗⢯⠞⠁⠀⠀⠀⠀⠀⠌⠢⠀⢀⡴⢈⣿⣿⣿⣿⣆⠀⣀⠀⠄⠂⠀⠈⠐⠠⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⠀⢡⠘⠤⣁⠳⢌⡚⣱⢫⡝⣳⡝⣏⢧⡤⡌⠀⠀⠀⠀⠀⠀⠂⠈⢂⣴⣯⡅⢸⣿⣿⣿⣭⣛⡆⠙⣶⡀⠀⠀⠀⢁⠀⠀⢀⠀⡘⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⠀⠠⠌⠒⠤⡘⠦⡙⣤⠳⣜⣣⢟⡽⢪⡷⡁⠀⠀⠀⠀⠀⠀⠀⠄⢞⠿⠿⣧⠘⣿⣿⣿⣿⣿⣻⡤⡈⠿⡄⠀⠀⠀⠠⠀⠀⠱⠀⠉⣩⣿⣿⣿⣿⣿⣿⣿
⠀⠁⠀⠀⠀⢂⠉⡐⢁⠒⣑⢢⠓⡼⣌⢻⡼⡙⠞⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣄⢁⡀⢠⣾⣿⣿⣿⣿⢢⡁⣀⠀⣄⠀⠀⠀⢈⠰⠀⠀⠀⣈⣤⣵⣿⣿⣿⣿⣿⣿
⢀⠁⠂⠀⠀⠠⢈⠐⠌⢒⠠⢌⠑⠲⢌⡳⡜⣄⠂⡄⠀⠀⠀⠀⠀⠀⠀⡐⣷⣣⢞⢷⣾⣿⣿⣿⣿⣿⣿⣶⢟⣷⢲⡲⠃⠀⠄⠀⠀⠀⠠⢿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⠀⠀⠀⠀⠀⠠⠈⡐⢈⠒⠌⡛⢲⢤⣤⣁⡈⠙⠰⠀⠀⠀⠀⠀⠀⠀⠀⣌⢶⣿⣾⣿⣿⣯⣿⣿⣿⣿⣿⣻⣜⣿⠡⠃⠀⠀⠀⠀⠀⠌⠿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⡈⢀⠠⣀⠒⢄⠠⡄⢂⠈⠐⢡⢊⠲⣐⢣⡝⣞⠦⠀⠀⠀⠀⠀⠀⠀⠀⠘⢿⣿⣿⣿⢿⣿⣿⣿⣿⢛⣿⣿⣛⡇⠁⠀⠀⠀⠀⠀⠰⠿⣾⣿⣿⣿⣿⣿⣿⣿⣿
⢢⠑⢄⣁⠠⠹⣌⠳⣜⢣⣍⠳⡤⡄⠁⠘⣆⢳⡘⠀⠀⠀⠀⠀⢁⠀⠀⠀⠀⠈⠹⢿⣿⣷⣿⣗⣿⣾⣿⢿⠻⠊⠀⠀⠀⣀⣲⣦⣷⠐⡰⢈⠙⢿⣿⣿⣿⣿⣿⣿
⠰⡌⡔⡈⢯⣳⢤⣍⡊⢓⡜⠳⣌⢲⠩⡄⢘⠦⠄⠀⠀⠀⠀⠀⠀⡀⠀⠀⢢⠐⡀⠠⢈⠙⠻⠿⠿⠟⠋⠁⠀⠀⡀⢢⣾⠿⣽⣿⠋⡔⣡⠊⡔⠈⣿⣿⣿⣿⣿⣿
⠱⡜⢲⡙⢂⣂⠩⡖⢦⢉⡞⣱⢎⡣⢏⠀⠈⢆⢃⠀⠀⠀⠀⠀⠀⠐⡉⠄⡀⠣⡐⡡⢄⡐⠀⠀⢄⠠⢂⢌⡴⠿⣛⣽⣴⣿⡿⢡⠊⡔⢢⠝⢠⠃⢸⣿⣿⣿⣿⣿
⠱⣉⠧⣘⢦⡓⣆⡩⢆⠯⣜⡣⢎⡕⠀⠀⠈⠄⢊⠤⠀⠀⠀⠀⠀⠀⠀⠣⡐⠠⠐⢅⡊⠔⣂⢡⠂⣱⣦⣴⣿⣿⣿⣿⠟⢫⠐⡡⢊⠜⡡⠚⢠⠉⠀⠻⣿⣿⣿⣿
⢱⢊⡼⡱⢎⡵⢪⢵⣋⡟⡴⣙⠎⠀⠀⠐⠀⠈⠄⡘⠀⠀⠀⠀⠈⠠⠀⠀⠌⢢⡁⡐⠈⡙⠚⠿⠿⡿⠿⠿⢛⠛⠍⠂⣩⠔⢊⠰⡁⠎⠐⠈⢂⠅⠀⠀⢽⣿⣿⣿
⢌⡳⢜⡱⢫⡜⡝⣦⢓⢮⡱⡉⠀⠀⠀⠀⠀⠀⠂⠀⠡⠀⠀⠀⠀⠁⢂⠀⡜⠤⢌⠣⣑⠄⢣⠐⠤⢑⠨⡐⢂⡍⠖⣋⠔⡌⠦⡑⠌⠀⠄⠊⠠⠈⠀⠀⠸⢿⣿⢿
⡌⠲⣍⢺⠱⣎⠵⡪⢝⡢⠓⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⢈⠴⣉⢆⠣⡌⡹⢢⠜⣠⢣⠖⡩⢍⠲⣉⠦⡙⠬⡄⠂⠀⠀⠠⠌⡐⠁⠀⠀⠳⣶⣮⣽
⠘⡱⢌⠲⣉⠦⡓⣍⠲⡡⠁⠀⠀⠀⠀⠀⡀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠒⡌⢆⡓⡸⢄⠣⡜⡅⢢⠜⡡⢎⡱⢌⠲⣉⠖⡨⠀⠀⠀⠁⢂⠀⡀⠄⠀⠀⠈⣿⣿
⠀⠘⡄⠣⢌⠒⡡⠂⠁⠁⡀⠄⣀⠴⠂⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠈⠐⡈⠔⠊⠔⡹⠌⡡⢎⡑⠎⡴⢉⠖⡡⢎⠀⠀⠀⠀⠀⠀⠀⠐⡈⠀⠀⠀⣼⢿
⠀⠀⠀⠡⠈⠀⡀⢄⢂⠡⠔⢈⠁⠀⠀⠀⢀⡀⠀⠐⡄⢀⠀⠀⠀⠁⠌⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠂⠈⠱⠈⠅⠊⠅⠀⠀⠀⠀⠀⠀⠀⡐⠄⠀⠀⠀⢸⣏⣿
⠀⣀⠠⣄⢦⡵⠊⠀⠄⠂⠌⠀⣀⠠⣄⠐⢿⣿⣷⡀⠘⡄⠌⡀⠀⠌⣀⢂⠁⡀⡀⠀⠀⠀⠀⠐⠀⢆⠠⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠡⠐⠀⠌⠀⠀⢹⠸⡞
⠠⣌⠷⠛⠁⠀⠄⢁⠐⣀⠂⡅⡘⣆⠈⣦⠘⣿⣿⣿⡀⠀⠲⡀⠀⠂⡔⡈⢆⠱⡈⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⢀⡀⠤⢠⢂⠠⢀⠀⠀⡀⠂⠀⠀⡀⡁⡘
⠀⠀⠄⠀⡀⡐⢠⠂⠜⡠⢘⠰⣀⠹⡄⠸⣆⠹⣿⣿⣿⡆⠁⢣⠀⠡⡐⢡⠊⡐⠀⡀⠀⠀⠀⠀⠀⠠⠀⠒⠈⠠⠋⠀⠃⠉⠂⠈⠀⠀⠀⠀⠀⠀⠀⠀⠰⡱⣄⠡
⠀⠀⢀⠂⡔⢁⠢⡘⠤⡑⢊⠆⡡⢃⢹⠄⣹⡀⢿⣿⣿⣿⠀⠀⢀⠠⠂⣁⠂⡠⢐⠠⠀⠐⠀⢂⠐⡐⠆⡰⢚⠰⠁⠀⡓⣒⢂⠀⠘⡱⠂⢄⠀⠀⠀⠀⣜⡑⣀⠠
⠀⠀⢌⠰⡐⠌⢂⡑⠢⠑⡌⠢⢑⠢⠌⡧⠐⣧⠘⣿⣿⣿⡇⠀⠀⡀⠑⢢⠒⠜⠁⠀⡄⠀⠀⠀⠀⠀⠀⠀⠀⠄⡂⠄⣱⢂⣍⡘⡀⣅⡉⠄⢢⠀⠀⢀⢭⣎⣶⠖
⠀⠈⠄⠡⠐⣈⠢⢐⠡⠃⡌⠑⢂⠒⠄⢹⡀⢱⠀⠿⠿⠛⠁⠀⠀⠉⠒⠦⠤⠰⠊⠁⠀⠀⠀⠀⡀⠀⠀⠀⣎⡠⢇⠪⠍⠭⢌⡹⠉⠀⠨⠙⠢⣄⠀⠱⣤⣍⠹⢈
⠀⠀⠈⠠⠁⠄⢂⠡⠈⠐⠀⠉⠀⠈⠀⠀⣀⣈⣀⣤⣤⣤⣤⡄⠀⠀⠠⠀⡠⠀⠄⠀⢀⠀⠠⢁⠀⠀⢠⠚⡁⠒⢈⣤⣴⣾⣿⣿⣿⣶⣶⣦⣀⠀⠐⠂⠹⢋⡐⠢
⠀⠀⠀⠠⠈⠐⡀⠂⠤⢁⠂⡄⡀⠀⠚⢿⣿⣿⣿⣿⣿⣿⣽⡿⢀⣶⣶⣧⣤⣥⣬⡄⠀⠠⠐⡒⠚⠉⠀⠀⣰⣾⣿⣿⣿⣿⣿⠿⡿⢿⡿⢿⣿⣆⠀⠀⠀⢠⡙⡄
⠀⠀⠀⠀⠀⠐⠠⠑⡈⠆⡡⠐⠄⡁⠠⡄⢈⠻⢿⢿⣿⣿⢏⠞⣩⢞⣿⠿⣿⢏⣀⣹⢔⢦⣅⡀⠀⠀⠀⢰⣿⣿⣿⡿⠟⣉⡴⠯⢖⠲⠒⠦⢍⡛⡄⠀⢀⠧⡘⠄
⠀⠀⠀⠀⠀⠀⠀⢃⠌⡐⢡⠘⢄⠡⠀⣍⢣⠖⡤⣑⠫⠟⢊⠞⢡⡞⣡⣰⢏⣰⣾⣿⣿⣿⣿⣿⣶⣤⡀⠘⣿⣿⠏⡰⠚⣡⡴⠞⡚⡛⢛⠒⡲⢌⡀⠜⡬⢒⠅⠀
⠀⠀⠀⠀⠀⠀⠀⠠⠌⡐⠡⣈⠂⠤⠁⢘⡎⢞⡱⢎⠆⣉⠫⢰⢯⣺⠷⢯⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣆⠹⠇⠞⣡⠏⢡⢐⡘⠔⣩⠢⣑⠐⣂⠑⠸⣐⠃⠀⠀
⠀⠀⢀⠀⠀⠀⠀⠀⠐⠠⠁⡄⠌⡐⠀⢸⡘⢧⡙⣎⢧⣈⠱⢘⡭⠁⠸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠈⡰⢁⡘⢄⠒⡌⢚⢄⠣⣄⠣⡐⠌⡀⠅⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠡⠐⠠⢀⠁⠠⣙⠦⡍⢚⢦⢧⠳⣌⡔⢜⡳⢤⡉⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⡁⠆⡘⢄⠣⡘⢌⠬⢱⡀⢣⠘⡐⡀⠁⠀⠀⠀
⠀⡠⢆⡀⠀⠀⠀⠀⠀⠀⠀⢁⠂⠄⠂⠀⢥⠋⣐⠀⢈⡸⣛⡼⣚⢮⡝⡶⣭⢣⡤⠊⠛⠿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠈⡔⡈⢆⠱⡈⢆⠣⡘⢄⠣⡐⠄⠀⠀⠀⠀
⢲⣡⢋⢷⣄⠀⠀⠄⠂⠀⠀⠀⠠⠈⠐⠀⢀⠳⣌⡃⠀⢱⢫⡼⠙⢶⡹⢧⡳⢯⡜⣏⠷⣠⢌⠛⠿⣿⢿⣿⣿⠟⠁⠀⡐⢡⠊⡔⢡⠊⡔⢡⠊⡔⠡⣈⠀⠀⠀⠀
⢆⣧⠿⣢⢞⣦⡁⠠⠐⢀⠀⠀⠀⢈⠐⠠⠀⠑⢬⢓⠶⣌⡳⢭⠓⠤⣉⣀⡭⣳⡝⢮⣛⡼⢎⡞⣰⠈⠑⠿⠊⡤⠃⠀⠀⠢⠑⡌⢢⠑⡌⢢⠑⠌⢒⠠⠀⠀⠀⠘
⢜⣣⠾⣝⣯⣿⣷⣄⠂⠀⠄⠀⢀⠀⠈⠀⡈⠄⡀⠩⢌⠲⠙⢲⡀⠀⠀⠣⡳⢇⡞⣧⠯⣜⠯⣜⢧⣋⠗⠌⢲⡑⠀⠀⠀⠡⠑⡈⢆⠱⡈⢆⠩⡘⢄⠂⡁⠀⠀⢸
⢪⢵⡻⣽⣾⣯⣿⣿⡇⠀⢀⠐⠠⡈⠄⠡⠐⠠⠀⢀⠈⢢⠙⡂⠙⢖⣺⡱⠈⣏⢞⣥⠻⣜⡏⡾⡜⣬⠛⢠⢓⠄⠀⠀⠀⠀⠱⡈⢄⠣⡘⢤⠓⡌⢢⠡⠀⠀⠀⢸
⠜⣎⢷⣛⡾⣟⠟⠋⠀⠀⠂⠌⡐⠀⠈⠀⠀⠀⠈⢆⠒⡤⠀⡑⢋⡞⡴⠉⢳⡜⣎⠮⣝⠦⡽⣱⡙⢶⡉⠤⠋⠀⠀⡐⠰⢈⡐⢁⠂⢆⠱⡈⢍⠰⡁⠢⠁⠀⠀⣼
⠻⣌⡞⣱⠯⠁⠀⠀⠀⠌⡈⠀⠀⢀⣤⡤⣤⣀⠈⠠⢉⠲⡑⢆⣀⠸⡌⠃⡀⠽⣌⠳⣎⡝⡲⢥⠛⢦⠅⡊⠅⠀⠐⡈⠔⢂⠐⡈⠰⢈⠆⠱⡈⢂⠡⠊⠀⠀⠀⣿
⢒⡤⠙⢉⠀⠀⠀⠠⠁⢂⣠⣶⣿⣿⣿⣿⣷⣧⡝⢠⡀⠑⢘⠢⢌⠣⣅⠰⣉⠷⣌⠳⡜⢲⡙⡌⢏⢆⠃⡐⠀⠀⠐⠠⠈⠄⠂⠄⠁⠀⠈⠐⠀⠁⠀⠀⠀⠀⠘⣿
⠸⣈⠞⣢⢄⠠⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⢟⣫⣷⣮⡠⢀⠈⠢⠑⡌⠱⢌⠲⢌⠓⣌⠣⠜⡘⠬⡘⠀⠀⠀⠀⠀⠀⠁⠈⠀⢀⠂⠀⠈⠀⠀⠀⠀⠀⠀⠀⢸⣿
⠰⡈⢎⡱⢊⠷⣠⡙⠿⣿⣿⣿⣿⣿⣟⣕⢕⣿⣿⣿⣿⣿⣷⣦⣀⠁⠈⡁⠊⠔⠨⡘⠠⢃⠩⠐⡁⠂⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠐⠀⠁⠀⠀⣸⣿
⠠⠑⠂⡅⠫⠜⣡⢛⡴⣌⡛⢯⣿⡿⣋⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⣀⠈⠀⠡⢀⠁⢂⠁⠂⠄⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠀⡀⡀⣀⢀⡐⣼⣿
*/
 /* WOFFY UwU MMXXV */