br.large {
	display: block
}

@media only screen and (min-width: 1441px) {
	br.large {
		display: none
	}
}

@media only screen and (max-width: 1068px) {
	br.large {
		display: none
	}
}

@media only screen and (max-width: 734px) {
	br.large {
		display: none
	}
}

br.medium {
	display: none
}

@media only screen and (min-width: 1441px) {
	br.medium {
		display: none
	}
}

@media only screen and (max-width: 1068px) {
	br.medium {
		display: block
	}
}

@media only screen and (max-width: 734px) {
	br.medium {
		display: none
	}
}

br.small {
	display: none
}

@media only screen and (min-width: 1441px) {
	br.small {
		display: none
	}
}

@media only screen and (max-width: 1068px) {
	br.small {
		display: none
	}
}

@media only screen and (max-width: 734px) {
	br.small {
		display: block
	}
}

a.block {
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: inherit
}

a.block::before,
a.block::after {
	content: ' ';
	display: table
}

a.block::after {
	clear: both
}

a.block:hover {
	text-decoration: none
}

a.block:hover .block-link {
	text-decoration: underline
}

a.block .block-link {
	color: #06c
}

.block-link {
	cursor: pointer
}

a.block-inline {
	display: inline-block
}

.dotnav {
	text-align: center;
	box-sizing: border-box
}

.dotnav ul {
	margin: 0;
	list-style: none;
	display: inline-flex;
	justify-content: center
}

.dotnav li {
	list-style: none;
	margin: 0 7px;
	width: 8px;
	height: 8px;
	position: relative
}

.dotnav-item {
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	outline: none;
	position: absolute;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 0
}

.dotnav-item:focus {
	box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
	outline: none
}

.dotnav-item:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.dotnav-item:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	box-shadow: none
}

.dotnav-item.current {
	cursor: default
}

.dotnav .dotnav-item {
	background-color: rgba(134, 134, 139, 0.4)
}

.dotnav .dotnav-item:hover {
	background-color: rgba(134, 134, 139, 0.6)
}

.dotnav .dotnav-item.current {
	background-color: #86868b
}

.paddlenav,
.paddlenav ul {
	margin: 0;
	list-style: none
}

.paddlenav .paddlenav-arrow {
	display: block;
	font-style: normal;
	overflow: hidden;
	position: absolute;
	text-align: center;
	transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear
}

.paddlenav .paddlenav-arrow-next,
.paddlenav .paddlenav-arrow-previous {
	top: 50%
}

.paddlenav .paddlenav-arrow-up,
.paddlenav .paddlenav-arrow-down {
	left: 50%
}

.paddlenav .paddlenav-arrow:hover {
	text-decoration: none
}

.paddlenav .paddlenav-arrow:focus {
	box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
	outline: none
}

.paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	box-shadow: none
}

.paddlenav .paddlenav-arrow:disabled,
.paddlenav .paddlenav-arrow.disabled {
	cursor: default;
	opacity: 0
}

.paddlenav .paddlenav-arrow:disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow:disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow.disabled:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.paddlenav .paddlenav-arrow.disabled:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	opacity: 0
}

html.touch .paddlenav .paddlenav-arrow:disabled,
html.touch .paddlenav .paddlenav-arrow.disabled {
	opacity: 0
}

.paddlenav .paddlenav-arrow {
	font-weight: 300;
	width: 5.29412rem;
	height: 5.29412rem;
	border-radius: 5.29412rem;
	font-size: 53px;
	line-height: 5.29412rem
}

.paddlenav .paddlenav-arrow-next,
.paddlenav .paddlenav-arrow-previous {
	margin-top: -2.64706rem
}

.paddlenav .paddlenav-arrow-up,
.paddlenav .paddlenav-arrow-down {
	margin-left: -2.64706rem
}

.paddlenav .paddlenav-arrow-next::before,
.paddlenav .paddlenav-arrow-next::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav .paddlenav-arrow-next::before,
.paddlenav .paddlenav-arrow-next::after {
	text-decoration: none
}

.paddlenav .paddlenav-arrow-next::before {
	display: none
}

.paddlenav .paddlenav-arrow-next::before,
.paddlenav .paddlenav-arrow-next::after {
	content: ""
}

.paddlenav .paddlenav-arrow-next::after {
	margin-right: -.056em
}

.paddlenav .paddlenav-arrow-previous::before,
.paddlenav .paddlenav-arrow-previous::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav .paddlenav-arrow-previous::before,
.paddlenav .paddlenav-arrow-previous::after {
	text-decoration: none
}

.paddlenav .paddlenav-arrow-previous::before {
	display: none
}

.paddlenav .paddlenav-arrow-previous::before,
.paddlenav .paddlenav-arrow-previous::after {
	content: ""
}

.paddlenav .paddlenav-arrow-previous::after {
	margin-left: -.056em
}

.paddlenav .paddlenav-arrow-up::before,
.paddlenav .paddlenav-arrow-up::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav .paddlenav-arrow-up::before,
.paddlenav .paddlenav-arrow-up::after {
	text-decoration: none
}

.paddlenav .paddlenav-arrow-up::before {
	display: none
}

.paddlenav .paddlenav-arrow-up::before,
.paddlenav .paddlenav-arrow-up::after {
	content: ""
}

.paddlenav .paddlenav-arrow-down::before,
.paddlenav .paddlenav-arrow-down::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav .paddlenav-arrow-down::before,
.paddlenav .paddlenav-arrow-down::after {
	text-decoration: none
}

.paddlenav .paddlenav-arrow-down::before {
	display: none
}

.paddlenav .paddlenav-arrow-down::before,
.paddlenav .paddlenav-arrow-down::after {
	content: ""
}

.paddlenav .paddlenav-arrow {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(134, 134, 139, 0.8)
}

.paddlenav .paddlenav-arrow:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.paddlenav .paddlenav-arrow:active {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.paddlenav .paddlenav-arrow-next {
	right: 18px
}

.paddlenav .paddlenav-arrow-previous {
	left: 18px
}

.paddlenav .paddlenav-arrow-up {
	top: 18px
}

.paddlenav .paddlenav-arrow-down {
	bottom: 18px
}

@media only screen and (max-width: 734px) {
	.paddlenav .paddlenav-arrow {
		font-weight: 300;
		width: 3.05882rem;
		height: 3.05882rem;
		border-radius: 3.05882rem;
		font-size: 53px;
		line-height: 3.05882rem
	}
	.paddlenav .paddlenav-arrow-next,
	.paddlenav .paddlenav-arrow-previous {
		margin-top: -1.52941rem
	}
	.paddlenav .paddlenav-arrow-up,
	.paddlenav .paddlenav-arrow-down {
		margin-left: -1.52941rem
	}
	.paddlenav .paddlenav-arrow-next::before,
	.paddlenav .paddlenav-arrow-next::after {
		font-family: "SF Pro Icons";
		color: inherit;
		display: inline-block;
		font-style: normal;
		font-weight: inherit;
		font-size: inherit;
		line-height: 1;
		text-decoration: underline;
		position: relative;
		z-index: 1;
		alt: ''
	}
	.paddlenav .paddlenav-arrow-next::before,
	.paddlenav .paddlenav-arrow-next::after {
		text-decoration: none
	}
	.paddlenav .paddlenav-arrow-next::before {
		display: none
	}
	.paddlenav .paddlenav-arrow-next::before,
	.paddlenav .paddlenav-arrow-next::after {
		content: ""
	}
	.paddlenav .paddlenav-arrow-next::after {
		margin-right: -.044em
	}
	.paddlenav .paddlenav-arrow-previous::before,
	.paddlenav .paddlenav-arrow-previous::after {
		font-family: "SF Pro Icons";
		color: inherit;
		display: inline-block;
		font-style: normal;
		font-weight: inherit;
		font-size: inherit;
		line-height: 1;
		text-decoration: underline;
		position: relative;
		z-index: 1;
		alt: ''
	}
	.paddlenav .paddlenav-arrow-previous::before,
	.paddlenav .paddlenav-arrow-previous::after {
		text-decoration: none
	}
	.paddlenav .paddlenav-arrow-previous::before {
		display: none
	}
	.paddlenav .paddlenav-arrow-previous::before,
	.paddlenav .paddlenav-arrow-previous::after {
		content: ""
	}
	.paddlenav .paddlenav-arrow-previous::after {
		margin-left: -.044em
	}
	.paddlenav .paddlenav-arrow-up::before,
	.paddlenav .paddlenav-arrow-up::after {
		font-family: "SF Pro Icons";
		color: inherit;
		display: inline-block;
		font-style: normal;
		font-weight: inherit;
		font-size: inherit;
		line-height: 1;
		text-decoration: underline;
		position: relative;
		z-index: 1;
		alt: ''
	}
	.paddlenav .paddlenav-arrow-up::before,
	.paddlenav .paddlenav-arrow-up::after {
		text-decoration: none
	}
	.paddlenav .paddlenav-arrow-up::before {
		display: none
	}
	.paddlenav .paddlenav-arrow-up::before,
	.paddlenav .paddlenav-arrow-up::after {
		content: ""
	}
	.paddlenav .paddlenav-arrow-down::before,
	.paddlenav .paddlenav-arrow-down::after {
		font-family: "SF Pro Icons";
		color: inherit;
		display: inline-block;
		font-style: normal;
		font-weight: inherit;
		font-size: inherit;
		line-height: 1;
		text-decoration: underline;
		position: relative;
		z-index: 1;
		alt: ''
	}
	.paddlenav .paddlenav-arrow-down::before,
	.paddlenav .paddlenav-arrow-down::after {
		text-decoration: none
	}
	.paddlenav .paddlenav-arrow-down::before {
		display: none
	}
	.paddlenav .paddlenav-arrow-down::before,
	.paddlenav .paddlenav-arrow-down::after {
		content: ""
	}
}

.paddlenav-compact .paddlenav-arrow {
	font-weight: 300;
	width: 3.05882rem;
	height: 3.05882rem;
	border-radius: 3.05882rem;
	font-size: 53px;
	line-height: 3.05882rem
}

.paddlenav-compact .paddlenav-arrow-next,
.paddlenav-compact .paddlenav-arrow-previous {
	margin-top: -1.52941rem
}

.paddlenav-compact .paddlenav-arrow-up,
.paddlenav-compact .paddlenav-arrow-down {
	margin-left: -1.52941rem
}

.paddlenav-compact .paddlenav-arrow-next::before,
.paddlenav-compact .paddlenav-arrow-next::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav-compact .paddlenav-arrow-next::before,
.paddlenav-compact .paddlenav-arrow-next::after {
	text-decoration: none
}

.paddlenav-compact .paddlenav-arrow-next::before {
	display: none
}

.paddlenav-compact .paddlenav-arrow-next::before,
.paddlenav-compact .paddlenav-arrow-next::after {
	content: ""
}

.paddlenav-compact .paddlenav-arrow-next::after {
	margin-right: -.044em
}

.paddlenav-compact .paddlenav-arrow-previous::before,
.paddlenav-compact .paddlenav-arrow-previous::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav-compact .paddlenav-arrow-previous::before,
.paddlenav-compact .paddlenav-arrow-previous::after {
	text-decoration: none
}

.paddlenav-compact .paddlenav-arrow-previous::before {
	display: none
}

.paddlenav-compact .paddlenav-arrow-previous::before,
.paddlenav-compact .paddlenav-arrow-previous::after {
	content: ""
}

.paddlenav-compact .paddlenav-arrow-previous::after {
	margin-left: -.044em
}

.paddlenav-compact .paddlenav-arrow-up::before,
.paddlenav-compact .paddlenav-arrow-up::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav-compact .paddlenav-arrow-up::before,
.paddlenav-compact .paddlenav-arrow-up::after {
	text-decoration: none
}

.paddlenav-compact .paddlenav-arrow-up::before {
	display: none
}

.paddlenav-compact .paddlenav-arrow-up::before,
.paddlenav-compact .paddlenav-arrow-up::after {
	content: ""
}

.paddlenav-compact .paddlenav-arrow-down::before,
.paddlenav-compact .paddlenav-arrow-down::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.paddlenav-compact .paddlenav-arrow-down::before,
.paddlenav-compact .paddlenav-arrow-down::after {
	text-decoration: none
}

.paddlenav-compact .paddlenav-arrow-down::before {
	display: none
}

.paddlenav-compact .paddlenav-arrow-down::before,
.paddlenav-compact .paddlenav-arrow-down::after {
	content: ""
}

.paddlenav-framed .paddlenav-arrow {
	background-color: rgba(210, 210, 215, 0.2);
	color: rgba(134, 134, 139, 0.8)
}

.paddlenav-framed .paddlenav-arrow:hover {
	background-color: rgba(210, 210, 215, 0.28);
	color: #86868b
}

.paddlenav-framed .paddlenav-arrow:active {
	background-color: rgba(210, 210, 215, 0.36);
	color: #86868b
}

.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(210, 210, 215, 0.28);
	color: #86868b
}

.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(210, 210, 215, 0.36);
	color: #86868b
}

.paddlenav-framed .paddlenav-arrow-next {
	right: 18px
}

.paddlenav-framed .paddlenav-arrow-previous {
	left: 18px
}

.paddlenav-framed .paddlenav-arrow-up {
	top: 18px
}

.paddlenav-framed .paddlenav-arrow-down {
	bottom: 18px
}

.with-paddlenav {
	position: relative
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow {
	opacity: 0;
	transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow:focus {
	opacity: 1
}

html.no-touch .with-paddlenav-onhover:hover .paddlenav-arrow {
	opacity: 1
}

html.no-touch .with-paddlenav-onhover .paddlenav-arrow:disabled,
html.no-touch .with-paddlenav-onhover .paddlenav-arrow.disabled {
	opacity: 0
}

.with-paddlenav-visuallyhidden .paddlenav-arrow {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%)
}

.with-paddlenav-visuallyhidden .paddlenav-arrow:focus,
.with-paddlenav-visuallyhidden .paddlenav-arrow:hover {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none
}

.quote {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.quote {
		font-size: 32px;
		line-height: 1.25;
		font-weight: 400;
		letter-spacing: .004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.quote {
		font-size: 28px;
		line-height: 1.28583;
		font-weight: 400;
		letter-spacing: .007em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.quote .quote-copy {
	color: #1d1d1f
}

.quote .quote-credit,
.quote .quote-subcredit {
	color: #1d1d1f
}

.quote-copy>::before,
.quote-copy>::after {
	display: inline-block;
	width: 2em
}

.quote-copy>::before {
	margin-left: -2em;
	text-align: right;
	content: open-quote
}

.quote-copy>::after {
	margin-right: -2em;
	text-align: left;
	visibility: hidden;
	content: close-quote
}

.quote-copy>:last-child {
	margin-bottom: 0
}

.quote-copy>:last-child::after {
	visibility: visible
}

.quote-copy>:not(:first-child) {
	margin-top: 0.5em
}

.quote-credit {
	font-size: 17px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	display: block
}

.quote-credit:first-of-type {
	margin-top: 1.6em
}

.quote-subcredit {
	font-size: 17px;
	line-height: 1.23536;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	display: block
}

.quote-subcredit:first-of-type {
	margin-top: 1.6em
}

.quote-reduced {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: .004em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.quote-reduced {
		font-size: 28px;
		line-height: 1.28583;
		font-weight: 400;
		letter-spacing: .007em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.quote-reduced {
		font-size: 24px;
		line-height: 1.33341;
		font-weight: 400;
		letter-spacing: .009em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.quote-reduced .quote-credit {
	display: block
}

.quote-reduced .quote-credit:first-of-type {
	margin-top: 1.2em
}

.quote-reduced .quote-subcredit {
	display: block
}

.quote-reduced .quote-subcredit:first-of-type {
	margin-top: 1.2em
}

.sosumi {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #86868b
}

.sosumi * {
	margin: 0;
	padding: 0
}

.sosumi ul {
	list-style: none
}

.sosumi ol {
	list-style: decimal outside;
	padding-left: 1.33333em;
	padding-right: 1.33333em
}

.sosumi li,
.sosumi p {
	padding-bottom: .8em
}

.sosumi small {
	font-size: 1em
}

.sosumi>:last-child {
	margin-bottom: -.8em
}

.sosumi a {
	color: #515154
}

.violator {
	box-sizing: border-box;
	white-space: nowrap;
	display: inline-block;
	border: 1px solid;
	background: rgba(0, 0, 0, 0);
	border-color: #bf4800;
	color: #bf4800;
	font-size: 17px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	border-radius: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 7px;
	padding-bottom: 7px
}

.violator-inline {
	margin-left: 10px;
	display: inline-block
}

.violator-secondary {
	background: rgba(0, 0, 0, 0);
	border-color: #6e6e73;
	color: #6e6e73
}

.violator-reduced {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	border-radius: 12px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	padding-bottom: 3px
}

.violator-reduced.violator-inline {
	margin-left: 6px;
	display: inline-block
}

.violator-frameless {
	box-sizing: border-box;
	white-space: nowrap;
	display: block;
	color: #bf4800
}

.violator-frameless-inline {
	margin-left: 10px;
	display: inline-block
}

.violator-frameless.violator-frameless-reduced {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: block
}

.violator-frameless.violator-frameless-reduced.violator-frameless-inline {
	margin-left: 6px;
	display: inline-block
}

.has-modal {
	overflow: hidden
}

.has-modal-full-viewport {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.has-modal-full-viewport body {
	height: 100%;
	overflow: hidden
}

.modal {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none
}

.modal-standard {
	overflow: auto;
	padding: 54px 0;
	background: rgba(0, 0, 0, 0.48);
	-webkit-overflow-scrolling: touch
}

.modal-standard .content-table {
	display: table;
	width: 100%;
	height: 100%
}

.modal-standard .content-cell {
	display: table-cell;
	vertical-align: middle
}

.modal-standard .content-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px
}

@media only screen and (min-width: 1441px) {
	.modal-standard .content-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 980px
	}
}

@media only screen and (max-width: 1068px) {
	.modal-standard .content-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 692px
	}
}

@media only screen and (max-width: 734px) {
	.modal-standard .content-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.modal-standard .content-padding {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	padding: 80px 8.33333%;
	background: #fff;
	border-radius: 18px
}

@media only screen and (max-width: 734px) {
	.modal-standard .content-padding {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media only screen and (max-width: 734px) {
	.modal-standard .modal-close {
		left: 22px
	}
}

.theme-dark .modal-standard .content-padding,
.modal-standard.theme-dark .content-padding {
	background: #1d1d1f
}

.modal-full-viewport {
	background: #fff;
	padding: 96px 0
}

@media only screen and (max-width: 1068px) {
	.modal-full-viewport {
		padding: 80px 0
	}
}

.modal-full-viewport.remove-container-padding {
	padding: 0
}

.theme-dark .modal-full-viewport,
.modal-full-viewport.theme-dark {
	background: #000
}

.modal-open {
	display: block;
	z-index: 11000
}

.modal-open:focus {
	outline-offset: -4px
}

.modal-close {
	position: absolute;
	display: flex;
	z-index: 9999;
	overflow: hidden;
	top: 24px;
	left: 24px;
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: 0;
	color: rgba(134, 134, 139, 0.8)
}

.modal-close::before,
.modal-close::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.modal-close::before,
.modal-close::after {
	text-decoration: none
}

.modal-close::before {
	display: none
}

.modal-close::before,
.modal-close::after {
	content: ""
}

.modal-close:hover {
	color: #86868b
}

.theme-dark .modal-close {
	color: rgba(110, 110, 115, 0.8)
}

.theme-dark .modal-close:hover {
	color: #6e6e73
}

.modal-close::after {
	width: .9em;
	height: .9em;
	top: .05em;
	padding: 0;
	font-weight: 300
}

@media only screen and (max-width: 1068px) {
	.modal-close {
		top: 20px;
		left: 20px;
		font-size: 32px
	}
}

.category-eyebrow {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 700;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.category-eyebrow__category,
.category-eyebrow__date {
	display: block
}

@media only screen and (max-width: 1068px) {
	.category-eyebrow__category,
	.category-eyebrow__date {
		margin-right: -7px
	}
}

@media only screen and (max-width: 734px) {
	.category-eyebrow__category,
	.category-eyebrow__date {
		margin-right: 0
	}
}

.category-eyebrow__category {
	text-transform: uppercase;
	color: #6e6e73;
	border-color: #6e6e73
}

.theme-dark .category-eyebrow__category {
	color: #86868b;
	border-color: #86868b
}

@media only screen and (max-width: 1068px) {
	.landingtile-featured .category-eyebrow__category {
		font-size: 12px;
		line-height: 1.33337;
		font-weight: 400;
		letter-spacing: -.01em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		border-radius: 12px;
		padding-left: 11px;
		padding-right: 11px;
		padding-top: 3px;
		padding-bottom: 3px
	}
}

.category-eyebrow__date {
	font-size: 14px;
	line-height: 1.28577;
	font-weight: 600;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.page-article .category-eyebrow__date {
	margin-top: 4px
}

.category.component {
	margin-top: 0;
	margin-bottom: 20px
}

.vo-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.component {
	margin-left: auto;
	margin-right: auto;
	width: 980px
}

.component::before,
.component::after {
	content: ' ';
	display: table
}

.component::after {
	clear: both
}

@media only screen and (min-width: 1441px) {
	.component {
		margin-left: auto;
		margin-right: auto;
		width: 980px
	}
}

@media only screen and (max-width: 1068px) {
	.component {
		margin-left: auto;
		margin-right: auto;
		width: 692px
	}
}

@media only screen and (max-width: 734px) {
	.component {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.tilelanding.component {
	width: auto;
	margin: 5px 5px 10px 0
}

.tilelanding.component .component-content {
	flex-basis: 100%;
	max-width: 100%
}

#ac-localnav .ac-ln-background:after {
	background-color: rgba(51, 51, 51, 0.1)
}

.theme-dark .block-link {
	color: #2997ff
}

.picture-image {
	display: inline-block;
	width: 100%;
	height: auto
}

.picture {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.picture.no-dl {
	pointer-events: none
}

.footertile {
	position: relative;
	width: 100%;
	background-color: #fbfbfd
}

.footertile .block:focus {
	outline-offset: -3px
}

@media only screen and (max-width: 734px) {
	.footertile .block {
		max-width: 414px;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

.footertile-copy {
	margin: 52px auto;
	width: 653px
}

@media only screen and (max-width: 1068px) {
	.footertile-copy {
		margin: 48px auto;
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.footertile-copy {
		margin: 44px auto;
		width: 87.5%
	}
}

.footertile-copy-image {
	width: 158px;
	height: 23px;
	background: url(/newsroom/static/newsroom_lockup.svg) no-repeat;
	background-size: cover
}

.footertile-copy-headline {
	margin-top: 12px;
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #6e6e73
}

@media only screen and (max-width: 1068px) {
	.footertile-copy-headline {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.footertile-copy-cta {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 600;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 8px
}

.footertile:before,
.footertile:after {
	content: ' ';
	display: table
}

.theme-dark .footertile {
	background-color: #161617
}

.theme-dark .footertile-copy-image {
	filter: invert(1)
}

.page-article .desktop-notification {
	padding-top: 16px;
	padding-bottom: 48px
}

@media only screen and (max-width: 734px) {
	.page-article .desktop-notification {
		padding-bottom: 24px
	}
}

.page-article .sdn-content {
	background-color: #f5f5f7
}

.headersplitview+.desktop-notification {
	padding-top: 40px;
	padding-bottom: 40px
}

@media only screen and (max-width: 1068px) {
	.headersplitview+.desktop-notification {
		padding-top: 32px;
		padding-bottom: 32px
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview+.desktop-notification {
		padding-top: 16px;
		padding-bottom: 16px
	}
}

.headersplitview+.desktop-notification+* {
	margin-top: 0
}

.headersplitview+.desktop-notification .sdn-content {
	width: 653px
}

@media only screen and (max-width: 1068px) {
	.headersplitview+.desktop-notification .sdn-content {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview+.desktop-notification .sdn-content {
		width: 87.5%
	}
}

.theme-dark .desktop-notification {
	color: #f5f5f7
}

.theme-dark .sdn-content {
	background-color: #161617
}

.theme-dark .sdn-content .banner-trigger {
	color: #2997ff
}

.theme-dark .sdn-content .icon-close:after {
	color: #86868b
}

@media (hover: hover) {
	.theme-dark .sdn-content .icon-close:hover:after {
		color: #f5f5f7
	}
}

.theme-dark .sdn-content .icon-close[data-focus-method=key]:after {
	color: #f5f5f7
}

@media only screen and (max-width: 734px) {
	.desktop-notification {
		max-width: 414px;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

@media only screen and (max-width: 734px) {
	.sdn-content {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

video {
	width: 100%
}

.main {
	padding: 0;
	overflow-x: hidden
}

.category-eyebrow__date {
	color: #6e6e73
}

.theme-dark .category-eyebrow__date {
	color: #86868b
}

.component {
	margin-top: 44px;
	margin-bottom: 44px
}

@media only screen and (max-width: 1068px) {
	.component {
		margin-top: 36px;
		margin-bottom: 36px
	}
}

@media only screen and (max-width: 734px) {
	.component {
		margin-top: 32px;
		margin-bottom: 32px
	}
}

@media only screen and (max-width: 734px) {
	.component {
		max-width: 414px;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

.component-content {
	margin-left: auto;
	margin-right: auto;
	width: 653px
}

@media only screen and (max-width: 1068px) {
	.component-content {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.component-content {
		width: 87.5%
	}
}

.image-big .component-content {
	width: 980px
}

@media only screen and (max-width: 1068px) {
	.image-big .component-content {
		width: 692px
	}
}

@media only screen and (max-width: 734px) {
	.image-big .component-content {
		width: 100%
	}
}

.image-inline .component-content {
	width: 653px
}

@media only screen and (max-width: 1068px) {
	.image-inline .component-content {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.image-inline .component-content {
		width: 87.5%
	}
}

@media only screen and (max-width: 734px) {
	.gallery,
	.image,
	.video {
		width: 100%
	}
	.gallery:not(.body-copy-wide) .component-content,
	.image:not(.image-fullbleed) .component-content {
		width: 320px
	}
}

.music-player iframe {
	display: block
}

@media only screen and (max-width: 734px) {
	.music-player iframe {
		max-height: 65vh
	}
}

.jump-to {
	position: relative;
	top: -75px;
	display: inline-block
}

.article+.footertile {
	margin-top: 80px
}

@media only screen and (max-width: 1068px) {
	.article+.footertile {
		margin-top: 64px
	}
}

@media only screen and (max-width: 734px) {
	.article+.footertile {
		margin-top: 52px
	}
}

.article+.latest-stories:before {
	width: 653px;
	padding-bottom: 50px;
	content: '';
	border-top: 1px solid #d2d2d7;
	display: block;
	margin: 0 auto
}

@media only screen and (max-width: 734px) {
	.article+.latest-stories:before {
		width: 87.5%;
		padding-bottom: 35px
	}
}

.theme-dark .article+.latest-stories:before {
	border-top-color: #424245
}

.paddlenav-framed-overphoto .paddlenav-arrow {
	background-color: rgba(210, 210, 210, 0.6);
	color: rgba(255, 255, 255, 0.4)
}

.paddlenav-framed-overphoto .paddlenav-arrow:hover {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.paddlenav-framed-overphoto .paddlenav-arrow:active {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.paddlenav-framed-overphoto .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.paddlenav-framed-overphoto .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.paddlenav-framed-overphoto .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.paddlenav-framed-overphoto .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.theme-dark {
	background-color: #000;
	color: #f5f5f7
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
	color: #f5f5f7
}

.theme-dark a,
.theme-dark .link {
	color: #2997ff
}

.theme-dark .footnote a {
	color: inherit
}

.theme-dark .footnote a:hover {
	color: #2997ff
}

.theme-dark a.block {
	color: inherit
}

.theme-dark a.block .block-link {
	color: #2997ff
}

.theme-dark .dotnav .dotnav-item {
	background-color: rgba(134, 134, 139, 0.4)
}

.theme-dark .dotnav .dotnav-item:hover {
	background-color: rgba(134, 134, 139, 0.6)
}

.theme-dark .dotnav .dotnav-item.current {
	background-color: #86868b
}

.theme-dark .paddlenav .paddlenav-arrow {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(134, 134, 139, 0.8)
}

.theme-dark .paddlenav .paddlenav-arrow:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.theme-dark .paddlenav .paddlenav-arrow:active {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(0, 0, 0, 0);
	color: #86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow {
	background-color: rgba(210, 210, 215, 0.2);
	color: rgba(134, 134, 139, 0.8)
}

.theme-dark .paddlenav-framed .paddlenav-arrow:hover {
	background-color: rgba(210, 210, 215, 0.28);
	color: #86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow:active {
	background-color: rgba(210, 210, 215, 0.36);
	color: #86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(210, 210, 215, 0.28);
	color: #86868b
}

.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.theme-dark .paddlenav-framed .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(210, 210, 215, 0.36);
	color: #86868b
}

.theme-dark .quote .quote-copy {
	color: #f5f5f7
}

.theme-dark .quote .quote-credit,
.theme-dark .quote .quote-subcredit {
	color: #f5f5f7
}

.theme-dark .sosumi {
	color: #6e6e73
}

.theme-dark .sosumi a {
	color: #a1a1a6
}

.theme-dark .violator {
	background: rgba(0, 0, 0, 0);
	border-color: #f56300;
	color: #f56300
}

.theme-dark .violator-frameless {
	background: rgba(0, 0, 0, 0);
	border-color: #f56300;
	color: #f56300
}

.theme-dark .violator-secondary {
	background: rgba(0, 0, 0, 0);
	border-color: #86868b;
	color: #86868b
}

html.has-modal-full-viewport body {
	touch-action: manipulation
}

.modal-open {
	display: flex;
	justify-content: center
}

.modal-full-viewport {
	box-sizing: border-box;
	height: 100vh;
	width: 100vw;
	max-height: -webkit-fill-available;
	padding: 40px 98px 31.5px
}

@media only screen and (max-width: 1068px) {
	.modal-full-viewport {
		padding: 48px 82px 15.5px
	}
}

@media only screen and (max-width: 734px) {
	.modal-full-viewport {
		padding: 66px 0 15.5px
	}
}

@media only screen and (orientation: landscape) and (max-height: 428px) {
	.modal-full-viewport {
		padding-top: 20px
	}
}

.modal-close {
	font-size: 40px;
	font-weight: 300;
	top: 16px;
	left: max(env(safe-area-inset-left), 20px)
}

@media only screen and (max-width: 734px) {
	.modal-close {
		top: 12px;
		left: max(env(safe-area-inset-left), 16px)
	}
}

.modal-content {
	overflow: hidden;
	flex-grow: 1
}

.slideshow {
	height: 100%;
	display: grid;
	grid-template-areas: 'main' 'dots';
	grid-template-rows: minmax(0, 1fr) auto
}

.slideshow .dotnav {
	grid-area: dots;
	justify-self: center;
	z-index: 1;
	margin-top: 15.5px
}

@media only screen and (max-width: 1068px) {
	.slideshow .dotnav {
		margin-top: 7.5px
	}
}

.slideshow .paddlenav {
	z-index: 2
}

@media only screen and (max-width: 734px) {
	.slideshow .paddlenav {
		display: none
	}
}

.slideshow .paddlenav-arrow-previous {
	left: max(24px, env(safe-area-inset-left))
}

.slideshow .paddlenav-arrow-next {
	right: max(24px, env(safe-area-inset-right))
}

.slideshow__items {
	grid-area: main
}

html.touch .slideshow .icon-downloadcircle {
	padding: 0;
	margin: 0
}

.slideshow__items {
	display: grid;
	grid-template: "item" minmax(0, 1fr)/minmax(0, 1fr)
}

.slideshow .item {
	grid-area: item;
	display: grid;
	grid-template: "slide-image" minmax(0, 1fr) "slide-caption" auto/minmax(0, 1fr);
	background: #fff;
	overflow: hidden
}

.theme-dark .slideshow .item {
	background: #000
}

.slideshow__image {
	grid-area: slide-image;
	height: 100%;
	align-self: center;
	justify-self: center;
	font-size: 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	max-width: 1244px
}

@media only screen and (min-width: 1441px) {
	.slideshow__image {
		max-width: 1920px
	}
}

@media only screen and (max-width: 1068px) {
	.slideshow__image {
		max-width: 904px
	}
}

@media only screen and (max-width: 734px) {
	.slideshow__image {
		max-width: 414px
	}
}

.slideshow__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg)
}

@media only screen and (max-width: 734px) {
	.slideshow__spinner {
		position: initial;
		grid-area: slide-image;
		align-self: center;
		justify-self: center;
		transform: rotate(-90deg)
	}
}

.slideshow__caption {
	grid-area: slide-caption;
	text-align: center;
	color: #6e6e73;
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 600;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 16px;
	height: 4.00012em;
	margin-left: auto;
	margin-right: auto;
	width: 653px
}

@media only screen and (max-width: 1068px) {
	.slideshow__caption {
		margin-top: 12px
	}
}

.slideshow__caption:lang(ar) {
	height: 5em
}

.slideshow__caption:lang(ja) {
	height: 4.25em
}

.slideshow__caption:lang(ko) {
	height: 4.25em
}

.slideshow__caption:lang(th) {
	height: 4.00012em
}

@media only screen and (max-width: 1068px) {
	.slideshow__caption {
		max-width: 100%
	}
}

@media only screen and (max-width: 734px) {
	.slideshow__caption {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

@media only screen and (max-width: 734px) {
	.slideshow__caption {
		height: 5.33349em;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end
	}
	.slideshow__caption:lang(ar) {
		height: 6.66667em
	}
	.slideshow__caption:lang(ja) {
		height: 5.66667em
	}
	.slideshow__caption:lang(ko) {
		height: 5.66667em
	}
	.slideshow__caption:lang(th) {
		height: 5.33349em
	}
}

@media only screen and (orientation: landscape) and (max-height: 428px) {
	.slideshow__caption {
		display: none
	}
}

.theme-dark .slideshow__caption {
	color: #86868b
}

.slideshow .image-caption {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden
}

@media only screen and (max-width: 734px) {
	.slideshow .image-caption {
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden
	}
}

.viewport-image {
	border-radius: 7px;
	min-height: 0;
	max-height: 100%;
	max-width: 100%;
	pointer-events: none
}

@media only screen and (max-width: 415px) {
	.viewport-image {
		border-radius: 0
	}
}

.component.not-rounded .viewport-image {
	border-radius: 0 !important
}

.overflow-dotnav {
	width: 198px;
	overflow-x: hidden
}

.overflow-dotnav .dotnav-items>li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	margin: 0
}

.overflow-dotnav .dotnav-item {
	position: initial;
	display: inline-block;
	transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
}

html.no-reduced-motion .overflow-dotnav .dotnav-item {
	transition: opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
}

.overflow-dotnav .dotnav-item--small {
	transform: scale(0.75)
}

.overflow-dotnav .dotnav-item--smaller {
	transform: scale(0.5)
}

.overflow-dotnav .dotnav-item--hidden {
	opacity: 0
}

.slideshow__loader .slideshow__image {
	opacity: 0
}

@media only screen and (min-width: 1441px) {
	.slideshow__loader--loaded-xlarge .slideshow__image {
		opacity: 1;
		transition: opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
	}
	.slideshow__loader--loaded-xlarge .slideshow__spinner {
		display: none
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.slideshow__loader--loaded-large .slideshow__image {
		opacity: 1;
		transition: opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
	}
	.slideshow__loader--loaded-large .slideshow__spinner {
		display: none
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.slideshow__loader--loaded-medium .slideshow__image {
		opacity: 1;
		transition: opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
	}
	.slideshow__loader--loaded-medium .slideshow__spinner {
		display: none
	}
}

@media only screen and (max-width: 734px) {
	.slideshow__loader--loaded-small .slideshow__image {
		opacity: 1;
		transition: opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
	}
	.slideshow__loader--loaded-small .slideshow__spinner {
		display: none
	}
}

.slideshow__spinner {
	width: 43px;
	height: 43px
}

.slideshow__spinner__circle {
	fill: transparent;
	stroke: #86868b;
	stroke-dasharray: 125.66371px;
	stroke-width: 3px;
	stroke-linecap: round;
	transform-origin: 50% 50%;
	-webkit-animation: slideshow-spinner-dash 1.5s cubic-bezier(0.4, 0, 0.25, 1) infinite, slideshow-spinner-flip 1.5s step-end infinite;
	animation: slideshow-spinner-dash 1.5s cubic-bezier(0.4, 0, 0.25, 1) infinite, slideshow-spinner-flip 1.5s step-end infinite
}

@-webkit-keyframes slideshow-spinner-dash {
	0% {
		stroke-dashoffset: 125.66371px
	}
	50% {
		stroke-dashoffset: 0
	}
	100% {
		stroke-dashoffset: 125.66371px
	}
}

@keyframes slideshow-spinner-dash {
	0% {
		stroke-dashoffset: 125.66371px
	}
	50% {
		stroke-dashoffset: 0
	}
	100% {
		stroke-dashoffset: 125.66371px
	}
}

@-webkit-keyframes slideshow-spinner-flip {
	0% {
		transform: scaleY(1)
	}
	50%,
	100% {
		transform: scaleY(-1)
	}
}

@keyframes slideshow-spinner-flip {
	0% {
		transform: scaleY(1)
	}
	50%,
	100% {
		transform: scaleY(-1)
	}
}

.sosumi {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #6e6e73
}

.sosumi a {
	color: #1d1d1f
}

.sosumi ul {
	list-style: none
}

.sosumi ol {
	list-style: decimal outside;
	margin-left: 0;
	padding-left: 1em
}

.sosumi li,
.sosumi p {
	padding-bottom: .41667em
}

.sosumi small {
	font-size: 1em
}

.sosumi-list {
	margin: 0
}

.sosumi-list li:first-child {
	margin-top: 0
}

.sosumi>:last-child {
	margin-bottom: 0
}

body.theme-dark .sosumi {
	color: #86868b
}

body.theme-dark .sosumi a {
	color: #f5f5f7
}

.ac-video-icon {
	background-repeat: no-repeat
}

.ac-video-icon.icon-ctrl_airplay,
.ac-video-icon.controls-airplay-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2225%22%20width%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h21v25h-21z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m18.5%204h-16a2.50294%202.50294%200%200%200%20-2.5%202.5v9a2.50294%202.50294%200%200%200%202.5%202.5h2.90786l.92859-1h-3.83645a1.50164%201.50164%200%200%201%20-1.5-1.5v-9a1.50164%201.50164%200%200%201%201.5-1.5h16a1.50164%201.50164%200%200%201%201.5%201.5v9a1.50164%201.50164%200%200%201%20-1.5%201.5h-3.86212l.92859%201h2.93353a2.50294%202.50294%200%200%200%202.5-2.5v-9a2.50294%202.50294%200%200%200%20-2.5-2.5z%22%2F%3E%3Cpath%20d%3D%22m16.39205%2020.32933-5.52465-5.91988a.503.503%200%200%200%20-.7348%200l-5.5246%205.91988a.39889.39889%200%200%200%20.29391.67067h11.19618a.39889.39889%200%200%200%20.29396-.67067z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_airplay_active,
.ac-video-icon.controls-airplay-button.airplay-active {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2225%22%20width%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h21v25h-21z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m18.5%204h-16a2.50294%202.50294%200%200%200%20-2.5%202.5v9a2.50294%202.50294%200%200%200%202.5%202.5h2.90786l.92859-1h-3.83645a1.50164%201.50164%200%200%201%20-1.5-1.5v-9a1.50164%201.50164%200%200%201%201.5-1.5h16a1.50164%201.50164%200%200%201%201.5%201.5v9a1.50164%201.50164%200%200%201%20-1.5%201.5h-3.86212l.92859%201h2.93353a2.50294%202.50294%200%200%200%202.5-2.5v-9a2.50294%202.50294%200%200%200%20-2.5-2.5z%22%2F%3E%3Cpath%20d%3D%22m16.39205%2020.32933-5.52465-5.91988a.503.503%200%200%200%20-.7348%200l-5.5246%205.91988a.39889.39889%200%200%200%20.29391.67067h11.19618a.39889.39889%200%200%200%20.29396-.67067z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_arrow,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-top,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-right,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-bottom,
.compass-wrapper .compass-arrows .ac-video-icon.compass-arrow-left {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229px%22%20height%3D%2210px%22%20viewBox%3D%220%200%209%2010%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M7.6%2C5.8c0.7-0.4%2C0.7-1.2%2C0-1.6L2.2%2C0.5C1.5%2C0%2C1%2C0.3%2C1%2C1.1v7.8C1%2C9.7%2C1.5%2C10%2C2.2%2C9.5L7.6%2C5.8z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20width%3D%229%22%20height%3D%2210%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-ctrl_cc_active {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M17.89%2C16H2.11C0.95%2C16%2C0%2C15.04%2C0%2C13.87V2.13C0%2C0.96%2C0.95%2C0%2C2.11%2C0h15.79%0AC19.05%2C0%2C20%2C0.96%2C20%2C2.13v11.73C20%2C15.04%2C19.05%2C16%2C17.89%2C16z%20M7.92%2C6.96c0.59%2C0%2C0.79%2C0%2C1.45%2C0c0.04-1.83-1.24-2.87-2.99-2.87%0AS3.34%2C5.31%2C3.34%2C7.53s0-0.05%2C0%2C1.03s0.41%2C3.35%2C3.1%2C3.35c2.23%2C0%2C3-1.61%2C2.93-2.78c-0.77%2C0-0.86%2C0-1.45%2C0c0%2C0.5-0.19%2C1.43-1.49%2C1.43%0Ac-1.31%2C0-1.57-1.22-1.58-2.05s0-0.07%2C0-1.16s0.57-1.92%2C1.59-1.92S7.92%2C6.13%2C7.92%2C6.96z%20M15.17%2C6.96c0.59%2C0%2C0.79%2C0%2C1.45%2C0%0Ac0.04-1.83-1.24-2.87-2.99-2.87s-3.04%2C1.23-3.04%2C3.44s0-0.05%2C0%2C1.03s0.41%2C3.35%2C3.1%2C3.35c2.23%2C0%2C3-1.61%2C2.93-2.78%0Ac-0.77%2C0-0.86%2C0-1.45%2C0c0%2C0.5-0.19%2C1.43-1.49%2C1.43c-1.31%2C0-1.57-1.22-1.58-2.05s0-0.07%2C0-1.16s0.57-1.92%2C1.59-1.92%0AS15.17%2C6.13%2C15.17%2C6.96z%22%2F%3E%0A%3Crect%20class%3D%22no-fill%22%20id%3D%22Bounding-Box%22%20width%3D%2220%22%20height%3D%2216%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-ctrl_cc_default {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22fill%22%20d%3D%22M17.5%2C15.99h-15c-1.38%2C0-2.5-1.19-2.5-2.64V2.64C0%2C1.18%2C1.12%2C0%2C2.5%2C0h15C18.88%2C0%2C20%2C1.18%2C20%2C2.64%0A%09%09v10.71C20%2C14.81%2C18.88%2C15.99%2C17.5%2C15.99z%20M2.5%2C1C1.67%2C1%2C1%2C1.73%2C1%2C2.64v10.71c0%2C0.91%2C0.67%2C1.64%2C1.5%2C1.64h15%0A%09%09c0.83%2C0%2C1.5-0.74%2C1.5-1.64V2.64C19%2C1.73%2C18.33%2C1%2C17.5%2C1H2.5z%20M4.75%2C7.55c0-1.47%2C0.68-2.21%2C1.7-2.21s1.56%2C0.75%2C1.56%2C1.52h1.26V6.74%0A%09%09c0-1.34-1.02-2.56-2.83-2.56c-1.86%2C0-3.01%2C1.25-3.01%2C3.35v0.95c0%2C2.13%2C1.14%2C3.32%2C3%2C3.32c1.87%2C0%2C2.84-1.24%2C2.84-2.47V9.23H8.01%0A%09%09c0%2C0.77-0.53%2C1.43-1.55%2C1.43c-1.04%2C0-1.72-0.7-1.72-2.18V7.55z%20M12%2C7.55c0-1.47%2C0.68-2.21%2C1.7-2.21s1.56%2C0.75%2C1.56%2C1.52h1.26V6.74%0A%09%09c0-1.34-1.02-2.56-2.83-2.56c-1.86%2C0-3.01%2C1.25-3.01%2C3.35v0.95c0%2C2.13%2C1.14%2C3.32%2C3%2C3.32c1.87%2C0%2C2.84-1.24%2C2.84-2.47V9.23h-1.26%0A%09%09c0%2C0.77-0.53%2C1.43-1.55%2C1.43c-1.04%2C0-1.72-0.7-1.72-2.18V7.55z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-ctrl_cc_off,
.ac-video-icon.controls-text-tracks-toggle-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h21v25h-21z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m8%2012h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201z%22%2F%3E%3Cpath%20d%3D%22m7%2014h-2a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201z%22%2F%3E%3Cpath%20d%3D%22m16%2014h-2a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201z%22%2F%3E%3Cpath%20d%3D%22m12%2014h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201z%22%2F%3E%3Cpath%20d%3D%22m16%2012h-6a.5.5%200%200%201%200-1h6a.5.5%200%200%201%200%201z%22%2F%3E%3Cpath%20d%3D%22m5.752%2021.2007a.75152.75152%200%200%201%20-.3125-.06885.74252.74252%200%200%201%20-.4395-.68262v-2.44923h-2.5a2.50263%202.50263%200%200%201%20-2.5-2.5v-9a2.50263%202.50263%200%200%201%202.5-2.5h16a2.50263%202.50263%200%200%201%202.5%202.5v9a2.50263%202.50263%200%200%201%20-2.5%202.5h-8.71777a.63645.63645%200%200%200%20-.2654.09972l-3.27269%202.914a.74468.74468%200%200%201%20-.49214.18698zm-3.252-16.2007a1.50164%201.50164%200%200%200%20-1.5%201.5v9a1.50164%201.50164%200%200%200%201.5%201.5h2.5a1.001%201.001%200%200%201%201%201v1.89844l2.959-2.58936a1.25044%201.25044%200%200%201%20.82323-.30908h8.71777a1.50164%201.50164%200%200%200%201.5-1.5v-9a1.50164%201.50164%200%200%200%20-1.5-1.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_cc_on,
.ac-video-icon.controls-text-tracks-toggle-button.text-tracks-visible {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h21v25h-21z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m18.5%204h-16a2.50263%202.50263%200%200%200%20-2.5%202.5v9a2.50263%202.50263%200%200%200%202.5%202.5h2.5v2.44922a.74254.74254%200%200%200%20.43945.68262.74212.74212%200%200%200%20.80469-.11817l3.37305-2.95167a.251.251%200%200%201%20.165-.062h8.71781a2.50263%202.50263%200%200%200%202.5-2.5v-9a2.50263%202.50263%200%200%200%20-2.5-2.5zm-11.5%2010h-2a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201zm1-2h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201zm4%202h-3a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201zm4%200h-2a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201zm0-2h-6a.5.5%200%200%201%200-1h6a.5.5%200%200%201%200%201z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_check,
.ac-video-controls .ac-video-ax-tracks-selector-container .controls-audio-selector li.enabled::before,
.ac-video-controls .ac-video-ax-tracks-selector-container .controls-captions-selector li.enabled::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Checkmark%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2216%22%20viewBox%3D%220%200%208%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeckmark%3C%2Ftitle%3E%3Crect%20id%3D%22Bounding-Box%22%20class%3D%22cls-1%22%20width%3D%228%22%20height%3D%2216%22%2F%3E%3Cg%20id%3D%22Icon%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M2.76%2C11.69.86%2C9.33A.72.72%2C0%2C0%2C1%2C.7%2C8.9a.53.53%2C0%2C0%2C1%2C.53-.55.6.6%2C0%2C0%2C1%2C.51.28l1.58%2C2L6.41%2C5.74a.57.57%2C0%2C0%2C1%2C.48-.32.54.54%2C0%2C0%2C1%2C.56.51.83.83%2C0%2C0%2C1-.17.44L3.91%2C11.68a.67.67%2C0%2C0%2C1-.56.32A.74.74%2C0%2C0%2C1%2C2.76%2C11.69Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_fullscreen,
.ac-video-icon.controls-full-screen-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2217%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h17v25h-17z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m9.32047%2014.0275%205.97253%205.9725h-4.793a.5.5%200%200%200%200%201h5.3999a1.10154%201.10154%200%200%200%201.1001-1.1001v-5.3999a.5.5%200%200%200%20-1%200v4.793l-5.9725-5.9725a.49995.49995%200%200%200%20-.707.707z%22%2F%3E%3Cpath%20d%3D%22m7.67953%2010.9725-5.97253-5.9725h4.793a.5.5%200%200%200%200-1h-5.3999a1.10154%201.10154%200%200%200%20-1.1001%201.1001v5.3999a.5.5%200%200%200%201%200v-4.793l5.9725%205.9725a.49995.49995%200%200%200%20.707-.707z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_fullscreen_exit,
.ac-video-icon.controls-full-screen-button.is-fullscreen {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2217%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h17v25h-17z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m.32048%205.02751%205.97252%205.97249h-4.793a.5.5%200%201%200%200%201h5.3999a1.10154%201.10154%200%200%200%201.1001-1.1001v-5.3999a.5.5%200%201%200%20-1%200v4.793l-5.97249-5.97252a.49995.49995%200%201%200%20-.707.707z%22%2F%3E%3Cpath%20d%3D%22m16.67952%2019.97249-5.97252-5.97249h4.793a.5.5%200%200%200%200-1h-5.3999a1.10154%201.10154%200%200%200%20-1.1001%201.1001v5.3999a.5.5%200%200%200%201%200v-4.793l5.97249%205.97249a.49995.49995%200%201%200%20.707-.707z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_pause,
.is-playing .ac-video-icon.controls-play-pause-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2256%22%20height%3D%2256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h56v56h-56z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Crect%20height%3D%2236%22%20rx%3D%223%22%20width%3D%2211%22%20x%3D%2214%22%20y%3D%2210%22%2F%3E%3Crect%20height%3D%2236%22%20rx%3D%223%22%20width%3D%2211%22%20x%3D%2231%22%20y%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_pause_super,
.ac-video-player.large .is-playing .ac-video-icon.controls-play-pause-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2275%22%20height%3D%2275%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h75v75h-75z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Crect%20height%3D%2251%22%20rx%3D%224%22%20width%3D%2216%22%20x%3D%2217%22%20y%3D%2212%22%2F%3E%3Crect%20height%3D%2251%22%20rx%3D%224%22%20width%3D%2216%22%20x%3D%2242%22%20y%3D%2212%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_pip_active,
.ac-video-icon.controls-picture-in-picture-button.is-picture-in-picture {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2225%22%3E%3Ctitle%3Epip.fill_reduced%401x%3C%2Ftitle%3E%3Crect%20width%3D%2221%22%20height%3D%2225%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M18.5%2C11H18v1h.5A1.5%2C1.5%2C0%2C0%2C1%2C20%2C13.5v5A1.5%2C1.5%2C0%2C0%2C1%2C18.5%2C20h-8A1.5%2C1.5%2C0%2C0%2C1%2C9%2C18.5V18H8v.5A2.5%2C2.5%2C0%2C0%2C0%2C10.5%2C21h8A2.5%2C2.5%2C0%2C0%2C0%2C21%2C18.5v-5A2.5%2C2.5%2C0%2C0%2C0%2C18.5%2C11Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M14.5%2C4H2.5A2.5%2C2.5%2C0%2C0%2C0%2C0%2C6.5v8A2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C17h12A2.5%2C2.5%2C0%2C0%2C0%2C17%2C14.5v-8A2.5%2C2.5%2C0%2C0%2C0%2C14.5%2C4Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_pip_default,
.ac-video-icon.controls-picture-in-picture-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2225%22%3E%3Ctitle%3Epip_reduced%401x%3C%2Ftitle%3E%3Crect%20width%3D%2221%22%20height%3D%2225%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2.5%2C17A1.5%2C1.5%2C0%2C0%2C1%2C1%2C15.5v-9A1.5%2C1.5%2C0%2C0%2C1%2C2.5%2C5h13A1.5%2C1.5%2C0%2C0%2C1%2C17%2C6.5V10h1V6.5A2.5%2C2.5%2C0%2C0%2C0%2C15.5%2C4H2.5A2.5%2C2.5%2C0%2C0%2C0%2C0%2C6.5v9A2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C18H7V17Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M18.5%2C11h-8A2.5%2C2.5%2C0%2C0%2C0%2C8%2C13.5v5A2.5%2C2.5%2C0%2C0%2C0%2C10.5%2C21h8A2.5%2C2.5%2C0%2C0%2C0%2C21%2C18.5v-5A2.5%2C2.5%2C0%2C0%2C0%2C18.5%2C11Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_play,
.ac-video-icon.controls-play-pause-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2256%22%20height%3D%2256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h56v56h-56z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m14%2042.16188v-28.26778c0-2.88275%201.73588-4.3941%203.88446-4.3941a4.9721%204.9721%200%200%201%202.97495.83964l23.00036%2013.57413c2.03839%201.20348%203.14023%202.18305%203.14023%204.08623s-1.10184%202.88275-3.14023%204.08623l-23.00036%2013.57413a4.9721%204.9721%200%200%201%20-2.97495.83964c-2.14858%200-3.88446-1.45537-3.88446-4.33812z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_play_super,
.ac-video-player.large .ac-video-icon.controls-play-pause-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2275%22%20height%3D%2275%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h75v75h-75z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m17%2057.40318v-39.72769c0-4.05144%202.4984-6.17549%205.59106-6.17549a7.28466%207.28466%200%200%201%204.28213%201.18l33.10681%2019.07719c2.934%201.69137%204.52%203.06807%204.52%205.74281s-1.586%204.05144-4.52%205.74281l-33.10681%2019.07719a7.28466%207.28466%200%200%201%20-4.28213%201.18c-3.09266%200-5.59106-2.04539-5.59106-6.09682z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_replay,
.end-state .ac-video-icon.controls-play-pause-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2256%22%20height%3D%2256%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h56v56h-56z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m24.42545%2025.27791a3.11341%203.11341%200%200%201%201.08878-2.42272l2.09524-2.0607h-.08428c-5.6693%200-9.88721%204.48342-9.88721%2010.582a10.3484%2010.3484%200%200%200%2020.6966%200%204.00782%204.00782%200%201%201%208.01542%200%2018.35%2018.35%200%200%201%20-36.7%200%2017.74383%2017.74383%200%200%201%2017.736-18.04508l-1.8718-1.83792a3.11339%203.11339%200%200%201%20-1.08878-2.42271%203.83824%203.83824%200%200%201%203.82595-3.87078%203.48968%203.48968%200%200%201%202.56956%201.08605l7.82039%207.99217a3.76391%203.76391%200%200%201%201.25734%202.84043%203.92685%203.92685%200%200%201%20-1.25734%202.86827l-7.82039%208.02a3.52556%203.52556%200%200%201%20-2.56956%201.05819%203.80252%203.80252%200%200%201%20-3.82592-3.7872z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_replay_super,
.ac-video-player.large .end-state .ac-video-icon.controls-play-pause-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2275%22%20width%3D%2275%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h75v75h-75z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m32.435%2033.0377a4.4305%204.4305%200%200%201%201.54289-3.44352l2.96755-2.929h-.11823c-8.033%200-14.00914%206.37249-14.00914%2015.04067a14.66186%2014.66186%200%200%200%2029.32371%200%205.67941%205.67941%200%201%201%2011.35818%200%2026%2026%200%201%201%20-52%200c0-14.32822%2010.96244-25.52957%2025.12889-25.64831l-2.651-2.61233a4.43049%204.43049%200%200%201%20-1.54285-3.44349%205.44732%205.44732%200%200%201%205.42116-5.50172%204.937%204.937%200%200%201%203.64084%201.54365l11.08063%2011.35967a5.357%205.357%200%200%201%201.78037%204.03723%205.58839%205.58839%200%200%201%20-1.78033%204.07682l-11.08067%2011.39924a4.98778%204.98778%200%200%201%20-3.6408%201.50407%205.39626%205.39626%200%200%201%20-5.4212-5.38298z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_volume_mute,
.ac-video-icon.controls-toggle-mute-volume-button.is-muted {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2025%22%3E%3Ctitle%3Espeaker.slash.fill_reduced%401x%3C%2Ftitle%3E%3Crect%20width%3D%2221%22%20height%3D%2225%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15.0535%2C20.83783a.55655.55655%2C0%2C0%2C0%2C.78293.00244.548.548%2C0%2C0%2C0%2C.003-.77812L.9465%2C5.16168a.55776.55776%2C0%2C0%2C0-.78293-.00244.548.548%2C0%2C0%2C0-.00295.77812Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1.5%2C9A1.50062%2C1.50062%2C0%2C0%2C0%2C0%2C10.5v4A1.50062%2C1.50062%2C0%2C0%2C0%2C1.5%2C16H4.4l5.0127%2C4.73083A.93.93%2C0%2C0%2C0%2C11%2C20.14825V18.33807L1.66559%2C9Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M11%2C4.83215a.93.93%2C0%2C0%2C0-1.58728-.58258L5.39526%2C8.05682%2C11%2C13.66382Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-ctrl_volume_on,
.ac-video-icon.controls-toggle-mute-volume-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2025%22%3E%3Ctitle%3Espeaker.2.fill_reduced%401x%3C%2Ftitle%3E%3Crect%20width%3D%2221%22%20height%3D%2225%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15.44879%2C16.3875a.55051.55051%2C0%2C0%2C1-.45716-.85518%2C5.45379%2C5.45379%2C0%2C0%2C0-.02246-6.06147.55025.55025%2C0%2C1%2C1%2C.91236-.61537%2C6.55712%2C6.55712%2C0%2C0%2C1%2C.02637%2C7.28636A.54931.54931%2C0%2C0%2C1%2C15.44879%2C16.3875Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M18.524%2C19a.52388.52388%2C0%2C0%2C1-.32053-.109.55375.55375%2C0%2C0%2C1-.10621-.76458%2C9.543%2C9.543%2C0%2C0%2C0%2C0-11.25256.55375.55375%2C0%2C0%2C1%2C.10621-.76458.52648.52648%2C0%2C0%2C1%2C.74726.10853%2C10.65433%2C10.65433%2C0%2C0%2C1%2C0%2C12.56466A.52777.52777%2C0%2C0%2C1%2C18.524%2C19Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M11%2C20.14826a.93.93%2C0%2C0%2C1-1.58725.58258L4.4%2C16H1.5A1.50064%2C1.50064%2C0%2C0%2C1%2C0%2C14.5v-4A1.50064%2C1.50064%2C0%2C0%2C1%2C1.5%2C9H4.4L9.41275%2C4.24957A.93.93%2C0%2C0%2C1%2C11%2C4.83215Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_close {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h13v21h-13z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m.55065%2017a.54981.54981%200%200%201%20-.38865-.93852l11.89991-11.89993a.54967.54967%200%200%201%20.77734.77735l-11.89993%2011.89993a.548.548%200%200%201%20-.38867.16117z%22%2F%3E%3Cpath%20d%3D%22m12.4502%2016.99911a.548.548%200%200%201%20-.38868-.16113l-11.90039-11.90039a.54967.54967%200%200%201%20.77735-.77734l11.90039%2011.90039a.5498.5498%200%200%201%20-.38867.93847z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_embed {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h22v25h-22z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m7.05%2018.55a.549.549%200%200%201%20-.37208-.14453l-6.00018-5.50014a.55093.55093%200%200%201%200-.81056l6.00026-5.50013a.55018.55018%200%200%201%20.74416.81056l-5.55883%205.09485%205.55879%205.09485a.55.55%200%200%201%20-.37212.9551z%22%2F%3E%3Cpath%20d%3D%22m8.74994%2021a.55037.55037%200%200%201%20-.52931-.69508l4.50012-15.9053a.54963.54963%200%200%201%201.05862.29609l-4.50012%2015.90529a.55009.55009%200%200%201%20-.52931.399z%22%2F%3E%3Cpath%20d%3D%22m14.95%2018.55a.549.549%200%200%200%20.37208-.14453l6.00022-5.50014a.55093.55093%200%200%200%200-.81056l-6.0003-5.50013a.55018.55018%200%200%200%20-.74416.81056l5.55879%205.09485-5.55875%205.09485a.55.55%200%200%200%20.37212.9551z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_fb {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h20v25h-20z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m19.5%2012.5a9.5%209.5%200%201%200%20-10.98438%209.38455v-6.63846h-2.4121v-2.74609h2.4121v-2.093a3.35244%203.35244%200%200%201%203.58828-3.69606%2014.60937%2014.60937%200%200%201%202.12657.18554v2.3379h-1.198a1.373%201.373%200%200%200%20-1.54809%201.48362v1.782h2.63476l-.42114%202.74609h-2.21362v6.63846a9.50227%209.50227%200%200%200%208.01562-9.38455z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_line {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Esocial.line_reduced%401x_FFF_np%3C%2Ftitle%3E%3Crect%20width%3D%2221%22%20height%3D%2225%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20.5%2C11.09106C20.5%2C6.62962%2C16.01409%2C3%2C10.49992%2C3%2C4.98638%2C3%2C.5%2C6.62962.5%2C11.09106c0%2C3.99967%2C3.55756%2C7.34934%2C8.36313%2C7.98266.32566.07.76891.214.881.49168a2.042%2C2.042%2C0%2C0%2C1%2C.03235.90151s-.11729.70351-.1427.85351c-.04356.252-.20094.98587.86615.53747a32.2811%2C32.2811%2C0%2C0%2C0%2C7.857-5.78869h-.00047A7.18774%2C7.18774%2C0%2C0%2C0%2C20.5%2C11.09106ZM6.97181%2C13.473a.19434.19434%2C0%2C0%2C1-.19447.19422H3.97494a.19368.19368%2C0%2C0%2C1-.13448-.05414l-.00285-.00268-.00269-.003a.19238.19238%2C0%2C0%2C1-.05445-.13409V9.12913a.19447.19447%2C0%2C0%2C1%2C.19479-.19405h.70151a.19433.19433%2C0%2C0%2C1%2C.19463.19405v3.45023H6.77734a.19434.19434%2C0%2C0%2C1%2C.19447.19422Zm1.69114.00038a.19431.19431%2C0%2C0%2C1-.19479.19374H7.76665a.1943.1943%2C0%2C0%2C1-.19478-.19374V9.129a.19444.19444%2C0%2C0%2C1%2C.19478-.19391h.70151A.19446.19446%2C0%2C0%2C1%2C8.663%2C9.129Zm4.828%2C0a.1942.1942%2C0%2C0%2C1-.19478.19374H12.5948a.19168.19168%2C0%2C0%2C1-.04988-.0066l-.00284-.00064-.01327-.00425-.00582-.0022-.00948-.00394-.00931-.00456-.00554-.003-.012-.00725-.002-.00157a.19228.19228%2C0%2C0%2C1-.04941-.04784L10.436%2C10.89319v2.5802a.19434.19434%2C0%2C0%2C1-.19494.19374H9.53968a.1943.1943%2C0%2C0%2C1-.19478-.19374V9.129a.19444.19444%2C0%2C0%2C1%2C.19478-.19391H10.241l.00678.00032.0101.00063.01027.00127.0082.0011.01121.00252.00679.00172.01152.00378.00632.0022.01121.00472.00615.003.01042.00582.00584.00345.0101.00694.00506.00393.01042.00866.00363.0033.01168.012.00126.00125.01515.01968L12.4%2C11.71V9.129a.19435.19435%2C0%2C0%2C1%2C.19479-.19391h.70136a.19434.19434%2C0%2C0%2C1%2C.19478.19391ZM17.3642%2C9.82875a.19424.19424%2C0%2C0%2C1-.19447.19422H15.26394v.73421h1.90579a.19437.19437%2C0%2C0%2C1%2C.19447.19437v.69927a.19423.19423%2C0%2C0%2C1-.19447.19421H15.26394v.73437h1.90579a.19433.19433%2C0%2C0%2C1%2C.19447.19422V13.473a.19433.19433%2C0%2C0%2C1-.19447.19422h-2.8024a.1935.1935%2C0%2C0%2C1-.13448-.0543L14.23%2C13.61044l-.00269-.003a.19238.19238%2C0%2C0%2C1-.05445-.13409V9.12917a.19284.19284%2C0%2C0%2C1%2C.054-.13378L14.23%2C8.99192l.00222-.00205a.19408.19408%2C0%2C0%2C1%2C.13511-.05477h2.8024a.19437.19437%2C0%2C0%2C1%2C.19447.19437Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_link {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h18v25h-18z%22%20fill%3D%22none%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m11.39385%2010.10615a4.29818%204.29818%200%200%200%20-1.93835-1.102l-.71729.71759a2.17884%202.17884%200%200%200%20-.19141.23226%203.25128%203.25128%200%200%201%202.0692%205.52611l-.34785.34785-1.33865%201.33873-1.7835%201.78344a3.25%203.25%200%201%201%20-4.5962-4.59619l1.784-1.78394a5.47688%205.47688%200%200%201%20-.07569-.77588%205.48189%205.48189%200%200%201%20.076-.78009l-2.56211%202.56208a4.35%204.35%200%200%200%206.15183%206.15189l3.11394-3.114.35608-.356a4.51087%204.51087%200%200%200%201.24573-2.80139%204.34594%204.34594%200%200%200%20-.14356-1.41137%204.29894%204.29894%200%200%200%20-1.10217-1.93909z%22%2F%3E%3Cpath%20d%3D%22m16.228%205.272a4.355%204.355%200%200%200%20-6.15186%200l-3.09037%203.09037-.35595.356a4.51006%204.51006%200%200%200%20-1.24573%202.80139%204.34655%204.34655%200%200%200%20.14355%201.41144%204.20312%204.20312%200%200%200%203.04053%203.041l.71729-.71753a2.15692%202.15692%200%200%200%20.1914-.2323%203.25127%203.25127%200%200%201%20-2.06921-5.52621l.08335-.08343%201.0508-1.05073%202.3122-2.31213a3.25%203.25%200%201%201%204.5962%204.59619l-1.76033%201.76026a5.49382%205.49382%200%200%201%20.07568.77588%205.48188%205.48188%200%200%201%20-.076.78009l2.53845-2.53846a4.35494%204.35494%200%200%200%200-6.15183z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-share_twitter {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h21v25h-21z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22m6.60282%2020.99995a12.15162%2012.15162%200%200%200%2012.259-12.21326c0-.18579%200-.37074-.0126-.55485a8.748%208.748%200%200%200%202.14952-2.22184%208.62494%208.62494%200%200%201%20-2.47464.67536%204.3102%204.3102%200%200%200%201.8942-2.3742%208.654%208.654%200%200%201%20-2.73588%201.04184%204.31033%204.31033%200%200%200%20-7.34242%203.91488%2012.24749%2012.24749%200%200%201%20-8.87966-4.48478%204.286%204.286%200%200%200%201.33392%205.73%204.28876%204.28876%200%200%201%20-1.95552-.53722v.05439a4.298%204.298%200%200%200%203.4566%204.20778%204.31723%204.31723%200%200%201%20-1.94544.07365%204.31148%204.31148%200%200%200%204.02528%202.98092%208.66585%208.66585%200%200%201%20-5.3508%201.84112%208.80489%208.80489%200%200%201%20-1.02564-.06193%2012.231%2012.231%200%200%200%206.60408%201.9248%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.ac-video-icon.icon-view_field,
.compass-wrapper .ac-video-icon.compass-field {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cg%3E%0A%09%3Crect%20class%3D%22no-fill%22%20width%3D%2238%22%20height%3D%2238%22%2F%3E%0A%09%3Cpath%20style%3D%22opacity%3A0.32%3Bfill%3A%23FFFFFF%3B%22%20d%3D%22M25.11%2C11.73c0%2C0-2.5-2.23-6.11-2.23s-6.11%2C2.23-6.11%2C2.23c-0.38%2C0.32-0.61%2C0.8-0.61%2C1.33%0A%09%09c0%2C0.48%2C0.19%2C0.91%2C0.5%2C1.23c0.32%2C0.32%2C5.24%2C5.32%2C5.46%2C5.53c0.2%2C0.19%2C0.47%2C0.31%2C0.77%2C0.31s0.57-0.12%2C0.77-0.31%0A%09%09c0.22-0.21%2C5.14-5.21%2C5.46-5.53c0.31-0.32%2C0.5-0.75%2C0.5-1.23C25.73%2C12.53%2C25.49%2C12.05%2C25.11%2C11.73z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-view_ring,
.compass-wrapper .ac-video-icon.compass-ring {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2038%2038%22%3E%0A%3Cdefs%3E%3Cstyle%3E.fill%7Bfill%3A%23fff%3B%7D.no-fill%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%0A%3Cg%20id%3D%22View_Ring_1_%22%3E%0A%09%3Cpolyline%20class%3D%22no-fill%22%20points%3D%220%2C0%2038%2C0%2038%2C38%200%2C38%22%2F%3E%0A%09%3Cpath%20class%3D%22fill%22%20style%3D%22opacity%3A0.32%22%20d%3D%22M28.4%2C9.3C26%2C6.9%2C22.7%2C5.6%2C19%2C5.6s-7%2C1.4-9.4%2C3.8C7%2C11.8%2C5.4%2C15.2%2C5.4%2C19c0%2C7.5%2C6.1%2C13.6%2C13.6%2C13.6%0A%09%09S32.6%2C26.5%2C32.6%2C19C32.6%2C15.2%2C31%2C11.8%2C28.4%2C9.3z%20M19%2C30.4c-6.3%2C0-11.4-5.1-11.4-11.4c0-3.2%2C1.3-6.2%2C3.4-8.3c2.1-2%2C4.9-3.2%2C8-3.2%0A%09%09s5.9%2C1.3%2C8%2C3.2c2.2%2C2.1%2C3.4%2C5.1%2C3.4%2C8.3C30.4%2C25.3%2C25.3%2C30.4%2C19%2C30.4z%22%2F%3E%0A%09%3Cpath%20class%3D%22fill%22%20style%3D%22display%3Anone%3B%22%20d%3D%22M19%2C30.5c-6.3%2C0-11.4-5.1-11.4-11.4c0-3.3%2C1.3-6.3%2C3.5-8.4S16%2C7.5%2C19%2C7.5s5.9%2C1.3%2C7.9%2C3.1%0A%09%09c2.2%2C2.1%2C3.5%2C5.1%2C3.5%2C8.4C30.4%2C25.4%2C25.3%2C30.5%2C19%2C30.5z%22%2F%3E%0A%09%3Cpath%20class%3D%22fill%22%20d%3D%22M19%2C5.5c-3.6%2C0-6.9%2C1.4-9.4%2C3.8l0%2C0C9.4%2C9.5%2C9.3%2C9.7%2C9.3%2C10c0%2C0.6%2C0.5%2C1%2C1%2C1%0A%09%09c0.4%2C0%2C0.6-0.2%2C0.8-0.4C13%2C8.8%2C15.9%2C7.5%2C19%2C7.5s6%2C1.3%2C7.9%2C3.1c0.2%2C0.2%2C0.4%2C0.4%2C0.8%2C0.4c0.5%2C0%2C1-0.4%2C1-1c0-0.3-0.1-0.5-0.3-0.7l0%2C0%0A%09%09C25.9%2C6.9%2C22.6%2C5.5%2C19%2C5.5z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
}

.ac-video-icon.icon-view_scrim,
.compass-wrapper .ac-video-icon.compass-background {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2238px%22%20height%3D%2238px%22%20viewBox%3D%220%200%2038%2038%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Sticker-Sheet%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22view_scrim%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22boundingbox%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2238%22%20height%3D%2238%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22icon%22%20fill%3D%22%236E6E73%22%20fill-rule%3D%22nonzero%22%20opacity%3D%220.4%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2218.12%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")
}

.cursor-pointer {
	cursor: pointer
}

.ac-video-player {
	cursor: none
}

.ac-video-player .acv-visually-hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0
}

.ac-video-player:-webkit-full-screen {
	background: #000;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1
}

.ac-video-player:-ms-fullscreen {
	background: #000;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1
}

.ac-video-player:fullscreen {
	background: #000;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1
}

.ac-video-player .ac-video-blockade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%
}

.ac-video-player>* {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ac-video-player.threesixty-video {
	-webkit-tap-highlight-color: transparent
}

.ac-video-player.threesixty-video .start-state .controls-play-pause-button-container,
.ac-video-player.threesixty-video .end-state .controls-play-pause-button-container {
	pointer-events: all
}

.ac-video-player.threesixty-video .ac-video-blockade {
	display: none
}

.ac-video-player.threesixty-video .threesixty-video-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%
}

.ac-video-player.threesixty-video .threesixty-video-container .threesixty-renderer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.ac-video-player.safari-fix-zindex video {
	z-index: 0
}

.ac-video-player video {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.ac-video-player video,
.ac-video-player video img {
	display: block;
	outline: none
}

.ac-video-player video::-webkit-media-controls-start-playback-button {
	background: rgba(0, 0, 0, 0.25);
	-webkit-clip-path: none;
	clip-path: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.ac-video-player video::-webkit-media-controls-start-playback-background {
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	-webkit-clip-path: polygon(54.2px 55.2px, 54.2px 37.2px, 53.5px 37.9px, 25.1px 55.2px, 24.1px 55.5px, 22.4px 54.5px, 22.1px 53.5px, 22.1px 19.1px, 22.4px 18.1px, 23.1px 17.4px, 24.1px 17.1px, 25.1px 17.4px, 53.5px 34.6px, 54.2px 35.2px);
	clip-path: polygon(54.2px 55.2px, 54.2px 37.2px, 53.5px 37.9px, 25.1px 55.2px, 24.1px 55.5px, 22.4px 54.5px, 22.1px 53.5px, 22.1px 19.1px, 22.4px 18.1px, 23.1px 17.4px, 24.1px 17.1px, 25.1px 17.4px, 53.5px 34.6px, 54.2px 35.2px);
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.ac-video-player video::-webkit-media-controls-start-playback-tint,
.ac-video-player video::-webkit-media-controls-start-playback-glyph {
	background: none
}

.ac-video-controls.captions-selector-showing .ac-video-ax-tracks-selector-container {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s ease
}

.ac-video-controls .ac-video-ax-tracks-selector-container {
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background-color: rgba(29, 29, 31, 0.56);
	border-radius: 8px;
	position: absolute;
	left: -5px;
	padding: 15px 8px 16px 15px;
	max-width: 220px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	overflow: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	pointer-events: all;
	transition: opacity 0.5s ease, visibility 0s ease 0.5s;
	bottom: 15px
}

.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-ax-tracks-scroll-container {
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-color: #fff #515154;
	scrollbar-width: thin;
	height: 100%;
	padding-right: 16px
}

.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-ax-tracks-scroll-container::-webkit-scrollbar {
	width: 5px
}

.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-ax-tracks-scroll-container::-webkit-scrollbar-track {
	background-color: #515154;
	border-radius: 16px
}

.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-ax-tracks-scroll-container::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 16px
}

.ac-video-player.small .ac-video-controls .ac-video-ax-tracks-selector-container {
	bottom: 27px
}

.ac-video-player.medium .ac-video-controls .ac-video-ax-tracks-selector-container {
	bottom: 21px
}

.ac-video-player.large .ac-video-controls .ac-video-ax-tracks-selector-container {
	bottom: 15px
}

.ac-video-controls .ac-video-ax-tracks-selector-container.showing {
	visibility: visible;
	opacity: 1
}

.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-audio-selector-container.hidden,
.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-captions-selector-container.hidden {
	display: none
}

.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-audio-selector-title,
.ac-video-controls .ac-video-ax-tracks-selector-container .ac-video-captions-selector-title {
	color: rgba(255, 255, 255, 0.52);
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	text-transform: uppercase;
	position: relative
}

.ac-video-controls .ac-video-ax-tracks-selector-container .controls-audio-selector {
	padding-bottom: 12px
}

.ac-video-controls .ac-video-ax-tracks-selector-container .controls-audio-selector,
.ac-video-controls .ac-video-ax-tracks-selector-container .controls-captions-selector {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding-left: 12px;
	white-space: nowrap
}

.ac-video-controls .ac-video-ax-tracks-selector-container .controls-audio-selector li,
.ac-video-controls .ac-video-ax-tracks-selector-container .controls-captions-selector li {
	padding-top: 5px;
	white-space: pre-wrap;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%
}

.ac-video-controls .ac-video-ax-tracks-selector-container .controls-audio-selector li:first-child,
.ac-video-controls .ac-video-ax-tracks-selector-container .controls-captions-selector li:first-child {
	padding-top: 6px
}

.ac-video-controls .ac-video-ax-tracks-selector-container .controls-audio-selector li:not(.enabled):hover,
.ac-video-controls .ac-video-ax-tracks-selector-container .controls-captions-selector li:not(.enabled):hover {
	text-decoration: underline
}

.ac-video-controls .ac-video-ax-tracks-selector-container .controls-audio-selector li.enabled::before,
.ac-video-controls .ac-video-ax-tracks-selector-container .controls-captions-selector li.enabled::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 16px;
	left: -12px
}

video::cue {
	color: #fff;
	font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600
}

.ac-video-player-text-track-container {
	position: absolute;
	z-index: 9;
	bottom: 20%;
	left: 0px;
	right: 0px;
	text-align: center;
	display: inline-block
}

.ac-video-player-text-track {
	display: none;
	padding: 2px 4px;
	font-family: 'Arial';
	font-weight: 700;
	font-size: 24px;
	color: white;
	text-align: center;
	background-color: black
}

.ac-video-player-text-track-container:empty {
	display: none
}

.ac-video-player-text-track.is-visible:empty {
	display: none
}

.ac-video-player-text-track.is-visible {
	display: inline-block
}

.ac-video-poster {
	transition: opacity 500ms linear;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1
}

.ac-video-poster img {
	display: block;
	width: 100%;
	height: auto
}

.ac-video-poster.ac-video-poster-hide {
	opacity: 0;
	pointer-events: none
}

.ac-video-controls {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden
}

.ac-video-controls.mobile {
	display: none
}

.ac-video-controls [data-focus-method="mouse"] {
	outline: none
}

.ac-video-controls [data-focus-method="mouse"].ac-slider-chapter-container:focus::before {
	outline: none
}

.ac-video-controls.hidden {
	visibility: hidden
}

.ac-video-controls.start-state .controls-container {
	opacity: 1;
	background: rgba(0, 0, 0, 0.16);
	transition: all .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-controls.start-state .center-button-container {
	opacity: 1;
	transform: translateY(0)
}

.ac-video-controls.start-state .controls-social-tray {
	opacity: 0;
	pointer-events: none;
	visibility: hidden
}

.ac-video-controls.start-state .main-controls-container {
	opacity: 0;
	pointer-events: none;
	visibility: hidden
}

.ac-video-controls.start-state.mobile {
	display: block
}

.ac-video-controls.start-state.mobile .controls-container .is-playing {
	display: none
}

.ac-video-controls.end-state .controls-container {
	opacity: 1;
	background: rgba(0, 0, 0, 0.56);
	transition: all .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-controls.end-state .center-button-container {
	opacity: 1;
	transform: translateY(0)
}

.ac-video-controls.end-state .controls-social-tray {
	opacity: 1;
	transform: translateY(0)
}

.ac-video-controls.end-state .main-controls-container {
	opacity: 0;
	pointer-events: none;
	visibility: hidden
}

.ac-video-controls.end-state.mobile {
	display: block
}

.ac-video-controls .controls-container {
	background: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.56));
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-controls.hide-cursor .controls-container {
	cursor: none
}

.ac-video-controls.hide-cursor .center-button-container {
	cursor: none
}

.was-loading .ac-video-controls .center-button-container {
	transition: none
}

.ac-video-controls .center-button-container {
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.4, 0, 0.6, 1) .05s, transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-controls .controls-social-tray {
	width: 100%;
	position: absolute;
	z-index: 3;
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.4, 0, 0.6, 1) .05s, transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-controls .controls-social-tray.hidden {
	display: none
}

.ac-video-controls .main-controls-container {
	direction: ltr;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	width: 100%;
	bottom: 0;
	position: absolute;
	z-index: 3;
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.4, 0, 0.6, 1) .05s, transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-player.small .ac-video-controls .main-controls-container {
	height: 37px
}

.ac-video-player.medium .ac-video-controls .main-controls-container {
	height: 41px
}

.ac-video-player.large .ac-video-controls .main-controls-container {
	height: 45px
}

.ac-video-controls .main-controls {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 948px;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none
}

.ac-video-player.small .ac-video-controls .main-controls {
	padding: 0 9px 10px 9px
}

.ac-video-player.medium .ac-video-controls .main-controls {
	padding: 0 14px 20px 14px
}

.ac-video-player.large .ac-video-controls .main-controls {
	padding: 0 18px 30px 18px
}

.ac-video-controls .main-controls-item {
	flex: 1;
	position: relative;
	top: 0
}

.ac-video-player.small .ac-video-controls .main-controls-item {
	padding-left: 0px;
	padding-right: 0px
}

.ac-video-player.medium .ac-video-controls .main-controls-item {
	padding-left: 0px;
	padding-right: 0px
}

.ac-video-player.large .ac-video-controls .main-controls-item {
	padding-left: 0px;
	padding-right: 0px
}

.ac-video-player.small .ac-video-controls .main-controls-item {
	height: 33px
}

.ac-video-player.medium .ac-video-controls .main-controls-item {
	height: 33px
}

.ac-video-player.large .ac-video-controls .main-controls-item {
	height: 33px
}

.ac-video-controls .main-controls-item:first-child {
	margin-left: 0
}

.ac-video-controls .main-controls-item:last-child {
	margin-right: 0
}

.user-hover {
	cursor: default
}

.user-hover .controls-container {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4, 0.1, 0.4, 1)
}

.user-hover .center-button-container {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .4s cubic-bezier(0, 0, 0.2, 1) .25s, transform .5s cubic-bezier(0, 0, 0.2, 1) .2s
}

.user-hover .controls-social-tray {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .4s cubic-bezier(0, 0, 0.2, 1) .35s, transform .5s cubic-bezier(0, 0, 0.2, 1) .3s
}

.user-hover .main-controls-container {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .4s cubic-bezier(0, 0, 0.2, 1) .05s, transform .5s cubic-bezier(0, 0, 0.2, 1)
}

.user-hover .start-state .controls-container {
	background: rgba(0, 0, 0, 0.32)
}

.user-hover .end-state .controls-container {
	background: rgba(0, 0, 0, 0.64)
}

.mouse-leave .center-button-container,
.mouse-leave .controls-social-tray,
.mouse-leave .main-controls-container {
	transform: translateY(20px)
}

.initial-play .center-button-container,
.initial-play .controls-social-tray,
.initial-play .main-controls-container {
	transition: opacity .4s cubic-bezier(0.4, 0, 0.6, 1) .05s, transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.threesixty-video {
	cursor: none
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .main-controls-container,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-play-pause-button-container,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-social-tray,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-progress-bar,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .end-state-wrapper {
	pointer-events: none
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .main-controls-container *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-play-pause-button-container *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-social-tray *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-progress-bar *,
.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .end-state-wrapper * {
	pointer-events: none
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-button {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.threesixty-video.recently-dragging.dragging .ac-video-controls .controls-container .controls-progress-bar {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.threesixty-video.recently-dragging .ac-video-controls .controls-container {
	cursor: -webkit-grab;
	cursor: grab
}

.threesixty-video.recently-dragging .ac-video-controls .controls-container .controls-button {
	cursor: -webkit-grab;
	cursor: grab
}

.threesixty-video.recently-dragging .ac-video-controls .controls-container .controls-progress-bar {
	cursor: -webkit-grab;
	cursor: grab
}

.threesixty-video.user-hover .ac-video-controls .center-button-container {
	cursor: -webkit-grab;
	cursor: grab
}

.threesixty-video.user-hover .ac-video-controls.start-state .center-button-container,
.threesixty-video.user-hover .ac-video-controls.end-state .center-button-container {
	cursor: pointer
}

.threesixty-video .ac-video-controls.mobile {
	display: flex
}

.threesixty-video .ac-video-controls.mobile .controls-container {
	display: block
}

.threesixty-video .ac-video-controls.mobile:not(.start-state):not(.end-state) .controls-play-pause-button-container {
	pointer-events: none
}

.button-wrapper {
	position: relative;
	height: 100%
}

.controls-button {
	border: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: transparent;
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
	box-sizing: content-box;
	pointer-events: all
}

.controls-button:hover {
	cursor: pointer
}

.loading .ac-video-icon.icon-ctrl_pause_super,
.loading .ac-video-player.large .is-playing .ac-video-icon.controls-play-pause-button,
.ac-video-player.large .is-playing .loading .ac-video-icon.controls-play-pause-button,
.loading .ac-video-icon.icon-ctrl_pause,
.loading .is-playing .ac-video-icon.controls-play-pause-button,
.is-playing .loading .ac-video-icon.controls-play-pause-button,
.loading .ac-video-icon.icon-ctrl_play_super,
.loading .ac-video-player.large .ac-video-icon.controls-play-pause-button,
.ac-video-player.large .loading .ac-video-icon.controls-play-pause-button,
.loading .ac-video-icon.icon-ctrl_play,
.loading .ac-video-icon.controls-play-pause-button {
	background-image: none !important
}

.ac-video-icon {
	background-position: 50% 50%;
	opacity: .8;
	transition: opacity 0.5s ease
}

.main-controls:hover .ac-video-icon,
.sharing-state:hover .ac-video-icon {
	opacity: .56 !important
}

.sharing-state:hover .textarea-active .ac-video-icon {
	opacity: .8 !important
}

.main-controls .ac-video-icon:hover,
.controls-social-tray .ac-video-icon:hover,
.controls-social-tray .textarea-active .ac-video-icon:hover,
.center-button-container:hover .ac-video-icon {
	opacity: 1 !important
}

.user-hover .controls-play-pause-button-container,
.user-hover .controls-play-pause-button {
	cursor: pointer
}

.main-controls-container,
.controls-social-tray {
	cursor: default
}

.controls-play-pause-button-container {
	width: 100%;
	height: 100%
}

.controls-play-pause-button-container.hidden {
	display: none
}

.controls-play-pause-button {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.75;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: 0 0;
	transition: transform 0.2s ease, opacity 0.3s ease
}

.ac-video-player.small .controls-play-pause-button {
	width: 56px;
	height: 56px
}

.ac-video-player.medium .controls-play-pause-button {
	width: 56px;
	height: 56px
}

.ac-video-player.large .controls-play-pause-button {
	width: 75px;
	height: 75px
}

.controls-play-pause-button-container:active .controls-play-pause-button {
	transform: scale(0.9) translateX(-50%) translateY(-50%)
}

.controls-play-pause-button::after {
	content: " ";
	display: block
}

.is-playing .controls-play-pause-button::after {
	display: none
}

.end-state .controls-play-pause-button::after {
	display: none
}

.controls-toggle-mute-volume-button {
	bottom: 0;
	width: 35px;
	max-width: 35px
}

.ac-video-player.small .controls-toggle-mute-volume-button {
	height: 33px
}

.ac-video-player.medium .controls-toggle-mute-volume-button {
	height: 33px
}

.ac-video-player.large .controls-toggle-mute-volume-button {
	height: 33px
}

.controls-text-tracks-toggle-button {
	width: 35px;
	max-width: 35px
}

.controls-text-tracks-toggle-button.no-text-tracks {
	display: none
}

.ac-video-controls.captions-selector-showing .controls-text-tracks-toggle-button {
	opacity: 1 !important
}

.controls-airplay-button {
	width: 35px;
	max-width: 35px
}

.controls-airplay-button.airplay-unsupported {
	display: none
}

.controls-picture-in-picture-button {
	width: 35px;
	max-width: 35px
}

.controls-picture-in-picture-button.picture-in-picture-unsupported {
	display: none
}

.controls-full-screen-button {
	width: 31px;
	max-width: 31px
}

.controls-full-screen-button.fullscreen-unsupported {
	display: none
}

.controls-progress {
	display: flex;
	align-items: center;
	pointer-events: none
}

.ac-video-player.small .controls-progress {
	margin-left: 9px;
	margin-right: 1px;
	padding-right: 0 !important
}

.ac-video-player.medium .controls-progress {
	margin-left: 17px;
	margin-right: 16px
}

.ac-video-player.large .controls-progress {
	margin-left: 17px;
	margin-right: 16px
}

.ac-video-player.ac-video-live-dvr.small .controls-progress {
	padding-right: 7px !important
}

.controls-progress-bar {
	cursor: pointer;
	pointer-events: all;
	flex: 1;
	margin-left: 8px;
	margin-right: 8px
}

.ac-video-player.small .controls-progress-bar {
	margin-right: 8px
}

.controls-progress-bar:hover .ac-slider-thumb-background {
	opacity: 1;
	transform: scale(.84615);
	transition: transform 0.25s ease, opacity 0.25s ease
}

.controls-progress-bar:hover .ac-slider-chapter-container .ac-slider-chapter-marker {
	opacity: 0.56
}

.controls-progress-bar:active .ac-slider-thumb-background {
	transform: scale(1)
}

.controls-progress-time {
	color: #fff;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
	line-height: 16px;
	letter-spacing: -0.11px;
	position: relative
}

.controls-progress-time .label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0
}

.ac-video-player.small .controls-progress-time-2 {
	display: none
}

.controls-elapsed-time,
.controls-remaining-time {
	display: block
}

.controls-elapsed-time div,
.controls-remaining-time div {
	display: flex
}

.controls-progress-dvr-label-container {
	display: none
}

.controls-time-maxwidth {
	position: absolute;
	display: block;
	visibility: hidden
}

.longform.ac-video-player .controls-time-maxwidth::after {
	content: ':4'
}

.controls-progress-indicator {
	width: 100%;
	height: 5px;
	position: relative
}

.ac-video-player.small .controls-progress-indicator {
	padding-top: 16px;
	padding-bottom: 16px
}

.ac-video-player.medium .controls-progress-indicator {
	padding-top: 16px;
	padding-bottom: 16px
}

.ac-video-player.large .controls-progress-indicator {
	padding-top: 18px;
	padding-bottom: 18px
}

.controls-progress-indicator .ac-slider-runnable-track {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 3px;
	position: relative;
	width: 100%;
	height: 100%
}

.controls-progress-indicator .ac-slider-ax-track {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%
}

.controls-progress-indicator .ac-slider-hover-track {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.controls-progress-indicator .ac-slider-hover-notch {
	position: absolute;
	height: 100%;
	width: 1px;
	background: #fff;
	z-index: 9;
	opacity: 0;
	transition: opacity .3s cubic-bezier(0.4, 0, 0.6, 1);
	pointer-events: none
}

.hover.controls-progress-indicator .ac-slider-hover-notch {
	opacity: 1;
	transition: opacity .1s cubic-bezier(0, 0, 0.2, 1)
}

.hover.controls-progress-indicator .ac-slider-hover-notch.hidden {
	opacity: 0
}

.controls-progress-indicator .ac-slider-hover-notch.invert-element {
	background: #000
}

.controls-progress-indicator .ac-slider-chapters-track {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.controls-progress-indicator .ac-slider-chapter-container {
	box-sizing: content-box;
	position: absolute;
	height: 5px;
	width: 9px;
	padding: 18px 0;
	background-color: transparent;
	top: -18px;
	opacity: 1;
	transform: translateX(-50%);
	border-right: 2px solid transparent;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	cursor: pointer
}

.controls-progress-indicator .ac-slider-chapter-container.hidden-chapter {
	pointer-events: none
}

.controls-progress-indicator .ac-slider-chapter-container.hidden-chapter .ac-slider-chapter-marker {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0
}

.controls-progress-indicator .ac-slider-chapter-container .ac-slider-chapter-marker {
	position: relative;
	height: 5px;
	width: 5px;
	margin: 0 auto;
	background-color: #fff;
	transition: transform 0.25s ease, opacity 0.4s ease, border-radius 0.25s ease;
	transform: scaleX(0.25);
	border-radius: 0;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0)
}

.controls-progress-indicator .ac-slider-chapter-container .ac-slider-chapter-marker span {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0
}

.controls-progress-indicator .ac-slider-chapter-container .ac-slider-chapter-marker.invert-element {
	background: #000
}

.controls-progress-indicator .ac-slider-chapter-container::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	height: 10px;
	width: 10px
}

.controls-progress-indicator .ac-slider-chapter-container:hover .ac-slider-chapter-marker,
.controls-progress-indicator .ac-slider-chapter-container:focus .ac-slider-chapter-marker {
	opacity: 1;
	transform: scale(1);
	border-radius: 100%
}

.controls-progress-indicator .ac-slider-chapter-container:focus {
	outline: none
}

.controls-progress-indicator .ac-slider-chapter-container:focus::before {
	outline: 4px solid rgba(0, 125, 250, 0.6);
	outline-offset: 1px
}

.controls-progress-indicator .ac-slider-chapter-container:focus::before[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.controls-progress-indicator .ac-slider-chapter-container:focus::before[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	outline: none
}

.controls-progress-indicator .ac-slider-inner-track {
	position: absolute;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1
}

.controls-progress-indicator .ac-slider-scrubbed {
	position: absolute;
	background: #fff;
	height: 5px;
	width: 100%;
	margin-left: calc(-100% + (5px / 2));
	z-index: 1
}

.controls-progress-indicator .ac-slider-buffered {
	position: absolute;
	background: #FFFFFF;
	height: 5px;
	border-radius: 3px;
	width: 100%;
	margin-left: calc(-100% + (5px / 2));
	opacity: 0.16
}

.controls-progress-indicator .ac-slider-thumb {
	border-radius: 50%;
	height: 5px;
	width: 5px;
	position: relative;
	z-index: 10
}

.controls-progress-indicator .ac-slider-thumb-background-wrapper {
	height: 13px;
	width: 13px;
	position: relative;
	top: -4px;
	left: -4px
}

.controls-progress-indicator .ac-slider-thumb-background-wrapper:hover .ac-slider-thumb-background,
.controls-progress-indicator .ac-slider-thumb-background-wrapper:active .ac-slider-thumb-background {
	transform: scale(1)
}

.controls-progress-indicator .ac-slider-thumb-background {
	background: #fff;
	border-radius: 50%;
	height: 13px;
	width: 100%;
	opacity: 0;
	transform: scale(.38462);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease, opacity 0.25s ease 0.25s;
	will-change: transform
}

.controls-progress-indicator .ac-slider-thumb-overlay {
	position: absolute;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	height: 13px;
	transform: scale(.38462);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease;
	width: 100%
}

.controls-progress-indicator.ac-slider-inactive {
	pointer-events: none
}

.controls-progress-indicator.ac-slider-inactive .ac-slider-thumb {
	visibility: hidden
}

.controls-volume {
	cursor: pointer
}

.controls-volume:hover {
	height: 90px
}

.controls-volume .controls-volume-level-indicator {
	bottom: 33px;
	left: 4px;
	width: 5px;
	padding: 0 10px 0 10px;
	height: 60px;
	position: absolute;
	pointer-events: none;
	overflow: hidden
}

.ac-video-controls.mobile .controls-volume .controls-volume-level-indicator {
	display: none
}

.controls-volume .controls-volume-level-indicator:active .ac-slider-thumb-background {
	transform: scale(1)
}

.controls-volume .ac-slider-runnable-track {
	border-radius: 3px;
	position: relative;
	width: 100%;
	height: 100%;
	left: -5px;
	padding-left: 5px;
	padding-right: 5px
}

.controls-volume .ac-slider-background {
	background: rgba(255, 255, 255, 0.32);
	border-radius: 3px;
	height: 100%;
	position: absolute;
	bottom: 0;
	width: 5px;
	height: 5px;
	opacity: 0;
	transition: height .2345s cubic-bezier(0.4, 0, 0.6, 1), opacity .067s cubic-bezier(0.4, 0, 0.6, 1) .335s
}

.controls-volume .ac-slider-inner-track {
	border-radius: 3px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	height: 0;
	width: 5px;
	transform-style: preserve-3d;
	transition: height .335s cubic-bezier(0.4, 0, 0.6, 1), opacity .067s cubic-bezier(0.4, 0, 0.6, 1) .335s
}

.controls-volume .ac-slider-thumb-wrapper {
	width: 13px;
	height: 0;
	bottom: 0;
	left: 2px;
	position: absolute;
	z-index: 10;
	transition: height .335s cubic-bezier(0.4, 0, 0.6, 1)
}

.controls-volume .ac-slider-thumb {
	background: #fff;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	top: auto;
	position: absolute;
	opacity: 0;
	transform: scale(.45455);
	transition: transform .201s cubic-bezier(0.4, 0, 0.6, 1) .201s, opacity .067s cubic-bezier(0.4, 0, 0.6, 1) .335s;
	will-change: transform
}

.controls-volume .ac-slider-thumb-background-wrapper {
	width: 13px;
	height: 13px;
	position: absolute;
	top: -1px;
	left: -1px
}

.controls-volume .ac-slider-thumb-background-wrapper:hover .ac-slider-thumb-background,
.controls-volume .ac-slider-thumb-background-wrapper:active .ac-slider-thumb-background {
	transform: scale(1)
}

.controls-volume .ac-slider-thumb-background {
	background: #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(.84615);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease
}

.controls-volume .ac-slider-scrubbed {
	background: #fff;
	bottom: calc(100% - (11px / 2));
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	transition: margin-bottom .335s linear;
	will-change: bottom
}

.controls-volume:hover,
.controls-volume:hover .controls-volume-level-indicator,
.controls-volume:active,
.controls-volume:active .controls-volume-level-indicator,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive),
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .controls-volume-level-indicator {
	pointer-events: all
}

.controls-volume:hover .ac-slider-ax-track,
.controls-volume:hover .controls-volume-level-indicator .ac-slider-ax-track,
.controls-volume:active .ac-slider-ax-track,
.controls-volume:active .controls-volume-level-indicator .ac-slider-ax-track,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-ax-track,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .controls-volume-level-indicator .ac-slider-ax-track {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%
}

.controls-volume:hover .controls-toggle-mute-volume-button,
.controls-volume:active .controls-toggle-mute-volume-button,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .controls-toggle-mute-volume-button {
	opacity: 1 !important
}

.controls-volume:hover .ac-slider-background,
.controls-volume:active .ac-slider-background,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-background {
	height: 100%;
	opacity: 1;
	transition: height .2345s ease-out, opacity .0335s ease-out
}

.controls-volume:hover .ac-slider-inner-track,
.controls-volume:hover .ac-slider-thumb-wrapper,
.controls-volume:active .ac-slider-inner-track,
.controls-volume:active .ac-slider-thumb-wrapper,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-inner-track,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-thumb-wrapper {
	height: 100%;
	transition: height .268s ease-out .067s
}

.controls-volume:hover .ac-slider-thumb,
.controls-volume:active .ac-slider-thumb,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-thumb {
	opacity: 1;
	transform: scale(1);
	transition: transform .25125s ease-out .05025s, opacity .05025s ease-out .05025s
}

.controls-volume:hover .ac-slider-scrubbed,
.controls-volume:active .ac-slider-scrubbed,
.controls-volume .controls-volume-level-indicator:not(.ac-slider-inactive) .ac-slider-scrubbed {
	margin-bottom: 5.5px;
	transition: margin-bottom .335s linear
}

.controls-progress-dvr-label-container,
.live-stream {
	display: none;
	text-align: center;
	white-space: nowrap
}

.controls-progress-dvr-label-container .live-stream-text,
.live-stream .live-stream-text {
	color: #fff;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: -0.01em;
	display: block;
	position: relative
}

.ac-video-player.small .controls-progress-dvr-label-container .live-stream-text,
.ac-video-player.small .live-stream .live-stream-text {
	top: 10px
}

.ac-video-player.medium .controls-progress-dvr-label-container .live-stream-text,
.ac-video-player.medium .live-stream .live-stream-text {
	top: 10px
}

.ac-video-player.large .controls-progress-dvr-label-container .live-stream-text,
.ac-video-player.large .live-stream .live-stream-text {
	top: 10px
}

.controls-progress-dvr-label-container .live-stream-text::before,
.live-stream .live-stream-text::before {
	content: '';
	width: 5px;
	height: 5px;
	background: rgba(255, 48, 55, 0.8);
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle
}

.ac-video-live .main-controls {
	max-width: 420px;
	padding: 0 15px 30px !important
}

.ac-video-live .controls-progress {
	display: none
}

.ac-video-live.ac-video-live-dvr .main-controls {
	max-width: 980px
}

.ac-video-live.ac-video-live-dvr .controls-progress {
	display: flex
}

.ac-video-live.ac-video-live-dvr .controls-progress .controls-progress-time-2 {
	display: none
}

.ac-video-live.ac-video-live-dvr .controls-progress .controls-progress-dvr-label-container {
	pointer-events: all;
	display: block;
	cursor: pointer;
	max-width: 235px
}

.ac-video-player.small .ac-video-live.ac-video-live-dvr .controls-progress .controls-progress-dvr-label-container .live-stream-dvr-text {
	top: 13px
}

.ac-video-player.medium .ac-video-live.ac-video-live-dvr .controls-progress .controls-progress-dvr-label-container .live-stream-dvr-text {
	top: 13px
}

.ac-video-player.large .ac-video-live.ac-video-live-dvr .controls-progress .controls-progress-dvr-label-container .live-stream-dvr-text {
	top: 15px
}

.ac-video-live.ac-video-live-dvr .controls-progress .controls-progress-dvr-label-container .live-stream-dvr-text::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 4px;
	background: rgba(255, 48, 55, 0.8);
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
	margin-top: -1.99px
}

.ac-video-live.ac-video-live-dvr .controls-progress .controls-progress-dvr-label-container:not(.live) .live-stream-dvr-text::before {
	background: rgba(255, 255, 255, 0.56)
}

.ac-video-live.ac-video-live-dvr .live-stream {
	display: none
}

.ac-video-live .live-stream {
	display: block
}

.ac-video-player.small .loading-indicator {
	width: 56px;
	height: 56px;
	bottom: 6px;
	right: 2px
}

.ac-video-player.medium .loading-indicator {
	width: 56px;
	height: 56px;
	bottom: 6px;
	right: 2px
}

.ac-video-player.large .loading-indicator {
	width: 75px;
	height: 75px;
	bottom: 8px;
	right: 3px
}

.ac-video-player .loading-indicator-container {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	justify-content: center;
	top: 0;
	pointer-events: none;
	z-index: 15
}

.ac-video-player .loading-indicator {
	opacity: 0;
	align-self: center;
	position: relative;
	transition: opacity 1s ease;
	transform: translateX(50%) translateY(50%)
}

.ac-video-player.small.loading .loading-indicator>*,
.ac-video-player.medium.loading .loading-indicator>* {
	width: 5px;
	height: 12px;
	border-radius: 19.5px
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(0),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(0) {
	transform: rotate(-45deg) translate(0, -13.5px);
	-webkit-animation-delay: -.125s;
	animation-delay: -.125s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(1),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(1) {
	transform: rotate(0deg) translate(0, -13.5px);
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(2),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(2) {
	transform: rotate(45deg) translate(0, -13.5px);
	-webkit-animation-delay: .125s;
	animation-delay: .125s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(3),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(3) {
	transform: rotate(90deg) translate(0, -13.5px);
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(4),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(4) {
	transform: rotate(135deg) translate(0, -13.5px);
	-webkit-animation-delay: .375s;
	animation-delay: .375s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(5),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(5) {
	transform: rotate(180deg) translate(0, -13.5px);
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(6),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(6) {
	transform: rotate(225deg) translate(0, -13.5px);
	-webkit-animation-delay: .625s;
	animation-delay: .625s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(7),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(7) {
	transform: rotate(270deg) translate(0, -13.5px);
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.ac-video-player.small.loading .loading-indicator>*:nth-child(8),
.ac-video-player.medium.loading .loading-indicator>*:nth-child(8) {
	transform: rotate(315deg) translate(0, -13.5px);
	-webkit-animation-delay: .875s;
	animation-delay: .875s
}

.ac-video-player.loading .controls-container {
	opacity: 1
}

.ac-video-player.loading .controls-container .controls-play-pause-button-container {
	transform: translateY(0);
	opacity: 1
}

.ac-video-player.loading .loading-indicator-container {
	visibility: visible
}

.ac-video-player.loading .loading-indicator {
	display: block;
	opacity: 1
}

.ac-video-player.loading .loading-indicator>* {
	width: 7px;
	height: 18px;
	background: #fff;
	position: absolute;
	display: block;
	opacity: 0;
	border-radius: 27.5px;
	-webkit-animation-name: loading-fade;
	animation-name: loading-fade;
	-webkit-animation-direction: forward;
	animation-direction: forward;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(1, 0.1, 0, 0.3);
	animation-timing-function: cubic-bezier(1, 0.1, 0, 0.3)
}

.ac-video-player.loading .loading-indicator>*:nth-child(0) {
	transform: rotate(-45deg) translate(0, -18.5px);
	-webkit-animation-delay: -.125s;
	animation-delay: -.125s
}

.ac-video-player.loading .loading-indicator>*:nth-child(1) {
	transform: rotate(0deg) translate(0, -18.5px);
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.ac-video-player.loading .loading-indicator>*:nth-child(2) {
	transform: rotate(45deg) translate(0, -18.5px);
	-webkit-animation-delay: .125s;
	animation-delay: .125s
}

.ac-video-player.loading .loading-indicator>*:nth-child(3) {
	transform: rotate(90deg) translate(0, -18.5px);
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.ac-video-player.loading .loading-indicator>*:nth-child(4) {
	transform: rotate(135deg) translate(0, -18.5px);
	-webkit-animation-delay: .375s;
	animation-delay: .375s
}

.ac-video-player.loading .loading-indicator>*:nth-child(5) {
	transform: rotate(180deg) translate(0, -18.5px);
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.ac-video-player.loading .loading-indicator>*:nth-child(6) {
	transform: rotate(225deg) translate(0, -18.5px);
	-webkit-animation-delay: .625s;
	animation-delay: .625s
}

.ac-video-player.loading .loading-indicator>*:nth-child(7) {
	transform: rotate(270deg) translate(0, -18.5px);
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.ac-video-player.loading .loading-indicator>*:nth-child(8) {
	transform: rotate(315deg) translate(0, -18.5px);
	-webkit-animation-delay: .875s;
	animation-delay: .875s
}

@-webkit-keyframes loading-fade {
	from {
		opacity: 1
	}
	62.5% {
		opacity: 0.12
	}
	to {
		opacity: 0.12
	}
}

@keyframes loading-fade {
	from {
		opacity: 1
	}
	62.5% {
		opacity: 0.12
	}
	to {
		opacity: 0.12
	}
}

.ac-video-player.small .ac-video-overlay-container div .ac-video-trickplay {
	bottom: 13px
}

.ac-video-player.small .ac-video-overlay-container div .ac-video-trickplay-image {
	display: none
}

.ac-video-player.small .ac-video-overlay-container div .ac-video-trickplay-chapter-title {
	display: none
}

.ac-video-player.small .ac-slider-chapters-track {
	display: none
}

.ac-video-player.medium .ac-video-overlay-container div .ac-video-trickplay {
	width: 96px;
	bottom: 23px
}

.ac-video-player.medium .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-image {
	height: 56px
}

.ac-video-player.medium .ac-video-overlay-container div.tft-video .ac-video-trickplay .ac-video-trickplay-image {
	height: 40px
}

.ac-video-player.medium .ac-video-overlay-container div.square-video .ac-video-trickplay .ac-video-trickplay-image {
	height: 96px
}

.ac-video-player.medium .ac-video-overlay-container div.vertical-video .ac-video-trickplay {
	width: 56px;
	bottom: 22px
}

.ac-video-player.medium .ac-video-overlay-container div.vertical-video .ac-video-trickplay .ac-video-trickplay-image {
	height: 96px
}

.ac-video-player.large .ac-video-overlay-container div .ac-video-trickplay {
	width: 144px;
	bottom: 27px
}

.ac-video-player.large .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-image {
	height: 81px
}

.ac-video-player.large .ac-video-overlay-container div.tft-video .ac-video-trickplay .ac-video-trickplay-image {
	height: 60px
}

.ac-video-player.large .ac-video-overlay-container div.square-video .ac-video-trickplay .ac-video-trickplay-image {
	height: 144px
}

.ac-video-player.large .ac-video-overlay-container div.vertical-video .ac-video-trickplay {
	width: 81px;
	bottom: 27px
}

.ac-video-player.large .ac-video-overlay-container div.vertical-video .ac-video-trickplay .ac-video-trickplay-image {
	height: 144px
}

.ac-video-player .ac-video-overlay-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11
}

.ac-video-player .ac-video-overlay-container.hidden {
	display: none
}

.ac-video-player .ac-video-overlay-container div {
	bottom: 0;
	position: absolute;
	width: 100%
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay {
	display: flex;
	flex-direction: column;
	align-items: center
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-image {
	position: relative;
	margin-bottom: 8px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity .3s cubic-bezier(0, 0, 0.2, 1) .05s, transform .35s cubic-bezier(0, 0, 0.2, 1) .05s
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-image.hidden {
	opacity: 0;
	transition-duration: .15s;
	transition-delay: .15s
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-time {
	margin-bottom: 11px;
	width: 180px;
	text-align: center;
	position: relative;
	color: #fff;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
	line-height: 16px;
	letter-spacing: -.09px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity .3s cubic-bezier(0, 0, 0.2, 1), transform .35s cubic-bezier(0, 0, 0.2, 1)
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-chapter-title {
	text-align: center;
	position: relative;
	color: #fff;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -.09px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity .3s cubic-bezier(0, 0, 0.2, 1), transform .35s cubic-bezier(0, 0, 0.2, 1)
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-chapter-title.hidden {
	display: none
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay .ac-video-trickplay-chapter-title:not(:last-child) {
	width: 180px
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay.hidden .ac-video-trickplay-image {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .35s cubic-bezier(0.4, 0, 0.6, 1), transform .4s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay.hidden .ac-video-trickplay-time {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .3s cubic-bezier(0.4, 0, 0.6, 1), transform .4s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-player .ac-video-overlay-container div .ac-video-trickplay.hidden .ac-video-trickplay-chapter-title {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .3s cubic-bezier(0.4, 0, 0.6, 1), transform .4s cubic-bezier(0.4, 0, 0.6, 1)
}

.ac-video-player.user-hover .start-state .ac-video-overlay-container,
.ac-video-player.user-hover .end-state .ac-video-overlay-container {
	visibility: hidden
}

.ac-video-player.user-hover .ac-video-overlay-container {
	visibility: visible
}

.ac-video-player.small .end-state-container {
	padding: 0 16px 13px
}

.ac-video-player.medium .end-state-container {
	padding: 0 20px 18px
}

.ac-video-player.large .end-state-container {
	padding: 0 24px 22px
}

.ac-video-player .end-state-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	pointer-events: none
}

.ac-video-player.small .ac-video-player .end-state-wrapper {
	height: 59px
}

.ac-video-player.medium .ac-video-player .end-state-wrapper {
	height: 74px
}

.ac-video-player.large .ac-video-player .end-state-wrapper {
	height: 84px
}

.ac-video-player .end-state-container {
	display: flex;
	visibility: hidden;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	pointer-events: all;
	cursor: default;
	transform: translateY(20px)
}

.ac-video-player .end-state-container .end-state-item {
	opacity: 0
}

.ac-video-player .end-state-container .end-state-item .end-state-link {
	text-decoration: none
}

.ac-video-player .end-state-container .end-state-item:hover .end-state-text-container:before {
	opacity: 1
}

.ac-video-player .end-state-container .end-state-item .end-state-text-container {
	display: inline-block;
	position: relative
}

.ac-video-player .end-state-container .end-state-item .end-state-text-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.5s ease
}

.ac-video-player .end-state .end-state-container {
	transform: translateY(0);
	transition: transform .5s cubic-bezier(0, 0, 0.2, 1);
	visibility: visible
}

.ac-video-player .end-state .end-state-container.hidden {
	display: none
}

.ac-video-player .end-state .end-state-container:hover .end-state-item:hover {
	opacity: 1
}

.ac-video-player .end-state .end-state-container .end-state-item {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: -0.37px;
	line-height: 18px;
	opacity: .8;
	transition: opacity 0.5s ease
}

.ac-video-player .end-state .end-state-container .end-state-item:first-child {
	padding-top: 0px;
	padding-bottom: 6px
}

.ac-video-player .end-state .end-state-container .end-state-item:last-child {
	padding-bottom: 0px
}

.ac-video-player .end-state .end-state-container .end-state-item:only-child {
	padding-top: 0;
	padding-bottom: 0
}

.ac-video-player .end-state .end-state-container .end-state-item .end-state-link {
	color: #fff
}

.ac-video-player.medium .end-state-wrapper {
	height: 72px
}

.ac-video-player.medium .end-state-item {
	font-size: 17px;
	letter-spacing: -0.37px;
	line-height: 25px
}

.ac-video-player.medium .end-state-item:first-child {
	padding-bottom: 7px
}

.ac-video-player.small .end-state .end-state-container .end-state-item {
	font-size: 14px;
	letter-spacing: -0.22px;
	line-height: 20px
}

.ac-video-player.small .end-state .end-state-container .end-state-item:first-child {
	padding-bottom: 4px
}

.ac-video-player.small .end-state .end-state-container .end-state-item:only-child {
	padding-bottom: 10px
}

html[dir="rtl"] .controls-social-tray {
	direction: rtl
}

.sharing-state {
	text-align: center;
	pointer-events: none
}

.ac-video-player.small .sharing-state {
	height: 47px
}

.ac-video-player.medium .sharing-state {
	height: 51px
}

.ac-video-player.large .sharing-state {
	height: 55px
}

.sharing-state .acv-fb-share {
	width: 1.25em;
	max-width: 1.25em;
	background-size: 20px
}

.mobile.sharing-state .acv-fb-share {
	background-size: 27px
}

.sharing-state .acv-tw-share {
	width: 1.3125em;
	max-width: 1.3125em;
	background-size: 21px
}

.mobile.sharing-state .acv-tw-share {
	background-size: 28.35px
}

.sharing-state .acv-line-share {
	width: 1.3125em;
	max-width: 1.3125em;
	background-size: 21px
}

.mobile.sharing-state .acv-line-share {
	background-size: 28.35px
}

.sharing-state .copy-link {
	width: 1.125em;
	max-width: 1.125em;
	background-size: 18px
}

.mobile.sharing-state .copy-link {
	background-size: 24.3px
}

.sharing-state .copy-embed-code {
	display: none !important
}

.sharing-state.embed-enabled .copy-embed-code {
	display: inline-flex !important;
	width: 1.375em;
	max-width: 1.375em;
	background-size: 22px
}

.mobile.sharing-state.embed-enabled .copy-embed-code {
	background-size: 29.7px
}

.sharing-state .textinput-close-button {
	width: 13px;
	background-size: 13px
}

.mobile.sharing-state .textinput-close-button {
	width: 17.55px;
	background-size: 17.55px
}

.sharing-state .container {
	background: rgba(110, 110, 115, 0.4);
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	font-size: 0;
	max-width: 290px;
	padding-left: 5px;
	padding-right: 5px
}

.mobile.sharing-state .container {
	padding-left: 6.75px;
	padding-right: 6.75px
}

.ac-video-player.small .sharing-state .container {
	margin-top: 12px
}

.ac-video-player.medium .sharing-state .container {
	margin-top: 16px
}

.ac-video-player.large .sharing-state .container {
	margin-top: 20px
}

.sharing-state .container.hidden {
	display: none
}

.sharing-state .container button {
	border: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: transparent;
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
	cursor: pointer;
	box-sizing: content-box;
	line-height: 0;
	display: inline-flex;
	height: 35px
}

.mobile.sharing-state .container button {
	height: 47.25px
}

.sharing-state .container .sharing-button-container {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px
}

.sharing-state .container .sharing-button-container button {
	pointer-events: auto;
	font: initial;
	opacity: .8;
	transition: opacity .342s ease-out .038s, max-width .19s ease-out, width .19s ease-out, padding .19s ease-out, transform .19s ease-out;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px
}

.mobile.sharing-state .container .sharing-button-container button {
	font-size: 21.6px;
	padding-left: 10.8px;
	padding-right: 10.8px
}

.sharing-state .container .sharing-button-container button.hide-button {
	display: none
}

.sharing-state .container .textarea-container {
	font-size: 0;
	visibility: hidden
}

.sharing-state .container .textarea-container span {
	display: inline-flex
}

.sharing-state .container .textarea-container .copy-area {
	background: none;
	border: none;
	color: #fff;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	width: 0;
	margin: 0;
	padding-left: 2px;
	padding-right: 0px;
	text-align: left;
	transition: width .38s ease-out, transform .38s ease-out;
	transition-duration: .19s;
	font-size: 12px
}

.sharing-state .container .textarea-container .copy-area:focus {
	outline: none
}

.mobile.sharing-state .container .textarea-container .copy-area {
	font-size: 16.2px
}

.sharing-state .container .textarea-container .textinput-close-button {
	opacity: 0;
	max-width: 0;
	padding: 0;
	transition: opacity .38s ease-out, max-width .19s ease-out, padding .19s ease-out
}

.sharing-state .container.textarea-active {
	pointer-events: all;
	background: rgba(110, 110, 115, 0.56)
}

.sharing-state .container.textarea-active .textarea-container {
	visibility: visible
}

.sharing-state .container.textarea-active .textarea-container .copy-area {
	width: 207px;
	transition: width .38s cubic-bezier(0, 0, 0.2, 1), transform .38s cubic-bezier(0, 0, 0.2, 1)
}

.sharing-state .container.textarea-active .textarea-container .textinput-close-button {
	opacity: .8;
	padding-left: 12px;
	padding-right: 11px;
	transition: opacity .19s cubic-bezier(0, 0, 0.2, 1) .19s, max-width .19s cubic-bezier(0, 0, 0.2, 1), padding .19s cubic-bezier(0, 0, 0.2, 1);
	max-width: 13px
}

.mobile.sharing-state .container.textarea-active .textarea-container .textinput-close-button {
	max-width: 17.55px
}

.sharing-state .container.textarea-active .social-sharing-container button:not(.active) {
	opacity: 0;
	max-width: 0;
	width: 0;
	padding: 0;
	visibility: hidden;
	transition: opacity .19s cubic-bezier(0, 0, 0.2, 1), max-width .38s cubic-bezier(0, 0, 0.2, 1), width .38s cubic-bezier(0, 0, 0.2, 1), padding .38s cubic-bezier(0, 0, 0.2, 1)
}

.sharing-state .container.textarea-active .social-sharing-container button.active {
	opacity: .8;
	visibility: visible;
	transition: opacity .19s cubic-bezier(0, 0, 0.2, 1)
}

.threesixty-ui {
	cursor: -webkit-grab;
	cursor: grab
}

.threesixty-ui .ac-video-controls .compass-wrapper {
	transform: translateY(0)
}

.threesixty-video .ac-video-controls .compass-wrapper {
	display: inline-block
}

.ac-video-controls .compass-wrapper {
	display: none
}

.compass-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: transparent;
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
	overflow: visible;
	position: absolute;
	top: calc(50% - (38px / 2));
	right: 17px;
	height: 38px;
	width: 38px;
	z-index: 2;
	opacity: 0;
	transform: translateY(0);
	transition: opacity .4s cubic-bezier(0.4, 0, 0.6, 1), transform .5s cubic-bezier(0.4, 0, 0.6, 1)
}

.compass-wrapper .compass-background {
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	transition: transform .275s cubic-bezier(0.4, 0, 0.6, 1) .06s
}

.compass-wrapper.show-arrows .compass-background {
	transform: scale(1.8);
	transition: transform .335s cubic-bezier(0.4, 0, 0.6, 1)
}

.compass-wrapper .compass {
	border: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: transparent;
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
	cursor: inherit;
	width: 38px;
	height: 38px
}

.compass-wrapper .compass-ring {
	width: 38px;
	max-width: 38px;
	position: absolute;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 0px;
	margin-left: 0px;
	pointer-events: none;
	will-change: transform
}

.compass-wrapper:hover {
	cursor: pointer
}

.compass-wrapper .compass-field {
	width: 38px;
	max-width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	margin-top: 0px;
	margin-left: 0px;
	pointer-events: none
}

.compass-wrapper .compass-arrows {
	pointer-events: none;
	position: absolute;
	width: 68px;
	height: 68px;
	top: -15px;
	left: -15px;
	opacity: 0;
	transition: opacity .275s cubic-bezier(0.4, 0, 0.6, 1) .06s
}

.compass-wrapper .compass-arrows .compass-arrow-top,
.compass-wrapper .compass-arrows .compass-arrow-right,
.compass-wrapper .compass-arrows .compass-arrow-bottom,
.compass-wrapper .compass-arrows .compass-arrow-left {
	border: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: transparent;
	overflow: hidden;
	white-space: nowrap;
	background-color: transparent;
	pointer-events: none;
	cursor: inherit;
	position: absolute;
	width: 19px;
	height: 19px;
	opacity: .56;
	will-change: opacity;
	transition: transform .275s cubic-bezier(0.4, 0, 0.6, 1) .03s
}

.compass-wrapper .compass-arrows .compass-arrow-top:focus,
.compass-wrapper .compass-arrows .compass-arrow-top:active,
.compass-wrapper .compass-arrows .compass-arrow-right:focus,
.compass-wrapper .compass-arrows .compass-arrow-right:active,
.compass-wrapper .compass-arrows .compass-arrow-bottom:focus,
.compass-wrapper .compass-arrows .compass-arrow-bottom:active,
.compass-wrapper .compass-arrows .compass-arrow-left:focus,
.compass-wrapper .compass-arrows .compass-arrow-left:active {
	opacity: 1
}

.ac-video-controls.mobile .compass-wrapper .compass-arrows .compass-arrow-top,
.ac-video-controls.mobile .compass-wrapper .compass-arrows .compass-arrow-right,
.ac-video-controls.mobile .compass-wrapper .compass-arrows .compass-arrow-bottom,
.ac-video-controls.mobile .compass-wrapper .compass-arrows .compass-arrow-left {
	pointer-events: all
}

.compass-wrapper .compass-arrows .compass-arrow-top {
	top: 0;
	left: 24px;
	transform: rotate(-90deg) translateX(-7px) scale(.55)
}

.compass-wrapper .compass-arrows .compass-arrow-right {
	top: 24px;
	left: 47px;
	transform: translateX(-7px) scale(.55)
}

.compass-wrapper .compass-arrows .compass-arrow-bottom {
	top: 48px;
	left: 25px;
	transform: rotate(90deg) translateX(-7px) scale(.55)
}

.compass-wrapper .compass-arrows .compass-arrow-left {
	top: 24px;
	left: 2px;
	transform: rotate(180deg) translateX(-7px) scale(.55)
}

.compass-wrapper.show-arrows .compass-arrows {
	opacity: 1;
	transition: opacity .275s cubic-bezier(0.4, 0, 0.6, 1) .06s
}

.compass-wrapper.show-arrows .compass-arrow-top,
.compass-wrapper.show-arrows .compass-arrow-right,
.compass-wrapper.show-arrows .compass-arrow-bottom,
.compass-wrapper.show-arrows .compass-arrow-left {
	pointer-events: all;
	transition: transform .275s cubic-bezier(0.4, 0, 0.6, 1) .06s
}

.compass-wrapper.show-arrows .compass-arrow-top {
	transform: rotate(-90deg) translateX(0) scale(1)
}

.compass-wrapper.show-arrows .compass-arrow-right {
	transform: translateX(0) scale(1)
}

.compass-wrapper.show-arrows .compass-arrow-bottom {
	transform: rotate(90deg) translateX(0) scale(1)
}

.compass-wrapper.show-arrows .compass-arrow-left {
	transform: rotate(180deg) translateX(0) scale(1)
}

.ac-video-controls.start-state .compass-wrapper {
	visibility: hidden;
	pointer-events: none;
	opacity: 0
}

.ac-video-controls.end-state .compass-wrapper {
	visibility: hidden;
	pointer-events: none;
	opacity: 0
}

.threesixty-ui .compass-wrapper {
	opacity: 1;
	transition: opacity .4s cubic-bezier(0, 0, 0.2, 1) .25s, transform .5s cubic-bezier(0, 0, 0.2, 1) .2s
}

.mouse-leave .compass-wrapper {
	transform: translateY(20px);
	transition-delay: .05s
}

.dragging .compass-wrapper {
	transform: translateY(0)
}

.dragging .compass {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.ac-video-player .error-state-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden
}

.ac-video-player .error-state-wrapper .error-state-container {
	display: flex;
	visibility: hidden;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	pointer-events: all;
	cursor: default;
	background: rgba(0, 0, 0, 0.67)
}

.ac-video-player .error-state-wrapper .error-state-container .error-state-message {
	background-color: rgba(29, 29, 31, 0.8);
	border-radius: 6px;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 17px;
	color: #fff;
	opacity: 1;
	letter-spacing: -0.37px;
	text-align: center;
	line-height: 20px;
	min-width: 40px;
	max-width: 360px;
	padding: 10px 16px;
	outline: none
}

.ac-video-player:not(.idle-state).media-error .ac-video-controls {
	opacity: 0;
	visibility: hidden
}

.ac-video-player:not(.idle-state).media-error .error-state-wrapper {
	visibility: visible;
	pointer-events: all
}

.ac-video-player:not(.idle-state).media-error .error-state-wrapper .error-state-container {
	transform: translateY(0);
	transition: opacity 0.5s ease;
	visibility: visible
}

.ac-video-player:not(.idle-state).media-error .error-state-wrapper .error-state-container.hidden {
	display: none
}

.ac-video-player:not(.idle-state).media-error .error-state-wrapper .error-state-container:hover .end-state-item:hover {
	opacity: 1
}

.ac-video-player {
	position: relative
}

@media only screen and (max-width: 734px) {
	.video .component-content {
		width: 100%
	}
}

.video-description {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #6e6e73;
	margin: 16px 16px 0;
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 600;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.theme-dark .video-description {
	color: #86868b
}


@media only screen and (max-width: 1068px) {
	.video-description {
		margin-top: 12px
	}
}

.video-description:empty {
	margin-bottom: 0
}

.video-description .icon {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.video-description .icon {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.video-description .icon::before,
.video-description .icon::after {
	line-height: inherit
}

.body-copy-wide .video-description {
	margin-left: 0;
	margin-right: 0
}

.video-description .image-caption {
	flex-grow: 1
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.video-container {
		margin: 0 -1px
	}
}

.video-container .icon-share {
	display: none;
	opacity: 0
}

.video-container.show .icon-share {
	display: inline-block;
	opacity: 1
}

.video-container .share-state.ac-video-controls {
	display: block
}

.video-container .share-state .controls-container {
	opacity: 1;
	background: rgba(0, 0, 0, 0.55)
}

.video-container .share-state .controls-social-tray {
	opacity: 1;
	pointer-events: auto;
	visibility: visible
}

.video-container .share-state .center-button-container {
	display: none;
	visibility: hidden
}

.video-container .ac-video-player:not(.ac-video-loaded) .ac-video-poster {
	position: relative
}

.video-container .ac-video-player:not(.ac-video-loaded) .ac-video-media-controller {
	position: absolute
}

.video-container .ac-video-player:not(.ac-video-loaded) .ac-video-controls {
	display: none
}

.video-container .ac-video-player:not(.ac-video-loaded) .ac-video-controls .controls-play-pause-button {
	opacity: 0
}

.video-container .ac-video-poster {
	z-index: 1;
	height: 100%
}

.video-container video {
	width: 100%
}

.video-hero .component-content {
	width: 980px
}

@media only screen and (max-width: 1068px) {
	.video-hero .component-content {
		width: 692px
	}
}

@media only screen and (max-width: 734px) {
	.video-hero .component-content {
		width: 100%
	}
}

.video .threesixty-renderer {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.video .video-description {
	width: 653px;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (max-width: 1068px) {
	.video .video-description {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.video .video-description {
		width: 87.5%
	}
}

.video .video-description .icon {
	color: #06c;
	flex-grow: 0;
	margin-top: -4px;
	margin-left: 24px
}

.theme-dark .video .video-description .icon {
	color: #2997ff
}

html.touch .video .video-description .icon {
	padding: 8px 11px;
	margin-top: -11px;
	margin-left: 13px;
	margin-right: -11px
}

html.touch .video .video-description .icon::after {
	line-height: 1.4em
}

.article .video .video-description .icon:only-child {
	margin-left: auto
}

.image-description {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #6e6e73;
	margin: 16px 16px 0;
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 600;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.theme-dark .image-description {
	color: #86868b
}

@media only screen and (max-width: 1068px) {
	.image-description {
		margin-top: 12px
	}
}

.image-description:empty {
	margin-bottom: 0
}

.image-description .icon {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.image-description .icon {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.image-description .icon::before,
.image-description .icon::after {
	line-height: inherit
}

.body-copy-wide .image-description {
	margin-left: 0;
	margin-right: 0
}

.image-description .image-caption {
	flex-grow: 1
}

.body-copy-wide .image-description {
	margin-right: 0;
	margin-left: 0
}

.image-keyline .image-asset,
.image-keyline .picture-image {
	box-sizing: border-box;
	border: 1px solid #d2d2d7
}

.image.image-big {
	min-width: 320px
}

.image.image-fullbleed .image-sharesheet,
.image.image-inline.body-copy-wide .image-sharesheet,
.image.image-grid.body-copy-wide .image-sharesheet {
	display: block
}

.image.body-copy-wide.image-fullbleed .image-description {
	width: 653px;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (max-width: 1068px) {
	.image.body-copy-wide.image-fullbleed .image-description {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.image.body-copy-wide.image-fullbleed .image-description {
		width: 87.5%
	}
}

@media only screen and (max-width: 734px) {
	.image.body-copy-wide.image-inline .component-content {
		width: 100%
	}
}

.image .icon-downloadcircle {
	color: #06c;
	flex-grow: 0;
	margin-top: -4px;
	margin-left: 24px
}

.theme-dark .image .icon-downloadcircle {
	color: #2997ff
}

html.touch .image .icon-downloadcircle {
	padding: 8px 11px;
	margin-top: -11px;
	margin-left: 13px;
	margin-right: -11px
}

html.touch .image .icon-downloadcircle::after {
	line-height: 1.4em
}

.article .image .icon-downloadcircle:only-child {
	margin-left: auto
}

.no-touch .image:hover {
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 734px) {
	.image-inline .image-description {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.image.image-wide {
	width: 100%
}

.image.image-wide .component-content {
	width: 100%;
	max-width: 2560px
}

.image.image-wide .image-asset {
	width: 100%;
	height: 100%
}

.image.image-wide .image-sharesheet,
.image.image-wide .pullquote-cover {
	width: 100%;
	border-radius: 0
}

@media only screen and (min-width: 1441px) {
	.image.image-wide .image-sharesheet,
	.image.image-wide .pullquote-cover {
		max-width: 1920px;
		margin: 0 auto
	}
}

@media only screen and (min-width: 1922px) {
	.image.image-wide .image-sharesheet,
	.image.image-wide .pullquote-cover {
		border-radius: 10px;
		overflow: hidden;
		z-index: 0;
		position: relative
	}
}

@media only screen and (min-width: 1441px) {
	.image.image-wide .picture-image {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1.01)
	}
}

.image-grid {
	position: relative;
	z-index: 1
}

.image-grid::before,
.image-grid::after {
	content: ' ';
	display: table
}

.image-grid::after {
	clear: both
}

.image-grid-item {
	box-sizing: border-box;
	flex: 0 0 283px;
	margin-bottom: 44px
}

@media only screen and (max-width: 1068px) {
	.image-grid-item {
		margin-bottom: 36px
	}
}

@media only screen and (max-width: 734px) {
	.image-grid-item {
		flex: 0 0 100%;
		margin-bottom: 32px
	}
}

.image-grid-item:nth-child(odd) {
	margin-right: 5px
}

@media only screen and (max-width: 734px) {
	.image-grid-item:nth-child(odd) {
		margin-right: 0
	}
}

@media only screen and (max-width: 734px) {
	.image-grid .row:last-of-type .image-grid-item:not(:last-of-type) {
		margin-bottom: 32px
	}
}

.image-grid .row:last-of-type .image-grid-item {
	margin-bottom: 0
}

.image-grid .row {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row
}

@media only screen and (max-width: 734px) {
	.image-grid .row {
		display: block
	}
}

.touch .image-grid.body-copy-wide .component-content {
	width: component-content-width
}

@media only screen and (max-width: 734px) {
	.touch .image-grid.body-copy-wide .component-content {
		width: 87.5%
	}
}

@media only screen and (max-width: 734px) {
	.no-touch .image-grid.body-copy-wide .component-content {
		width: component-content-width
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.no-touch .image-grid.body-copy-wide .component-content {
		width: 87.5%
	}
}

.datelocation {
	position: relative;
	z-index: 1
}

.datelocation::before,
.datelocation::after {
	content: ' ';
	display: table
}

.datelocation::after {
	clear: both
}

.datelocation-copy {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0
}

@media only screen and (max-width: 1068px) {
	.datelocation-copy {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.pagebody {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}


@media only screen and (max-width: 1068px) {
	.pagebody {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.pagebody-media {
	margin-top: 0;
	margin-bottom: 15px;
	width: 291px
}

@media only screen and (max-width: 1068px) {
	.pagebody-media {
		width: 206px
	}
}

@media only screen and (max-width: 734px) {
	.pagebody-media {
		width: 100%
	}
}

.pagebody-media.left {
	float: left;
	margin-left: -12.5%;
	margin-right: 36px
}

@media only screen and (max-width: 1068px) {
	.pagebody-media.left {
		margin-left: -10%;
		margin-right: 24px
	}
}

@media only screen and (max-width: 734px) {
	.pagebody-media.left {
		margin-right: 0
	}
}

.pagebody-media.right {
	float: right;
	margin-right: -12.5%;
	margin-left: 36px
}

@media only screen and (max-width: 1068px) {
	.pagebody-media.right {
		margin-right: -10%;
		margin-left: 24px
	}
}

@media only screen and (max-width: 734px) {
	.pagebody-media.right {
		margin-left: 0
	}
}

.pagebody-media .image-sharesheet {
	display: block
}

.pagebody-media .image-description,
.pagebody-media .video-description {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0
}

@media only screen and (max-width: 734px) {
	.pagebody-media.left,
	.pagebody-media.right {
		float: none;
		margin: 28px auto
	}
	.pagebody-media:first-child {
		margin-top: 0
	}
}

.pagebody-copy {
	margin-bottom: 1.4211em
}

.pagebody-copy:lang(ar) {
	margin-bottom: 1.57895em
}

.pagebody-copy:lang(ja) {
	margin-bottom: 1.47376em
}

.pagebody-copy:lang(th) {
	margin-bottom: 1.36844em
}

.pagebody-copy:lang(ko) {
	margin-bottom: 1.52632em
}

.pagebody-copy:first-child {
	margin-top: 0
}

.pagebody-copy:last-child {
	margin-bottom: 0
}

.dropcaps .pagebody-copy:first-child::first-letter,
.dropcaps .pagebody-copy:first-child .first-letter {
	font-size: 84px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -.015em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	float: left;
	margin-right: 8px;
	line-height: .89286
}

@media only screen and (max-width: 734px) {
	.dropcaps .pagebody-copy:first-child::first-letter,
	.dropcaps .pagebody-copy:first-child .first-letter {
		font-size: 48px;
		line-height: 1.08349;
		font-weight: 600;
		letter-spacing: -.003em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.dropcaps .pagebody-copy:first-child::first-letter,
	.dropcaps .pagebody-copy:first-child .first-letter {
		margin-right: 8px;
		line-height: .89286
	}
}

@media only screen and (max-width: 734px) {
	.dropcaps .pagebody-copy:first-child::first-letter,
	.dropcaps .pagebody-copy:first-child .first-letter {
		margin-right: 5px;
		line-height: 1.04167
	}
}

@-moz-document url-prefix() {
	.dropcaps .pagebody-copy:first-child::first-letter,
	.dropcaps .pagebody-copy:first-child .first-letter {
		margin-top: .11905em
	}
	@media only screen and (max-width: 734px) {
		.dropcaps .pagebody-copy:first-child::first-letter,
		.dropcaps .pagebody-copy:first-child .first-letter {
			margin-top: .20833em
		}
	}
}

.pagebody-header {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 700;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 16px;
	margin-top: 52px
}

@media only screen and (max-width: 1068px) {
	.pagebody-header {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 700;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.pagebody-header {
		margin-top: 48px
	}
}

@media only screen and (max-width: 734px) {
	.pagebody-header {
		margin-top: 44px
	}
}

.pagebody-header--secondary {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 52px;
	margin-bottom: 24px
}

@media only screen and (max-width: 1068px) {
	.pagebody-header--secondary {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 700;
		letter-spacing: .004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.pagebody-header--secondary {
		font-size: 28px;
		line-height: 1.14286;
		font-weight: 700;
		letter-spacing: .007em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.pagebody-header--secondary {
		margin-top: 48px;
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 734px) {
	.pagebody-header--secondary {
		margin-top: 44px
	}
}

.pagebody-header:first-child {
	margin-top: 8px
}

@media only screen and (max-width: 1068px) {
	.pagebody-header:first-child {
		margin-top: 12px
	}
}

@media only screen and (max-width: 734px) {
	.pagebody-header:first-child {
		margin-top: 12px
	}
}

.pagebody-header:last-child {
	margin-bottom: 0
}

.pagebody-location,
.pagebody-date {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 700;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.pagebody-location::after,
.pagebody-date::after {
	font-weight: normal;
	content: ' \2014 ';
	alt: ' '
}

@media only screen and (max-width: 734px) {
	.pagebody .component-content {
		width: 100%
	}
}

@media only screen and (max-width: 734px) {
	.pagebody .pagebody-header,
	.pagebody .pagebody-copy,
	.pagebody .pagebody-media .image-description,
	.pagebody .pagebody-media .video-description {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.pagebody.pagebody-small .pagebody-copy {
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 400;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.pagetitle.component {
	margin-top: 0;
	margin-bottom: 0
}

.pagetitle .hero-headline {
	font-size: 48px;
	line-height: 1.08349;
	font-weight: 700;
	letter-spacing: -.003em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.pagetitle .hero-headline {
		font-size: 40px;
		line-height: 1.1;
		font-weight: 700;
		letter-spacing: 0em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.pagetitle .hero-headline {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 700;
		letter-spacing: .004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.pdflist {
	position: relative;
	z-index: 1;
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.pdflist::before,
.pdflist::after {
	content: ' ';
	display: table
}

.pdflist::after {
	clear: both
}


@media only screen and (max-width: 1068px) {
	.pdflist {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.pdflist ul {
	padding: 0 12.5%;
	list-style: none;
	background-color: #fbfbfd;
	margin: 0
}

@media only screen and (max-width: 1068px) {
	.pdflist ul {
		padding: 0 10%
	}
}

@media only screen and (max-width: 734px) {
	.pdflist ul {
		padding: 0 8.33333%
	}
}

.pdflist ul .pdf-item {
	padding: 24px 0 20px;
	border-bottom: 1px solid #d2d2d7
}

@media only screen and (max-width: 734px) {
	.pdflist ul .pdf-item {
		padding: 20px 0 20px
	}
}

.pdflist ul .pdf-item:last-child {
	border-bottom: none
}

.pdflist ul .pdf-item-copy,
.pdflist ul .pdf-item-link {
	margin: 0;
	margin-left: 49px
}

@media only screen and (max-width: 734px) {
	.pdflist ul .pdf-item-copy,
	.pdflist ul .pdf-item-link {
		margin-left: 45px
	}
}

.pdflist ul .pdf-item-link {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 500;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.pdflist ul .pdf-item-icon {
	width: 21px;
	height: 27px;
	background: url(/newsroom/static/view-pdf.svg) no-repeat center/cover;
	margin: 6px 24px 24px 0;
	float: left
}

@media only screen and (max-width: 734px) {
	.pdflist ul .pdf-item-icon {
		margin: 6px 20px 20px 0
	}
}

html[dir=rtl] .pdflist ul .pdf-item-icon {
	transform: scaleX(-1)
}

.theme-dark .pdflist ul {
	background-color: #161617
}

.theme-dark .pdflist ul .pdf-item {
	border-bottom-color: #424245
}

.theme-dark .pdflist ul .pdf-item-icon {
	filter: invert(1)
}

.contactinfo {
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 500;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	width: 326px;
	margin: 28px -4px 0 0;
	box-sizing: border-box;
	word-wrap: break-word;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px
}


@media only screen and (max-width: 1068px) {
	.contactinfo {
		width: 288px
	}
}

@media only screen and (max-width: 734px) {
	.contactinfo {
		width: 100%;
		margin: 28px 0 0
	}
}

.contactinfo-title {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 3px
}


@media only screen and (max-width: 1068px) {
	.contactinfo-title {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.contactinfo-text {
	margin: 0
}

.presscontacts {
	position: relative;
	z-index: 1
}

.presscontacts::before,
.presscontacts::after {
	content: ' ';
	display: table
}

.presscontacts::after {
	clear: both
}

.presscontacts-headline {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 700;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}


@media only screen and (max-width: 1068px) {
	.presscontacts-headline {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 700;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.presscontacts .component-content {
	border-top: 1px solid #d2d2d7
}

.theme-dark .presscontacts .component-content {
	border-top-color: #424245
}

.presscontacts .component-content {
	padding-top: 52px
}

.presscontacts.component {
	margin-bottom: 52px;
	margin-top: 52px
}

.presscontacts .contacts-container {
	margin-top: -4px
}

.presscontacts .component-content {
	border-top: 1px solid #d2d2d7
}

.theme-dark .presscontacts .component-content {
	border-top-color: #424245
}

@media only screen and (max-width: 1068px) {
	.presscontacts .component-content {
		padding-top: 48px
	}
	.presscontacts.component {
		margin-bottom: 48px;
		margin-top: 48px
	}
	.presscontacts .contacts-container {
		margin-top: -12px
	}
}

.presscontacts .component-content {
	border-top: 1px solid #d2d2d7
}

.theme-dark .presscontacts .component-content {
	border-top-color: #424245
}

@media only screen and (max-width: 734px) {
	.presscontacts .component-content {
		padding-top: 44px
	}
	.presscontacts.component {
		margin-bottom: 44px;
		margin-top: 44px
	}
	.presscontacts .contacts-container {
		margin-top: 0px
	}
}

.presscontacts+.presscontacts .component-content {
	padding-top: 0;
	border: 0
}

.nr-callout .quote {
	padding-left: 28px;
	color: #6e6e73;
	position: relative
}

.nr-callout .quote::before {
	background-color: #d2d2d7;
	border-radius: 2px;
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 4px
}

.theme-dark .nr-callout .quote::before {
	background-color: #424245
}

.nr-callout .quote-copy {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}


@media only screen and (max-width: 1068px) {
	.nr-callout .quote-copy {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.nr-callout .quote-copy-text::after,
.nr-callout .quote-copy-text::before {
	display: none
}

.nr-callout .quote-copy-text__quoted::before,
.nr-callout .quote-copy-text__quoted::after {
	display: inline-block
}

.nr-callout .quote-credit {
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 500;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	position: relative;
	margin-top: 20px
}

@media only screen and (max-width: 734px) {
	.nr-callout .quote-credit {
		margin-top: 16px
	}
}

.summary-copy {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 500;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 8px;
	margin-bottom: 8px
}

@media only screen and (max-width: 1068px) {
	.summary-copy {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 500;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.summary-copy {
		margin-top: 12px;
		margin-bottom: 12px
	}
}

@media only screen and (max-width: 734px) {
	.summary-copy {
		margin-top: 12px;
		margin-bottom: 12px
	}
}

.tertiarynav {
	margin: 36px auto 50px
}

.tertiarynav .component-content {
	border-top: 1px solid #d2d2d7
}

.theme-dark .tertiarynav .component-content {
	border-top-color: #424245
}

.tooltip {
	font-size: 12px;
	line-height: 2.16667;
	font-weight: 400;
	letter-spacing: .018em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #1d1d1f;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	left: 0;
	opacity: 1;
	position: absolute;
	bottom: 100%;
	vertical-align: middle;
	white-space: nowrap;
	z-index: 9997
}

.tooltip__hidden {
	transition: opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	opacity: 0
}

.tooltip-text {
	margin: 2px 8px
}

.featured-header .tooltip {
	left: 50%;
	transform: translateX(-50%)
}

@media only screen and (max-width: 734px) {
	.headersplitview .tooltip {
		left: 50%;
		transform: translateX(-50%)
	}
}

.theme-dark .tooltip {
	background: #f5f5f7;
	border-radius: 3px;
	color: #000
}

.sharesheet {
	color: #6e6e73;
	position: relative
}

.theme-dark .sharesheet {
	color: #86868b
}

.sharesheet .icon {
	text-decoration: none
}

.sharesheet .component-content {
	position: relative
}

.sharesheet .sharesheet-options-open,
.sharesheet .sharesheet-options-close {
	line-height: 1em;
	padding: 0
}

.sharesheet-options,
.sharesheet-link-container {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	overflow: hidden
}

.sharesheet-options {
	height: 71px
}

@media only screen and (max-width: 1068px) {
	.sharesheet-options {
		height: 57px
	}
}

@media only screen and (max-width: 734px) {
	.sharesheet-options {
		height: 55px
	}
}

.sharesheet-options-close {
	margin-top: 0
}

.sharesheet-options .social-option {
	margin-top: 12px
}

.sharesheet .social-icon {
	color: currentColor;
	display: block;
	position: relative
}

.sharesheet .icon-downloadcircle,
.sharesheet .icon-share {
	color: #06c
}

.sharesheet .social-option {
	position: relative;
	z-index: 2;
	line-height: 1em;
	list-style: none;
	color: currentColor;
	opacity: 1;
	float: left;
	display: block
}

.no-touch .sharesheet .social-option:hover {
	color: #6e6e73
}

.sharesheet .social-option:last-child {
	margin-right: 0
}

.sharesheet .social-option~.social-option {
	margin-left: 19px
}

.sharesheet .icon:before,
.sharesheet .icon:after {
	padding-left: 1px;
	padding-bottom: 1px
}

.sharesheet-options-close,
.sharesheet-options-open {
	display: none
}

.sharesheet-link-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: .01;
	background-color: #f5f5f7;
	white-space: normal;
	text-align: left;
	top: 100%;
	z-index: -1
}

.sharesheet-link-container .link-text {
	text-align: left;
	border: none;
	background: none;
	color: inherit;
	white-space: nowrap;
	box-sizing: border-box;
	outline: none;
	font: inherit;
	width: 100%;
	height: 100%;
	padding: 0 60px 0 15px;
	line-height: 1.1em
}

.sharesheet-link-container .link-text::-ms-clear {
	display: none
}

.sharesheet-link-container .icon-close {
	margin: 0 20px 0 15px;
	width: 20px;
	color: currentColor;
	text-decoration: none;
	line-height: 1em;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.sharesheet.link-active .sharesheet-link-container,
.link-active:hover .sharesheet .sharesheet-link-container,
.link-active.accessibility-active .sharesheet .sharesheet-link-container {
	top: 0%;
	z-index: 2;
	display: inline-block;
	height: auto;
	opacity: 1
}

.sharesheet.link-active .sharesheet-link-container .link-text,
.link-active:hover .sharesheet .sharesheet-link-container .link-text,
.link-active.accessibility-active .sharesheet .sharesheet-link-container .link-text {
	user-select: all;
	-moz-user-select: all;
	-webkit-user-select: all;
	-ms-user-select: all
}

.sharesheet.component {
	margin-top: 32px;
	margin-bottom: 40px
}

@media only screen and (max-width: 1068px) {
	.sharesheet.component {
		margin-top: 24px;
		margin-bottom: 36px
	}
}

@media only screen and (max-width: 734px) {
	.sharesheet.component {
		margin-top: 20px;
		margin-bottom: 32px
	}
}

.sharesheet.component .sharesheet-options,
.headersplitview .sharesheet-options {
	height: 42px;
	overflow: visible
}

.sharesheet.component .sharesheet-link-content,
.headersplitview .sharesheet-link-content {
	line-height: 42px
}

.ie .sharesheet-options,
.edge .sharesheet-options,
.kakaotalk-app .sharesheet-options {
	visibility: hidden
}

.image-sharesheet {
	display: table;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0;
	position: relative
}

@media only screen and (max-width: 734px) {
	.image-sharesheet {
		display: block
	}
}

@media only screen and (max-width: 734px) {
	.image.image-fullbleed .image-sharesheet {
		border-radius: 0
	}
}

@media only screen and (min-width: 416px) and (max-width: 734px) {
	.image.image-fullbleed .image-sharesheet {
		border-radius: 10px
	}
}

@media only screen and (max-width: 415px) {
	.image .image-sharesheet {
		border-radius: 0
	}
}

.component.not-rounded .image-sharesheet {
	border-radius: 0 !important
}

.touch .sharesheet.component .sharesheet-options {
	transform: translateX(-9px);
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: .006em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.touch .sharesheet-link-container .icon-close {
	margin: 0 3px 0 7px
}

.touch .social-icon {
	padding: 9px;
	line-height: 25px
}

.touch .sharesheet-options .social-option {
	margin-top: 0
}

.touch .social-option~.social-option {
	margin-left: 1px
}

@media only screen and (max-width: 734px) {
	.no-touch .sharesheet.component .sharesheet-options {
		transform: translateX(-9px);
		font-size: 20px;
		line-height: 1.4;
		font-weight: 400;
		letter-spacing: .006em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
	.no-touch .sharesheet-link-container .icon-close {
		margin: 0 3px 0 7px
	}
	.no-touch .social-icon {
		padding: 9px;
		line-height: 25px
	}
	.no-touch .sharesheet-options .social-option {
		margin-top: 0
	}
	.no-touch .social-option~.social-option {
		margin-left: 1px
	}
}

html.touch .sharesheet-link-container {
	height: 1px;
	opacity: .01
}

html.touch .link-active .sharesheet-link-container {
	height: auto
}

.wechat-dialog {
	display: none;
	text-align: center;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 734px) {
	.wechat-dialog {
		font-size: 24px;
		line-height: 1.16667;
		font-weight: 600;
		letter-spacing: .009em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.wechat-dialog .pin,
.wechat-dialog .mobile-instr {
	display: none
}

.wechat-qrcode {
	display: inline-block;
	vertical-align: top;
	margin-top: 50px
}

@media only screen and (max-width: 734px) {
	.wechat-qrcode {
		margin-top: 35px
	}
}

.modal .wechat-dialog {
	display: block
}

.mobile-os .wechat-qrcode,
.mobile-os .qr-instr {
	display: none
}

.mobile-os .mobile-instr {
	display: inline
}

.in-wechat .wechat-qrcode,
.in-wechat .wechat-instructions {
	display: none
}

.in-wechat .content-padding {
	position: static;
	pointer-events: none;
	background-color: transparent
}

.in-wechat .modal-standard {
	background: rgba(0, 0, 0, 0.7)
}

.in-wechat .modal-close {
	opacity: 0
}

.in-wechat .modal-close[data-focus-method="key"] {
	opacity: 1
}

.in-wechat .pin {
	display: block;
	right: 32px;
	height: 96px;
	padding-bottom: 0;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 400;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.in-wechat .pin .pin-caption {
	left: unset;
	right: 15px;
	margin-left: 0;
	color: #fff;
	width: 104px
}

.downloadall {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.downloadall {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.downloadall--padded {
	display: flex;
	flex-flow: row nowrap;
	background-color: #fbfbfd;
	padding: 24px 12.5%
}

@media only screen and (max-width: 1068px) {
	.downloadall--padded {
		padding-left: 10%;
		padding-right: 10%
	}
}

@media only screen and (max-width: 734px) {
	.downloadall--padded {
		padding: 20px 8.33333%
	}
}

.theme-dark .downloadall--padded {
	background-color: #161617
}

.downloadall-camera {
	width: 25px;
	height: 21px;
	background: url(/newsroom/static/camera.svg) no-repeat;
	background-size: cover;
	margin-right: 24px;
	align-self: flex-start;
	flex-shrink: 0;
	flex-grow: 0
}

@media only screen and (max-width: 734px) {
	.downloadall-camera {
		margin-right: 20px
	}
}

.theme-dark .downloadall-camera {
	filter: invert(1)
}

.downloadall-text {
	margin: 0
}

.downloadall-link {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 500;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 0;
	margin-bottom: 0
}

html.touch .downloadall .icon-downloadcircle {
	padding: 0;
	margin: 0
}

.social-embed .component-content {
	display: flex;
	justify-content: center
}

.social-embed .twitter-tweet,
.social-embed .instagram-media,
.social-embed .tiktok-embed {
	margin: 0 !important
}

@media only screen and (max-width: 734px) {
	.social-embed--tiktok {
		display: flex;
		justify-content: center;
		width: 100%;
		overflow-x: hidden
	}
}

.theme-dark .social-embed .tiktok-embed {
	background: #fff;
	border-radius: 7px;
	padding: 31px 0
}

@media only screen and (max-width: 1068px) {
	.theme-dark .social-embed .tiktok-embed {
		padding: 17px 0
	}
}

@media only screen and (max-width: 734px) {
	.theme-dark .social-embed .tiktok-embed {
		padding: 19px 0
	}
}

@media only screen and (max-width: 414px) {
	.theme-dark .social-embed .tiktok-embed {
		padding: calc(43.75vw - 162.5px) 0
	}
}

.latest-stories {
	margin-top: 52px;
	margin-bottom: 72px
}

@media only screen and (max-width: 1068px) {
	.latest-stories {
		margin-top: 48px
	}
}

@media only screen and (max-width: 734px) {
	.latest-stories {
		margin-top: 44px;
		margin-bottom: 50px
	}
}

.latest-stories-header {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 700;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 653px;
	margin-bottom: 0
}

@media only screen and (max-width: 1068px) {
	.latest-stories-header {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 700;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.latest-stories-header {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.latest-stories-header {
		width: 87.5%
	}
}

@media only screen and (max-width: 734px) {
	.latest-stories-header {
		max-width: 362.25px
	}
}

.theme-dark .latest-stories .paddlenav .paddlenav-arrow {
	background-color: rgba(210, 210, 210, 0.6);
	color: rgba(255, 255, 255, 0.4)
}

.theme-dark .latest-stories .paddlenav .paddlenav-arrow:hover {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.theme-dark .latest-stories .paddlenav .paddlenav-arrow:active {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.theme-dark .latest-stories .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.theme-dark .latest-stories .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.theme-dark .latest-stories .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.theme-dark .latest-stories .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(210, 210, 210, 0.9);
	color: #fff
}

.gallery-stories-wrapper {
	position: relative;
	white-space: nowrap;
	margin-top: 44px
}

@media only screen and (max-width: 1068px) {
	.gallery-stories-wrapper {
		margin-top: 36px
	}
}

@media only screen and (max-width: 734px) {
	.gallery-stories-wrapper {
		margin-top: 32px
	}
}

.gallery-stories-wrapper .with-paddlenav {
	z-index: 1
}

.gallery-stories-wrapper .paddlenav-arrow {
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	top: 162px
}

@media only screen and (max-width: 734px) {
	.gallery-stories-wrapper .paddlenav-arrow {
		top: 24.60938vw
	}
}

@media only screen and (min-width: 416px) and (max-width: 734px) {
	.gallery-stories-wrapper .paddlenav-arrow {
		top: 101.88281px
	}
}

.no-touch .gallery-stories-wrapper:hover .paddlenav-arrow {
	opacity: 1
}

.touch .with-paddlenav {
	opacity: 1
}

.latest-story {
	display: inline-block;
	opacity: 0;
	margin: 0 calc((100vw - 653px) * 0.15);
	width: 653px
}

.ac-gallery-slidecontainer .latest-story {
	opacity: 1
}

@media only screen and (max-width: 734px) {
	.latest-story {
		margin: 0 0;
		max-width: 362.25px
	}
}

@media only screen and (max-width: 1068px) {
	.latest-story {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.latest-story {
		width: 87.5%
	}
}

.latest-story:not(.ac-gallery-currentitem) .block {
	cursor: default;
	pointer-events: none
}

.latest-story .image-asset {
	padding-top: 56.25%;
	height: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.5s;
	border-radius: 7px
}

@media only screen and (max-width: 734px) {
	.latest-story .image-asset {
		background-size: cover
	}
}

@media only screen and (max-width: 734px) {
	.latest-story:not(.ac-gallery-currentitem) .image-asset {
		transform: scale(0.9)
	}
}

.latest-story .article-meta {
	margin-top: 20px;
	opacity: 0
}

@media only screen and (max-width: 734px) {
	.latest-story .article-meta {
		margin-top: 15px
	}
}

.latest-story .article-meta__category,
.latest-story .article-meta__date {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 700;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #6e6e73
}

.latest-story .article-meta__category {
	text-transform: uppercase
}

.latest-story .article-meta__headline {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #1d1d1f;
	white-space: normal;
	margin-top: 3px
}

@media only screen and (max-width: 1068px) {
	.latest-story .article-meta__headline {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.latest-story .article-meta__date {
	font-size: 14px;
	line-height: 1.28577;
	font-weight: 600;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 10px
}

.theme-dark .latest-story .article-meta__headline {
	color: #f5f5f7
}

.theme-dark .latest-story .article-meta__category,
.theme-dark .latest-story .article-meta__date {
	color: #86868b
}

.latest-story>.block {
	width: 576px;
	margin-left: 0
}

@media only screen and (max-width: 734px) {
	.latest-story>.block {
		width: 100%
	}
}

.ac-gallery-currentitem .article-meta {
	opacity: 1;
	transition: opacity 1.2s ease-out, transform 0.9s ease-in-out
}

.ac-gallery-nextitem .article-meta {
	transform: translateX(70px)
}

.youtube-player.fullbleed .component-content {
	width: 980px
}

@media only screen and (max-width: 1068px) {
	.youtube-player.fullbleed .component-content {
		width: 692px
	}
}

@media only screen and (max-width: 734px) {
	.youtube-player.fullbleed .component-content {
		width: 100%
	}
}

.youtube-player .ytplayer-wrapper {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: auto
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.youtube-player .component-content {
	flex-direction: column
}

@media only screen and (max-width: 734px) {
	.youtube-player .component-content {
		width: 100%
	}
}

@media only screen and (max-width: 734px) {
	.youtube-player.component {
		width: 100%
	}
}

.youtube-player--description {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #6e6e73;
	margin: 16px 16px 0;
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 600;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	width: 653px;
	margin-left: auto;
	margin-right: auto
}

.theme-dark .youtube-player--description {
	color: #86868b
}

@media only screen and (max-width: 1068px) {
	.youtube-player--description {
		margin-top: 12px
	}
}

.youtube-player--description:empty {
	margin-bottom: 0
}

.youtube-player--description .icon {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.youtube-player--description .icon {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.youtube-player--description .icon::before,
.youtube-player--description .icon::after {
	line-height: inherit
}

.body-copy-wide .youtube-player--description {
	margin-left: 0;
	margin-right: 0
}

.youtube-player--description .image-caption {
	flex-grow: 1
}

@media only screen and (max-width: 1068px) {
	.youtube-player--description {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.youtube-player--description {
		width: 87.5%
	}
}

.youtube-player--text {
	width: 571px;
	margin-right: 0
}

@media only screen and (max-width: 1068px) {
	.youtube-player--text {
		width: 519px
	}
}

@media only screen and (max-width: 734px) {
	.youtube-player--text {
		width: auto;
		margin-right: 28px
	}
}

.youtube-player--text:last-child {
	width: auto;
	margin-right: 0
}

.article-list {
	border-top: 1px solid #d2d2d7;
	padding-top: 52px
}

@media only screen and (max-width: 1068px) {
	.article-list {
		padding-top: 48px
	}
}

@media only screen and (max-width: 734px) {
	.article-list {
		padding-top: 28px
	}
}

.article-list__heading {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 700;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.article-list__heading {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 700;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.article-list__item {
	margin-top: 0;
	border-bottom: 1px solid #d2d2d7;
	padding-bottom: 32px;
	padding-top: 32px
}

@media only screen and (max-width: 734px) {
	.article-list__item {
		padding-bottom: 28px;
		padding-top: 28px
	}
}

.article-list__item:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.article-list__item__link {
	color: #1d1d1f;
	display: flex
}

.article-list__item__link:hover {
	text-decoration: none
}

.article-list__item__link:hover picture::after {
	opacity: 1
}

.article-list__item__link:hover img {
	transform: scale(1.05)
}

.article-list__item__img-wrapper {
	padding-right: 24px;
	width: 171px
}

@media only screen and (max-width: 734px) {
	.article-list__item__img-wrapper {
		padding-right: 16px;
		width: 93px
	}
}

.article-list__item__img-wrapper picture {
	width: 171px;
	display: block;
	font-size: 0;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0;
	position: relative
}

@media only screen and (max-width: 734px) {
	.article-list__item__img-wrapper picture {
		width: 93px
	}
}

@media only screen and (max-width: 734px) {
	.article-list__item__img-wrapper picture {
		border-radius: 12px
	}
}

.article-list__item__img-wrapper picture::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: opacity 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms
}

.article-list__item__img-wrapper img {
	width: 100%;
	transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transform: scale(1.00001)
}

.article-list__item__content {
	display: flex;
	flex-direction: column
}

.article-list__item__category {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 600;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #6e6e73;
	margin-bottom: 4px;
	text-transform: uppercase
}

.article-list__item__date {
	font-size: 14px;
	line-height: 1.28577;
	font-weight: 600;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #6e6e73;
	margin-top: 8px
}

.article-list__item__title {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #1d1d1f
}

@media only screen and (max-width: 1068px) {
	.article-list__item__title {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.theme-dark .article-list {
	border-top-color: #424245
}

.theme-dark .article-list__item {
	border-bottom-color: #424245
}

.theme-dark .article-list__item__link {
	color: #f5f5f7
}

.theme-dark .article-list__item__category,
.theme-dark .article-list__item__date {
	color: #86868b
}

.theme-dark .article-list__item__title {
	color: #f5f5f7
}

.usdz {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.no-ar-support {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px
}

.no-ar-support-copy {
	color: #1d1d1f;
	margin-left: 10px;
	font-size: 17px;
	line-height: 1.23536;
	font-weight: 600;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.no-ar-support .icon-ar {
	flex: none;
	width: 19px;
	height: 22px;
	background: url(/newsroom/static/arkit-glyph.svg) no-repeat;
	background-size: cover
}

.theme-dark .no-ar-support-copy {
	color: #f5f5f7
}

.theme-dark .no-ar-support .icon-ar {
	filter: invert(1)
}

@media only screen and (max-width: 734px) {
	.image-inline .no-ar-support {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

html.ar .usdz {
	display: block;
	z-index: 1
}

html.ar .usdz+.image-asset {
	visibility: hidden
}

html.ar .no-ar-support {
	display: none
}

.pullquote.component {
	margin-top: 72px;
	margin-bottom: 72px
}

@media only screen and (max-width: 1068px) {
	.pullquote.component {
		margin-top: 64px;
		margin-bottom: 64px
	}
}

@media only screen and (max-width: 734px) {
	.pullquote.component {
		margin-top: 52px;
		margin-bottom: 52px
	}
}

@media only screen and (min-width: 735px) {
	.pullquote .component-content {
		width: 100%
	}
}

.pullquote .quote {
	text-align: center
}

.pullquote__text {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.pullquote__text {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 700;
		letter-spacing: .004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.pullquote__text {
		font-size: 28px;
		line-height: 1.14286;
		font-weight: 700;
		letter-spacing: .007em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.pullquote__text:not(.no-quotes)>::before,
.pullquote__text:not(.no-quotes)>::after {
	display: inline-block;
	width: 2em
}

.pullquote__text:not(.no-quotes)>::before {
	margin-left: -2em;
	text-align: right;
	content: open-quote
}

.pullquote__text:not(.no-quotes)>::after {
	margin-right: -2em;
	text-align: left;
	visibility: hidden;
	content: close-quote
}

.pullquote__text:not(.no-quotes)>:last-child {
	margin-bottom: 0
}

.pullquote__text:not(.no-quotes)>:last-child::after {
	visibility: visible
}

.pullquote__credit {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.28577;
	font-weight: 600;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 66.66667%
}


@media only screen and (max-width: 1068px) {
	.pullquote__credit {
		font-size: 14px;
		line-height: 1.42859;
		font-weight: 600;
		letter-spacing: -.016em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.pullquote__credit {
		font-size: 14px;
		line-height: 1.42859;
		font-weight: 600;
		letter-spacing: -.016em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.pullquote__credit {
		width: 83.33333%
	}
}

@media only screen and (max-width: 734px) {
	.pullquote__credit {
		width: 66.66667%
	}
}

.pullquote-cover {
	display: grid;
	grid-template-areas: 'cell';
	align-items: center;
	background-color: #000;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0;
	position: relative
}

@media only screen and (max-width: 734px) {
	.image.image-fullbleed .pullquote-cover {
		border-radius: 0
	}
}

@media only screen and (min-width: 416px) and (max-width: 734px) {
	.image.image-fullbleed .pullquote-cover {
		border-radius: 10px
	}
}

@media only screen and (max-width: 415px) {
	.image .pullquote-cover {
		border-radius: 0
	}
}

.component.not-rounded .pullquote-cover {
	border-radius: 0 !important
}

.pullquote-cover .image-sharesheet {
	grid-area: cell
}

.pullquote-cover .image-asset::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.42)
}

.pullquote--alt {
	grid-area: cell;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

.pullquote__text,
.pullquote__credit--alt {
	text-align: center
}

.image-wide .pullquote__text,
.image-wide .pullquote__credit--alt {
	margin-left: auto;
	margin-right: auto;
	width: 980px
}

@media only screen and (min-width: 1441px) {
	.image-wide .pullquote__text,
	.image-wide .pullquote__credit--alt {
		margin-left: auto;
		margin-right: auto;
		width: 980px
	}
}

@media only screen and (max-width: 1068px) {
	.image-wide .pullquote__text,
	.image-wide .pullquote__credit--alt {
		margin-left: auto;
		margin-right: auto;
		width: 692px
	}
}

@media only screen and (max-width: 734px) {
	.image-wide .pullquote__text,
	.image-wide .pullquote__credit--alt {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.image-big .pullquote__text,
.image-big .pullquote__credit--alt {
	width: 83.33333%
}

.pullquote__credit--alt {
	font-size: 14px;
	line-height: 1.28577;
	font-weight: 600;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 16px
}

@media only screen and (max-width: 1068px) {
	.pullquote__credit--alt {
		font-size: 14px;
		line-height: 1.42859;
		font-weight: 600;
		letter-spacing: -.016em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.pullquote__credit--alt {
		font-size: 14px;
		line-height: 1.42859;
		font-weight: 600;
		letter-spacing: -.016em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.pullquote__credit--alt {
		margin-top: 12px
	}
}

.gallery.component {
	width: auto;
	box-sizing: border-box;
	max-width: calc(980px + 248px);
	padding-left: 124px;
	padding-right: 124px
}

@media only screen and (max-width: 1068px) {
	.gallery.component {
		max-width: calc(692px + 158px);
		padding-left: 79px;
		padding-right: 79px
	}
}

@media only screen and (max-width: 734px) {
	.gallery.component {
		max-width: 414px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0
	}
}

.gallery .component-content {
	position: relative;
	display: flex;
	flex-flow: column nowrap
}

.gallery-images {
	white-space: nowrap;
	position: relative;
	width: 653px;
	overflow: hidden
}

@media only screen and (max-width: 1068px) {
	.gallery-images {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.gallery-images {
		overflow: visible;
		width: 100%
	}
}

.gallery-item {
	display: inline-block;
	position: relative;
	width: 100%
}

.gallery-caption {
	white-space: normal;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #6e6e73;
	margin: 16px 16px 0;
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 600;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	transition: opacity 1s
}

.theme-dark .gallery-caption {
	color: #86868b
}

@media only screen and (max-width: 1068px) {
	.gallery-caption {
		margin-top: 12px
	}
}

.gallery-caption:empty {
	margin-bottom: 0
}

.gallery-caption .icon {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.gallery-caption .icon {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.gallery-caption .icon::before,
.gallery-caption .icon::after {
	line-height: inherit
}

.body-copy-wide .gallery-caption {
	margin-left: 0;
	margin-right: 0
}

.gallery-caption .image-caption {
	flex-grow: 1
}

.gallery .paddlenav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 653px
}

@media only screen and (max-width: 1068px) {
	.gallery .paddlenav {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.gallery .paddlenav {
		width: 87.5%
	}
}

.gallery .paddlenav .paddlenav-arrow {
	font-weight: 300;
	width: 3.05882rem;
	height: 3.05882rem;
	border-radius: 3.05882rem;
	font-size: 53px;
	line-height: 3.05882rem
}

.gallery .paddlenav .paddlenav-arrow-next,
.gallery .paddlenav .paddlenav-arrow-previous {
	margin-top: -1.52941rem
}

.gallery .paddlenav .paddlenav-arrow-up,
.gallery .paddlenav .paddlenav-arrow-down {
	margin-left: -1.52941rem
}

.gallery .paddlenav .paddlenav-arrow-next::before,
.gallery .paddlenav .paddlenav-arrow-next::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.gallery .paddlenav .paddlenav-arrow-next::before,
.gallery .paddlenav .paddlenav-arrow-next::after {
	text-decoration: none
}

.gallery .paddlenav .paddlenav-arrow-next::before {
	display: none
}

.gallery .paddlenav .paddlenav-arrow-next::before,
.gallery .paddlenav .paddlenav-arrow-next::after {
	content: ""
}

.gallery .paddlenav .paddlenav-arrow-next::after {
	margin-right: -.044em
}

.gallery .paddlenav .paddlenav-arrow-previous::before,
.gallery .paddlenav .paddlenav-arrow-previous::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.gallery .paddlenav .paddlenav-arrow-previous::before,
.gallery .paddlenav .paddlenav-arrow-previous::after {
	text-decoration: none
}

.gallery .paddlenav .paddlenav-arrow-previous::before {
	display: none
}

.gallery .paddlenav .paddlenav-arrow-previous::before,
.gallery .paddlenav .paddlenav-arrow-previous::after {
	content: ""
}

.gallery .paddlenav .paddlenav-arrow-previous::after {
	margin-left: -.044em
}

.gallery .paddlenav .paddlenav-arrow-up::before,
.gallery .paddlenav .paddlenav-arrow-up::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.gallery .paddlenav .paddlenav-arrow-up::before,
.gallery .paddlenav .paddlenav-arrow-up::after {
	text-decoration: none
}

.gallery .paddlenav .paddlenav-arrow-up::before {
	display: none
}

.gallery .paddlenav .paddlenav-arrow-up::before,
.gallery .paddlenav .paddlenav-arrow-up::after {
	content: ""
}

.gallery .paddlenav .paddlenav-arrow-down::before,
.gallery .paddlenav .paddlenav-arrow-down::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: ''
}

.gallery .paddlenav .paddlenav-arrow-down::before,
.gallery .paddlenav .paddlenav-arrow-down::after {
	text-decoration: none
}

.gallery .paddlenav .paddlenav-arrow-down::before {
	display: none
}

.gallery .paddlenav .paddlenav-arrow-down::before,
.gallery .paddlenav .paddlenav-arrow-down::after {
	content: ""
}

.gallery .paddlenav .paddlenav-arrow {
	background-color: rgba(210, 210, 215, 0.2);
	color: rgba(134, 134, 139, 0.8)
}

.gallery .paddlenav .paddlenav-arrow:hover {
	background-color: rgba(210, 210, 215, 0.5);
	color: #86868b
}

.gallery .paddlenav .paddlenav-arrow:active {
	background-color: rgba(210, 210, 215, 0.5);
	color: #86868b
}

.gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(210, 210, 215, 0.5);
	color: #86868b
}

.gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(210, 210, 215, 0.5);
	color: #86868b
}

.gallery .paddlenav .paddlenav-arrow-next {
	right: -64px
}

.gallery .paddlenav .paddlenav-arrow-previous {
	left: -64px
}

.gallery .paddlenav .paddlenav-arrow-up {
	top: -64px
}

.gallery .paddlenav .paddlenav-arrow-down {
	bottom: -64px
}

.theme-dark .gallery .paddlenav .paddlenav-arrow {
	background-color: rgba(66, 66, 69, 0.2);
	color: rgba(110, 110, 115, 0.8)
}

.theme-dark .gallery .paddlenav .paddlenav-arrow:hover {
	background-color: rgba(66, 66, 69, 0.5);
	color: #6e6e73
}

.theme-dark .gallery .paddlenav .paddlenav-arrow:active {
	background-color: rgba(66, 66, 69, 0.5);
	color: #6e6e73
}

.theme-dark .gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
.theme-dark .gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
	background-color: rgba(66, 66, 69, 0.5);
	color: #6e6e73
}

.theme-dark .gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
.theme-dark .gallery .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
	background-color: rgba(66, 66, 69, 0.5);
	color: #6e6e73
}

@media only screen and (max-width: 734px) {
	.gallery .paddlenav {
		display: none
	}
}

.gallery .paddlenav-arrow {
	z-index: 1;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.gallery .dotnav {
	order: 2;
	border: 0;
	padding: 0;
	line-height: 0
}

.gallery .dotnav ul {
	height: 12px;
	margin: 1em 1em 0;
	pointer-events: auto
}

.gallery .dotnav-item {
	overflow: visible;
	font-size: 0
}

.gallery .dotnav-item::after {
	content: '';
	width: 20px;
	height: 20px;
	top: -6px;
	left: -6px;
	display: block;
	position: absolute
}

.gallery .image-sharesheet {
	display: block;
	position: relative
}

@media only screen and (max-width: 415px) {
	.gallery .image-sharesheet {
		border-radius: 0
	}
}

.gallery .icon-downloadcircle {
	color: #06c;
	flex-grow: 0;
	margin-top: -4px;
	margin-left: 24px
}

.theme-dark .gallery .icon-downloadcircle {
	color: #2997ff
}

html.touch .gallery .icon-downloadcircle {
	padding: 8px 11px;
	margin-top: -11px;
	margin-left: 13px;
	margin-right: -11px
}

html.touch .gallery .icon-downloadcircle::after {
	line-height: 1.4em
}

.article .gallery .icon-downloadcircle:only-child {
	margin-left: auto
}

.body-copy-wide.gallery-hero .gallery-caption {
	width: 653px;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (max-width: 1068px) {
	.body-copy-wide.gallery-hero .gallery-caption {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.body-copy-wide.gallery-hero .gallery-caption {
		width: 87.5%
	}
}

@media only screen and (max-width: 734px) {
	.body-copy-wide.gallery.component .component-content {
		width: 100%;
		overflow: hidden
	}
}

@media only screen and (max-width: 734px) {
	.body-copy-wide.gallery.component .gallery-caption {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.body-copy-wide .gallery-images {
	display: grid;
	grid-template-columns: 100%
}

.body-copy-wide .gallery-item {
	grid-area: 1 / 1 / 2 / 2
}

.body-copy-wide .gallery-item:first-of-type {
	z-index: 2
}

.body-copy-wide .gallery-item:not(.current) .gallery-caption {
	opacity: 0
}

.body-copy-wide .paddlenav {
	z-index: 100
}

.gallery-hero .component-content {
	width: 100%
}

.gallery-hero .gallery-images,
.gallery-hero .paddlenav,
.gallery-hero .gallery-item {
	width: 100%
}

@media only screen and (max-width: 1068px) {
	html.sa-inset .gallery-hero .paddlenav-arrow-previous {
		left: 18px
	}
	html.sa-inset .gallery-hero .paddlenav-arrow-next {
		right: 18px
	}
	html.sa-inset .gallery-hero .paddlenav .paddlenav-arrow {
		background-color: #d2d2d7;
		color: rgba(134, 134, 139, 0.8)
	}
	html.sa-inset .gallery-hero .paddlenav .paddlenav-arrow:hover {
		background-color: #d2d2d7;
		color: #86868b
	}
	html.sa-inset .gallery-hero .paddlenav .paddlenav-arrow:active {
		background-color: #d2d2d7;
		color: #86868b
	}
	html.sa-inset .gallery-hero .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
	html.sa-inset .gallery-hero .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
		background-color: #d2d2d7;
		color: #86868b
	}
	html.sa-inset .gallery-hero .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
	html.sa-inset .gallery-hero .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
		background-color: #d2d2d7;
		color: #86868b
	}
	html.sa-inset .gallery-hero .theme-dark .paddlenav .paddlenav-arrow {
		background-color: #424245;
		color: rgba(110, 110, 115, 0.8)
	}
	html.sa-inset .gallery-hero .theme-dark .paddlenav .paddlenav-arrow:hover {
		background-color: #424245;
		color: #6e6e73
	}
	html.sa-inset .gallery-hero .theme-dark .paddlenav .paddlenav-arrow:active {
		background-color: #424245;
		color: #6e6e73
	}
	html.sa-inset .gallery-hero .theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):hover,
	html.sa-inset .gallery-hero .theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):hover {
		background-color: #424245;
		color: #6e6e73
	}
	html.sa-inset .gallery-hero .theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select):active,
	html.sa-inset .gallery-hero .theme-dark .paddlenav .paddlenav-arrow:focus[data-focus-method="touch"]:not(input):not(textarea):not(select):active {
		background-color: #424245;
		color: #6e6e73
	}
}

@media only screen and (max-width: 734px) {
	.gallery-hero .paddlenav {
		display: none
	}
	.gallery-hero .image-sharesheet {
		border-radius: 0
	}
}

@media only screen and (min-width: 416px) and (max-width: 734px) {
	.gallery-hero .image-sharesheet {
		border-radius: 10px;
		overflow: hidden;
		z-index: 0;
		position: relative
	}
}

.no-js .gallery-images,
.nr-edit-mode .gallery-images,
.pattern .gallery-images {
	overflow: hidden
}

.no-js .gallery .gallery-item,
.nr-edit-mode .gallery .gallery-item,
.pattern .gallery .gallery-item {
	opacity: 1;
	vertical-align: top
}

.photogrid__photos {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start
}

.photogrid__photo {
	flex: 0 0 482px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0;
	position: relative
}

@media only screen and (max-width: 1068px) {
	.photogrid__photo {
		flex-basis: 338px
	}
}

@media only screen and (max-width: 734px) {
	.photogrid__photo {
		flex-basis: 100%
	}
	.photogrid__photo:first-child {
		margin-bottom: 16px
	}
}

@media only screen and (max-width: 415px) {
	.photogrid__photo {
		border-radius: 0
	}
}

.component.not-rounded .photogrid__photo {
	border-radius: 0 !important
}

.photogrid .image-description .icon {
	color: #06c;
	flex-grow: 0;
	margin-top: -4px;
	margin-left: 24px
}

.theme-dark .photogrid .image-description .icon {
	color: #2997ff
}

html.touch .photogrid .image-description .icon {
	padding: 8px 11px;
	margin-top: -11px;
	margin-left: 13px;
	margin-right: -11px
}

html.touch .photogrid .image-description .icon::after {
	line-height: 1.4em
}

.article .photogrid .image-description .icon:only-child {
	margin-left: auto
}

.featured-header.with-keyline::after {
	content: '';
	display: block;
	border-top: 1px solid #d2d2d7;
	width: 653px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px
}

@media only screen and (max-width: 1068px) {
	.featured-header.with-keyline::after {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.featured-header.with-keyline::after {
		width: 87.5%
	}
}

@media only screen and (max-width: 1068px) {
	.featured-header.with-keyline::after {
		margin-top: 36px
	}
}

@media only screen and (max-width: 734px) {
	.featured-header.with-keyline::after {
		margin-top: 32px
	}
}

.featured-header .category-eyebrow {
	display: flex;
	justify-content: center;
	margin-top: 16px
}

@media only screen and (max-width: 734px) {
	.featured-header .category-eyebrow {
		margin-top: 20px
	}
}

.featured-header .category-eyebrow__category,
.featured-header .category-eyebrow__date {
	color: #6e6e73;
	margin: 4px 0
}

.featured-header .category-eyebrow__category {
	display: flex;
	align-items: center
}

.featured-header .category-eyebrow__category::after {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1px;
	margin: 0 10px;
	background-color: #6e6e73
}

.featured-header .pagetitle .component-content {
	width: 83.33333%
}

@media only screen and (max-width: 1068px) {
	.featured-header .pagetitle .component-content {
		width: 100%
	}
}

@media only screen and (max-width: 734px) {
	.featured-header .pagetitle .component-content {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.featured-header .pagetitle .hero-headline {
	font-size: 56px;
	line-height: 1.07143;
	font-weight: 700;
	letter-spacing: -.005em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-align: center
}

@media only screen and (max-width: 1068px) {
	.featured-header .pagetitle .hero-headline {
		font-size: 48px;
		line-height: 1.08349;
		font-weight: 700;
		letter-spacing: -.003em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.featured-header .pagetitle .hero-headline {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 700;
		letter-spacing: .004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.featured-header .featured-subhead {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 500;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0
}

@media only screen and (max-width: 1068px) {
	.featured-header .featured-subhead {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 500;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 734px) {
	.featured-header .featured-subhead {
		margin-top: 16px
	}
}

.featured-header .sharesheet {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 0
}

@media only screen and (max-width: 734px) {
	.featured-header .sharesheet {
		margin-top: 20px
	}
}

.theme-dark .featured-header .category-eyebrow__category,
.theme-dark .featured-header .category-eyebrow__date {
	color: #86868b
}

.theme-dark .featured-header .category-eyebrow__category::after {
	background-color: #86868b
}

.article-header .sharesheet {
	margin-top: 28px;
	margin-bottom: 0
}

@media only screen and (max-width: 1068px) {
	.article-header .sharesheet {
		margin-top: 24px
	}
}

@media only screen and (max-width: 734px) {
	.article-header .sharesheet {
		margin-top: 20px
	}
}

.article-header.with-keyline::after {
	content: '';
	display: block;
	border-top: 1px solid #d2d2d7;
	width: 653px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px
}

@media only screen and (max-width: 1068px) {
	.article-header.with-keyline::after {
		width: 576px
	}
}

@media only screen and (max-width: 734px) {
	.article-header.with-keyline::after {
		width: 87.5%
	}
}

@media only screen and (max-width: 1068px) {
	.article-header.with-keyline::after {
		margin-top: 28px
	}
}

@media only screen and (max-width: 734px) {
	.article-header.with-keyline::after {
		margin-top: 24px
	}
}

.article-subhead {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 500;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 20px;
	margin-bottom: 0
}

@media only screen and (max-width: 1068px) {
	.article-subhead {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 500;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.article-subhead {
		margin-top: 16px
	}
}

.article-subhead+.sharesheet {
	margin-top: 24px
}

@media only screen and (max-width: 1068px) {
	.article-subhead+.sharesheet {
		margin-top: 20px
	}
}

.headersplitview {
	background-color: #fbfbfd;
	position: relative
}

.theme-dark .headersplitview {
	background-color: #1d1d1f
}

@media only screen and (max-width: 734px) {
	.article .headersplitview {
		background-color: revert
	}
}

.headersplitview .component {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	margin-left: calc((100vw - 980px) / 2)
}

@media only screen and (min-width: 1441px) {
	.headersplitview .component {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 44px;
		padding-bottom: 44px
	}
}

@media only screen and (max-width: 1068px) {
	.headersplitview .component {
		margin-left: calc((100vw - 692px) / 2)
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview .component {
		margin: 60px auto 0
	}
}

.headersplitview .component-content {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center
}

@media only screen and (max-width: 734px) {
	.headersplitview .component-content {
		flex-direction: column
	}
}

.headersplitview__text {
	flex: 0 0 490px;
	margin-right: 81px;
	display: grid;
	grid-template-areas: 'top' 'bottom';
	align-self: stretch;
	grid-template-rows: 1fr;
	margin-top: 24px;
	margin-bottom: 24px
}

@media only screen and (min-width: 1441px) {
	.headersplitview__text {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media only screen and (max-width: 1068px) {
	.headersplitview__text {
		margin-right: 57px;
		flex-basis: 346px
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview__text {
		margin-right: 0;
		flex-basis: auto;
		margin-top: 0;
		margin-bottom: 0
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.headersplitview__text {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.headersplitview__text .category-eyebrow {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 700;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.headersplitview__text .category-eyebrow__category,
.headersplitview__text .category-eyebrow__date {
	display: inline-block;
	margin: 0
}

.headersplitview__text .category-eyebrow__category::after {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1px;
	margin: 0 10px;
	background-color: #6e6e73
}

.headersplitview__headgroup {
	grid-area: top;
	align-self: center
}

@media only screen and (max-width: 734px) {
	.headersplitview__headgroup {
		text-align: center
	}
}

.headersplitview__title {
	font-size: 56px;
	line-height: 1.07143;
	font-weight: 700;
	letter-spacing: -.005em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 24px
}

@media only screen and (min-width: 735px) and (max-width: 1440px) {
	.headersplitview__title {
		font-size: Clamp(32px, calc(3.40426vw + 6.97872px), 56px)
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview__title {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 700;
		letter-spacing: .004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.headersplitview__title {
		margin-top: 20px
	}
}

.headersplitview__subhead {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 500;
	letter-spacing: .009em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 20px
}

@media only screen and (max-width: 1068px) {
	.headersplitview__subhead {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 500;
		letter-spacing: .011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

@media only screen and (max-width: 1068px) {
	.headersplitview__subhead {
		margin-top: 16px
	}
}

.headersplitview .sharesheet {
	margin-top: 24px
}

@media only screen and (max-width: 1068px) {
	.headersplitview .sharesheet {
		margin-top: 16px
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview .sharesheet {
		margin-top: 20px
	}
}

.headersplitview__caption {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 600;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #6e6e73;
	grid-area: bottom;
	align-self: flex-end
}

.theme-dark .headersplitview__caption {
	color: #86868b
}

@media only screen and (max-width: 734px) {
	.headersplitview__caption {
		display: none
	}
}

.headersplitview__image-wrapper {
	position: relative;
	flex: 0 1 auto
}

@media only screen and (min-width: 1441px) {
	.headersplitview__image-wrapper {
		flex-shrink: 0
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview__image-wrapper {
		margin-top: 32px
	}
}

.headersplitview__image-wrapper>.icon {
	position: absolute;
	display: none
}

@media only screen and (min-width: 1441px) {
	.headersplitview__image-wrapper>.icon {
		right: max(0px, env(safe-area-inset-right));
		bottom: -1.94118em;
		display: inline-block
	}
}

html.touch .headersplitview__image-wrapper>.icon {
	bottom: -2.58824em
}

@media only screen and (min-width: 735px) and (max-width: 1440px) {
	.headersplitview__image-wrapper .image-sharesheet {
		border-radius: 0
	}
}

.headersplitview__image-wrapper .image-description {
	display: none
}

@media only screen and (max-width: 734px) {
	.headersplitview__image-wrapper .image-description {
		display: flex
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.headersplitview__image-wrapper .image-description {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%
	}
}

.headersplitview__image-wrapper .headersplitview__image {
	display: block;
	font-size: 0
}

.headersplitview__image-wrapper .headersplitview__image .viewport-image {
	border-radius: 0
}

.headersplitview__bottom-download {
	margin-right: max(16px, env(safe-area-inset-right));
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 8px
}

@media only screen and (min-width: 1441px) {
	.headersplitview__bottom-download {
		display: none
	}
}

@media only screen and (max-width: 734px) {
	.headersplitview__bottom-download {
		display: none
	}
}

.headersplitview__bottom-download .icon::after {
	line-height: inherit
}

.nr-article-share__header {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 0
}

@media only screen and (max-width: 1068px) {
	.nr-article-share__header {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.nr-article-share .sharesheet.component {
	margin-top: 8px
}

.docsanddownloads__list {
	background-color: #f5f5f7;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin: 0
}

.theme-dark .docsanddownloads__list {
	background-color: #1d1d1f
}

.docsanddownloads__item {
	border-bottom: 1px solid #d2d2d7;
	display: flex;
	align-items: flex-start;
	list-style: none;
	padding-bottom: 36px;
	padding-top: 36px;
	margin: 0 36px
}

@media only screen and (max-width: 1068px) {
	.docsanddownloads__item {
		margin: 0 32px;
		padding-bottom: 32px;
		padding-top: 32px
	}
}

@media only screen and (max-width: 734px) {
	.docsanddownloads__item {
		margin: 0 24px;
		padding-bottom: 24px;
		padding-top: 24px
	}
}

.theme-dark .docsanddownloads__item {
	border-bottom: 1px solid #424245
}

.docsanddownloads__item:last-child {
	border-bottom: none
}

.docsanddownloads__icon-wrapper {
	display: flex;
	padding-right: 12px;
	flex: 0 0 26px;
	justify-content: flex-end
}

.docsanddownloads__icon {
	display: inline-block;
	height: 26px;
	width: 26px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

@media only screen and (max-width: 734px) {
	.docsanddownloads__icon {
		top: -2px
	}
}

.docsanddownloads__icon--text {
	background-image: url(/newsroom/static/icon-Aa.svg);
	width: 24px;
	height: 24px
}

.docsanddownloads__icon--images {
	background-image: url(/newsroom/static/download-images.svg)
}

.docsanddownloads__icon--document {
	background-image: url(/newsroom/static/download-document.svg)
}

.theme-dark .docsanddownloads__icon {
	filter: invert(1)
}

.docsanddownloads__text-wrapper {
	display: flex;
	flex: 1 1 auto;
	align-items: center
}

@media only screen and (max-width: 734px) {
	.docsanddownloads__text-wrapper {
		flex-direction: column;
		align-items: flex-start
	}
}

.docsanddownloads__text {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	flex: 1 1 auto
}


@media only screen and (max-width: 1068px) {
	.docsanddownloads__text {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.docsanddownloads__link {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 500;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	flex: 0 0 auto;
	margin: 0;
	padding-left: 32px;
	position: relative
}


@media only screen and (max-width: 734px) {
	.docsanddownloads__link {
		padding-left: 0;
		padding-top: 12px
	}
}

.docsanddownloads__link a {
	white-space: nowrap
}

@media only screen and (max-width: 734px) {
	.docsanddownloads__link a {
		white-space: normal;
		word-break: break-word
	}
}

.docsanddownloads__link a::after {
	line-height: inherit;
	alt: ' ';
	transform: translate3d(0, 0, 0)
}

.docsanddownloads__link .tooltip {
	transform: translate3d(16px, -12px, 0)
}

@media only screen and (max-width: 734px) {
	.docsanddownloads__link .tooltip {
		transform: translate3d(-16px, 4px, 0)
	}
}

.icon-copy::before,
.icon-copy::after {
	content: '';
	-webkit-mask: url(/newsroom/static/icon-copy.svg) right/contain no-repeat;
	mask: url(/newsroom/static/icon-copy.svg) right/contain no-repeat;
	background-color: #06c;
	width: .94118em;
	height: 1.11765em;
	display: none
}

.theme-dark .icon-copy::before,
.theme-dark .icon-copy::after {
	background-color: #2997ff
}

.icon-copy.icon-before::before,
.icon-copy.icon-after::after {
	display: inline-block;
	transform: translate3d(0, 3px, 0)
}

.legal-info__entry {
	margin-bottom: 28px
}

@media only screen and (max-width: 1068px) {
	.legal-info__entry {
		margin-bottom: 24px
	}
}

@media only screen and (max-width: 734px) {
	.legal-info__entry {
		margin-bottom: 20px
	}
}

.legal-info__entry:last-child {
	margin-bottom: 0
}

.legal-info__heading {
	font-size: 14px;
	line-height: 1.28577;
	font-weight: 700;
	letter-spacing: -.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 4px
}

.legal-info__body {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0
}


.downloadall {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 700;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media only screen and (max-width: 1068px) {
	.downloadall {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 700;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.downloadall--padded {
	display: flex;
	flex-flow: row nowrap;
	background-color: #fbfbfd;
	padding: 24px 12.5%
}

@media only screen and (max-width: 1068px) {
	.downloadall--padded {
		padding-left: 10%;
		padding-right: 10%
	}
}

@media only screen and (max-width: 734px) {
	.downloadall--padded {
		padding: 20px 8.33333%
	}
}

.theme-dark .downloadall--padded {
	background-color: #161617
}

.downloadall-camera {
	width: 25px;
	height: 21px;
	background: url(/newsroom/static/camera.svg) no-repeat;
	background-size: cover;
	margin-right: 24px;
	align-self: flex-start;
	flex-shrink: 0;
	flex-grow: 0
}

@media only screen and (max-width: 734px) {
	.downloadall-camera {
		margin-right: 20px
	}
}

.theme-dark .downloadall-camera {
	filter: invert(1)
}

.downloadall-text {
	margin: 0
}

.downloadall-link {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 500;
	letter-spacing: -.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: 0;
	margin-bottom: 0
}

html.touch .downloadall .icon-downloadcircle {
	padding: 0;
	margin: 0
}

.modal-gallery-trigger {
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%
}

.modal-gallery-trigger::after {
	content: '';
	opacity: 0;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid rgba(0, 125, 250, 0.6)
}

.modal-gallery-trigger[data-focus-method=key]::after {
	opacity: 1
}

.video-fullbleed {
	width: 100%
}

.video-fullbleed .component-content {
	width: 100%;
	max-width: 1920px
}

.video-container .autoplay-controls-container {
	font-size: 0;
	line-height: 0;
	position: relative
}

.video-container .autoplay-controls-container video.autoplay-first-frame-poster-visible {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1
}

.video-container .autoplay-controls-container.playing .autoplay-controls-pause {
	visibility: visible
}

.video-container .autoplay-controls-container.paused .autoplay-controls-play,
.video-container .autoplay-controls-container.userpaused .autoplay-controls-play {
	visibility: visible
}

.video-container .autoplay-controls-container.ended .autoplay-controls-replay {
	visibility: visible
}

.video-container .autoplay-controls {
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: .012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	bottom: 20px;
	height: 40px;
	left: calc(max(20px, env(safe-area-inset-left) - max(0px, 50vw - 960px)));
	width: 40px;
	align-items: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	position: absolute;
	justify-content: center;
	visibility: hidden
}


@media only screen and (max-width: 1068px) {
	.video-container .autoplay-controls {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
	}
}

.video-container .autoplay-controls,
.video-container .autoplay-controls .icon,
.video-container .autoplay-controls .icon::after {
	color: #6e6e73
}

.video-container .autoplay-controls:hover,
.video-container .autoplay-controls:focus {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: #fff
}

.video-container .autoplay-controls:hover,
.video-container .autoplay-controls:hover .icon,
.video-container .autoplay-controls:hover .icon::after,
.video-container .autoplay-controls:focus,
.video-container .autoplay-controls:focus .icon,
.video-container .autoplay-controls:focus .icon::after {
	color: #1d1d1f;
	text-decoration: none
}

.video-container .autoplay-controls .icon::after {
	alt: ' '
}

.video-container .autoplay-controls-focus-button {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	height: 40px;
	left: calc(max(20px, env(safe-area-inset-left) - max(0px, 50vw - 960px)));
	width: 40px
}

.video-container .autoplay-poster {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none
}

.video-container .autoplay-poster--first-frame {
	position: initial
}

.video-container .autoplay-poster--hide {
	display: none
}