.inline-media-component-container .video-wrapper .fallback-frame {
  visibility: visible;
  opacity: 1;
}

html.enhanced .section-welcome .apple-intelligence-marquee, html.enhanced .section-welcome .base-marquee {
  transition-delay: 1s;
}

[data-component-list="MediaCardGallery"] .media-gallery .gallery-item.theme-dark .caption, [data-media-card-gallery] .media-gallery .gallery-item.theme-dark .caption {
  color: #fff;
 }
 
@media(max-width:734px) {

 .section-welcome .base-marquee{
padding-top: 40px;
 }
}

.apple-intelligence-disclaimer {
  color: rgb(134, 134, 139);
  }

@media only screen and (max-width: 734px) {
  .section-apple-intelligence .header-container {
    text-align: unset;
  }
}


.apple-intelligence-disclaimer {
	color: rgb(134, 134, 139);
	padding-bottom: 60px;
	padding-top: 25px;
}

@media only screen and (max-width: 1068px) {
	.apple-intelligence-disclaimer {
		padding-bottom: 50px;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 734px) {
	.apple-intelligence-disclaimer {
		padding-bottom: 15px;
		padding-top: 25px;
	}
}

.footnote.footnote-supglyph {
    color: rgb(0, 102, 204);
}