/* fixed hero-copy-paragraph width */
@media only screen and (max-width: 735px) {
    .section-hero .section-content {
        width: 98%;
    }
}
/* fixed hero-copy-paragraph width end */

/* fix arrow start */
.icon-after::after, .more::after {
    top: -1.5px;
}
/* fix arrow end */

/* center align all */
html[lang=zh-CN] .centerall { padding-left: 0.4em; }
/* aow */
.section.section-hero{
     margin-top:0; 
}


html[lang=zh-CN] .cl_06 { padding-left: 0.6em; }
html[lang=zh-CN] .cl_1 { padding-left: 1em; }

/*artcd*/

.section-hero .hero-copy-paragraph{
    padding-left: 0.6em;
}

@media only screen and (max-width: 734px) {
    html[lang=zh-CN] .cs_04{
        padding-left: 0.4em;
    }
    html[lang=zh-CN] .cs_06{
        padding-left: 0.6em;
    }
}

html[lang=zh-CN] .cl_07{
	padding-left: 0.7em;
}

/* Ignore punctuation */
.headline-center-l{
	position: absolute;
}

@media only screen and (max-width: 1068px) {
	.headline-center-m{
		position: absolute;
	}
}

@media only screen and (max-width: 734px) {
	.headline-center-s{
		position: absolute;
	}
}



/* 20220823 fixed spacing for not safari */
.show-for-other {
    display: block;
}

.safari .show-for-other {
    display: none;
}
/* 20220823 fixed spacing for not safari end */


.aow .fall-2022 .section-hero .section-content .copy-container {
	margin-bottom: 85px;
}

.aow .fall-2022 .section-hero .section-content.fallback .copy-container {
	margin-bottom: 0;
}


.fall-2022 .section-hero .section-content.fallback .copy-container .show-for-other {
	display: block;
}
.safari .fall-2022 .section-hero .section-content.fallback .copy-container .show-for-other {
	display: none;
}


.fall-2022 .section-hero .section-content.fallback .copy-container .fix_layout {
	display: block;
	margin-top: 0;
	margin-bottom: -20px;
}
@media only screen and (max-width: 1068px) {
	.fall-2022 .section-hero .section-content.fallback .copy-container .fix_layout {
		display: block;
		margin-top: 0;
		margin-bottom: -18px;
	}
}
@media only screen and (max-width: 734px) {
	.fall-2022 .section-hero .section-content.fallback .copy-container .fix_layout {
		display: block;
		margin-top: 0;
		margin-bottom: -50px;
	}
}
.safari .fall-2022 .section-hero .section-content.fallback .copy-container .fix_layout {
	display: none;
}

@media only screen and (max-width: 734px){
     .section-announced{
     padding:80px 16px;
}
}








