@font-face{
	src: url(../fonts/Inter-Regular.ttf);
	font-family: 'Inter';
	font-weight: 400;
}
@font-face{
	src: url(../fonts/Inter-Light.ttf);
	font-family: 'Inter';
	font-weight: 300;
}
@font-face{
	src: url(../fonts/Inter-ExtraLight.ttf);
	font-family: 'Inter';
	font-weight: 200;
}
@font-face{
	src: url(../fonts/Inter-Thin.ttf);
	font-family: 'Inter';
	font-weight: 100;
}
@font-face{
	src: url(../fonts/Inter-Medium.ttf);
	font-family: 'Inter';
	font-weight: 500;
}
@font-face{
	src: url(../fonts/Inter-SemiBold.ttf);
	font-family: 'Inter';
	font-weight: 600;
}
@font-face{
	src: url(../fonts/Inter-Bold.ttf);
	font-family: 'Inter';
	font-weight: 700;
}
@font-face{
	src: url(../fonts/Inter-ExtraBold.ttf);
	font-family: 'Inter';
	font-weight: 800;
}
@font-face{
	src: url(../fonts/Inter-Black.ttf);
	font-family: 'Inter';
	font-weight: 900;
}
body, html{
	margin:0;
	font-size: 16px;
	font-family: 'Inter';
}
ul, ol{
	list-style: none;
	padding:0;
	margin:0;
}
input:focus, button:focus, textarea:focus{
	outline: none;
}
a:hover,a:focus{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.content_section{
    position: relative;
}
.content_section.bg_black{
    background-color: #0f0d0f;
}
.content_section.bg_grey{
    background-color: #f2f2ed;
}
.content_section .logo{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 10rem;
}
.content_section .logo img{
    width: 100%;
}
.content_section h12{
    color: #f2f2ed;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1;
    margin: 0;
}
.content_section h13{
    color: #f2f2ed;
    font-weight: 400;
    font-size: .85rem;
    text-align: left;
    line-height: 1;
    margin: 0;
}
.content_section h3{
    color: #f2f2ed;
    font-weight: 400;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1;
    margin: 0;
}
.content_section h2{
	text-align: left;
	color: #0F0D0F;
	font-weight: 400;
    font-size: 5rem;
    line-height: 1;
    margin: 0;
}
.content_section form{
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 10rem;
}
.content_section form p{
    color: #f2f2ed;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.content_section form input.form-control{
    background-color: #f2f2ed;
    border: 0;
    border-radius: 0;
    height: 3rem;
    padding-left: 1.5rem;
    outline: 0 !important;
    box-shadow: none !important;
}
.content_section form input.form-control::placeholder{
    color: #B9B9B8;
    font-size: 1.1rem;
}
.content_section .link{
    color: #f2f2ed;
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: underline;
}
.content_section .logo_sm{
    display: block;
    width: 100%;
    margin-top: .75rem;
}
.content_section .logo_sm img{
    display: block;
    margin-left: auto;
    width: 22.5rem;
}
.content_section p.basement{
    color: #f2f2ed;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: 100%;
    text-align: center;
    margin: 0;
}
.content_section p.basement a{
	color: #f2f2ed;
}
#fp-nav ul li{
    margin: 0;
    width: .2rem;
    height: 3rem;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: .2rem;
    height: 3rem;
    border-radius: 0;
    margin: 0;
    background-color: #0F0D0F;
    top: 0;
    left: 0;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    width: .2rem;
    height: 4rem;
    border-radius: 0;
    margin: 0;
    background-color:#f2f2ed;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: .2rem;
    height: 3rem;
    border-radius: 0;
    margin: 0;
    background-color: #0F0D0F;
    top: 0;
    left: 0;
}
.cookie-popup{
position: fixed;
left:0;
bottom:0;
z-index:9;
background-color: #0F0D0F;
width: 100%;
color: #f2f2ed;
text-align: center;
padding: 1rem;
}
.cookie-popup.hide{
    display: none;
}
.cookie-popup p{
font-size: .9rem;
margin-bottom: .5rem;
}
.cookie-popup button{
background-color: #f2f2ed;
border:0;
width: 5rem;
height: 2rem;
font-size: .8rem;
transition: all .3s ease;
text-transform: uppercase;
}
.cookie-popup button:hover{
background-color: #0F0D0F;
color: #f2f2ed;
}
.cookie-popup a{
    color: #f2f2ed;
    text-decoration: underline;
}