.spacer{
	margin-top: 5vh;
}

.intro .plays{
	font-size: 2vw;
	line-height: 2vw;
	white-space: normal;
}
.intro .intro-title.font_script{
	font-size: 4vw;
	line-height: 4vw;
}


.platform .section_title{
	font-size: clamp(2.5rem,4.5vw, 4.5rem);
	line-height: 1;
	text-align: center;
}
section.platform .content{
	align-items: center;
}
section.platform .content .phrase{
	display: flex;
	flex-direction: column;
	gap:5vh;
}

section.platform .content .left{
	width: 40%;
}
section.platform .content .right {
	position: relative;
	width: 35%;
}

.intro-title.small_font{
	font-size: 2.5vw;
	line-height: 2.5vw;
}


.full_column .image_container{
	position: relative;
	display: flex;
	justify-content: center;
	padding: 7vh 0;
}

.info_blocks_container .excerpt{
	margin-top: 5vh;
}
.info_blocks_container .excerpt h2{
	margin-bottom: 15px;
}

#infographic_1{
	padding: 5vh 0;
}
#infographic_1 .image_container img{
	position: relative;
	width: 100%;
	height: 70vh;
	max-height: 650px;
	object-fit: contain;
	object-position: center;
}

.js-subnav-slider .subnav .option:hover, .js-subnav-slider .subnav .option.active {
	background-color: var(--magenta);
	border: 2px solid var(--magenta);
	color: #fff;
	opacity: 1;
}

.js-subnav-slider .subnav .option {
	border: 2px solid #fff;
	color: #fff;
}

.js-subnav-slider .info_block .title{
	text-align: center;
	font-size: 4vw;
	line-height: 4vw;
	margin-bottom: 10vh;
}

.info_block .image_container{
	display: flex;
	justify-content: center;
}

@media(max-width:767px){
	#infographic_1 .image_container img{
		width: 100%;
		height: auto;
	}
	#infographic_1{
		min-height: auto;
	}
}