#s6 {
    position: relative;
    height: auto;
    overflow: hidden;
}
#s6,
#s6 .cirbx,
#s6 .s6txbx,
#s6 .bgtx,
#s6 .stat {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#s6 .s6txbx {
    padding-top: 30vh;
    width: 50%;
    height: auto;
	z-index:99;
}

#s6 .s6txbx h1 {
    color: #1a1a1a;
    font-size: 7vw;
    letter-spacing: -.5rem;
}

#s6 .s6txbx h1,
#s6 .s6txbx p,
#s6 .s6txbx .s6sym {
    text-align: center;
}

#s6 .s6txbx p,
#s6 .s6txbx .s6sym {
color: #4e4e4e;
}

#s6 .s6txbx .s6sym {
    padding: 1.5rem 0 1.5rem 0;
}

#s6 .s6txbx p {
    font-size: 1vw;
    letter-spacing: -.01rem;
    padding-bottom: 8rem;
}

#s6 .cirbx {
    position: absolute;
    top: 25vh;
    width: 15vw;
    z-index: 98;
	justify-content: center;
}

#s6 .cirbx .cir {
	position:absolute;
    width: 15vw;
	opacity: 0.8;
}

#s6 .cirbx p{
    text-align: center;
    font-size: 0.8vw;
    color: #4e4e4e;
}

#s6 .bgtx {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    z-index: 97;
    justify-content: center;
    overflow: hidden;
}

#s6 .bgtx h3{
    color: #f6f6f6;
    font-size: 60vw;
}

#s6 .stat {
width: 50vw;
}

#s6 .stat h4{
    color: #6E5A78;
    font-size: 13vw;
    letter-spacing: -.1rem;
    padding-bottom: 1rem;
	line-height: 1;
	text-align:center;
    }

#s6 .stat p{
    color: #4e4e4e;
    font-size: 2vw;
    letter-spacing: -.06rem;
}

#s6 button {
    width: 360px;
    height: auto;
    margin: 0;
	padding: 2rem 0 2rem 0;
    background: none;
    border: 1px solid #4e4e4e;
    border-radius: 50px;
    z-index: 101 !important;
	cursor: pointer;
	display:block;
	position: relative;
	color: #4e4e4e;
    font-size: 1vw;
	letter-spacing: -.01rem;
	-webkit-transition: color 1s,background 1s;
	-moz-transition: color 1s,background 1s;
    -o-transition: color 1s,background 1s;
	transition: color 1s,background 1s;
}

#s6 button:hover {
  color: #FFFFFF;
  background: #6E5A78;
}

#s6 .s6txbx .s6sp {
	height:5rem;
}
@media screen and (max-width: 1201px) {
#s6 .cirbx p{
    font-size: 1.25vw;
}
	#s6 .s6txbx p {
    font-size: 1.5vw;
}
	#s6 button {
    font-size: 1.5vw;
}
}