          @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
        @font-face {
            font-family: "Necto Mono";
            src: url("assets/fonts/Necto-Mono.woff2") format("woff2"),
                url("assets/fonts/Necto-Mono.woff") format("woff");
        }
@font-face {
    font-family: 'Avenir Next';
    src: url('assets/fonts/AvenirNext-UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('assets/fonts/AvenirNext-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('assets/fonts/AvenirNext-DemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirNextW01ThinRegular';
    src: url('assets/fonts/AvenirNextW01ThinRegular.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('assets/fonts/AvenirNext-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('assets/fonts/AvenirNext-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



* {
    box-sizing: inherit;
    transition: 0.1s;
}
body, html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        font-size: calc(15px + 0.390625vw);
    }
html {
        scroll-behavior: smooth;
        font-size: calc(15px + 0.390625vw);
        background-color: #E6E3DB;
}
body {
    margin: 0;
    background-color: #E6E3DB;
    overflow-x: hidden;
    width: 100vw;
}
#s_bar {
    width: 100%;
    color: #231F20;
    background-color: #E6E3DB;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    bottom: 0;
    height: 35px;
    border-top: 1.5px solid #231F20;
    font-family: IBM Plex Mono;
    font-size: 0.6rem;
    align-items: center;
    z-index: 1;
}
#s_bar > span.l::before {
    text-align: left;
    padding-left: 12px;
    content: "2023(c)KNOT . ";
}
#s_bar > span.r {
    float: right;
    padding-right: 12px;
    align-self: center;
}
#content {
    max-height: calc(100vh - 35px);
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(4, calc(100vh - 35px));
    grid-row-gap: 0px;
    box-sizing: content-box;
    overflow-y: scroll;
    scroll-snap-type: both mandatory;
}
#content > * {
    scroll-snap-align: start;
}
#l_menu {
    position: relative;
    border-right:  1.5px solid #231F20;
    border-bottom: 1.5px solid #231F20;
    left: 0;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    grid-column-start: 1;
    grid-column-end: 4;
}
#r_text {
    grid-column-start: 4;
    grid-row-start: 1;
    grid-row-end: 1;
    font-size: 5vh;
    color: #231F20;
    display: flex;
    font-family: "IBM Plex Mono", "Necto Mono", "Courier New", "Courier";
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-bottom: 1.5px solid #231F20;
}
#r_text > div:nth-child(1){
    writing-mode: vertical-rl;
}
#r_text > div:nth-child(2){
    writing-mode: vertical-rl;
    text-align: right;
}
img#k {
    position: absolute;
    height: 50px;
    bottom: 20px;
    padding-right: 20px;
}
#ribbons {
    align-self: flex-end;
    height: calc(100vh - 35px);
    overflow: hidden;
}
.emp {
    font-weight: 500;
    color: #006837;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;
}
iframe.menu {
    display: inline-block;
    position: absolute;
    min-height: 200px;
    height: 100vh;
    width: 70vh;
    padding-right: 200vh;
    bottom: 9vh;
    transform: scale3d(1.8,1.8,1.8);
}
.marquee {
    background-color: #231F20;
    font-family: IBM Plex Mono;
    font-style: italic;
    height: 35px;
    margin: -20px;
    margin-bottom: 20px;
    color: #E6E3DB;
    font-size: 16px;
    padding-top;
}
marquee:hover {
    marquee scrollamount=0.1
    background-color: none; border: none; margin-top:5px;
}
.segment {
    scroll-snap-align: start;
		font-size: 2.1rem;
		font-family: "Avenir Next", "Helvetica Neue";
		grid-column-start: 1;
		grid-column-end: 5;
    position: relative;
    display: flex;
    height: calc(100vh - 35px);
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
    color: #231F20;
}
.segment > img.arr{
    height: 50px;
    bottom: 17px;;
    vertical-align: bottom;
    position: absolute;
    left: 15px;
}
.segment:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 25px;
}
div.maintext {
    padding: 60px;
    box-sizing: border-box;
}
span.med {
    font-weight: 500;
}
.bpc { /*blogposts container*/
    box-sizing: content-box;
    padding-left: 60px;
    margin-right: 60px;
    width: calc(100%-30px);
    row-gap: 30px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.bpp {
    box-sizing: content-box;
    border: 1.5px solid #231F20;
    display: flex;
    min-height: 150px;
    flex-grow: 1;
    max-height: 300px;
    width: calc(100% - 3px);

}
div.bpp_img {
    height: calc(100% - 40px);
    min-width: 130px;
    max-width: 131px;
    border-right: 1.5px solid #231F20;
    padding: 20px;
    overflow: hidden;
    display: inline-flex;
}
img.bpp_img {
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
}
div.readmore {
    min-height: 30px;
    text-align: right;
    padding: 30px;
    padding-right: 60px;
    padding-top: 30px;
    margin-top: 0px;
    font-family: "IBM Plex Mono", "Necto Mono";
    font-size: 0.85rem;
    color: #231F20;
}
span.readmore {
    background-image: linear-gradient(#231F20, #231F20);
    background-position: 0 100%;
    transition: 0.5s;
    padding-bottom: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 0.1em, 0 0, 100% 0.1em;
    transition: 0.5s;
    background-position: 150px 100%;
}
span.readmore:hover {
    text-decoration: underline 1.5px solid #231F20;
    text-decoration: none;
    background-image: linear-gradient(#231F20, #231F20);
    background-repeat: no-repeat;
    background-size: 100% 0.1em, 0 0, 100% 0.1em;
    transition: 0.5s;
    background-position: 0 100%;
    cursor: pointer;
}
.bpp_r {
    align-self: flex-end;
    height: calc(100% - (2 * 20px) );
    width: 100%;
    padding: 20px;
    position: relative;
    display: grid;
    align-content: space-between; 
}
.bpp_r > div:nth-of-type(1) {
    border: 2px;
    width: 100%;
    font-size: 0.9rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "IBM Plex Mono", "Necto Mono", "Courier New", "Courier";
    display: flex;
    color: #231F20;

}
.bpp_r > div:nth-of-type(2) { /*tag container*/
    height: 26px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    width: 100%;
    min-height: 0;
    scroll-snap-type: x mandatory;
}

.bpp_r > div:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bpp_r > div:nth-of-type(3) > div:nth-of-type(1){
    font-family: Avenir Next;
    font-style: italic;
    font-weight:300;
    font-size: 0.8rem;
}
.bpp_r > div:nth-of-type(3) > div:nth-of-type(2){
    font-family: Avenir Next;
    font-weight:300;
    font-size: 0.8rem;
    text-align: right;
}
.tag {
    height: 10px;
    background-color: rgba(57, 181, 74, 0.2);
    border-radius: 30px;
    display: flex;
    padding: 8px;
    margin-right: 8px;
    flex: 0 0 auto;
    scroll-snap-align: center;
}
.tag > div:nth-of-type(1){
    height: 10px;
    aspect-ratio: 1/1;
    background-color: rgba(57, 181, 74, 1);
    opacity: 1;
    width: auto;
    border-radius: 10px;
}
.tag > div:nth-of-type(2){
    font-family: "IBM Plex Mono";
    font-size: 12px;
    margin-top: -3px;
    color: black;
    padding-left: 8px;
    padding-right: 3px;
    font-size: 0.58rem
}
.hidden {
    display: none;
}

				@font-face {
				font-family: 'Receiptional Receipt';
				src: url(assets/fonts/Receiptional_Receipt_Regular.woff2) format('woff2');
				font-weight: 300;
				font-style: normal;
				font-display: swap;
				}
			@keyframes marquee {
				0% {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(00%);
				transform: translateX(00%)
				}
				100% {
				-moz-transform: translateX(-100%);
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
				}
			}
			@keyframes marquee2 {
				0% {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				transform: translateX(100%)
				}
				100% {
				-moz-transform: translateX(00%);
				-webkit-transform: translateX(00%);
				transform: translateX(0%);
				}
			}
			.marquee_c1 {
				font-size: 5.5rem;
				position: fixed;
				padding-top: 0.2rem;
				bottom: 0;
				font-family: "Receiptional Receipt";
				width: fit-content;
				white-space: nowrap;
				animation: marquee 30s linear infinite;
			}
			.marquee_c2{
				font-size: 5.5rem;
				position: fixed;
				bottom: 0;
				padding-top: 0.2rem;
				font-family: "Receiptional Receipt";
				width: fit-content;
				white-space: nowrap;
				animation: marquee2 30s linear infinite;
			}
			#container_c, #container_blog { /*grid layout*/
				width: 100dvw;
				height: 100dvh;
				display: grid;
				grid-template-columns: 275px repeat(6, 1fr);
				grid-template-rows: 100px calc(100dvh - 100px);
				overflow: hidden;
				}
			#leftcolumn_c {
				grid-column-start: 1;
				grid-column-end: 2;
				grid-row-start: 1;
				grid-row-end: 4;
				z-index: 1;
				background: rgb(230,227,219);
				background: linear-gradient(90deg, rgba(230,227,219,0) 0%, rgba(230,227,219,1) 90%);
				font-family: "IBM Plex Mono";
				font-size: 0.75rem;
				display: flex;
				flex-direction: column;
				align-items: center;
				padding: 30px;
			}
		#leftcolumn_c > span:nth-child(2) {
			margin-top: 1rem;
			margin-left: -1.7rem;
		}
			#middletemplate_c {
				grid-column-start: 2;
				grid-column-end: 6;
				grid-row-start: 1;
				grid-row-end: 3;
				background-color: #E6E3DB;
				border-left: 1.5px solid #231F20;
				border-right: 1.5px solid #231F20;
				z-index: 1;
				font-family: "Avenir Next";
				font-size: 1.rem;
				padding: 2rem;
				padding-top: 100px;
				line-height: 2rem;
				text-align: justify;
				overflow-y: scroll;
				}
			#righttemplate_c {
				grid-column-start: 6;
				grid-column-end: 8;
				grid-row-start: 2;
				grid-row-end: 4;
				background: rgb(230,227,219);
				background: linear-gradient(90deg, rgba(230,227,219,1) 10%, rgba(230,227,219,0) 80%, rgba(230,227,219,0) 100%);
				z-index: 1;
				font-family: "Avenir Next";
				font-size: 0.7rem;
				padding-left: 30px;
				padding-right: 30px;
				line-height: 1.5rem;
			}
		#righttemplate_c > div:not([id="gradient"]) {
			max-width: 200px;
			height: calc(100vh - 100px - 200px);
			overflow: scroll;
			padding-bottom: 20px;
			box-sizing: border-box;
		}
			#righttemplate_c > div > .section {
				font-style: italic;
				margin-bottom: 1rem;
				margin-left: 1rem;
			}
		#righttemplate_c > #gradient {
			height: 50px;
			width: 100%;
			position: absolute;
			bottom: 200px;
			background: rgb(230,227,219);
			background: linear-gradient(180deg, rgba(230,227,219,0) 0%, rgba(230,227,219,1) 80%);
		}
		.marquee_bp1 {
			font-size:1.6rem;
			position: relative;
			padding-top: 0.2rem;
			bottom: 0;
			font-family: "Receiptional Receipt";
			width: fit-content;
			white-space: nowrap;
			animation: marquee 30s linear infinite;
		}
		.marquee_bp2 {
			position: relative;
			font-size: 1.6rem;
			bottom: 0;
			margin-top: -2.6rem;
			padding-top: 0.2rem;
			font-family: "Receiptional Receipt";
			width: fit-content;
			white-space: nowrap;
			animation: marquee2 30s linear infinite;
		}
		#container_bp {
			/*grid layout*/
			width: 100dvw;
			height: 100dvh;
			display: grid;
			grid-template-columns: repeat(6, 1fr);
			grid-template-rows: 225px calc(100dvh - 225px);
			overflow: scroll;
		}
		#leftcolumn_bp {
			grid-column-start: 1;
			grid-column-end: 3;
			grid-row-start: 2;
			grid-row-end: 3;
			z-index: 1;
			background: rgb(230, 227, 219);
			font-family: "IBM Plex Mono";
			font-size: 0.75rem;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: space-between
		}
		#leftcolumn_bp > div:first-child {
			padding: 1.8rem;
			padding-top: 0;
			font-size: 1.3rem;
			font-family: "IBM Plex Mono";
			text-align: left;
			font-weight: 500;
		}
		#leftcolumn_bp > div:first-child > div {
			padding-top: 1rem;
			font-size: 0.8rem;
			font-family: "IBM Plex Mono";
			text-align: left;
			font-weight: normal;
			opacity: 100%;
		}
		#leftcolumn_bp > div:first-child > div > a {
			opacity: 30%;
			transition: 0.2s;
		}
		#leftcolumn_bp > div:first-child > div > a:hover {
			opacity: 60%;
			transition: 0.2s;
		}
		#leftcolumn_bp > div:nth-child(2) {
			padding: 1.8rem;
			font-size: 0.9rem;
			width: 100%;
			box-sizing: border-box;
			display: flex;
			flex-direction: row;
			font-family: "Avenir Next";
			display: flex;
		   justify-content: space-between;
		}
		#leftcolumn_bp > div:nth-child(2) > div#author {
			font-style: italic;
		}
		#leftcolumn_bp > div:nth-child(2) > div#date {
		}
		#middletemplate_bp_1 {
			grid-column-start: 3;
			grid-column-end: 6;
			grid-row-start: 1;
			grid-row-end: 3;
			background-color: #e6e3db;
			border-left: 1.5px solid #231f20;
			border-right: 1.5px solid #231f20;
			z-index: 1;
			font-family: "Avenir Next";
			font-size: 0.88rem;
			text-align: justify;
			display: flex;
			flex-direction: column;
			align-content: center;
			justify-content: flex-start;
			overflow-y: scroll;
			overflow-x: hidden;
			line-height: 1.5rem;
		}
		#middletemplate_bp_1 > div:first-child > ul {
			list-style-type: "※";
			padding-left: 1.5rem;
			padding-top: 0.7rem;
			padding-bottom: 0;
			margin-bottom: 0;
			font-family: "Avenir Next";
			font-size: 0.88rem;
			list-style-position: outside;
		}
		#middletemplate_bp_1 > div:first-child > ul > li {
			padding-left: 0.5rem;
		}
		#middletemplate_bp_1 > div:first-child {
			height: 225px;
			padding: 2rem;
			padding-top: 1.8rem;
			font-family: "IBM Plex Mono";
			font-size: 0.88rem;
			line-height: 1.8rem;
			flex-flow: row wrap;
		}
		#middletemplate_bp_1 > div:nth-child(2), middletemplate_bp_1 > .heading {
			padding: 2rem;
			padding-top: 0;
			font-size: 1.1rem;
			text-align: left;
			padding-bottom: 1rem;
			font-weight: 500;
		}
		#middletemplate_bp_1 > div.section {
			padding: 2rem;
			padding-top: 0;
		}
		#righttemplate_bp {
			grid-column-start: 6;
			grid-column-end: 7;
			grid-row-start: 1;
			grid-row-end: 2;
			background: rgb(230, 227, 219);
			z-index: 1;
			font-family: "IBM Plex Mono", "Necto Mono", "Courier New";
			font-size: 0.7rem;
			padding: 1.8rem;
			padding-top: 1.5rem;
			line-height: 1.8rem;
			display: flex;
			flex-direction: column;
		}
		#righttemplate_bp_2 {
			grid-column-start: 6;
			grid-column-end: 7;
			grid-row-start: 2;
			grid-row-end: 3;
			background: rgb(230, 227, 219);
			z-index: 1;
			font-family: "Avenir Next";
			font-size: 0.7rem;
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 25px;
			line-height: 1.3rem;
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			padding-bottom: 30px;
		}
		#middletemplate_bp_1 > div > .gradient_l {
			height: 2.2rem; 
			aspect-ratio: 1/1; 
			background-color: red; 
			position: relative; 
			float: left;
			margin-bottom: -2.1rem; 
			z-index: 1;				
			background: rgb(230,227,219);
			background: linear-gradient(270deg, rgba(230,227,219,0) 0%, rgba(230,227,219,1) 90%);"
		}
		#middletemplate_bp_1 > div >.gradient_r {
			height: 2.2rem; 
			aspect-ratio: 1/1; 
			background-color: red; 
			position: relative; 
			margin-bottom: -2.1rem;
			float: right;
			z-index: 1;				
			background: rgb(230,227,219);
			background: linear-gradient(90deg, rgba(230,227,219,0) 0%, rgba(230,227,219,1) 90%);"
		}
		ol.sources {
			margin: 0; 
			text-align: left;
			padding-top: 0.5rem;
			counter-reset: list;
		}
		ol.sources > li {
			list-style: none;
			padding-bottom: 0.5rem;
		}
		ol.sources > li::before {
			content: counter(list) " )";
			counter-increment: list;
  			margin-left: -3.1em;
			padding-right: 0.5rem;
  			width: 2.5em;
  			display: inline-block;
  			text-align: right;
		}
			.bpp_blog {
				box-sizing: content-box;
				border: 1.5px solid #231f20;
				display: flex;
				flex-direction: column;
				height: 170px;
				flex-grow: 0;
				width: calc(100% - 3px);
				line-height: 1.2rem;
				margin-bottom: 2rem;
				scroll-snap-align: center;
			}
			.bpp_blog:last-of-type {
				margin-bottom: 0;
			}
			.bpp_r_blog {
				align-self: flex-end;
				height: calc(170px - (2 * 20px));
				width: calc(100% - 40px);
				padding: 20px;
				position: relative;
				display: grid;
				align-content: space-between;
			}
			.bpp_blog:not(.bpp_blog:first-of-type) > .blogpostimage_blog {
				display: none;
			}
			.bpp_blog:first-of-type {
				box-sizing: content-box;
				border: 1.5px solid #231f20;
				display: flex;
				flex-direction: column;
				height: 420px; /*wink wink*/
				width: calc(100% - 3px);
				line-height: 1.2rem;
				margin-bottom: 2rem;
			}
			.bpp_blog:first-of-type > .bpp_r_blog {
				align-self: flex-end;
				height: calc(170px);
				width: calc(100% - 40px);
				padding: 20px;
				position: relative;
				display: grid;
				align-content: space-between;
				border-top: 1.5px solid #231f20 !important;
			}
			.bpp_r_blog > div:nth-of-type(1) {
				border: 2px;
				width: 100%;
				font-size: 0.9rem;
				padding-top: 0px;
				padding-bottom: 0px;
				font-family: "IBM Plex Mono", "Necto Mono", "Courier New", "Courier";
				display: flex;
				color: #231f20;
			}
			.bpp_r_blog > div:nth-of-type(2) {
				/*tag container*/
				height: 26px;
				display: flex;
				overflow-x: scroll;
				overflow-y: hidden;
				padding: 0;
				width: 100%;
				min-height: 0;
				line-height: 0.8rem;
				scroll-snap-type: x mandatory;
			}

			.bpp_r_blog > div:nth-of-type(3) {
				display: flex;
				justify-content: space-between;
				box-sizing: border-box;
				width: 100%;
			}
			.bpp_r_blog > div:nth-of-type(3) > div:nth-of-type(1) {
				font-family: Avenir Next;
				font-style: italic;
				font-size: 0.8rem;
			}
			.bpp_r_blog > div:nth-of-type(3) > div:nth-of-type(2) {
				font-family: Avenir Next;
				font-size: 0.8rem;
				text-align: right;
			}
			.tag {
				height: 10px;
				background-color: rgba(57, 181, 74, 0.2);
				border-radius: 30px;
				display: flex;
				padding: 8px;
				margin-right: 8px;
				flex: 0 0 auto;
				scroll-snap-align: center;
			}
			.tag > div:nth-of-type(1) {
				height: 10px;
				aspect-ratio: 1/1;
				opacity: 1;
				width: auto;
				border-radius: 10px;
			}
			.tag > div:nth-of-type(2) {
				font-family: "IBM Plex Mono";
				font-size: 12px;
				margin-top: -3px;
				color: black;
				padding-left: 8px;
				padding-right: 3px;
				font-size: 0.58rem;
			}
			#middletemplate_blog {
				grid-column-start: 2;
				grid-column-end: 6;
				grid-row-start: 1;
				grid-row-end: 3;
				background-color: #e6e3db;
				border-left: 1.5px solid #231f20;
				border-right: 1.5px solid #231f20;
				z-index: 1;
				font-family: "Avenir Next";
				font-size: 1rem;
				padding: 2rem;
				line-height: 2rem;
				text-align: justify;
				overflow-y: scroll;
				display: flex;
				flex-direction: column;
			}
			#righttemplate_blog {
				grid-column-start: 6;
				grid-column-end: 8;
				grid-row-start: 2;
				grid-row-end: 4;
				background: rgb(230, 227, 219);
				background: linear-gradient(
					90deg,
					rgba(230, 227, 219, 1) 10%,
					rgba(230, 227, 219, 0) 80%,
					rgba(230, 227, 219, 0) 100%
				);
				z-index: 1;
				font-family: "Avenir Next";
				font-size: 0.7rem;
				padding-left: 30px;
				padding-right: 30px;
				line-height: 1.5rem;
			}
			#righttemplate_blog > div > .section {
				font-style: italic;
				margin-bottom: 1rem;
				margin-left: 1rem;
			}
			.blogpostimage_blog {
				height: 270px;
				width: 100%;
				justify-self: flex-top;
				padding: 30px;
				box-sizing: border-box;
				overflow: hidden;
				object-fit: cover;
			}
			.bpp_img_blog {
				vertical-align: middle;
				height: 100%;
				width: 100%;
				object-fit: cover;
			}
			.tag.relax {
				background-color: rgba(237, 168, 0, 0.2);
			}
			.relax {
				background-color: rgb(237, 168, 0);
			}
			.tag.study {
				background-color: rgba(57, 181, 74, 0.2);
			}
			.study {
				background-color: rgba(57, 181, 74, 1);
			}
			#sortfiltermenu_blog {
				height: calc(100dvh - 100px - 200px);
				overflow: scroll;
			}
			#righttemplate_blog > #gradient {
				height: 50px;
				width: 100%;
				position: absolute;
				bottom: 200px;
				background: rgb(230, 227, 219);
				background: linear-gradient(
					180deg,
					rgba(230, 227, 219, 0) 0%,
					rgba(230, 227, 219, 1) 80%
				);
			}
			button {
				border: none;
				background-color: inherit;
				text-align: left;
				font-size: inherit;
				font-style: inherit;
				font-family: inherit;
				line-height: inherit;
				color: inherit;
				cursor
			}
			button:hover {
				border: none;
				background-color: inherit;
				text-align: left;
				font-size: inherit;
				font-style: inherit;
				font-family: inherit;
				line-height: inherit;
				color: inherit;
				text-decoration: underline;
				text-decoration-color: #231f20;
				text-decoration-thickness: 0.75px;
				text-underline-offset: 4px;
			}
			button.active {
				border: none;
				background-color: inherit;
				text-align: left;
				font-size: inherit;
				font-style: inherit;
				font-family: inherit;
				line-height: inherit;
				color: inherit;
				text-decoration: underline;
				text-decoration-color: #231f20;
				text-decoration-thickness: 0.75px;
				text-underline-offset: 4px;
			}
			button.activesort {
				border: none;
				background-color: inherit;
				text-align: left;
				font-size: inherit;
				font-style: inherit;
				font-family: inherit;
				line-height: inherit;
				color: inherit;
				text-decoration: underline;
				text-decoration-color: #231f20;
				text-decoration-thickness: 0.75px;
				text-underline-offset: 4px;
			}
			/* Define the animation for decreasing the max-height property */
			@keyframes decreaseHeight420 {
				0% {
					min-height: 420px;
					height: 420px;
					margin-bottom: 2rem;
				}
				100% {
					min-height: 0;
					height: 0;
					margin-bottom: 0;
				}
			}
			@keyframes decreaseHeight170 {
				0% {
					min-height: 170px;
					height: 170px;
					margin-bottom: 2rem;
				}
				100% {
					min-height: 0;
					height: 0;
					margin-bottom: 0;
				}
			}

			/* Apply the animation to the .decreasing class */
			.decreasing420 {
				animation: decreaseHeight420 0.7s ease-in-out; /* Use the animation */
				animation-iteration-count: infinite;
				overflow: hidden; /* Hide overflow content */
			}
			.decreasing170 {
				animation: decreaseHeight170 0.7s ease-in-out; /* Use the animation */
				animation-iteration-count: infinite;
				overflow: hidden; /* Hide overflow content */
			}