.dist-title{
	font-size: 20px;
	line-height: calc(30/20);
	font-weight: 700;
	margin: 0;
}
.dist-head{position:relative;}
.dist-head .dist-head__detail{
	position: absolute;
	top: 82px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 60px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-left: -17px;
	margin-right: -17px;
}
.dist-head__detail .dist-head__left{
	flex: 0 0 425px;
	-ms-flex: 0 0 425px;
	padding: 0 17px;
}
.dist-head__left .dist-title{
	color:#fff;
}
.dist-head__detail .dist-head__right{
	flex: 1;
	-ms-flex:1;
}
.dist-head__detail .dist-head__des{color:#fff;}
.dist-intro__wrapper{
	padding:0 60px;
	position:relative;
}
.dist-intro1{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.dist-intro1 .dist-intro__wrapper{
	padding-top:81px;
	padding-bottom:63px;
}
.dist-intro1 .dist-intro__box{
	max-width: 408px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.dist-intro1 .dist-intro__detail .dist-title{
	color:#fff;
}
.dist-intro1 .dist-intro__detail .dist-intro__des{
	color: #fff;
}
.dist-intro1 .dist-intro__image{
	position: absolute;
	top: -69px;
	right: -20px;
	width: 100%;
	text-align: right;
}
.dist-intro1 .dist-intro__image img{max-width:658px;width:100%;}
.dist-intro__detail .dist-title{
	margin-bottom:20px;
}
.dist-intro__detail .dist-intro__des{margin-bottom:37px;}
.dist-intro2{margin-top:43px;}
.dist-intro2 .row{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}
.dist-intro3{
	margin-top:43px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.dist-intro3 .dist-intro__wrapper{
	padding-top:104px;
	padding-bottom:112px;
}
.dist-intro3 .dist-intro__detail .dist-title{
	color:#fff;
}
.dist-intro3 .dist-intro__detail .dist-intro__des{
	color: #fff;
	max-width: 408px;
	width: 100%;
}
.dist-intro3 .dist-intro__image{
	position: absolute;
	right: 5px;
	bottom: 0;
	text-align: right;
}
.dist-intro4{margin-top:43px;}
.dist-intro4 .row{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.dist-intro4 .dist-intro__detail .dist-intro__des{
	max-width: 408px;
	width: 100%;
}
@media (min-width:768px) and (max-width:1024px){
	.dist-intro3 .dist-intro__wrapper{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.dist-head .dist-head__detail{padding:0 40px;}
	.dist-intro__wrapper{padding:0 40px;}
}
@media (max-width:767px){
	.dist-intro__wrapper{padding: 0 33px;}
	.dist-head .dist-head__detail{
		position: relative !important;
		top: 0 !important;
		margin: 0;
		padding: 20px 15px;
		background: #000;
	}
	.dist-head__detail .dist-head__left{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		padding:0;
	}
	.dist-title{
		font-size: 16px;
		line-height: calc(24/16);
		text-align: center;
		margin-bottom: 10px;
	}
	.dist-head__detail .dist-head__right{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.dist-head__des{
		text-align:center;
	}
	.dist-intro1 .dist-intro__wrapper{
		padding: 40px 15px;
	}
	.dist-intro__detail .dist-title{
		margin-bottom:10px;
	}
	.dist-intro__detail .dist-intro__des{
		margin-bottom:25px;
		text-align:center;
	}
	.dist-intro__detail .ab-actions{text-align:center;}
	.dist-intro__image{
		position: relative !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		width: 100% !important;
		text-align: center !important;
		margin-top: 20px;
	}
	.dist-intro1 .dist-intro__image{
		top: unset;
		bottom: -40px;
		right: 0;
		left: 0;
	}
	.dist-intro2{margin-top:55px;}
	.dist-intro2 .dist-intro__wrapper{padding:0 15px;}
	.dist-intro2 .row{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.dist-intro2 .dist-intro__image{
		margin-top: 25px;
		padding: 0 33px;
	}
	.dist-intro3{margin-top:25px;}
	.dist-intro3 .dist-intro__wrapper{
		padding: 40px 15px;
	}
	.dist-intro4{margin-top:55px;}
	.dist-intro4 .row{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.dist-intro4 .dist-intro__image{margin-top:25px;}
}

.dist-head-banner {
	width: 100%;
}

.dist-head-banner img {
	width: 100% !important;
	display: block;
}

/* Local Aspect Ratio Utilities (CLS Fix) */
.f-ratio-container {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	display: block;
}
.f-ratio-container img, 
.f-ratio-container picture img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Specific Ratios for Figure Banners */
.f-ratio-hero { padding-top: 35%; } /* Estimate for wide hero banner */
.f-ratio-intro { padding-top: 56.25%; } /* 16:9 for secondary banners if needed */

@media (max-width: 767px) {
	.f-ratio-container.mobile-ratio-1-1 { padding-top: 100% !important; }
}

.dist-contact-info {
	padding: 20px;
	background-color: #e3f2fd;
	text-align: left;
	border-radius: 8px;
	margin: 0 0 25px;
}
.dist-contact-info__wrapper {
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
}
.dist-contact-info__wrapper p {
	margin: 0;
}
.dist-contact-info__wrapper strong {
	color: #111;
}

@media (max-width: 767px) {
	.dist-contact-info {
		padding: 15px;
		margin: 0 0 20px;
		text-align: center;
	}
	.dist-contact-info__wrapper {
		font-size: 14px;
	}
}

.dist-email-link {
	color: #e02020;
	text-decoration: underline;
	font-weight: 600;
	transition: opacity 0.2s ease;
}
.dist-email-link:hover {
	opacity: 0.8;
}

.dist-footer-branding {
	margin-top: 40px;
	margin-bottom: 20px;
}
.dist-footer-branding__wrapper {
	padding: 0 60px;
	width: 100%;
}
.dist-footer-branding__wrapper img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.dist-footer-branding {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.dist-footer-branding__wrapper {
		padding: 0 20px;
	}
}


