

/* Image with Content CSS Start */
.component-image-content-sidebar {max-width: 100% !important;}
.image-with-content-main { max-width:100% !important; padding: 0px 0 }
.image-with-content-main .container { display: flex; flex-wrap: nowrap; align-items: center }
.image-with-content-main .iwc-left-block { flex-basis: 48% }
.image-with-content-main .iwc-left-block img{ width:100% }
.image-with-content-main .iwc-right-block img{ width:100% }
.image-with-content-main .iwc-left-image-box { position: relative }
.image-with-content-main .video-play-section { position: absolute; left: 0; right: 0; top: 50%; margin: -31px auto 0; text-align: center; display: table; width: 100% }
.image-with-content-main .video-link-block a { position: absolute; left: 0; right: 0; margin: 0 auto; width: 62px; height: 62px; z-index: 9999 }
.image-with-content-main .video-play-button-icon { background-image: url(../../assets/images/video-play-icon.svg); background-repeat: no-repeat; width: 62px; height: 62px; display: block; position: relative; margin: 0 auto; text-align: center; cursor: pointer }
.image-with-content-main .video-play-button-icon::after { content: ""; border-color: inherit; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; top: 0; left: 0; -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%); box-shadow: 0 0 0 0 rgb(255 255 255 / 50%); opacity: 1; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-name: video_sc; animation-name: video_sc; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: 1s; animation-delay: 1s }
.image-with-content-main .iwc-right-block { flex-basis: 52%; background: #fff; -webkit-box-shadow: -6px -1px 30px 0 rgba(0, 0, 0, 0.14); -moz-box-shadow: -6px -1px 30px 0 rgba(0, 0, 0, 0.14); box-shadow: -6px -1px 30px 0 rgba(0, 0, 0, 0.14); padding: 70px 50px 70px 60px; margin: 60px 0 }
.image-with-content-main .iwc-right-block .iwc-title { margin: 0 0 20px 0 }
.image-with-content-main .iwc-right-block .iwc-description { margin: 0 }

body .axon-button {
	font-size: 14px;
	line-height: 17px;
	font-family: 'Benton Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	background: #edff00;
	padding: 12px 20px 11px 20px;
	border-radius: 100px;
	display: table;
	transition: opacity 0.2s linear;
	cursor: pointer;
	margin: 0 auto;
	text-decoration: none;
	box-shadow: none;
	float: left;
}
/* Image with Content CSS End */