.ni-matrix{
	background-color: #bd7d57;
}
.cu-matrix{
	background-color: #D5AD71;
}
.cr-matrix{
	background-color: #FBA971;
}
.fe-matrix{
	background-color: #aaa;
}
.mo-matrix{
	background-color: #B7C8B5;
}
.co-matrix{
	background-color: #7FB285;
}
.w-matrix{
	background-color: #544343;
}
.nb-matrix{
	background-color: #B9314F;
}
.al-matrix{
	background-color: #C4AF9A;
}
.si-matrix{
	background-color: #e83719;
}
.n-matrix{
	background-color: #3B8EA5;
}

.ni-cu-line{
	background: linear-gradient(180deg, #bd7d57, #D5AD71);
}
.ni-cr-line{
	background: linear-gradient(180deg, #bd7d57, #FBA971);
}
.cr-ni-line{
	background: linear-gradient(180deg, #FBA971, #bd7d57);
}
.cr-si-line{
	background: linear-gradient(180deg, #FBA971, #e83719);
}
.cr-fe-line{
	background: linear-gradient(180deg, #FBA971, #aaa);
}
.cr-mo-line{
	background: linear-gradient(180deg, #FBA971, #B7C8B5);
}
.mo-cr-line{
	background: linear-gradient(180deg, #B7C8B5, #FBA971);
}
.mo-cu-line{
	background: linear-gradient(180deg, #B7C8B5, #D5AD71);
}
.mo-nb-line{
	background: linear-gradient(180deg, #B7C8B5, #B9314F);
}
.mo-n-line{
	background: linear-gradient(180deg, #B7C8B5, #3B8EA5);
}
.fe-ni-line{
	background: linear-gradient(180deg, #aaa, #bd7d57);
}
.fe-mo-line{
	background: linear-gradient(180deg, #aaa, #B7C8B5);
}
.mo-fe-line{
	background: linear-gradient(180deg, #B7C8B5, #aaa);
}
.ni-mo-line{
	background: linear-gradient(180deg, #bd7d57, #B7C8B5);
}
.ni-fe-line{
	background: linear-gradient(180deg, #bd7d57, #aaa);
}
.fe-cr-line{
	background: linear-gradient(180deg, #aaa, #FBA971);
}
.co-mo-line{
	background: linear-gradient(180deg, #7FB285, #B7C8B5);
}
.co-ni-line{
	background: linear-gradient(180deg, #7FB285, #bd7d57);
}
.cr-co-line{
	background: linear-gradient(180deg, #FBA971, #7FB285);
}
.mo-w-line{
	background: linear-gradient(180deg, #B7C8B5, #544343);
}
.mo-nb-line{
	background: linear-gradient(180deg, #B7C8B5, #B9314F);
}
.cu-nb-line{
	background: linear-gradient(180deg, #D5AD71, #B9314F);
}
.fe-nb-line{
	background: linear-gradient(180deg, #aaa, #B9314F);
}
.cu-n-line{
	background: linear-gradient(180deg, #D5AD71, #3B8EA5);
}
.ni-co-line{
	background: linear-gradient(180deg, #bd7d57, #7FB285);
}
.co-fe-line{
	background: linear-gradient(180deg, #7FB285, #aaa);
}
.fe-co-line{
	background: linear-gradient(180deg, #aaa, #7FB285);
}
.cr-al-line{
	background: linear-gradient(180deg, #FBA971, #C4AF9A);
}

@media screen and (min-width: 600px) {


	.faq{
		width: 40vw;
	}
	.faq > p{
		font-size: 1.3vw;
		width: 40vw;
		position: relative;
		margin: 1.5vw 0;
		text-align: justify;
		line-height: 2.2vw;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	.faq > p:nth-child(1)::before{
		width: 5vw;
		text-align: center;
		content: "Q";
		font-size: 5vw;
		font-weight: bold;
		color: #999;
		position: absolute;
		left: -5vw;
		top: 0;
	}
	.faq > p:nth-child(2)::before{
		width: 5vw;
		text-align: center;
		content: "A";
		font-size: 5vw;
		font-weight: bold;
		color: #999;
		position: absolute;
		right: -5vw;
		top: 1vw;
	}


	.table-container-2{
		position: relative;
	}
	.table-container-2 > table{
		width: 60vw;
		margin: 2vw 0;
	}
	#quick-reference{
		width: 70vw;
		padding: 2.5vw 5vw;
		background-color: #eee;
		border-radius: 2vw;
		margin: 5vw 10vw 0 10vw;
		animation: line4 1s backwards;
		animation-delay: .2s;
	}
	#quick-reference > h2{
		font-size: 3vw;
		line-height: 5vw;
		width: 60vw;
		margin: 1vw 5vw;
		text-align: center;
	}
	.quick-reference-div{
		width: 60vw;
		padding: 1vw 2.5vw;
		background-color: #fff;
		border-radius: 1vw;
		margin: 1vw 2.5vw;
	}
	.quick-reference-div > h3{
		width: 60vw;
		margin: .5vw 0;
		font-size: 1.5vw;
		line-height: 2vw;
	}
	.quick-reference-div > ul{
		width: 60vw;
		margin: .5vw 0;
	}
	.quick-reference-div > ul > li{
		width: 60vw;
		margin: .5vw 0;
		font-size: 1.3vw;
		line-height: 2vw;
	}
	#main-body{
		color: #000 !important;
		width: 15vw;
		margin: 1vw 27.5vw;
		height: 3.5vw;
		text-align: center;
		font-weight: bold;
		font-size: 1.5vw;
		line-height: 3.5vw;
		background-color: #fff;
		border-radius: 5vw;
	}


	.figure{
		position: relative;
		width: 40vw;
		margin: 2vw 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background-color: #fff;
	}
	.short-figure{
		width: 35vw;
		z-index: 1;
		user-select: none;
		pointer-events: none;
	}
	.figure-text{
		width: 40vw;
		font-size: 1.6vw;
		line-height: 3.8vw;
		font-weight: bold;
		margin: 0;
		z-index: 1;
		text-align: center;
	}
	.figure-text > span{
		display: block;
		font-size: 1.2vw;
		font-weight: normal;
		line-height: 2vw;
	}


	#social-share{
		position: fixed;
		bottom: 2vw;
		left: 2vw;
		z-index: 1;
		background-color: #fff;
		border-radius: 1vw;
	}
	.share-btn{
		width: 2.3vw;
		height: 2.3vw;
		display: block;
		margin: 1.5vw 1vw;
	}
	.share-btn > img{
		width: 2.3vw;
		height: 2.3vw;
	}
	body{
		color: #000000 !important;
	}
	main p{
		text-align: center;
		color: #000;
	}
	.down-word{
		font-size: 1vw;
		vertical-align: sub;
	}
	.up-word{
		font-size: 1vw;
		vertical-align: super;
	}


	#pagepicture{
	    width: 100vw;
	    height: 20vw;
	    background-color: #000333;
	    background-size: cover;
	    position: relative;
	}
	#pagepicture > h1{
	    width: 100vw;
	    height: 20vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.vs-grade{
		font-size: 2.5vw;
		text-align: center;
		line-height: 6vw;
		position: relative;
		width: 35vw;
	}
	.vs-grade:first-child{
		animation: line3 .6s backwards ease-in;
	}
	.vs-grade:last-child{
		animation: line2 .6s backwards ease-in;
	}
	.vs-grade::before{
		content: "";
		position: absolute;
		width: 35vw;
		height: 15vw;
		left: 0;
		transform: skew(-15deg);
		background-color: rgba(255, 255, 255, .6);
	}
	.vs-grade > div{
		z-index: 1;
		position: relative;
		color: #000;
	}
	.vs-grade > div > span{
		font-size: 10vw;
	}
	#vs{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		animation: line1 .6s backwards ease-in;
	}
	#v-1{
		color: #fff;
		font-size: 8vw;
		transform: translate(0, -1vw);
		text-shadow: .5vw .5vw 1vw #666;
	}
	#s-1{
		color: #fff;
		font-size: 8vw;
		transform: translate(0, 1vw);
		text-shadow: .5vw .5vw 1vw #666;
	}

	#author-bread{
		width: 80vw;
		height: 3.5vw;
		margin: 2vw 10vw 0 10vw;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#author{
		width: 30vw;
		height: 3.5vw;
		animation: line4 1s backwards;
		position: relative;
	}
	#user{
		width: 3.5vw;
		height: 3.5vw;
		overflow-x: hidden;
		border-radius: 10vw;
		position: absolute;
		left: 0vw;
	}
	#user > img{
		width: 3vw;
		height: auto;
		position: absolute;
		left: .2vw;
		top: .5vw;
	}
	#author-text{
		position: absolute;
		left: 4.5vw;
		font-weight: bold;
		font-size: 1.6vw;
		line-height: 3.5vw;
	}



	#content-button{
		position: relative;
		width: 15vw;
		height: 3.5vw;
		margin: 0 .5vw;
	}
	#content-button-1{
		width: 15vw;
		height: 3.5vw;
		border-radius: 3.5vw;
		color: #000;
		text-align: center;
		font-weight: bold;
		line-height: 3.5vw;
		font-size: 1.6vw;
		cursor: pointer;
		transition: all .2s;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #eee;
	}
	#content-button-1::after{
		content: "";
		width: 62vw;
		height: 1vw;
		position: absolute;
		left: -23.5vw;
		top: 3.5vw;
		background-color: 3333;
		pointer-events: none;
		z-index: 1;
	}
	#content-button:hover #content-button-1::after{
		pointer-events: inherit;
	}
	#content-button-2{
		width: 62vw;
		border-radius: 1vw;
		background-color: #eee;
		cursor: pointer;
		transition: all .2s;
		position: absolute;
		left: -23.5vw;
		top: 4.5vw;
		display: flex;
		flex-wrap: wrap;
		padding: .25vw;
		box-shadow: .5vw .5vw 2vw #888;
		transform: scale(0);
		transform-origin: 50% -2vw;
		opacity: 0;
		pointer-events: none;
		transition: all .2s;
		z-index: 1;
	}
	#content-button-2 > div{
		width: 15vw;
		height: 3vw;
		background-color: #fff;
		border-radius: .8vw;
		text-align: center;
		font-weight: bold;
		line-height: 3vw;
		font-size: 1.3vw;	
		margin: .25vw;
		transition: all .2s;
	}
	#content-button-2 > div:hover{
		background-color: #000;
		color: #fff;
	}
	#content-button:hover{
		border-color: #000;
		color: #000;
	}
	#content-button:hover #content-button-2{
		transform: scale(1);
		opacity: 1;
		pointer-events: inherit;
	}
	
	#breadol{
	    width: 30vw;
	    display: flex;
	    align-content: center;
	    justify-content: flex-end;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
		animation: line4 1s backwards;
	}
	#breadol li{
	    font-size: 1.2vw;
	    color: #000;
	    line-height: 1vw;
	    display: flex;
	}
	#breadol li a{
	    color: #000;
	    margin-right: 2vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .2vw;
		height: 1vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -1.1vw;		
	}
	@keyframes line1{
		0%{transform: scale(2); opacity: 0;}
		100%{transform: scale(1); opacity: 1;}
	}
	@keyframes line2{
		0%{transform: translate(30vw, 0); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}
	@keyframes line3{
		0%{transform: translate(-30vw, 0); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}
	@keyframes line4{
		0%{transform: translate(0, 10vw); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}


	#media-page{
		width: 100vw;
		padding: 0 0 5vw 0;
	}
	#media-page h2{
		width: 80vw;
		position: relative;
		left: 10vw;
		text-align: center;
		font-size: 3.8vw;
		height: 5vw;
		padding: 5vw 0 1vw 0;
		animation: line4 1s backwards;
		animation-delay: .2s;
	}
	#media-page h2 > span{
		position: relative;
		display: inline-block;
	}
	#media-page h2 > span::before{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		left: -3vw;
		top: 2vw;
	}
	#media-page h2 > span::after{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		right: -3vw;
		top: 2vw;
	}
	#media-page h3{
		animation: line4 1s backwards;
		animation-delay: .3s;
		font-size: 1.5vw;
		text-align: center;
		padding: 2vw 0 .5vw 0;
	}
	#media-pic, .media-pic{
		width: 80vw;
		position: relative;
		left: 10vw;
		padding: 2vw 0;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	.middle-text{
		position: relative;
		width: 40vw;
		margin: 1vw 30vw;
	}
	.middle-text::before{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		left: -5vw;
		top: calc(50% - .5vw);
		box-shadow: 49vw 0 0 0 #bd7d57;
	}
	.middle-text::after{
		content: "";
		width: 30vw;
		height: .2vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		left: -34vw;
		top: calc(50% - .1vw);
		box-shadow: 78vw 0 0 0 #bd7d57;
	}
	.double-text{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		margin: 1vw 0;
		padding: 0 0 5vw 0;
	}
	.double-text::after{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		left: calc(50% - .5vw);
		top: 0;
		box-shadow: 100% 0 0 0 #bd7d57;
	}
	.double-text::before{
		content: "";
		width: .2vw;
		height: calc(100% - 3vw);
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		left: calc(50% - .1vw);
		top: 0;
	}
	.double-text-text{
		width: 30vw;
	}
	.double-text-standard{
		width: 40vw;
		text-align: center!important;
		font-size: 1.3vw;
		padding: .6vw 0;
	}
	.left-text, .right-text{
		width: 40vw;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.info-title{
		color: #000;
		font-weight: bold;
		font-size: 2vw!important;
		padding: 5vw 0 1vw 0!important;
	}
	.grade-name{
		color: #000;
		font-weight: bold;
		font-size: 3vw!important;
		padding: .5vw 0!important;
		line-height: 3vw!important;
		text-align: center!important;
	}
	.grade-brand{
		font-weight: bold;
		font-size: 3.8vw!important;
		padding: 1vw 0!important;
	}
	.grade-win{
		color: #bd7d57;
		font-weight: bold;
		font-size: 8vw!important;
		padding: 3vw 0!important;
		transform: rotate(-10deg);
	}
	.grade-lose{
		color: #999;
		font-weight: bold;
		font-size: 6vw!important;
		padding: 3vw 0!important;
		transform: rotate(-10deg);
	}
	.grade-tie{
		color: #000;
		font-weight: bold;
		font-size: 7vw!important;
		padding: 3vw 0!important;
		transform: rotate(-10deg);
	}
	.grade-comp{
		color: #bd7d57;
		font-weight: bold;
		font-size: 5vw!important;
		padding: 3vw 0!important;
		transform: rotate(-10deg);
		text-align: center!important;
		line-height: 5.5vw!important;
	}
	.matrix{
		width: 15vw;
		display: flex;
		padding: 1vw 0 0 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.ele-matrix{
		width: 12vw;
		height: 3vw;
		color: #fff;
		text-align: center;
		line-height: 3vw;
		border-radius: 3vw;
		font-size: 1.5vw;
		font-weight: bold;
	}
	.ele-line{
		width: .5vw;
		height: .5vw;
	}
	.type-div{
		width: 40vw;
		height: 8vw;
		display: flex;
		padding: .5vw 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.type-svg{
		width: 5vw;
		height: 5vw;
	}
	.type-text{
		width: 5vw;
		height: 5vw;
		font-size: 1.5vw!important;
		line-height: 1.6vw!important;
		font-weight: bold;
		color: #000;
		text-align: center!important;
		width: 40vw;
	}
	.grade-density{
		color: #000;
		font-weight: bold;
		font-size: 3.8vw!important;
		padding: 1vw 0;		
	}
	.grade-density > span{
		font-size: 2vw!important;
	}

	#chemical-composition{
		width: 100vw;
		height: var(--height);
		justify-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		align-content: center;
		margin: 2vw 0;
	}
	#chemical-composition-2{
		width: 44vw;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		margin: .5vw 0;
		position: relative;
	}
	.middle-text #chemical-composition-2{
		left: -2vw;
	}
	.comp-grade{
		color: #000;
		font-weight: bold;
		font-size: 2vw;
		height: 2vw;
		width: 10vw;
		text-align: right;
		margin: .5vw 0;
		line-height: 2vw;
	}
	.comp-grade-2{
		color: #000;
		font-weight: bold;
		font-size: 2vw;
		height: 2vw;
		width: 5vw;
		text-align: right;
		margin: .5vw 0;
		line-height: 2vw;
	}
	.chemical{
		width: 80vw;
		margin: .5vw 1vw;
		display: flex;
		height: 2vw;
	}
	.chemical2{
		width: 35vw;
		margin: .5vw 1vw;
		display: flex;
		height: 2vw;
	}
	.chemical > div{
		width: 35vw;
		height: 2vw;
		background-color: #eee;
		margin: 0 1vw;
		border-radius: 2vw;
		overflow: hidden;
	}
	.chemical2 > div{
		width: 35vw;
		height: 2vw;
		background-color: #eee;
		border-radius: 2vw;
		overflow: hidden;
	}
	.chemical > div > div, .chemical2 > div > div{
		height: 2vw;
		width: 0;
		position: relative;
	}
	.chemical > div > div::after, .chemical2 > div > div::after{
		width: 20vw;
		height: 2vw;
		font-size: 1.3vw;
		color: inherit;
		position: absolute;
		top: 0;
		left: calc(100% + 1vw);
		text-align: left;
		line-height: 2vw;
		font-weight: bold;
	}
	.space{
		width: 100vw;
		height: 1vw;
	}


	.supported-products-1{
		width: 36vw!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: .5vw 0!important;
	}
	.supported-products-2{
		width: 36vw!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: .5vw 0!important;
	}
	.vs-product{
		width: auto;
		height: 2.5vw;
		margin: .5vw!important;
		border-radius: 1.8vw;
	}
	.vs-product > a{
		width: 2.5vw;
		height: 2.5vw;
		font-weight: bold;
		position: relative;
		transition: all .3s;
	}
	.vs-product > a > span{
		position: absolute;
		left: -6.5vw;
		top: 2vw;
		background-color: #fff;
		width: 15.5vw;
		height: 3vw;
		line-height: 3vw;
		font-size: 1.3vw;
		border-radius: 3vw;
		text-align: center;
		color: #000;
		opacity: 0;
		transition: opacity .2s;
		pointer-events: none;
		z-index: 1;
		box-shadow: .5vw .5vw 1vw #666;
	}
	.vs-product > a:hover span{
		opacity: 1;
	}
	.vs-product img{
		width: 2.5vw;
		height: 2.5vw;
		margin-right: .5vw;
		background-color: #eee;
		border-radius: 2.5vw;
	}


	#media-page p{
		font-size: 1.3vw;
		position: relative;
		padding: .6vw 0;
		text-align: justify;
		line-height: 2.2vw;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	#media-page > div > div{
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	#media-page ul{
		font-size: 1.3vw;
		width: 40vw;
		position: relative;
		padding: 1vw 0;
		text-align: justify;
		animation: line4 1s backwards;
		animation-delay: .3s;
		line-height: 2vw;
	}
	#media-page li{
		margin: .5vw 0;
	}
	.center-li{
		width: 80vw;
		text-align: center;
	}
	#date{
		width: 8vw;
		position: relative;
		left: 81vw;
		text-align: center;
		font-size: 1vw;
		height: 3vw;
		padding: 5vw 0 1vw 0;
		display: block;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#date > span{
		display: block;
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 3vw;
		width: 8vw;
	}
	#date::before{
		content: "";
		display: block;
		width: 8vw;
		height: 2vw;
		background-color: #999;
		transform: skew(-15deg);
		position: absolute;
		top: 5.5vw;
		left: 0vw;
	}

	.element-none{
		opacity: 0;
	}
	.element{
		font-size: 1.5vw;
		font-weight: bold;
	}
	.element-table th{
		background-color: #fff;
		border: solid .3vw #fff;
		height: 3vw;
		width: 4.2vw;
	}
	.element-table td{
		background-color: #eee;
		border: solid .3vw #fff;
		height: 3vw;
		width: 4.2vw;
	}
	.non-metal{
		background-color: #ddd!important;
	}
	#m-p-table{
		width: 40vw;
		margin: 0;
	}
	.table-container > table{
		width: 80vw;
		margin: 2vw 10vw;
	}
	table{
	  	border-collapse: collapse;
		border-style: solid;
		border-width: .3vw 0;
		border-color: #000;
		color: #000;
		position: relative;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	th{
		text-align: center;
		color: #000;
		border-style: none;
		font-size: 1.2vw;
		padding: .5vw 0;
	}
	td{
		text-align: center;
		border-style: none;
		color: #000;
		font-size: 1.1vw;
		padding: .5vw 0;
	}
	tr{
		border-style: solid;
		border-width: .15vw 0;
		border-color: #000;
	}
	caption{
		width: 100%;
		font-size: 1.3vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 1vw 0;
		font-weight: bold;
	}


	.related-h2{
		width: 100vw;
		padding: 5vw 0;
		text-align: center;
		position: relative;
	}
	.related-h2 > span{
		color: #000;
		height: 3vw;
		position: relative;
		line-height: 3vw;
		font-size: 3.8vw;
		z-index: 1;
	}
	.related-h2::before{
		content: "";
		display: block;
		width: 63vw;
		height: 10vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		top: .5vw;
		left: 0vw;
		opacity: .5;
		animation: ta 1s backwards;
	}
	.related-h2::after{
		content: "";
		display: block;
		width: 63vw;
		height: 10vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		bottom: 0.5vw;
		right: 0vw;
		opacity: .5;
		animation: tb 1s backwards;
	}


	.point{
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: relative;
	}
	#related-page{
		overflow: hidden;
		position: relative;
		padding-bottom: 8vw;
		background-color: #fff;
	}
	#media-latest > .point{
		margin: 2vw 16vw;
	}
	.media-blog{
		width: 90vw;
		height: 15vw;
		position: relative;
		margin: 1vw 5vw;
	}
	.media-blog::before{
		content: "";
		width: 9vw;
		height: 18vw;
		background-color: #eee;
		position: absolute;
		left: 80vw;
		top: -1.5vw;
		transform: skew(-15deg) scale(1, 1);
		opacity: .5;
		transform-origin: right;
		transition: all .2s;
	}
	.media-blog:hover::before{
		transform: skew(-15deg) scale(8, 1);
	}
	.media-blog > a{
		width: 95vw;
		height: 15vw;
		position: absolute;
		left: 0vw;
		top: 0;
	}
	.media-blog > a > img{
		height: 15vw;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 1vw;
	}
	.media-blog > a > h4{ color: #000;
		font-size: 2.5vw;
		width: 65vw;
		margin: 0;
		line-height: 2vw;
		position: absolute;
		left: 25vw;
		top: 1vw;
	}
	.media-p{ color: #000;
		font-size: 1.3vw;
		width: 50vw;
		line-height: 1.9vw;
		position: absolute;
		left: 25vw;
		top: 4.5vw;
		text-align: justify;
	}
	.media-time{
		font-size: 1vw;
		line-height: 2vw;
		position: absolute;
		right: 10vw;
		top: 13vw;
	}
	.media-div{
		font-size: 1.2vw;
		width: 10vw;
		height: 2vw;
		color: #bd7d57;
		border: solid .2vw #bd7d57;
		border-radius: 2vw;
		line-height: 2vw;
		position: absolute;
		text-align: center;
		left: 25vw;
		top: 12vw;
		font-weight: bold;
	}
	#othernews{
		padding-bottom: 6vw;
	}
	#othernews h2{
		width: 80vw;
		position: relative;
		left: 10vw;
		text-align: center;
		font-size: 2vw;
		height: 3vw;
		padding: 3vw 0 1vw 0;
	}
	#othernews h2 > span{
		display: block;
		color: #fff;
		height: 3vw;
		position: relative;
		line-height: 3vw;
	}
	#othernews h2::before{
		content: "";
		display: block;
		width: 20vw;
		height: 3vw;
		background-color: #555;
		transform: skew(-15deg);
		position: absolute;
		top: 3vw;
		left: 30vw;
	}
	#contact-copy{
		height: 2.3vw;
		width: 23vw;
		border-radius: 3vw;
		display: flex;
		align-items: center;
		background-color: #eee;
		justify-content: flex-end;
		position: relative;
		padding: 1vw;
		margin: 2vw 7.5vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#contact-email{
		font-size: 1.5vw;
		font-weight: bold;
		margin: 0 1vw;
	}
	#contact-copy > .copy-text{
		position: absolute;
		left: 0;
		top: 4vw;
		width: 23vw;
		text-align: center;
	}
}








	.monel-brand{
		color: #bd7d57;
	}
	.inconel-brand{
		color: #bd7d57;
	}
	.incoloy-brand{
		color: #bd7d57;
	}
	.hastelloy-brand{
		color: #bd7d57;
	}













@media screen and (max-width: 600px) {
	#social-share{
		display: none;
	}
	body{
		color: #000000 !important;
		overflow: hidden;
	}
	main p{
		text-align: center;
	}
	.down-word{
		font-size: 1vw;
		vertical-align: sub;
	}
	.up-word{
		font-size: 1vw;
		vertical-align: super;
	}





	#quick-reference{
		width: 85vw;
		padding: 2.5vw 5vw;
		background-color: #eee;
		border-radius: 6vw;
		margin: 5vw 2.5vw 0 2.5vw;
		animation: line4 1s backwards;
		animation-delay: .2s;
	}
	#quick-reference > h2{
		font-size: 9vw;
		line-height: 15vw;
		width: 85vw;
		margin: 3vw 0;
		text-align: center;
	}
	.quick-reference-div{
		width: 75vw;
		padding: 3vw 5vw;
		background-color: #fff;
		border-radius: 3vw;
		margin: 3vw 0vw;
	}
	.quick-reference-div > h3{
		width: 75vw;
		margin: 2.5vw 0;
		font-size: 6vw;
		line-height: 7vw;
	}
	.quick-reference-div > ul{
		width: 75vw;
		margin: 1.5vw 0;
	}
	.quick-reference-div > ul > li{
		width: 75vw;
		margin: 1.5vw 0;
		font-size: 4.5vw;
		line-height: 6vw;
	}
	.table-container-2{
		width: 80vw;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.table-container-2 > table{
		left: 0;
	}
	.table-container-2::-webkit-scrollbar{
		display: none;
	}
	#main-body{
		color: #000 !important;
		width: 45vw;
		margin: 3vw 20vw;
		height: 10.5vw;
		text-align: center;
		font-weight: bold;
		font-size: 4.5vw;
		line-height: 10.5vw;
		background-color: #fff;
		border-radius: 15vw;
	}


	.figure{
		position: relative;
		width: 90vw;
		margin: 6vw 5vw;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background-color: #fff;
	}
	.short-figure{
		width: 90vw;
		z-index: 1;
		user-select: none;
		pointer-events: none;
	}
	.figure-text{
		width: 90vw;
		font-size: 4.8vw;
		line-height: 11.4vw;
		font-weight: bold;
		margin: 0;
		z-index: 1;
		text-align: center;
	}
	.figure-text > span{
		display: block;
		font-size: 3.6vw;
		font-weight: normal;
		line-height: 6vw;
	}


	#pagepicture{
	    width: 100vw;
	    height: 120vw;
	    background-color: #000333;
	    background-size: cover;
	    position: relative;
	}
	#pagepicture > h1{
	    width: 100vw;
	    padding-top: 10vw;
	    height: 110vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.vs-grade{
		font-size: 5vw;
		text-align: center;
		line-height: 12vw;
		position: relative;
		width: 60vw;
	}
	.vs-grade:first-child{
		animation: line3 .6s backwards ease-in;
	}
	.vs-grade:last-child{
		animation: line2 .6s backwards ease-in;
	}
	.vs-grade::before{
		content: "";
		position: absolute;
		width: 60vw;
		height: 30vw;
		left: 0;
		transform: skew(-15deg);
		background-color: rgba(255, 255, 255, .6);
	}
	.vs-grade > div{
		z-index: 1;
		position: relative;
		color: #000;
	}
	.vs-grade > div > span{
		font-size: 20vw;
	}
	#vs{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		animation: line1 .6s backwards ease-in;
	}
	#v-1{
		color: #fff;
		font-size: 16vw;
		transform: translate(0, -2vw);
		text-shadow: 1vw 1vw 2vw #666;
	}
	#s-1{
		color: #fff;
		font-size: 16vw;
		transform: translate(0, 2vw);
		text-shadow: 1vw 1vw 2vw #666;
	}

	#author-bread{
		width: 90vw;
		height: 20vw;
		margin: 5vw;
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	#author{
		width: 90vw;
		height: 10.5vw;
		position: relative;
		left: 0;
		top: 0;
		animation: line4 1s backwards;
		padding-top: 5vw;
	}
	#user{
		width: 10.5vw;
		height: 10.5vw;
		overflow-x: hidden;
		border-radius: 10.5vw;
		position: absolute;
		left: 0vw;
	}
	#user > img{
		width: 9vw;
		height: auto;
		position: absolute;
		left: .6vw;
		top: 1.5vw;
	}
	#author-text{
		position: absolute;
		left: 13.5vw;
		font-weight: bold;
		font-size: 4.8vw;
		line-height: 10.5vw;
	}
	#content-button{
		display: none;
	}
	#breadol{
	    width: 90vw;
	    display: flex;
	    align-content: center;
	    justify-content: flex-start;
	    list-style: none;
	    position: relative;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
		animation: line4 1s backwards;
	}
	#breadol li{
	    font-size: 3.6vw;
	    color: #000;
	    line-height: 3vw;
	    display: flex;
	}
	#breadol li a{
	    color: #000;
	    margin-right: 6vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .6vw;
		height: 3vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -3.3vw;		
	}

	@keyframes line1{
		0%{transform: scale(2); opacity: 0;}
		100%{transform: scale(1); opacity: 1;}
	}
	@keyframes line2{
		0%{transform: translate(30vw, 0); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}
	@keyframes line3{
		0%{transform: translate(-30vw, 0); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}
	@keyframes line4{
		0%{transform: translate(0, 10vw); opacity: 0;}
		100%{transform: translate(0, 0); opacity: 1;}
	}


	#media-page{
		width: 100vw;
		padding: 0 0 24vw 0;
	}
	#media-page h2{
		width: 90vw;
		position: relative;
		left: 5vw;
		text-align: center;
		font-size: 9vw;
		height: 9vw;
		padding: 6vw 0 3vw 0;
		animation: line4 1s backwards;
		animation-delay: .2s;
	}
	#media-page h2 > span{
		position: relative;
		display: inline-block;
	}
	#media-page h2 > span::before{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 2vw;
		background-color: #bd7d57;
		position: absolute;
		left: -6vw;
		top: 5vw;
	}
	#media-page h2 > span::after{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 2vw;
		background-color: #bd7d57;
		position: absolute;
		right: -6vw;
		top: 5vw;
	}
	#media-page h3{
		animation: line4 1s backwards;
		animation-delay: .3s;
		font-size: 4.5vw;
		text-align: center;
		padding: 3vw 0 1.5vw 0;
	}
	#media-pic, .media-pic{
		width: 80vw;
		position: relative;
		left: 10vw;
		padding: 2vw 0;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	.middle-text{
		position: relative;
		width: 100vw;
		margin: 5vw 0;
		overflow: hidden;
	}
	.middle-text p{
		width: 80vw!important;
		position: relative;
		width: 100vw;
		margin: 0vw 10vw;
	}
	.middle-text::before{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 2vw;
		background-color: #bd7d57;
		position: absolute;
		left: 5vw;
		top: calc(50% - 1.5vw);
		box-shadow: 88vw 0 0 0 #bd7d57;
	}
	.middle-text::after{
		content: "";
		width: 10vw;
		height: .5vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		left: -4vw;
		top: calc(50% - .25vw);
		box-shadow: 97vw 0 0 0 #bd7d57;
	}
	.double-text{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		margin: 2vw 0;
		padding: 0 0 10vw 0;
	}
	.double-text::after{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 2vw;
		background-color: #bd7d57;
		position: absolute;
		left: calc(50% - 1.5vw);
		top: 0;
		box-shadow: 100% 0 0 0 #bd7d57;
	}
	.double-text::before{
		content: "";
		width: .5vw;
		height: calc(100% - 6vw);
		border-radius: 2vw;
		background-color: #bd7d57;
		position: absolute;
		left: calc(50% - .25vw);
		top: 0;
	}
	.double-text-text{
		width: 40vw;
	}
	.double-text-standard{
		width: 40vw;
		text-align: center!important;
		font-size: 4.5vw;
		padding: 2vw 0;
	}
	.left-text, .right-text{
		width: 50vw;
		display: flex;
		align-items: center;
		flex-direction: column;
		overflow: hidden;
	}
	.info-title{
		color: #000;
		font-weight: bold;
		font-size: 6vw!important;
		padding: 10vw 0 3vw 0!important;
	}
	.grade-name{
		color: #000;
		font-weight: bold;
		font-size: 7vw!important;
		padding: 1vw 0!important;
		line-height: 8vw!important;
		text-align: center!important;
	}
	.grade-brand{
		font-weight: bold;
		font-size: 8vw!important;
		padding: 3vw 0!important;
	}
	.grade-win{
		color: #bd7d57;
		font-weight: bold;
		font-size: 16vw!important;
		padding: 6vw 0!important;
		transform: rotate(-10deg);
	}
	.grade-lose{
		color: #999;
		font-weight: bold;
		font-size: 12vw!important;
		padding: 6vw 0!important;
		transform: rotate(-10deg);
	}
	.grade-tie{
		color: #000;
		font-weight: bold;
		font-size: 14vw!important;
		padding: 6vw 0!important;
		transform: rotate(-10deg);
	}
	.grade-comp{
		color: #bd7d57;
		font-weight: bold;
		font-size: 10vw!important;
		padding: 6vw 0!important;
		transform: rotate(-10deg);
		text-align: center!important;
		line-height: 11vw!important;
	}
	.matrix{
		width: 40vw;
		height: var(--height);
		display: flex;
		padding: .5vw 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.ele-matrix{
		width: 30vw;
		height: 8vw;
		color: #fff;
		text-align: center;
		line-height: 8vw;
		border-radius: 4vw;
		font-size: 4.5vw;
		font-weight: bold;
	}
	.ele-line{
		width: 2vw;
		height: 2vw;
	}
	.type-div{
		width: 40vw;
		height: 16vw;
		display: flex;
		padding: 3vw 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.type-svg{
		width: 10vw;
		height: 10vw;
	}
	.type-text{
		width: 10vw;
		height: 10vw;
		font-size: 4.5vw!important;
		line-height: 5vw!important;
		font-weight: bold;
		color: #000;
		text-align: center!important;
		width: 40vw;
	}
	.grade-density{
		color: #000;
		font-weight: bold;
		font-size: 10vw!important;
		padding: 2vw 0;		
	}
	.grade-density > span{
		font-size: 5vw!important;
	}

	#chemical-composition{
		width: 100vw;
		margin: 6vw 0;
	}
	#chemical-composition-2{
		width: 100vw;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		margin: 3vw 0;
		position: relative;
	}
	.comp-grade-2{
		color: #000;
		font-weight: bold;
		font-size: 6vw;
		height: 6vw;
		width: 15vw;
		text-align: right;
		margin: 1vw 0;
		line-height: 6vw;
	}
	.chemical{
		width: 80vw;
		margin: .5vw 1vw;
		display: flex;
		height: 2vw;
	}
	.chemical2{
		width: 70vw;
		margin: 1vw 3vw;
		display: flex;
		height: 6vw;
	}
	.chemical > div{
		width: 70vw;
		height: 6vw;
		background-color: #eee;
		margin: 0 3vw;
		border-radius: 3vw;
		overflow: hidden;
	}
	.chemical2 > div{
		width: 70vw;
		height: 6vw;
		background-color: #eee;
		border-radius: 3vw;
		overflow: hidden;
	}
	.chemical > div > div, .chemical2 > div > div{
		height: 6vw;
		width: 0;
		position: relative;
	}
	.chemical > div > div::after, .chemical2 > div > div::after{
		width: 40vw;
		height: 6vw;
		font-size: 3.9vw;
		color: inherit;
		position: absolute;
		top: 0;
		left: calc(100% + 3vw);
		text-align: left;
		line-height: 6vw;
		font-weight: bold;
		opacity: 1;
	}


	.supported-products-1{
		width: 45vw!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1.5vw 0!important;
	}
	.supported-products-2{
		width: 45vw!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1.5vw 0!important;
	}
	.vs-product{
		margin: 1.5vw!important;
		border-radius: 5.4vw;
	}
	.vs-product > a{
		width: 45vw;
		font-weight: bold;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		transition: all .3s;
	}
	.vs-product img{
		width: 7.5vw;
		height: 7.5vw;
		border-radius: 7.5vw;
	}
	.vs-product span{
		position: relative;
		width: 45vw;
		font-size: 4vw;
		text-align: center;
		line-height: 7vw;
		color: #000;
	}


	#media-page p{
		font-size: 4.5vw;
		position: relative;
		padding: 1.8vw 0;
		text-align: justify;
		line-height: 8vw;
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	#media-page > div > div{
		animation: line4 1s backwards;
		animation-delay: .3s;
	}
	#media-page ul{
		font-size: 4.5vw;
		width: 80vw;
		position: relative;
		padding: 3vw 10vw;
		text-align: justify;
		animation: line4 1s backwards;
		animation-delay: .3s;
		line-height: 6vw;
	}
	#media-page li{
		margin: 1.5vw 0;
	}
	.center-li{
		width: 80vw;
		text-align: center;
	}
	#date{
		width: 24vw;
		position: relative;
		left: 66vw;
		text-align: center;
		font-size: 3vw;
		height: 9vw;
		padding: 15vw 0 3vw 0;
		display: block;
	}
	#date > span{
		display: block;
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 9vw;
		width: 24vw;
	}
	#date::before{
		content: "";
		display: block;
		width: 24vw;
		height: 6vw;
		background-color: #999;
		transform: skew(-15deg);
		position: absolute;
		top: 16.5vw;
		left: 0vw;
	}


	


	.table-container{
		width: 100vw;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.table-container::-webkit-scrollbar{
		display: none;
	}

	.element-none{
		opacity: 0;
	}
	.element{
		font-size: 1.5vw;
		font-weight: bold;
	}
	.element-table, .element-table tr{
		border: none;
	}
	.element-table th{
		background-color: #fff;
		border: solid .3vw #fff;
		height: 3vw;
		width: 16.6vw;
	}
	.element-table td{
		background-color: #eee;
		border: solid .3vw #fff;
		height: 3vw;
		width: 16.6vw;
	}
	.non-metal{
		background-color: #ddd!important;
	}
	#m-p-table{
		width: 90vw;
		margin: 0 5vw;
	}
	.table-container > table{
		width: 150vw;
		margin: 6vw 10vw;
	}
	table{
	  	border-collapse: collapse;
		border-style: solid;
		border-width: .9vw 0;
		border-color: #000;
		color: #000;
		position: relative;
	}
	th{
		text-align: center;
		color: #000;
		border-style: none;
		font-size: 4.2vw;
		padding: 2vw 0;
	}
	td{
		text-align: center;
		border-style: none;
		color: #000;
		font-size: 3.8vw;
		padding: 2vw 0;
	}
	tr{
		border-style: solid;
		border-width: .45vw 0;
		border-color: #000;
	}
	caption{
		width: 100%;
		font-size: 5vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 3vw 0;
		font-weight: bold;
	}








	.related-h2{
		width: 90vw;
		padding: 15vw 5vw;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.related-h2 > span{
		color: #000;
		height: 12vw;
		position: relative;
		line-height: 12vw;
		font-size: 12vw;
		z-index: 1;
	}
	.related-h2::before{
		content: "";
		display: block;
		width: 63vw;
		height: 30vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		top: 3vw;
		left: 5vw;
		opacity: .5;
		animation: ta 1s backwards;
	}
	.related-h2::after{
		content: "";
		display: block;
		width: 63vw;
		height: 30vw;
		background-color: #eee;
		transform: skew(-15deg) translate(0, 0);
		position: absolute;
		bottom: 1vw;
		right: 0vw;
		opacity: .5;
		animation: tb 1s backwards;
	}
	#related-page{
		overflow: hidden;
		position: relative;
		padding-bottom: 10vw;
	}
	.point{
		width: 3vw;
		height: 3vw;
		border-radius: 3vw;
		background-color: #bd7d57;
		position: relative;
	}
	#media-latest > .point{
		margin-left: 5vw;
		position: relative;
	}
	#media-latest > .point::after{
		content: "";
		height: .3vw;
		width: 80vw;
		background: #bd7d57;
		position: absolute;
		left: 6vw;
		top: 1.3vw;
		border-radius: 3vw;
	}
	.media-blog{
		width: 100vw;
		position: relative;
		margin: 5vw 0;
		overflow: hidden;
	}
	.media-blog > a{
		display: block;
		width: 90vw;
		height: 100%;
		position: relative;
		margin: 0 5vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.media-blog > a > img{
		width: 90vw;
		height: 60vw;
		position: relative;
		border-radius: 3vw;
		left: 0;
		top: 0;
	}
	.media-blog > a > h4{ color: #000;
		font-size: 7.5vw;
		width: 85vw;
		margin: 3vw 2.5vw;
		line-height: 9vw;
	}
	.media-p{ color: #000;
		font-size: 4.5vw;
		width: 85vw;
		margin: 0 2.5vw;
		line-height: 6vw;
		text-align: justify;
	}
	.media-time{
		width: 30vw;
		height: 9.6vw;
		font-size: 4vw;
		line-height: 9.6vw;
		margin: 5vw 2.5vw;
	}
	.media-div{
		font-size: 4.8vw;
		width: 40vw;
		height: 8vw;
		border: solid .8vw #bd7d57;
		border-radius: 8vw;
		line-height: 8vw;
		text-align: center;
		font-weight: bold;
		margin: 5vw 2.5vw;
		color: #bd7d57;
	}


	#othernews{
		padding-bottom: 10vw;
		position: relative;
	}
	#othernews h2{
		width: 80vw;
		position: relative;
		left: 10vw;
		text-align: center;
		font-size: 6vw;
		height: 9vw;
		margin: 0 0 12vw 0;
	}
	#othernews h2 > span{
		display: block;
		color: #fff;
		height: 9vw;
		position: relative;
		line-height: 9vw;
	}
	#othernews h2::before{
		content: "";
		display: block;
		width: 60vw;
		height: 9vw;
		background-color: #555;
		transform: skew(-15deg);
		position: absolute;
		top: 0;
		left: 10vw;
	}


	#contact-copy{
		height: 6.9vw;
		width: 74vw;
		border-radius: 9vw;
		display: flex;
		align-items: center;
		background-color: #eee;
		justify-content: flex-end;
		position: relative;
		padding: 3vw;
		margin: 6vw 10.5vw;
		margin-bottom: 10vw;
		animation: line4 1s backwards;
		animation-delay: .4s;
	}
	#contact-email{
		font-size: 5.5vw;
		font-weight: bold;
		margin: 0 3vw 0 0;
	}
	#contact-copy > .copy-text{
		position: absolute;
		left: 0;
		top: 15vw;
	}
	.copy-button{
		display: flex;
	}
	.copy-text{
		display: block;
		width: 74vw;
		text-align: center;
	}

	.faq{
		width: 85vw;
	}
	.faq > p{
		font-size: 4.5vw;
		width: 85vw;
		position: relative;
		margin: 3vw 7.5vw;
		text-align: justify;
		line-height: 6vw;
		animation: line4 1s backwards;
		animation-delay: .3s;
		padding-top: 20vw!important;
	}
	.faq > p:nth-child(1)::before{
		width: 85vw;
		content: "Q";
		font-size: 15vw;
		line-height: 20vw;
		font-weight: bold;
		color: #999;
		position: absolute;
		left: 0;
		top: 0vw;
		text-align: center;
	}
	.faq > p:nth-child(2)::before{
		width: 85vw;
		content: "A";
		font-size: 15vw;
		line-height: 20vw;
		font-weight: bold;
		color: #999;
		position: absolute;
		left: 0;
		top: 0vw;
		text-align: center;
	}
}


