/******* RUNTIME *******/

.runtime-page{
	background-color: #24244B;
	color: #fff;
	overflow: hidden;
}

.runtime-hero{
	padding-bottom: 70px;
}

.runtime-hero h1{
	font-weight: 700;
	font-family: Fira Sans;
	font-size: 50px;
	text-align: center;
}

.hero-content{
	background-color: #F1F4FF;
	border-radius: 6px ;
	color: #001351;
	padding: 70px 80px;
	display: flex;
	margin-top: 50px;
}

.hero-content-img{
	flex-basis: 50%;
}

.hero-content-text{
	flex-basis: 50%;
	padding-right: 60px;
}

.hero-content-text h3{
	font-family: Fira Sans;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.hero-content-text {
	line-height: 24px;
}

.page-template-runtime .container{
	max-width: 1200px;
}

.page-template-runtime .container-large{
	max-width: 1300px;
	position: relative;
}
.center{
	text-align: center;
}
.btn {
	padding: 11.5px 30.5px;
	border-radius: 8px;
	transition: all .25 ease-in-out;
	font: normal 500 14px/normal "Fira Sans";
}
@media all and (min-width: 768px) {
	.btn {
			padding: 17px 35px;
			font-size: 16px;
	}
}
.btn.green {
	background: #16FCB7;
	border-color:#16FCB7;
	color: #0F0F37;
}
.btn.green:hover {
	color: #fff;
	background: #2916FC;
}

.btn.with-arrow {
	padding: 17px 103px 17px 45px;
	position: relative;
	color: #0F0F37;
	background:#16FCB7;
	border: unset
}
.btn.with-arrow::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='%2316FCB7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	position: absolute;
	top: -1px;
	right: -1px;
	background: #0F0F37;
	width: 58px;
	height: calc(100% + 2px);
	border-radius: 0 8px 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn.with-arrow:hover {
	background: #2916FC;
	color: #fff
}
.btn.with-arrow:hover::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.blue-button{
	padding: 15px 40px;
	background-color: #2916FC;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #2916FC;
}

.blue-button:hover{
	background-color: transparent;
	color: #2916FC;
}

.new-way{
	background-color: #2F2F5C;
	padding: 70px 0;
}

.new-way .alert-wrap{
	margin-top: 60px;
	background-image: url(../img/alert_a2.svg);
	background-position: bottom right 35px;
	background-repeat: no-repeat;
	padding: 55px;
	margin-bottom: 50px;
}

.new-way .alert-wrap p{
	max-width: 675px;
	font-size: 22px;
	line-height: 32px;
}

.new-way.lighter{
	background-color: transparent;
	padding-top: 0;
}

.new-way h2{
	text-align: center;
	font-size: 32px;
}

.new-way span{
	color: #16FCB7;
}

.new-way-items {
	display: flex;
	gap: 34px;
	padding-top: 250px;
	flex-wrap: wrap;
	position: relative;
	background-image: url(../img/new_way_circle.svg);
	background-position: top 100px center;
	background-repeat: no-repeat;
}



.new-way-item{
	padding: 50px;
	background-color: #24244B;
	border-radius: 6px;
	flex-basis: calc(50% - 17px);
}

.new-way-item .new-way-item-top{
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}

.new-way-item .new-way-item-top h4{
	font-family: Fira Sans;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
}

.new-way-item .new-way-item-top img{
	margin-right: 30px;
}

.new-way .embedded-video-wrapper{
	max-width: 800px;
	margin: 0 auto;
}

.alert{
	padding: 70px 0;
}

.alert-wrap{
	background-color: #2F2F5C;
	padding: 70px;
	text-align: center;
	background-image: url(../img/alert_a.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.alert-wrap h3{
	max-width: 680px;
	margin: 0 auto 40px;
	font-family: Fira Sans;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
}

.alert-wrap h3 span{
	color: #FF0E89;
	position: relative;
	/* margin-left: 33px; */
}

.alert-wrap h3 span.bug::before{
	content: '';
	width: 22px;
	height: 24px;
	background-image: url(../img/alert_bug.svg);
	position: absolute;
	left: -30px;
	top: 4px;
}

.alert-wrap p{
	max-width: 515px;
	margin: 0 auto;
}

.how-it-works{
	padding: 70px 0;
}

.how-it-works h2{
	font-size: 48px;
}

.how-it-works .subtitle{
	font-size: 18px;
	margin-bottom: 40px;
}

.how-it-works .subtitle span{
	color: #0F0F37;
	background-color: #16FCB7;
}

.hiw_header{
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}

.hw-video-items{
	padding: 70px 0 0;
	z-index: 1;
  position: relative;
}

.hw-video-item{
	display: flex;
	gap: 120px;
	align-items: center;
	margin-bottom: 220px;
}

.hw-video-item:last-child{
	margin-bottom: 0;
}

.hw-video-item h4{
	font-size: 30px;
	margin-bottom: 30px;
	font-family: Fira Sans;
	font-weight: 500;
	line-height: 36px;
}

.hw-video-item video{
	max-width: 640px;
}

.hw-video-item:nth-child(2n) .hw-video-left{
	order: 2;
}

.hw-video-item:nth-child(2n) .hw-video-right{
	order: 1;
	padding-left: 70px;
}

.scroll-wrap{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.scroll-wrap img{
padding-top: 150px;
}

.together{
	padding: 70px 0;
}

.together h2{
 text-align: center;
 font-size: 48px;
 margin-bottom: 70px;
}

.together h2 span{
	color: #16FCB7	;
}

.together-wrap{
	background-color: #1C1C3F;
	padding: 80px 110px;
	display: flex;
	gap: 80px;
}

.together-wrap img{
	margin-bottom: 16px;
}

.together-wrap p{
	padding-left: 30px;
}

.response{
	padding: 70px 0 100px;
	position: relative;
}

.response::before{
	content: '';
	position: absolute;
	width: 60%;
	background-color: #2F2F5C;
	height: 360px;
	left: 0;
	bottom: 60px;
	z-index: 0;
	border-radius: 0 6px 6px 0;
}

.response h2{
	text-align: center;
	font-size: 48px;
	position: relative;
	z-index: 1;
}

.response .subtitle span{
	color: #0F0F37;
	background-color: #16FCB7;
	position: relative;
	z-index: 1;
}

.response .subtitle{
	text-align: center;
}

.response-wrap{
	margin-top: 70px;
	display: flex;
	gap: 80px;
	position: relative;
	z-index: 1;
	margin-top: 100px;
	align-items: center;
}

.response-wrap video{
	max-width: 540px;
}

.hw-video-item .animation-block{
	width: 640px;
}

/* FAQ */
.faq-section {
	padding: 50px 0;
	background-color: #EFF5F6;
	color: #000;
}
.faq-section a { 
	color: #2916FC;
}
.faq-section .container {
	max-width: 1205px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.faq-section .container > div {
	flex: 0 0 100%;
	max-width: 100%;
}
.faq-title {
	margin: 0;
	font: normal 700 30px / 36px 'Fira Sans';
}
.faq-content .icon {
	margin: 20px 0 10px;
	display: inline-block;
}
.faq-content p {
	font: normal 16px / 30px 'Fira Sans';
}

.faq-content .button-slack{
color: #fff;
display: inline-block;
margin-top: 20px;
}

.faq-content .button-slack::before{
top: 15px;
}

.faq-item:not(:last-child) {
	margin-bottom: 10px;
}
.faq-item .question {
	display: flex;
	padding: 25px 21px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	border-radius: 10px;
	color: #0F0F37;
	font: normal 500 20px / 23px 'Fira Sans';
}
.faq-item .question:hover,
.faq-item.active .question {
	background: #16FCB7;
	color: #0F0F37;
}
.faq-item .question .question-text {
	display: table;
	white-space: normal;
	max-width: 80%;
	text-align: left;
}
.faq-item.active .question-icon {
	transform: rotate(180deg);
}
.faq-item .answer {
	font: normal 400 16px / 30px "Fira Sans";
	padding: 20px 21px;
	display: none;
	height: 0px;
	transition: all .25s ease-in-out;
}
.faq-item.active .answer {
	display: block;
	height: max-content;
}
.faq-content{
	margin-top: 20px;
}

.experts{
	padding: 36px 0;
	background-color: #F1F4FF;
	background-image: url(../img/get_bg.svg);
	background-position: bottom 0 right 40px;
	background-repeat: no-repeat;
	color: #222222;
}

.experts-wrap{
	display: flex;
	align-items: center;
}

.experts-text{
	width: 40%;
}

.experts-text .title{
	font-family: Fira Mono;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.experts-text .subtitle{
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -3px;
}

.expert-person{
	display: flex;
	align-items: center;
	position: absolute;
}

.expert-button{
	text-align: right;
}

.expert-person:first-child{
	top: 35px;
	left: 0;
}

.expert-person:nth-child(2){
	bottom: 0;
	left: 35%;
}

.expert-person:last-child{
	top: 0;
	right: 0;
}

.expert-person img{
	width: 100px;
	z-index: 2;
}

.expert-person .person-text{
	max-width: 156px;
	background-color: #fff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 12px 20px ;
	margin-left: -10px;
}

.expert-person .person-text span{
	display: block;
	line-height: 1.1;
}

.expert-person .person-text .name{
	font-size: 14px;
	font-weight: 600;
}

.expert-person .person-text .position{
	font-size: 12px;
}

.expert-person-wrap{
	width: 40%;
	position: relative;
	min-height: 230px;
}

.expert-button{
	width: 20%;
}

@media (max-width: 1200px) {

	.experts-wrap{
		flex-wrap: wrap;
	}

	.experts-text{
		width: 100%;
	}

	.expert-person-wrap{
		width: 100%;
		margin: 40px 0;
	}

	.expert-button{
		width: 100%;
		text-align: left;
	}

	.scroll-wrap{
		display: none;
	}

	.hw-video-item{
		margin-bottom: 50px;
		flex-wrap: wrap;
		gap: 30px;
		padding-bottom: 60px;
		border-bottom: 1px solid #57579B;
	}

	.hw-video-item .hw-video-left{
		order: 2;
	}

	

	.hw-video-item .hw-video-right{
		order: 1;
	}	
	
	.hw-video-item:nth-child(2n) .hw-video-right{
		padding-left: 0;
	}
}

@media (max-width: 992px) {

	.expert-person .person-text {
		text-align: left;
	}

	.expert-person:first-child {
		padding-left: 20px;
	}

	.expert-person:nth-child(2) {
		padding-left: 80px;
	}

	.experts {
		padding: 60px 0;
		background-position: bottom 0 left 45px;
	}

	.experts-text .title {
		font-size: 14px;
	}

	.experts-text .subtitle {
		font-size: 40px;
	}

	.expert-person {
		position: unset;
		margin-bottom: 20px;
	}

	.expert-person:last-child {
		margin-bottom: 0;
	}

	.expert-person-wrap {
		text-align: center;
		padding-left: 20px;
	}

}

@media (max-width: 767px) {


	
	.faq-title {
		margin-bottom: 41px;
	}

	.hw-video-item .animation-block{
		width: auto;
	}

	.hw-video-item h4{
		font-size: 26px;
	}

	.how-it-works h2{
		font-size: 28px;
	}
	.how-it-works{
		padding: 10px 0 40px;
	}

	.hiw_header{
		text-align: left;
	}

	.new-way .alert-wrap{
		margin-top: 30px;
		background-image: url(../img/alert_a.svg);
		background-position: bottom left;
		padding: 40px 30px;
	}

	.new-way .alert-wrap p{
		font-size: 16px;
		line-height: 32px;
	}

	.new-way h2{
		font-size: 24px;
	}

	.new-way.mobile-bg{
		padding-top: 100px;
		background-image: url(../img/new_way_circle_m.svg);
    background-position: top 20px center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.new-way-item .new-way-item-top{
		margin-bottom: 30px;
		flex-wrap: wrap;
	}

	.new-way-item .new-way-item-top h4{
		width: 100%;
	}

	.alert .alert-wrap{
		text-align: left;
	}

	.new-way-item .new-way-item-top img{
		margin-bottom: 30px;
	}

	.hero-content-text h3{
		font-size: 22px;
	}

	.runtime-hero h1{
		text-align: left;
		margin-bottom: 40px;
	}


	#main.runtime-page{
		padding-top: 100px;
	}

	.response::before{
		height: 80%;
	}

	.response-wrap{
		flex-wrap: wrap;
		margin-top: 50px;
		gap: 50px;
	}

	.response-wrap video{
		max-width: 100%;
		height: auto;
		display: block;
	}

	.together h2{
		font-size: 28px;
		text-align: left;
		margin-bottom: 30px;
	}

	.together{
		padding: 40px 0;
	}
	.together-wrap{
		padding: 40px;
		flex-wrap: wrap;
		gap: 60px;
	}

	.response::before{
		display: none;
	}

	.response{
		padding: 40px 0;
	}

	.response-wrap .hw-video-left{
		padding: 40px 30px;
		border-radius: 6px;
		background-color: #2F2F5C;
	}

	.response h2{
		font-size: 28px;
		text-align: left;
	}

	.response .subtitle{
		text-align: left;
	}


	.together-wrap p{
		padding-left: 0;
	}

	.together-wrap img{
		margin-bottom: 25px;
	}

	.hw-video-item video{
		max-width: 100%;
		height: auto;
		display: block;
	}

	.alert-wrap h3{
		font-size: 22px;
	}

	.alert-wrap{
		padding: 40px;
	}
	.new-way-item{
		flex-basis: 100%;
		padding: 40px;
	}

	.new-way-items {
		/* background-image: unset; */
		padding-top: 50px;
	}

	.hero-content{
		flex-wrap: wrap;
		padding: 30px;
	}

	.hero-content-text{
		flex-basis: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.hero-content-img{
		flex-basis: 100%;
	}

	.runtime-hero h1{
		font-size: 38px;
	}
}

@media (min-width: 992px) {
	.faq-section .container .text-content {
			max-width: 33.5%;
			padding-right: 50px;
	}
	.faq-section .container .faq {
			max-width: 66.5%;
	}
}

/* DESKTOP AND HIGHER */
@media all and (min-width: 1199px) {
	
	.faq-section {
			padding: 93px 0;
	}
	.faq-title {
			font: normal 700 40px / 48px 'Fira Sans';
	}
	.faq-item .question {
			display: flex;
			padding: 30px 48px;
			font: normal 500 22px / 30px "Fira Sans";
	}
	.faq-item .answer {
			padding: 23px 48px;
	}
}