:root {
	--bg-color: #2b2a33;
}

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #2b2a33;
}

.jrscw {
	width: 100%;
	height: 100%;
}

.gma68 {
	display: flex;
	width: 50vw;
	left: 25vw;
	top: 18.5vh;
	position: absolute;
	background: url('mp_assets/cables.webp');
	/* background-size: contain; */
	background-size: 100% 100%;
	padding: 0.5vw;
	background-position: center;
	background-repeat: no-repeat;
	/* box-shadow: 0px 87px 60px -90px rgba(170,168,183,0.25); */
}

/* phone, tablet with landscape mode */

@media (orientation: landscape) and (max-width: 1050px) {
	.gma68 {
		width: 50vh;
		left: 37.5vw;
		top: 18.5vh;
	}
}

.ht7ln {
	border-radius: .25rem;
	background: #2b2a33;
	mix-blend-mode: color-dodge;
	width: 20%;
	top: 35%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	padding: calc(.875rem - 1px) calc(1.5rem - 1px);
}

.uvcyl {
	background: #2b2a33;
	mix-blend-mode: color-dodge;
	background-position: 0% 50%;
	font-size: 2rem;

	align-items: center;
	background-clip: padding-box;
	background-color: #fa6400;
	border: 1px solid transparent;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;	top: 35%;
	position: absolute;


	text-align: center;
}

.bfnl7 {
	background: url('mp_static/cables.webp');
	mix-blend-mode: color-dodge;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: all 250ms;
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
	width: 20%;
	font-size: 10rem;
	text-align: center;
}



