/* Overall */

h1,h2,h3,h4,h5,h6 {
  /* font-family: "Roboto", serif; */
}

body {
   /* font-family: "Roboto Flex", sans-serif; */
}

.mr-0 {
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}

.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}

body {
  background: #F5F5DC;
}

.uwu-box-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/*  */

/* Header */
#header .header-body {
  transition: ease background 0.3s;
}
#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		color: #DFD0B8 !important;
	}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
      color: #DFD0B8 !important;
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a {
      color: #fafafa !important;
  }

.uwu-black-1 {
  background: #000000 !important;
}

.uwu-dark-1 {
  background: #222831 !important;
}
.uwu-dark-2 {
  background: #393E46 !important;
}

.uwu-grey-1 {
  background: #F2F2F2 !important;
}

.uwu-beige-1 {
  background: #DFD0B8 !important;
}
.uwu-beige-2 {
  background: #948979 !important;
}

.uwu-text-beige-1 {
  color: #DFD0B8 !important;
}
.uwu-text-beige-2 {
  color: #948979 !important;
}

.uwu-text-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 2px;
}

.uwu-btn-primary {
	--hover: #393E46;
	background-color: #222831;
	border-color: var(--primary) var(--primary) var(--primary-300);
	color: var(--primary-inverse);
}

.uwu-btn-primary:hover, .uwu-btn-primary.hover {
  background-color: #393E46;
	border-color: var(--primary--200) var(--primary--200) var(--primary);
	color: var(--primary-inverse);
}

/*  */

/* Body */
.uwu-img-fit {
  object-fit: cover;
  object-position: center;
  height:  350px;
  width: 100%;
}
.uwu-vid-fit {
  object-fit: cover;
  object-position: center;
  height:  350px;
  width: 100%;
}

.uwu-bg-1 {
  background-image: url('../_img/mego-bg-1.jpg') !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}
.uwu-bg-2 {
  background-image: url('../_img/mego-bg-2.jpg') !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}
.uwu-bg-3 {
  background-image: url('../_img/mego-bg-3.jpg') !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.svg-fill-color-primary svg path, .svg-fill-color-primary svg rect {
    fill: #DFD0B8!important;
}
/* .custom-card-style-1 {
  background: #DFD0B8 !important;
} */
.custom-card-style-1:hover {
  background: #393E46 !important;
}
.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span {
  background: #393E46 !important;
}
.uwu-p-1 {
  padding: 1rem;
}
.uwu-p-2 {
  padding: 2rem;
}
.uwu-p-3 {
  padding: 3rem;
}
.uwu-sc-1 {
  padding: 3rem 4rem;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-left: 3%;
        padding-right: 3%;
    }
}

#header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
    padding: 0 0 4px 4px;
}


/*  */

/* Footer */
#footer {
  margin-top: 0;
}

.uwu-logo {
      width: 450px;
      height: 72px;
    }


/*  Mobile View */

 @media screen and (min-width: 0px) and (max-width: 319px) {
    .uwu-logo {
      width: 300px !important;
    }
 }   
 @media screen and (min-width: 320px) and (max-width: 480px) {
    .uwu-logo {
      width: 300px !important;
    }
 }  
 @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) {
    
 }

 /* 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: 500px;
  right: 25px;
  font-size: 25px;
}

.i-tt {
  /* background-color: #181818; */
  bottom: 440px;
 right: 25px;
  font-size: 25px;
}

.i-in {
  /* background-color: #0077B5; */
  bottom: 380px;
 right: 25px;
  font-size: 25px;
}

.i-ig {
  bottom: 320px;
 right: 25px;
  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: 170px;
  right: 16px;
  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 */