/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.show-for-xs {
	display: none;
}
.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.show-for-xs {
		display: none;
	}
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.show-for-xs {
		display: none;
	}
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	.show-for-large {
		display: none;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-small {
		display: block;
	}
	.show-for-xs {
		display: block;
	}
}

@media only screen and (min-width: 1068px) {
	.section-welcome .typography-headline {
		font-size: 43px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-welcome .typography-headline {
		font-size: 37px;
	}
}

@media only screen and (max-width: 735px) {
	.section-welcome .typography-headline {
		font-size: 26px;
	}
}

.disclaimer {
	color: #6e6e73;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.009em;
	font-family:
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

@media only screen and (min-width: 1068px) {
	.section-welcome .hero-card .icon-apps {
		top: 3px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.card-big-performance .card-big-headline {
		left: 40px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.card-big-ai .typography-card-big-headline {
		padding-right: 30px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.card-big-apps .typography-card-big-headline {
		font-size: 44px;
	}
}

@media only screen and (max-width: 735px) {
	.card-big-battery {
		padding-right: 23px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.card-big-apple-intelligence {
		gap: 40px;
	}
}

@media only screen and (max-width: 735px) {
	.card-big-apple-intelligence {
		gap: 20px;
	}
}

@media (max-width: 734px) {
	.card-big-security .card-big-headline {
		padding-inline-end: 0px;
	}
}

@media only screen and (min-width: 1068px) {
	.paddlenav.scroll-gallery-paddles {
		visibility: hidden;
	}
}

.ai-disclaimer-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.ai-disclaimer-container .ai-disclaimer {
	color: #6e6e73;
	font-size: 14px;
	font-weight: 400;
}

.ai-disclaimer-container p:last-child {
	margin: unset;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
