
body, html{
	font-family: "Montserrat", sans-serif!important;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
	color: #000!important;
	width: 100% !important;
	height: 100% !important;
	scroll-behavior: smooth;
	background-color:#fff!important;
	overflow: visible;
	
}

link, visited, active{
	text-decoration:none;
}
	
hover{
	text-decoration:none;
}

.footer{
	background-color: #131313;
}
.footer-row{
	background-color: #fffffff;
	margin: 100px 0px 0px 0px;
	padding: 50px 0px;
	width: 100%;
}
.footer-logo{
	width: 250px;
	margin-bottom: 10px;
}

.black-row {
	background-color: #131313;
}

.grey-container{ 
	padding: 0px 50px;
	background-color: #f9fafb;
	
}

.blue-bg{
	background-color: #417bf6;
}

.grey-bg{
	background-color: #f9fafb;
}

.middle {
  vertical-align: middle;
}
.row{
	width:100%;
	margin:0;
	padding:0;
	
}


.container{
 	max-width: 1400px;
 }

.inner-container{
	max-width: 1400px;
}




.white-container{ 
	padding: 100px 0px;
	background-color: #fff;
	
}



.header2{
	width:100%;
	margin:0;
	overflow:hidden;
 	padding: 20px 0px;
	
}

.padding1{
	padding:0 5em;
	box-sizing:border-box;
}

.margin-bottom{
	margin-bottom:100px;
}



.logo-acuative{
	width:360px;
	margin: 0 auto;
	padding:0;
}	

.logo-nrf{
    width:300px;
	margin: 0 auto;
	padding:0;
	}

.bottom-line{
	border-bottom:solid 1px #ffffff;
	margin-bottom: 20px;
	padding-top: 10px;
}


p {
	color: #000!important;
	font-size:18px;
	line-height: 24px;
	margin:0 0 20px;
}


h1{
	
	font-weight: 600;
	font-size:28px;
	line-height: 34px;
	margin:0 0 0px;
}

.register-form-wrapper h1{
	color: #fff!important;
	font-weight: 700;
	font-size:30px;
	line-height: 38px;
	margin:0 0 25px 0px;
	text-align: center;
}
.register-form-wrapper h2{
	color: #fff!important;
	font-weight: 600;
	font-size:26px;
	line-height: 30px;
	margin:30px 0 10px 0px;
	text-align: center;
}

h2{
	
	font-weight: 600;
	font-size:26px;
	line-height: 30px;
	margin:0px 0 10px 0px;
	text-align: center;
}

h2X{
	
	font-weight: 700;
	font-size:24px !important;
	margin-top:0 !important;
	margin-bottom:30px !important;
	line-height:46px !important;
}
h3{
	color: #000!important;
	font-weight: 600;
	font-size:20px !important;
	margin-top:40px !important;
	margin-bottom:10px !important;
	line-height:26px !important;
}


.code{
	color: #000!important;
	font-size:22px !important;
	margin-top:0 !important;
	line-height:36px !important;
	font-weight:600;
}

.badcode{
	color: #000!important;
	font-size:16px !important;
	margin-top:0 !important;
	line-height:26px !important;
	font-weight:600;
}

h4{
	color: #007FFF!important;
	font-weight: 600;
	font-size:34px;
	line-height: 38px;
	margin:0px;
}

h5{
	color: #000!important;
	font-weight: 600;
	font-size:28px !important;
	line-height:26px !important;
	margin:10px 0px 50px 0px;
	
}

h6{
	color: #5ecd8b;
	font-weight: 600;
	font-size:20px !important;
	line-height:22px !important;
	margin:10px 0px 50px 0px;
	
}

.white-txt{
	color: #ffffff!important;
}

.white-txt-small{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 5px;
}

.white-txt-form{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
}
.blue-txt{
	color: #417bf6!important;
}

.skyblue-txt{
	color: #007FFF!important;
}

.black-txt{
	color: #000000!important;
}


.vertical-align {
    display: flex;
    align-items: center;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}






.sub-header{
	padding:40px 0;
}

.lg-img{
	max-width:450px;
	margin:0 auto;
	text-align: center;
}

.header-img{
	margin:0 auto;
	max-width: 650;
}

.form-container1{
	max-width:95%;
	margin:0 auto;
	background-color: #7855fa;
	border-radius: 10px;
	padding:1.75em;
	color: #fff;
}

#keyBad{
	display: none;	
	padding-top: 15px;
	text-align: center;
}

.col-key{
	width:100%;
	margin: 25px auto 0px;
	padding:0em;
	height: auto;
	
}

.register-form-wrapper{
    width: 90%;
	height: auto;
	margin: 40px auto;
	padding: 40px 20px 60px 20px;
    text-align: left;
	border: 1px solid #07182d;
	border-radius: 10px;
	background-color:#07182d;
	-webkit-box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
	box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
}



.gift-box{
	background-color: #ffffff;
	padding: 5px 25px 25px 25px;
	margin-bottom: 25px;
	border: solid 1px #e4e7ec;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* horizontal-offset vertical-offset blur-radius color */
   
	
}


.gift-btn{
		
	max-width:15em;
	border-radius: 8px;
	border: none;
	text-align: center;
	display:block;
	padding: .50em 1.50em;
	background-color: #5ecd8b !important;
    font-weight: 500;
	position: relative;
	margin: 10px auto;
	font-size: 20px;
	color: #fff;
	outline: none;
    box-shadow:none;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.gift-btn:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #4b00aa;
}


.order-btn{
	max-width:15em;
	border-radius: 8px;
	border: none;
	text-align: center;
	display:block;
	padding: .50em 1.50em;
	background: #7855fa;
	font-weight: 500;
	position: relative;
	margin: 10px 0px;
	font-size: 20px;
	color: #fff;
	outline: none;
    box-shadow:none;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.gift-btn:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #4b00aa;
}



.btn-purple{
	
	font-family: 'gothamMedium', sans-serif;
	border-radius: 50px;
	text-align: center;
	display:inline-block;
	padding: .5em 1.5em;
	background: #7855fa;
	position: relative;
	margin: 1.5em .5em 0 0;
	font-size: 16px;
	color: #fff;
	outline: none;
    box-shadow:none;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn-purple:hover{
	color: #fff;
    background: #5123f9;
	text-decoration: none;
}


input.register-input {
	width: 100%;
    margin: 1.25em .5em 0 0;
	padding: 16px 20px!important;
    color: #6b6b6b!important;
    border: 1px solid #ededed!important;
    background-color: #fff!important;
    font-size: 1.25em !important;
	font-weight: 500 !important;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px;
	text-align: left;
}

input.register-submit{
	width: 100%;
	color: #fff;
	background-color: #5ecd8b !important;
    border: 1px solid #5ecd8b!important;
    cursor: pointer;
    displayX: inline-block;
    font-size: 1.5em;
	font-weight:700;
	margin: .5em .5em 0 0;
	padding: 16px 0!important;
	-webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit-top{
	width:100%;
	
}

input.register-submit-top:hover, input.register-submit:hover{
	color:#fff;
	background: #01d27e;
	text-decoration: none;

	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
/******************* Accordion Stage 1 *****************/
#stage1-accordion .panel-title a {
    display: block;
    padding: 20px 15px 20px 15px;
    background: #ffffff;
    border-bottom: 1px solid #7855fa;
    border-radius: 0px;
    font-weight:300;
	font-style:normal;
	font-size:20px;
	color: #7855fa;
    position: relative;
	text-decoration: none;
	width:100% !important;
}
	

#stage1-accordion .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 45px;
    right: 15px;
}


#stage1-accordion .panel-title a:active{
	color: #7855fa;
	background-color:#fff;
}

#stage1-accordion .panel-title a.collapsed:before, #stage2-accordion .panel-title a.collapsed:before, #stage3-accordion .panel-title a.collapsed:before, #stage4-accordion .panel-title a.collapsed:before
	{ content: "\f067"; }
#stage1-accordion .panel-body, #stage2-accordion .panel-body, #stage3-accordion .panel-body, #stage4-accordion .panel-body{
	margin-bottom: 8px;
	margin-top: 0px;
    padding: 30px 0px;
    font-size: 16px;
    line-height: 20px;
	border-radius: 8px;
    border: 0px solid #dcdee1;
}
#stage1-accordion .panel-title a .icon1{
    display: inline-block;
    width: 0px;
    line-height: 51px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 15px;
}


.concert{
	width: 100%;
	
}

.hero-img
{
	margin-top: 0px;
	margin-bottom: -50px;
	overflow: hidden;
}

.page-wrap{
	overflow:visible;
	padding: 0px 0px 80px 0px;
	background-color: #000;
    position: relative;
	height:100vh;
}

.fullheight-container{
	padding-bottom: 150px;
    position: relative;
	
}

.container-footer{
 	max-width: 1500px;
	margin: 0 auto;
 }

.container-footer2{
 	max-width: 1500px;
	margin: 0 auto;
 }
a.footer-link{
	font-family: "Montserrat", sans-serif!important;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
	-webkit-font-smoothing: antialiased !important;
	color: #231f20 !important;
	line-height: 38px;
	text-decoration: none;
}

a.footer-link2{
	font-family: "Montserrat", sans-serif!important;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
	-webkit-font-smoothing: antialiased !important;
	color: #231f20 !important;
	font-size: 15px;
	line-height: 26px;
}

.footer-link2{
	font-family: "Montserrat", sans-serif!important;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
	-webkit-font-smoothing: antialiased !important;
	color: #231f20 !important;
	font-size: 15px;
	line-height: 26px;
}

a.footer-link:hover{text-decoration: underline;
	
}
	

@media screen and (min-width: 768px) {
	
.register-form-wrapper{
    width: 90%;
	max-width: 650px;
	height: auto;
	margin: 50px auto;
	padding: 50px 40px 60px 40px;
    text-align: left;
	border: 1px solid #07182d;
	border-radius: 10px;
	background-color:#07182d;
	-webkit-box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
	box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
}
	
	.col-key{
	width:100%;
	margin: 25px auto 0px;
	padding:1.25em;
	height: auto;
	
}
	
	h1{
	color: #fff!important;
	font-weight: 600;
	font-size:44px;
	line-height: 48px;
	margin:0 0 0px;
}



	
	.white-container{ 
	padding: 100px 30px;
	background-color: #fff;
	
}

	

	.hero-txt
{
	margin-top: 110px;
}

.hero-img
{
	margin-top: -90px;
	
}


}

@media screen and (min-width: 1400px) {

	
	
	.concert{
	width: 526px;
	height: 526px;
}

	
}



	
	




