html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
}
*{
	flex-wrap: wrap;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, p, label{
	margin: 0;
}
a, a:active, a:focus, 
a:visited, a:hover{
	text-decoration: none;
}
button, input, button:focus, button:active,
input:focus, input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:hover{
	outline: none;
}
button{
	cursor: pointer;
}
label.successLabel{
	color: #23c994;
    visibility: hidden;
    margin: 10px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.for-desktop{
	display: flex !important;
}
.for-mobile{
	display: none !important;
}
video,
video:focus,
video:active,
video:hover{
	outline: none;
}

/* Introduction */
section.introduction{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
    height: 676px;
    padding: 0 150px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #f4f8ff;
    z-index: 0;
    overflow: hidden;
}
section.introduction video{
	position: relative;
	width: 45%;
}
section.introduction div{
	width: 50%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
}
section.introduction div h1{
	font-size: 48px;
	font-weight: 300;
	color: #293031;
}
section.introduction div p{
	margin: 40px 0;
	font-size: 20px;
	color: #636B72;
	line-height: 1.5;
}
section.introduction div .input-box{
	display: flex;
	flex-flow: row;
	align-items: center;
	width: 400px;
	height: 44px;
	border-radius: 27px;
	border: solid 1px #e1edff;
	overflow: hidden;
}
section.introduction div .input-box input{
	border: none;
	width: 270px;
	height: 100%;
	padding: 10px 30px;
	background: #ffffff;
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #9d9eb2;
}
section.introduction div .input-box button{
	width: 130px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	background: #286df5;
	border: none;
}

/* Why Gamma */
section.why-gamma{
	padding: 80px 150px;
	background-color: #ffffff;
}
section.why-gamma h2{
	font-size: 36px;
	font-weight: 300;
	color: #293031;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
section.why-gamma h2:after{
	content: '';
    width: 100px;
    height: 4px;
    opacity: 1;
    background: #286df5;
    position: relative;
    top: 20px;
}
section.why-gamma .content-row{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
section.why-gamma .content-row .content-block{
	display: flex;
	flex-flow: row;
	flex: 0.48;
}
section.why-gamma .content-row .content-block:nth-child(2){
	justify-content: flex-end;
}
section.why-gamma .content-row .content-block .content-left{
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #e3edff;
}
section.why-gamma .content-row .content-block .content-right{
	display: flex;
    flex-flow: column;
    margin-left: 30px;
    width: 80%;
}
section.why-gamma .content-row .content-block .content-right label{
	font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #293031;
}
section.why-gamma .content-row .content-block .content-right p{
	font-size: 16px;
	line-height: 1.5;
	color: #808890;
}

/* How Gamma */
section.how-gamma{
	padding: 80px 150px;
	background-color: #f9fbff;
}
section.how-gamma h2{
	font-size: 36px;
	font-weight: 300;
	color: #293031;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
section.how-gamma h2:after{
	content: '';
    width: 100px;
    height: 4px;
    opacity: 1;
    background: #286df5;
    position: relative;
    top: 20px;
}
section.how-gamma .content-row{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
section.how-gamma .content-row .content-block{
	display: flex;
	flex-flow: row;
	flex: 0.5;
}
section.how-gamma .content-row .content-block:nth-child(2){
	justify-content: flex-end;
}
section.how-gamma .content-row .content-block .content-left{
	height: 90px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #e3edff;
}
section.how-gamma .content-row .content-block .content-right{
	display: flex;
    flex-flow: column;
    margin-left: 30px;
    width: 73%;
}
section.how-gamma .content-row .content-block .content-right label{
	font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #293031;
}
section.how-gamma .content-row .content-block .content-right p{
	font-size: 16px;
	line-height: 1.5;
	color: #808890;
}

/* What Gamma */
section.what-gamma{
	padding: 80px 150px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
section.what-gamma h2{
	font-size: 36px;
	font-weight: 300;
	color: #293031;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
section.what-gamma h2:after{
	content: '';
    width: 100px;
    height: 4px;
    opacity: 1;
    background: #286df5;
    position: relative;
    top: 20px;
}
section.what-gamma label{
	font-size: 20px;
	font-weight: 500;
	color: #293031;
	margin: 60px 0 40px 0;
}
section.what-gamma .content-row{
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-top: 50px;
}
section.what-gamma .content-row .content-block{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0.25;
}
section.what-gamma .content-row .content-block::before{
	content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #286df5;
    border: 7px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 4px 10px 0 #e4edff;
    top: -50px;
}
section.what-gamma .content-row .content-block hr{
	margin: 0;
    height: 1px;
    border-top: 1px dashed #cedae9;
    width: 35%;
    position: absolute;
    top: -35px;
}
section.what-gamma .content-row .content-block:first-child hr{
	right: 0;
}
section.what-gamma .content-row .content-block:nth-child(2) hr:first-child,
section.what-gamma .content-row .content-block:nth-child(3) hr:first-child{
	left: 0;
}
section.what-gamma .content-row .content-block:nth-child(2) hr:last-child,
section.what-gamma .content-row .content-block:nth-child(3) hr:last-child{
	right: 0;
}
section.what-gamma .content-row .content-block:last-child hr{
	left: 0;
}
section.what-gamma .content-row .content-block p{
	width: 87%;
	font-size: 16px;
	line-height: 1.5;
	color: #808890;
}

/* How Gamma Works */
section.how-gamma-works{
	padding: 80px 150px;
	background-color: #f9fbff;
}
section.how-gamma-works h2{
	font-size: 36px;
	font-weight: 300;
	color: #293031;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
section.how-gamma-works h2:after{
	content: '';
    width: 100px;
    height: 4px;
    opacity: 1;
    background: #286df5;
    position: relative;
    top: 20px;
}
section.how-gamma-works #accordion{
	display: flex;
    margin-top: 80px;
}
section.how-gamma-works .card{
	border: 1px solid #cedae9;
	background-color: #f9fbff;
	border-radius: 6px;
	margin: 20px 0 0 0;
	padding: 14px 24px;
	width: 100%;
}
section.how-gamma-works .card:first-child{
	margin: 0;
}
section.how-gamma-works .card .card-header{
	border: none;
	border-radius: 6px;
	padding: 0;
}
section.how-gamma-works .card .card-header a.card-link{
	font-size: 20px;
    color: #293031;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
section.how-gamma-works .card .card-header a.card-link i{
	margin-right: 50px;
	width: 14px;
	height: 14px;
	font-size: 14px;
	font-weight: 200;
	color: #808890;
}
section.how-gamma-works .card .card-header a.card-link i:hover{
	cursor: pointer;
}
section.how-gamma-works .card .panel-collapse{
	margin-left: 85px;
}
section.how-gamma-works .card .card-body{
	padding: 0;
}
section.how-gamma-works .card .card-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
section.how-gamma-works .card .card-body ul li{
	font-size: 16px;
	color: #808890;
	font-weight: 400;
	line-height: 1.5;
	margin: 4px 0;
}
section.how-gamma-works .card .card-body ul li::before{
	content: "\2022";
	color: #a3afba;
	font-weight: bold;
	display: inline-block;
	font-size: 22px;
	margin-left: -1em;
    margin-right: 14px;
    vertical-align: middle;
}

@media only screen and (min-width: 521px) and (max-width: 1200px){
	section.introduction{
		flex-flow: column;
		padding: 60px 40px;
		border-radius: 0px;
		height: unset;
	}
	section.introduction video{
		margin-top: 50px;
		width: 80%;
	}
	section.introduction div{
		width: 100%;
		align-items: center;
	}
	section.introduction div h1{
		font-size: 30px;
		text-align: center;
	}
	section.introduction div p{
		margin: 20px 0;
		font-size: 16px;
		text-align: center;
	}
	section.why-gamma{
		padding: 60px 40px;
	}
	section.why-gamma h2{
		font-size: 32px;
		margin-bottom: 30px;
	}
	section.why-gamma h2:after{
		position: relative;
		top: 15px;
	}
	section.why-gamma .content-row{
		flex-flow: column;
		margin-top: 0px;
	}
	section.why-gamma .content-row .content-block{
		flex: 1;
		margin-top: 30px;
		align-items: flex-start;
		justify-content: flex-start !important;
	}
	section.why-gamma .content-row .content-block .content-right{
		margin-left: 15px;
		width: calc(100% - 110px);
	}
	section.why-gamma .content-row .content-block .content-right label{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	section.why-gamma .content-row .content-block .content-right p{
		font-size: 15px;
		width: 95%;
	}
	section.how-gamma{
		padding: 60px 40px;
	}
	section.how-gamma h2{
		font-size: 32px;
		margin-bottom: 30px;
	}
	section.how-gamma h2:after{
		top: 15px;
	}
	section.how-gamma .content-row{
		flex-flow: column;
		margin-top: 0px;
	}
	section.how-gamma .content-row .content-block{
		flex: 1;
		margin-top: 30px;
		align-items: flex-start;
		justify-content: flex-start !important;
	}
	section.how-gamma .content-row .content-block .content-right{
		margin-left: 15px;
		width: calc(100% - 110px);
	}
	section.how-gamma .content-row .content-block .content-right label{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	section.how-gamma .content-row .content-block .content-right p{
		font-size: 15px;
		width: 95%;
	}
	section.what-gamma{
		padding: 60px 40px;
	}
	section.what-gamma h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	section.what-gamma h2:after{
		top: 15px;
	}
	section.what-gamma label{
		margin: 40px 0;
	}
	section.how-gamma-works{
		padding: 60px 40px;
	}
	section.how-gamma-works h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	section.how-gamma-works h2:after{
		top: 15px;
	}
	.apps-video{
		max-width: 500px;
	}
}

@media only screen and (max-width: 520px){
	.for-desktop{
		display: none !important;
	}
	.for-mobile{
		display: flex !important;
	}
	section{
		padding: 60px 20px !important;
	}
	section.introduction{
		flex-flow: column;
		padding: 40px;
		border-radius: 0px;
		height: unset;
	}
	section.introduction video{
		margin-top: 30px;
		width: 100%;
	}
	section.introduction div{
		width: 100%;
		align-items: center;
	}
	section.introduction div h1{
		width: 100%;
		font-size: 36px;
		font-weight: 300;
		text-align: center;
		padding: 0;
	}
	section.introduction div p{
		margin: 20px 0;
		font-size: 18px;
		line-height: 1.44;
		width: 95%;
		text-align: center;
		padding: 0;
	}
	section.introduction div .input-box{
		width: 280px;
		height: unset;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		border: none;
    	border-radius: 0px;
	}
	section.introduction div .input-box input{
		width: 280px;
		height: 44px;
		border-radius: 27px;
	}
	section.introduction div .input-box button{
		width: 130px;
		height: 44px;
		border-radius: 27px;
		margin-top: 10px;
	}
	section.why-gamma h2{
		font-size: 24px;
		font-weight: 300;
		line-height: 1.33;
		margin-bottom: 30px;
	}
	section.why-gamma h2:after{
		top: 15px;
	}
	section.why-gamma .content-row{
		margin-top: 0px;
		flex-flow: column;
	}
	section.why-gamma .content-row .content-block{
		flex: 1;
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	    margin-top: 20px;
	}
	section.why-gamma .content-row .content-block:nth-child(2){
		justify-content: space-between;
	}
	section.why-gamma .content-row .content-block .content-right{
		margin-left: 0px;
		width: calc(100% - 120px);
	}
	section.why-gamma .content-row .content-block .content-right label{
		font-size: 18px;
		line-height: 1.33;
	}
	section.why-gamma .content-row .content-block .content-right p{
		font-size: 14px;
		width: 100%;
		line-height: 1.43;
	}
	section.how-gamma h2{
		font-size: 24px;
		font-weight: 300;
		line-height: 1.33;
		margin-bottom: 30px;
	}
	section.how-gamma h2:after{
		top: 15px;
	}
	section.how-gamma .content-row{
		margin-top: 0px;
		flex-flow: column;	
	}
	section.how-gamma .content-row .content-block{
		flex: 1;
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	    margin-top: 20px;
	}
	section.how-gamma .content-row .content-block:nth-child(2){
		justify-content: space-between;
	}
	section.how-gamma .content-row .content-block .content-right{
		margin-left: 0px;
		width: calc(100% - 120px);
	}
	section.how-gamma .content-row .content-block .content-right label{
		font-size: 18px;
		line-height: 1.33;
	}
	section.how-gamma .content-row .content-block .content-right p{
		font-size: 14px;
		width: 100%;
		line-height: 1.43;
	}
	section.what-gamma h2{
		font-size: 24px;
		font-weight: 300;
		line-height: 1.33;
		margin-bottom: 30px;
	}
	section.what-gamma h2:after{
		top: 15px;
	}
	section.what-gamma label{
		margin: 30px 0 10px 0;
		font-size: 18px;
	}
	section.what-gamma .content-row{
		flex-flow: column;
		margin-top: 20px;
	}
	section.what-gamma .content-row .content-block{
		position: relative;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	section.what-gamma .content-row .content-block:last-child{
		margin-bottom: 0;
	}
	section.what-gamma .content-row .content-block::before{
	    position: relative;
	    top: 1px;
	    width: 20px;
    	height: 20px;
    	border: 4px solid #fff;
	}
	section.what-gamma .content-row .content-block hr{
		display: none;
	}
	section.what-gamma .content-row .content-block p{
		margin-left: 10px;
	}
	section.how-gamma-works h2{
		font-size: 24px;
		font-weight: 300;
		line-height: 1.33;
		margin-bottom: 30px;
	}
	section.how-gamma-works h2:after{
		top: 15px;
	}
	section.how-gamma-works #accordion{
		padding: 0;
		margin-top: 50px;
	}
	section.how-gamma-works .card{
		padding: 5px 10px;
	}
	section.how-gamma-works .card .card-header a.card-link{
		font-size: 18px;
		flex-flow: row;
		line-height: 1.3;
	}
	section.how-gamma-works .card .card-header a.card-link i{
		margin-right: 20px;
		font-size: 12px;
		width: 12px;
		height: 12px;
	}
	section.how-gamma-works .card .card-body ul li{
		font-size: 15px;
		line-height: 1.4;
	}
	section.how-gamma-works .card .card-body ul li::before {
		font-size: 16px;
	    margin-left: -20px;
	    margin-right: 12px;
	}
	section.how-gamma-works .card .panel-collapse{
		margin-left: 50px;
	}
}