.bg-black h2 {
	color: white;
}

.company-page-container {
	padding-bottom: 40px;
  	overflow: hidden;
}

.company-page-container h2, #contact-us h3 {
	font-style: normal;
	font-weight: 600!important;
	font-size: 40px;
	line-height: 120%;
}

#accelerator-for .card {
	height: 370px;
	font-size: 24px;
	font-weight: 400;
}

#useful-for .card {
	height: 200px;
	font-size: 28px;
}

#useful-for .center-v {
    align-self: center;
}

.info-block {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}


#how-we-do-block img {
	position: absolute;
    right: 0;
    margin-top: -325px;
}

@media screen and (max-width: 767px) {
	#accelerator-for .card {
		font-size: 20px;
	}

	#useful-for .card {
		font-size: 18px;
	}

	#useful-for .card img {
		width: 60px;
	}

	.info-block {
		font-size: 26px;
	}

	#how-we-do-block img {
		width: 326px;
		margin-top: -400px;
	}

	#how-we-do-block {
		padding-top: 200px!important;
	}
}

.steps-block p {
	font-size: 24px;
}

.steps-block .card-text-block {
	margin-bottom: 30px;
}

.steps-block .card-sign {
	background: radial-gradient(95.12% 474.85% at 24.09% 9.5%, #AE8FEC 0%, #DDCCFF 100%);
	backdrop-filter: blur(30px);
	border-radius: 150px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
}

.steps-block .card-line {
	display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 105px);
    width: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 15px;
}

.steps-block .line-box {
	height: 30px;
    width: 3px;
    background: #ffffff;
}

.steps-block .step {
	font-size: 20px;
	font-weight: 500;
    margin-bottom: 10px;
}

.steps-block .card-text-block-title {
	font-size: 28px;
	font-weight: 600;
}

.steps-block .card-text-block-description {
	font-size: 20px;
	font-weight: 400;
}

.steps-block .black-circle {
	width: 40px;
    height: 40px;
    background: #232323!important;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.steps-block p, .steps-block .card-text-block-description {
		font-size: 18px;
	}

	.steps-block .card-text-block-title {
		font-size: 22px;
	}
}

#what-next-block .top-banner.purple {
    border: none;
	height: 450px;
}

#what-next-block .card .card-text {
	font-weight: 600!important;
}

#what-next-block .card .card-img {
    height: 450px;
    width: auto;
    right: 0;
    position: absolute;
    bottom: 0px;
}

#faq-block .question {
	font-size: 28px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
}

#faq-block .answer {
	font-family: TT Firs Neue;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
}

#faq-block .sign {
	float: right;
	margin-top: 45px;
	cursor: pointer;
}

#join-to-accelerator h2 {
	max-width: 400px;
	margin-left: auto;
    margin-right: auto;
}

#join-to-accelerator p {
	font-size: 24px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#join-to-accelerator p {
		font-size: 18px;
		font-weight: 400;
	}

	#what-next-block .card .card-img {
		height: 263px;
	}

	#faq-block .question {
		font-size: 22px;
		line-height: 28px;
	}

	#faq-block .answer {
		font-size: 18px;
		line-height: 26px;
	}
}

.company-page-container .section-description {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.95);
	max-width: 841px;
}

.company-page-container .banner-image {
	position: absolute;
	right: 0px;
	bottom: 0;
	height: auto;
}

.top {
  	height: calc(100vh - 90px);
	min-height: 650px;
}

@media screen and (max-width: 991px) {
	.top {
		height: calc(100vh - 200px);
	}
}

.top .content {
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.95);
	max-width: 860px;
	margin-top: 40px;
}

@media screen and (max-width: 1399px) {
	.company-page-container .banner-image {
		bottom: 0;
		right: 0;
    	top: auto;
    	height: auto;
	}

	.top .content {
		max-width: 740px;
	}
}

@media screen and (max-width: 1199px) {
	.top .content {
		max-width: 655px;
	}
}

@media screen and (max-width: 991px) {
	.company-page-container .banner-image {
		top: 325px;
	}
}


.large-container {
  	max-width: 1400px;
}

.manageability-transparency-benefits-cards {
    display: flex;
	flex-direction: column;
}

.manageability-transparency-benefits-card {
    display: flex;
    flex-direction: row;
	align-items: center;
	gap: 40px;
}

.manageability-transparency-benefits-card .card-number-container {
    flex: 1;
	display: flex;
    justify-content: flex-end;
}

.manageability-transparency-benefits-card .card-number {
	background: radial-gradient(95.12% 474.85% at 24.09% 9.5%, #AE8FEC 0%, #DDCCFF 100%);
	backdrop-filter: blur(30px);
	border-radius: 150px;

	width: 130px;
	height: 130px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.manageability-transparency-benefits-card .card-text-block {
    flex: 1;

	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
	padding: 40px 0;
}

.manageability-transparency-benefits-card .card-number span {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #212121;
	mix-blend-mode: overlay;
}

.manageability-transparency-benefits-card .card-text-block .card-text-block-title {
    font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
    color: #FFFFFF;
}

.manageability-transparency-benefits-card .card-text-block .card-text-block-description {
    font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #828282;
}

@media screen and (max-width: 767px) {
	.company-page-container h2 {
		font-size: 24px;
	}
  
	.top .content {
		font-size: 24px;
		max-width: 305px;
	}
  
	.company-page-container .banner-image {
		width: 182px;
    	top: auto;
		bottom: 0;
	}

	.manageability-transparency-benefits-card .card-number-container {
		justify-content: flex-start;
	}
  
	.manageability-transparency-benefits-card .card-number {
		width: 100px;
		height: 100px;
	}

    .manageability-transparency-benefits-card {
	  	gap: 30px;
    }

	.manageability-transparency-benefits-card .card-text-block .card-text-block-title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	
  	.manageability-transparency-benefits-card .card-text-block .card-text-block-description {
		font-size: 16px;
  	}

	.manageability-transparency-benefits-card .card-text-block {
		flex: auto;
	}

	.company-page-container .section-description {
		font-size: 18px;
	}

	#company-apply-for-accelerator-block {
		margin-left: -35px;
    	width: 120%;
	}

	#company-apply-for-accelerator-block .apply-for-accelerator-banner-image {
		width: 100%;
	}

	#company-apply-for-accelerator-block .apply-for-accelerator-title {
		font-size: 24px;
	}
}


@media screen and (max-width: 991px) {
  min-height: calc(100vh - 96px);

  #contact-us h3 {
    font-size: 24px;
    font-weight: 600 !important;
  }
}

@media screen and (max-height: 1200px) and (max-width: 1100px) {
  .content {
    font-size: 28px;
    line-height: 120%;
    margin-top: 20px;
  }
}

@media screen and (max-height: 1000px) and (max-width: 991px) {
  .content {
    font-size: 24px;
    line-height: 120%;
    margin-top: 20px;
  }
}

@media screen and (max-height: 850px) {
  .banner-image {
    width: 424px;
  }
}

@media screen and (max-height: 550px) {
  .banner-image {
    width: 424px;
  }
}

.company-page-menu-container {
    display: flex;
    justify-content: center;
	gap: 10px;
}

.company-page-menu-container .company-page-menu-item {
	background: rgba(33, 33, 33, 0.95);
	border-radius: 60px;
    border: 1px solid #AE8FEC;
	padding: 10px 30px;
	cursor: pointer;
}

.company-page-menu-container .company-page-menu-item span {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;

    background: radial-gradient(105.44% 631.79% at 0% 1.41%, #AE8FEC 0%, #DDCCFF 100%);;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    background-clip: text;
	text-fill-color: transparent;
}

.company-page-menu-container .company-page-menu-item.active {
    background: rgba(255, 255, 255, 0.95);
}

.company-page-menu-container .company-page-menu-item.active span {
    background: none;
	-webkit-text-fill-color: #212121;
    color: #212121;
}

.fixed-company-menu {
	position: fixed;
    top: 0;
    background: #232323;
    z-index: 1000;
    padding-bottom: 20px;
    padding-top: 20px !important;
}

#talk-about-us {
	overflow: visible;
}

#talk-about-us .card {
	max-width: 580px;
}

#talk-about-us h4 {
	margin-top: 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
}

#talk-about-us .card-title:not(.comma) {
	font-size: 16px;
	margin-bottom: 2px;
}

#talk-about-us .comma {
	margin-left: 0;
	color: #BFA0FF;
	opacity: 0.2;
}

#talk-about-us .round-photo {
	height: 120px;
    width: 120px;
	margin-top: 15px;
}

#talk-about-us h2 {
	max-width: 700px;
}

.carousel-container .hidden {
	display: contents;
}

.carousel-container {
	position: relative;
}

.carousel-container .comment {
	font-weight: 400;
	font-size: 20px;
	line-height: 135% !important;
}

.carousel-container .comment.collapsed {
	position: relative;
	max-height: 150px;
	overflow: hidden;
}

.carousel-container .comment.collapsed:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	content: ' ';
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.carousel-container .more-link {
	cursor: pointer;
}

@media screen and (min-width: 992px) {
	.carousel-container .before, .carousel-container .after {
		animation: scaling 0.5s forwards;
	}

	.carousel-container div:not(.before,.after) {
		animation: scaling2 0.5s forwards;
	}
	
	.carousel-container .scroll-row {
		margin-left: -245px;
	}
}

@keyframes scaling {
	0% { transform: scale(1); }
	100% { transform: scale(0.9); }
}

@keyframes scaling2 {
	0% { transform: scale(0.9); }
	100% { transform: scale(1); }
}

#contact-us input,#contact-us textarea {
	background: rgba(67, 67, 67, 0.6);
	color: rgba(255, 255, 255, 0.6);
	border-radius: 12px;
}

@media screen and (max-width: 991px) {
	.carousel-container .scroll-row {
		margin-left: -25px;
	}

	#talk-about-us .card-body {
		padding: 20px;
	}

	#talk-about-us h4 {
		font-size: 20px;
	}

	#talk-about-us .comment {
		font-size: 16px;
	}

	#contact-us h3 {
		font-size: 24px;
		margin-bottom: 35px;
	}
}