div.banner-content-carousel {	display: flex;	flex-flow: row nowrap;	justify-content: space-between;	margin-bottom: 80px;}div.banner-content-carousel h2 {	font-size: 52px;	margin-bottom: 50px;	color: var(--col_1);}div.banner-content-carousel p {	font-size: 25px;	line-height: 34px;	color: var(--col_1);	margin-bottom: 50px;}div.banner-content-carousel section {	flex-grow: 1;	background-size: cover;	box-shadow: -10px 15px 15px #00000029;}div.banner-content-carousel section:first-child {	flex-grow: 2;	margin-right: 30px;	width: calc(40%);}div.banner-content-carousel section:last-child {	background-color: var(--col_4);	display: flex;	align-items: center;	width: calc(60%);}div.banner-content-carousel section .wrap {	max-width: calc(100% - 250px);}div.banner-content-carousel .carousel {	position: relative;	margin: 90px 0 40px;}div.banner-content-carousel .viewport {	width: 100%;	overflow: hidden;}div.banner-content-carousel .carousel img {	height: 100%;}div.banner-content-carousel .carousel .inner_content{	display: flex;	height: auto;}div.banner-content-carousel .carousel .inner_content .slide {	flex-basis: 0;	flex-grow: 1;	padding-left: 5px;}div.banner-content-carousel .carousel .carousel-button svg {	pointer-events: none;	transform: translateY(1px);}div.banner-content-carousel .carousel .carousel-button {	border: none;	background: none;	fill: #ffffff54;	padding: 0;	height: 26px;	cursor: pointer;}div.banner-content-carousel .carousel .carousel-button:focus {	outline: 1px var(-col_1);}div.banner-content-carousel .carousel .carousel-button:first-child {	transform: rotate(180deg);}@media screen and (max-width: 640px) {	div.banner-content-carousel .image-section {		min-height: 140px;	}}@media screen and (min-width: 640px) {	div.banner-content-carousel .image-section {		min-height: 250px;	}}@media screen and (max-width: 1200px) {	div.banner-content-carousel {		margin-bottom: 30px;	}	div.banner-content-carousel section .wrap {		max-width: 90%;		padding: 20px;	}	div.banner-content-carousel .carousel {		margin: 20px 0 10px;	}	div.banner-content-carousel h2 {		font-size: 1.5rem;		margin-bottom: 10px;	}	div.banner-content-carousel p {		font-size: 13px;		line-height: 20px;	}}@media screen and (max-width: 768px) {	div.banner-content-carousel {		margin-bottom: 10px;	}	div.banner-content-carousel .image-section {		width: 48% !important;		margin-left: auto;		margin-top: -280px;		margin-bottom: 20px;	}	div.banner-content-carousel section:first-child {		margin-right: 0;	}	div.banner-content-carousel section:last-child {		width: calc(100%);	}	div.banner-content-carousel > * + * {		margin-left: 0;	}	div.banner-content-carousel .content-section {		width: calc(100%);	}	div.banner-content-carousel section .content {		margin: 20px auto;		max-width: 340px;	}	div.banner-content-carousel {		flex-direction: column;	}}@media screen and (max-width: 639px) {	div.banner-content-carousel .image-section {		margin-top: -170px;	}}