*{
	background-color: #000;
}

/* Make all images responsive by default */
img {
	max-width: 100%;
	height: auto;
}

.hero-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.hero-modal-container{
	border-radius: 25px;
	background-image: url('../assets/feature-modal.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	min-height: 900px;
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
	aspect-ratio: 16 / 12;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.hero-modal-content {
	position: absolute;
	top: 35%;
	left: 5%;
	transform: translateY(-50%);
	text-align: center;
	width: 90%;
	background-color: transparent;
}

@media (min-width: 576px) {
	.hero-modal-container {
		margin-left: 40px;
		margin-right: 40px;
		aspect-ratio: 16 / 12;
		background-size: contain;
		background-position: center center;
		width: calc(100% - 80px);
		max-width: calc(100% - 80px);
		min-height: 1000px;
	}
	.hero-modal-content {
		left: 8%;
		width: 84%;
	}
}

@media (min-width: 768px) {
	.hero-modal-container {
		margin-left: 100px;
		margin-right: 100px;
		aspect-ratio: 16 / 12;
		background-size: contain;
		background-position: center center;
		width: calc(100% - 200px);
		max-width: calc(100% - 200px);
		min-height: 1200px;
	}
	.hero-modal-content {
		left: 10%;
		width: 80%;
		text-align: left;
		top: 40%;
	}
}

@media (min-width: 992px) {
	.hero-modal-container {
		margin-left: 150px;
		margin-right: 150px;
		background-size: contain;
		aspect-ratio: 16 / 12;
		background-position: center center;
		width: calc(100% - 300px);
		max-width: calc(100% - 300px);
		min-height: 1400px;
	}
	.hero-modal-content {
		left: 12%;
		width: 76%;
		top: 42%;
	}
}
.hero-modal-content h1,
.hero-modal-container h1{
	background-color: rgba(0,0,0,0);
	font-weight: 600;
	font-size: clamp(36px, 6vw, 64px);
	margin: 0;
}
.hero-modal-content h2,
.hero-modal-container h2{
	background-color: rgba(0,0,0,0);
	color: #A5A5A5;
	font-size: clamp(18px, 4vw, 24px);
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.24px;
	padding-bottom: 20px;
	margin: 0;
}
.record-modal{
	padding-top: 15px;
}
.record-modal-container{
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../assets/record-modal.png');
	background-repeat: no-repeat no-repeat;
	background-position: top;
	padding-bottom: 60px;
	margin-inline: 20px;
	text-align: center;
	border: 0.4px solid #8D8D8D;
}
.event-info{
	color: #0073FF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-align: center;
}


@media (min-width: 0px) {
	.record-modal-container {
		padding-left: 25px;
		padding-top: 50px;
		padding-bottom: 70px;
		margin-inline: 40px;
		background-size: 170% auto;
		background-position: top center;
	}
}

@media (min-width: 576px) {
	.record-modal-container {
		padding-left: 25px;
		padding-top: 50px;
		padding-bottom: 70px;
		margin-inline: 40px;
	}
}

@media (min-width: 768px) {
	.record-modal-container {
		padding-left: 30px;
		padding-top: 60px;
		padding-bottom: 80px;
		margin-inline: 100px;
		text-align: left;
		background-size: 100% auto;
	}
}

@media (min-width: 992px) {
	.record-modal-container {
		margin-inline: 150px;
		background-size: 100% auto;
	}
}
.record-modal-container h1{
	background-color: rgba(0,0,0,0);
	background-repeat: no-repeat no-repeat;
	font-weight: 600;
	font-size: clamp(32px, 5vw, 48px);
	color: #FFF;
	line-height: 1.1;
}
.apple-watch-promo{
	background-color: rgba(0,0,0,0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	text-align: center;
}

@media (min-width: 576px) {
	.apple-watch-promo {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding-top: 40px;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.apple-watch-promo {
		padding-top: 50px;
	}
}

.record-modal-container h2{
	background-color: rgba(0,0,0,0);
	color: #A5A5A5;
	font-size: clamp(18px, 4vw, 24px);
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.24px;
	padding-bottom: 20px;
}


.speech-modal{
	padding-top: 15px;
}
.speech-modal-container{
	border: 0.4px solid #8D8D8D;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-inline: 20px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (min-width: 576px) {
	.speech-modal-container {
		padding-left: 25px;
		padding-top: 50px;
		padding-bottom: 70px;
		margin-inline: 40px;
	}
}

@media (min-width: 768px) {
	.speech-modal-container {
		padding-left: 30px;
		padding-top: 60px;
		padding-bottom: 80px;
		margin-inline: 100px;
	}
}

@media (min-width: 992px) {
	.speech-modal-container {
		margin-inline: 150px;
		background-size: contain;
	}
}
.speech-modal-container h1{
	background-color: rgba(0,0,0,0);
	color: #FFF;
	text-align: center;
	font-size: clamp(24px, 4vw, 40px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 20px;
}
.speech-modal-container h2{
	background-color: rgba(0,0,0,0);
	color: #A5A5A5;
	font-size: clamp(18px, 4vw, 24px);
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.24px;
	padding-bottom: 20px;
}

.speech-modal-container h3{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.16px;
	border-radius: 28px;
	background: linear-gradient(90deg, #D65A5A 0%, #F2B060 144.72%);
	width: 161px;
	height: 30px;
}

.debate-events{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 20px;
	gap: 30px;
}

@media (min-width: 768px) {
	.debate-events{
		flex-direction: row;
		justify-content: space-evenly;
		padding-top: 30px;
		gap: 0;
	}
}

.debate-column{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 768px) {
	.debate-column{
		gap: 50px;
	}
}

.debate-column h2{
	text-align: center;
	font-size: clamp(24px, 4vw, 32px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(90deg, #FF6D6D 27.8%, #FFBB68 163.43%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.debate-column p{
	text-align: center;
	color: #A5A5A5;
	font-size: clamp(16px, 3vw, 24px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.24px;
	margin-top: -5px;
	padding: 0 10px;
}

@media (min-width: 768px) {
	.debate-column p{
		margin-top: -10px;
		padding: 0;
	}
}
