@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans';
	color: #313131;
    font-weight: normal;
    font-style: normal;
	font-size: 18px;
	line-height: 24px;
	background: #FFF ;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	color: #313131;
	font-family: 'Open Sans';
    font-weight: 600;
	font-size: 54px;
	line-height: 64px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;	
}

h2 {
	color: #313131;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 54px;
	line-height: 64px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;	
}

h3 {
	color: #313131;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 45px;
	line-height: 53px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;	
}


h4 {
	font-family: 'Open Sans';
    font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;	
	font-weight: 600;	
}


h5, h6 {
	color: #313131;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/


* {
	box-sizing: border-box;
}

.page-center{
	max-width: 1208px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
}

.main-banner{
	min-height: 720px;
	width: 100%;
	background-color: #FFF8F0;
	position: relative;
}

.main-banner::before, .main-banner::after {
	content: "";
	background:url('../images/bg-banner.png') no-repeat 0 0;
	width: 516px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-size: 100% 100%;
}

.main-banner::before {
	content: "";
	top: 0;
	left: inherit;
	right: 0;
	transform:scaleX(-1);
}


.page-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top:49px;
	position: relative;
	z-index: 1;
}
.banner-content{
	text-align: center;
	max-width: 795px;
    margin: 0 auto;
    width: 100%;	
	padding: 100px 0 144px;
	position: relative;
	z-index: 1;
}
.banner-content h4{
	color: #1A1B20;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	padding-bottom: 36px;
}

.banner-content h4 span{
	color:#FFAA52;
}

.logo img {
	max-width: 164px;
	display: block;
}
.btn{
	min-height: 47px;
	padding: 10px;
	min-width: 129px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-signin{
	background-color: #1a1b20;
}

.banner-content h1{
	padding-bottom: 25px;
}

.btn-signup{
	min-height: 61px;
	background-color: #ffba52;
	color: #101114;
}


.btn-black{
	background-color: #1A1B20;
	color: #fff;
}

.banner-buttons{
	margin: 0 auto;
	display: flex;
	max-width: 550px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding-top: 60px;
}


.btn-joinus{
	
	min-height: 61px;
	background-color: #5865f2;
}

.btn-joinus span{
	padding-right: 16px;
}

.btn-joinus img{
	width: 152px;
}

.banner-buttons .left{
	width: 187px;
}

.banner-buttons .middle{
	flex-grow: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height:13px;
}

.banner-buttons .right{
	width: 305px;
}

.getting-started{
	padding: 165px 0 200px;
}

section h2{
	text-align: center;
	font-size: 45px;
	line-height: 64px;
}

p.subtext{
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 21px;
}

.signup-steps{
	padding-top: 70px;
	display: flex;
	justify-content: center;
}

.signup-steps .step{
	max-width: 284px;
	border-radius: 14px;
	display: flex;
	background-color: #fff8f0;
	padding: 25px 34px;
	margin-right: 66px;
}

.signup-steps .step:last-child{
	margin-right: 0;
}

.signup-steps .step .num{
	color: #C37F39;
	font-size: 55px;
	font-weight: 600;
	line-height: 64px;
}

.signup-steps .step .content{
	color: #1A1B20;
	padding-left: 30px;
}

.signup-steps .step h4{
	padding-bottom: 16px;
}

.btn-beta{
	width: 252px;
	margin: 0 auto;
	min-height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color:#cc9053;
	border: 2px dotted #ffc282;
	border-radius: 26px;
	font-size: 14px;
	font-weight: 600;
	background: url('../images/bug.png') no-repeat, #fff8f0;
	background-size:17px;
	background-position: left 28px center;
	padding-left: 32px;
}

.beta-features h2{
	padding-top: 38px;
}

.betafeature-list{
	display:flex;
	flex-wrap: wrap;
	padding-top: 86px;
	padding-bottom: 70px;
	justify-content: space-between;
}

.betafeature-box{
	border-radius: 20px;
	padding: 37px 0;
	max-width: 400px;
	background-color: #FFF8F0;
	margin-bottom: 20px;
	max-width: 370px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.betafeature-box > figure{
	min-height: 218px;
	text-align: right;
}
.betafeature-box > figure img{
	max-height: 218px;
}


.betafeature-list  .betafeature-data{
	padding: 33px 29px 0;
	color: #1A1B20;
}

.betafeature-list .betafeature-data h4{
	padding:12px 0 18px;
	font-weight: 600;
}

.betafeature-box.coming-soon{
	background-color: #ffe6c9;
	justify-content: center;
	align-items: center;
}

.betafeature-box.coming-soon  .betafeature-data {
	padding: 0 80px 0 80px;
}

.betafeature-box.coming-soon h4{
	padding:0;
}

.betafeature-box.coming-soon p.first{
	padding: 43px 0 40px;
}

.beta{
	height: 20px;
	width: 46px;
	border: 1px dashed #FFAA52;
	border-radius: 10px;
	text-transform: uppercase;
	color: #C37F39;
	font-size: 9px;
	font-weight: 600;
	padding: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

p.strong{
	font-weight: 600;
}

.beta-features .btn-signup{
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	color: #101114;
	font-weight: 600;
}

.upcoming-features{
	padding: 171px 0 173px;
}

.upcoming-features h2{
	padding-bottom: 76px;
}

.upcoming-feature-wrapper{
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	padding-left: 69px;
	border-left: 1px solid #ffe5cb;
}

.upcoming-featurebox{
	display: flex;
	max-width: 770px;
	width: 100%;
	align-items: center;
	padding: 53px 23px 40px 65px;
	background-color: #fff8f0;
	border-radius: 20px;
	position: relative;
	margin-bottom: 30px;
}

.upcoming-featurebox span.round-btn{
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #FFE0C0;
}

.upcoming-featurebox span.round-btn::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FFAA52;
}

.upcoming-featurebox .left{
	max-width: 336px;
	width: 100%;
	padding-right: 54px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.upcoming-featurebox .right{
	max-width: 340px;
	width: 100%;
}

.upcoming-feature-wrapper .upcoming-featurebox:first-child .right img{
	width: 314px;
}
.upcoming-feature-wrapper .upcoming-featurebox:nth-child(2) .right img{
	width: 340px;
}
.upcoming-feature-wrapper .upcoming-featurebox:nth-child(3) .right img{
	width: 292px;
}

.upcoming{
	min-height: 19px;
	text-transform: uppercase;
	color: #C37F39;
	font-size: 9px;
	font-weight: 600;
	line-height: 10px;
	padding: 5px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #ffc282;
	border-radius: 10px;
}

.upcoming-featurebox h4{
	padding: 19px 0;
}

.accordion{
	max-width: 990px;
	margin: 0 auto;
	padding: 85px 20px 168px 20px;
}

.accordion .tab{
	border-radius: 20px;
	background-color: #FFF8F0;
	margin-bottom: 10px;
	overflow: hidden;
}

.accordion h6{
	font-size: 18px;
	line-height: 25px;
	color: #1A1B20;
	font-weight: normal;
	position: relative;
	min-height: 69px;
	display: flex;
	align-items: center;
	padding: 22px 45px 22px 30px ;
	cursor: pointer;
}
.accordion h6::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	right: 20px;
	background: url('../images/line.png') no-repeat right center;
	background-size: contain;
	width: 18px;
	height: 18px;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.accordion .selected h6::after{
	transform: translateY(-50%) rotate(-136deg);
}

.accordion .tab-content{
	padding: 0px 45px 22px 30px ;
	display: none;
}

.accordion .tab-content a {
	text-decoration: underline;
	color: #313131;
}

.accordion .tab.active .tab-content{
	padding: 20px 30px;
	height: auto;
	opacity: 1;
}
.accordion .tab.active h6::after{
	background: url('../images/line-minus.png') no-repeat right center;
}

.beta-program-wrapper{
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFAA52;
	padding: 57px  20px 62px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.beta-program-wrapper::before, .beta-program-wrapper::after {
	content: "";
	background:url('../images/bg-footer.png') no-repeat 0 0;
	width: 388px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-size: 100% 100%;
}

.beta-program-wrapper > * {
	position: relative;
	z-index: 1;
}

.beta-program-wrapper::before {
	content: "";
	top: 0;
	left: inherit;
	right: 0;
	transform:scaleX(-1);
}

.beta-program-wrapper > figure{
	margin-bottom: 30px;
	width: 56px;
}

.beta-program-wrapper h2{
	color: #000;
}

.beta-program-wrapper > p{
	padding: 23px 0 40px;
	color: #000;
}

.beta-program-wrapper .banner-buttons{
	padding-top: 0;
}

.contactus{
	padding: 98px 20px 131px 20px;
}

.contactus-box{
	max-width: 779px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF8F0;
	border-radius: 14px;
	font-size: 16px;
	line-height: 17px;
	color: #000;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 104px;
	padding: 10px 40px;
}

.btn-contact{
	border: 1px solid #000;
	border-radius: 9px;
	color: #000;
}

.digit {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.digit.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

footer p {
	font-size: 14px;
	color: #000000;
	text-align: center;
}

footer ul{
	padding: 28px 0 58px;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #848486;
}
footer ul li{
	padding: 0 10px ;
	border-right: 1px solid #c2c3c7;
}

footer ul li:last-child{
	border-right: none;
}

footer ul li a{
	color: #848486;
}

@media screen and (max-width: 1208px) {
	.main-banner::before, .main-banner::after {
	    width: 30vw;
	}

	.betafeature-box {
	    max-width: 31vw;
	}

	.signup-steps .step {
	    margin-right: 5vw;
	}

	.betafeature-box.coming-soon  .betafeature-data {
		padding: 0 5vw;
	}
}


@media screen and (max-width: 1000px) {
	.main-banner::before,.main-banner::after {
		display: none;
	}
	.page-center {
	    padding: 0 26px;
	}

	.page-header {
		padding-top: 18px;
	}

	.logo img {
	    max-width: 110px;
	}

	.page-header .btn {
	    min-height: 36px;
	    padding: 5px;
	    min-width: 99px;
	    font-size: 14px;
	}

	.main-banner {
		min-height: inherit;
	}

	.banner-content {
	    text-align: center;
	    max-width: 795px;
	    margin: 0 auto;
	    width: 100%;
	    padding: 125px 0 130px;
	    position: relative;
	    z-index: 1;
	}

	.banner-content h4 {
	    font-size: 14px;
	    line-height: 18px;
	}

	h1 {
	    font-size: 28px;
	    line-height: 36px;
	}

	.banner-content h1 {
	    padding-bottom: 15px;
	}

	body {
	    font-size: 14px;
	    line-height: 18px;
	}

	.banner-buttons {
	    padding-top: 50px;
   		max-width: 461px;
	}

	.btn-signup, .btn-joinus {
	    min-height: 46px;
	    font-size: 14px;
	}

	.banner-buttons .right {
		max-width: 218px;
	}

	.btn-joinus img {
	    width: 92px;
	}

	.getting-started {
	    padding: 80px 0 130px;
	}

	p.subtext {
	    padding-top: 15px;
	}

	section h2 {
	    font-size: 28px;
	    line-height: 36px;
	}

	.signup-steps .step .num {
	    font-size: 32px;
	    line-height: 35px;
	}

	h4 {
	    font-size: 24px;
	    line-height: 30px;
	}

	.signup-steps .step {
	    max-width: 284px;
	    border-radius: 14px;
	    display: flex;
	    background-color: #fff8f0;
	    padding: 25px 30px;
	    margin: 0 18px 18px 0;
	}

	.signup-steps .step .content {
	    color: #1A1B20;
	    padding-left: 20px;
	}


	.btn-beta {
	    width: 215px;
	    min-height: 36px;
	    padding: 5px 20px 5px 46px;
	    font-size: 12px;
	    font-weight: 600;
	    background-size: 15px;
	    background-position: left 20px center;
	}

	.beta-features h2 {
	    padding-top: 40px;
	}

	.betafeature-list {
	    padding-top: 30px;
	    padding-bottom: 18px;
	    justify-content: space-between;
	}

	.betafeature-box {
	    border-radius: 12px;
	}

	.betafeature-box > figure {
	    min-height: 150px; 
	}

	.upcoming-features {
	    padding: 156px 0 134px;
	}

	.accordion .tab {
	    border-radius: 12px;
	    margin-bottom: 18px;
	}

	.accordion h6 {
	    font-size: 14px;
	    line-height: 18px;
	    color: #1A1B20;
	    font-weight: normal;
	    position: relative;
	    min-height: 69px;
	    display: flex;
	    align-items: center;
	    padding: 16px 57px 16px 20px;
	    cursor: pointer;
	}

	.accordion .tab-content {
	    padding: 0px 45px 16px 20px;
	}

	.faq {
		padding: 0 26px;
	}

	.accordion {
	    padding: 85px 0 55px 0px;
	}

	.beta-program-wrapper {
	    border-radius: 12px;
	    padding: 45px 20px 50px;
	}

	.beta-program-wrapper > figure {
	    margin-bottom: 24px;
	    width: 48px;
	}

	.beta-program-wrapper::before, .beta-program-wrapper::after {
	    width: 254px;
	}

	.beta-program-wrapper::before {
	    right: -42px;
	}

	.beta-program-wrapper::after {
	    left: -42px;
	}

	.contactus {
	    padding: 75px 20px 75px 20px;
	}

	.contactus-box {
	    border-radius: 12px;
	    font-size: 14px;
	    line-height: 18px;
	    min-height: inherit;
	    padding: 24px 25px;
	}

	.upcoming-features h2 {
	    padding-bottom: 27px;
	}

	.upcoming-feature-wrapper {
		padding: 0 26px;
	    border-left: none;
	}

	.upcoming-featurebox {
	    padding: 38px;
	    background-color: #fff8f0;
	    border-radius: 20px;
	    position: relative;
	    margin-bottom: 18px;
	}

	.upcoming-featurebox {
		border-radius: 12px;
	}

	.round-btn {
		display: none;
	}

}

@media screen and (max-width: 880px) {
	.betafeature-list {
	    max-width: 692px;
	    margin: 0 auto;
	    width: 100%;
	}

	.betafeature-box {
	    max-width: 337px;
	    width: 45vw;
	}
}

@media screen and (max-width: 750px) {
	.signup-steps {
		flex-wrap: wrap;
		justify-content: center;
	}

	.signup-steps .step {
	    max-width: 245px;
	    margin: 0 9px 18px 9px;
	}

	.beta-program-wrapper::before, .beta-program-wrapper::after {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.banner-content h4 span {
	    display: block;
	}
	.betafeature-list {
		justify-content: center;
	}
	.betafeature-box {
	    max-width: 337px;
	    width: 100%;
	    min-height: 472px;
	}

	.betafeature-box.coming-soon .betafeature-data {
	    padding: 0 39px;
	}

	.beta-features .btn-signup {
	    max-width: 307px;
	}

	.upcoming-featurebox {
		flex-direction: column;
		max-width: 337px;
	    margin: 0 auto 18px auto;
	}

	.upcoming-featurebox .left {
	    max-width: 100%;
	    padding-right: 0;
	}
	.upcoming-featurebox .right {
	    max-width: 263px;
	    margin: 0 auto;
	    padding-top: 25px;
	}

	.banner-buttons, .contactus-box {
		flex-direction: column;
	}

	.banner-buttons .left {
	    width: 218px;
	}

	.banner-buttons .middle {
		padding: 18px 0;
	}

	.contactus-box {
		text-align: center;
	}

	.contactus-box p {
		padding-bottom: 15px;
	}

	footer ul {
		flex-wrap: wrap;
	}

	.last-menu {
		border: none;
	}

	.copyright {
		width: 100%;
		padding-top: 8px;
	}

	.beta-program-wrapper {
	    padding: 45px 44px 50px 44px;
	}
}