section.numbersec
{
	background: #09172d;

	overflow: visible !important;
	position: relative;
	 z-index: 3;
}


 
section.numbersec .foreground
{
	color: rgba(242, 242, 242, 0.9);
	display: block;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

section.numbersec .foreground:after
{
	content: "";
	display: table;
	clear: both;
}
section.numbersec .foreground h2
{
	width: 100%;
	font-size: 50px;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.02;
    text-transform: uppercase;
    display: inline-block;
    margin: 1.5em 0;
    padding: 0 16px;
    color: #fff;
    text-align: center;
}
section.numbersec .foreground h2:before
{
	display:none;
}
section.numbersec .foreground .main-wrapper
{

}
section.numbersec .foreground .main-wrapper .row{position: relative;}
section.numbersec .foreground .main-wrapper .row:before
{

	background: transparent;
	border-top: rgba(255, 255, 255, 0.07000000000000001) solid 1px;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	content: "";
}
section.numbersec .foreground .main-wrapper .row .wrapper{
	max-width: 900px;
	margin: 0 auto;
	position: relative;height: 250px;
}
section.numbersec .foreground .main-wrapper .row .wrapper .content{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin-left: 45%;
}

section.numbersec .foreground .main-wrapper .row .wrapper .content .title{font-size: 32px;font-family: "Barlow Condensed", sans-serif;margin-bottom: 20px;font-weight: 600;}
section.numbersec .foreground .main-wrapper .row .wrapper .content .desc{position: relative;font-size: 14px;font-family: "Helvetica Neue", Helvetica, sans-serif;margin-bottom: 40px;}
section.numbersec .foreground .main-wrapper .row .wrapper .content .brandline:after{
	opacity: .95;
	content: "";
	position: absolute;
	z-index: -1;
	left: -3px;
	top: 10px;
	width: 140px;
	height: 0;
	padding: 0 3px 0 3px;
	border-bottom: solid 6px #f8be21;
	transform: skew(-20deg);
	transform-origin: left bottom;
	transition: width 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s, padding 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}

section.numbersec .foreground .main-wrapper .row .wrapper .number{
	color: #132035;
	font: normal 900 350px "Barlow Condensed", sans-serif;
	letter-spacing: .026em;
	display: inline-block;
	position: absolute;
	bottom: -70px;
	right: calc(50% - 12px);
	z-index: 0;
	content: attr(data-decoration);
	pointer-events: none;
}

section.numbersec .foreground .main-wrapper .row:nth-child(even) .wrapper .number{
	left: calc(50% - 12px);
}


section.numbersec .foreground .main-wrapper .row:nth-child(even) .wrapper .content{
	right: 0;
	margin-left: 2%;
}
section.numbersec.lined:before
{
	background: transparent;
	border-left: rgba(255, 255, 255, 0.07000000000000001) solid 1px;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	height: 100%;
	width: 0;
	content: "";
}
@media only screen and (max-width: 1176px)
{
	section.numbersec.lined:before{display: none;}
}

@media only screen and (max-width: 992px)
{
	section.numbersec .foreground .main-wrapper .row .wrapper .number{left:0;right: 0;}
	section.numbersec .foreground .main-wrapper .row:nth-child(even) .wrapper .number{left:0;right: 0;text-align: right;}
}

@media only screen and (max-width: 767px)
{
	section.numbersec .foreground .main-wrapper .row .wrapper{
		max-width: 100%;
		flex-direction: column;
    	justify-content: center;
    	display: flex;
    	padding: 0 20px;
    	height: 188px;
	}
	
	section.numbersec .foreground .main-wrapper .row .wrapper .content{
		margin-left: 35%;
	}
	section.numbersec .foreground .main-wrapper .row .wrapper .content .title{font-size: 24px;}

	section.numbersec .foreground .main-wrapper .row .wrapper .number{font-size: 260px;bottom: -50px;}

}


.javascript-support section.numbersec .foreground
{
	overflow: hidden;
}


.javascript-support section.numbersec:not(.transitioned) .foreground .main-wrapper > *
{
	opacity: 0;
	transform: translateY(50%);
	transition: all .75s ease;
}

.javascript-support section.numbersec:not(.transitioned) .foreground .main-wrapper > *:nth-child(1)
{
	transition-delay: .5s;
}

.javascript-support section.numbersec:not(.transitioned) .foreground .main-wrapper > *:nth-child(2)
{
	transition-delay: .75s;
}

.javascript-support section.numbersec:not(.transitioned) .foreground .main-wrapper > *:nth-child(3)
{
	transition-delay: 1s;
}

.javascript-support section.numbersec:not(.transitioned) .foreground .main-wrapper > *:nth-child(4)
{
	transition-delay: 1.25s;
}


.javascript-support section.numbersec.triggered .foreground .main-wrapper *
{
	opacity: 1;
	transform: translateX(0);
}


.javascript-support section.numbersec .foreground
{
	overflow: hidden;
}

.javascript-support section.numbersec .foreground .main-wrapper *
{
	opacity: 0;
	transform: translateY(50%);
	transition: all .5s ease 0s;
}

.javascript-support section.numbersec:not(.triggered) .brandline:after 
{
	padding: 0 !important;
	width: 0 !important;
}
