.ccp-landing {
	--ccp-pink: #f30866;
	--ccp-orange: #ff7437;
	--ccp-green: #08be68;
	--ccp-purple: #9412ee;
	--ccp-yellow: #ffc426;
	--ccp-blue: #2ba1df;
	--ccp-ink: #101010;
	background: #fff;
	color: var(--ccp-ink);
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.ccp-landing *,
.ccp-landing *::before,
.ccp-landing *::after {
	box-sizing: border-box;
}

.ccp-hero-lead,
.ccp-prize span,
.ccp-button,
.ccp-section-title,
.ccp-highlight-label,
.ccp-highlight strong,
.ccp-showcase-copy,
.ccp-video-copy h2,
.ccp-video-copy p,
.ccp-win-guide h3,
.ccp-step-number,
.ccp-step strong,
.ccp-step b {
	-webkit-text-stroke: .3px currentColor;
	font-weight: 900;
}

.ccp-wrap {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 42px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.ccp-hero {
	background: #fff;
	min-height: 720px;
	padding: 66px 0 54px;
	position: relative;
}

.ccp-hero-grid {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(420px, 0.95fr) minmax(500px, 1.05fr);
	gap: 50px;
}

.ccp-hero-copy {
	max-width: 650px;
	text-align: center;
}

.ccp-logo {
	margin: 0 auto 38px;
	max-width: 625px;
}

.ccp-logo img {
	display: block;
	height: auto;
	width: 100%;
}

.ccp-hero-lead {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 auto 34px;
	max-width: 650px;
}

.ccp-prize {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto 8px;
	max-width: 590px;
}

.ccp-prize span {
	font-size: 29px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.ccp-prize img {
	display: block;
	height: 320px;
	margin: -80px 0 -76px;
	object-fit: contain;
	width: 100%;
}

.ccp-button {
	align-items: center;
	background: var(--ccp-pink);
	border: 2px solid var(--ccp-pink);
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	font-size: 22px;
	font-weight: 800;
	gap: 16px;
	justify-content: center;
	min-height: 64px;
	padding: 13px 34px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.ccp-button:hover,
.ccp-button:focus {
	background: #fff;
	color: var(--ccp-pink);
	text-decoration: none;
	transform: translateY(-2px);
}

.ccp-button-icon {
	border-bottom: 13px solid transparent;
	border-left: 21px solid currentColor;
	border-top: 13px solid transparent;
	display: inline-block;
	height: 0;
	width: 0;
}

.ccp-hero-tickets {
	height: 635px;
	margin: 0;
	position: relative;
}

.ccp-ticket {
	filter: drop-shadow(0 20px 11px rgba(0, 0, 0, .26));
	height: auto;
	max-height: 620px;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 48%;
}

.ccp-ticket-covered {
	left: 5%;
	transform: rotate(-4deg);
	z-index: 2;
}

.ccp-ticket-uncovered {
	right: 3%;
	top: 10px;
	transform: rotate(5deg);
	z-index: 1;
}

.ccp-powder {
	background: center / contain no-repeat url("../img/caribbean-color-pop/powder-burst.png");
	pointer-events: none;
	position: absolute;
}

.ccp-powder-left {
	bottom: -190px;
	height: 570px;
	left: -260px;
	transform: rotate(18deg);
	width: 680px;
}

.ccp-powder-right {
	height: 660px;
	right: -255px;
	top: 55px;
	transform: rotate(-28deg);
	width: 760px;
}

.ccp-highlights {
	background: #fff;
	position: relative;
}

.ccp-section-title {
	font-size: clamp(32px, 2.65vw, 44px);
	font-weight: 900;
	line-height: 1.12;
	margin: 0;
	padding: 48px 0 42px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 1366px) {
	.ccp-section-title {
		white-space: nowrap;
	}
}

.ccp-rainbow-text {
	background: linear-gradient(90deg, #ff4d40 0%, #ff9519 18%, #f7cd11 34%, #5dcc20 52%, #00bb82 68%, #19a7dc 83%, #8758ef 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline;
}

.ccp-highlight-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(6, 1fr);
	list-style: none;
	margin: 0;
	padding: 0 0 46px;
}

.ccp-highlight {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 0;
	text-align: center;
}

.ccp-highlight-icon {
	align-items: center;
	background: var(--ccp-card-color);
	border-radius: 50%;
	display: flex;
	font-size: 40px;
	height: 90px;
	justify-content: center;
	margin-bottom: 25px;
	width: 90px;
}

.ccp-highlight-icon i {
	color: #fff;
}

.ccp-highlight-text-icon {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}

.ccp-highlight-label {
	color: var(--ccp-ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ccp-highlight strong {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
	white-space: nowrap;
}

.ccp-highlight-pink { --ccp-card-color: #ed2857; color: #ed2857; }
.ccp-highlight-orange { --ccp-card-color: var(--ccp-orange); color: var(--ccp-orange); }
.ccp-highlight-green { --ccp-card-color: var(--ccp-green); color: var(--ccp-green); }
.ccp-highlight-purple { --ccp-card-color: var(--ccp-purple); color: var(--ccp-purple); }
.ccp-highlight-yellow { --ccp-card-color: var(--ccp-yellow); color: #e8b018; }
.ccp-highlight-blue { --ccp-card-color: var(--ccp-blue); color: var(--ccp-blue); }

.ccp-ticket-showcase {
	border-top: 1px dotted #777;
	min-height: 580px;
	overflow: hidden;
	position: relative;
}

.ccp-showcase-grid {
	align-items: center;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	min-height: 580px;
}

.ccp-showcase-copy {
	font-size: clamp(31px, 3.1vw, 52px);
	font-weight: 900;
	letter-spacing: -1.5px;
	line-height: 1.24;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.ccp-showcase-line {
	display: block;
	white-space: nowrap;
}

.ccp-copy-pink { color: #ed2857; }
.ccp-copy-orange { color: #f05b25; }
.ccp-copy-yellow { color: #ecb91f; }
.ccp-copy-green { color: #34bd70; }
.ccp-copy-blue { color: var(--ccp-blue); }

.ccp-showcase-tickets {
	align-self: stretch;
	margin: 0;
	position: relative;
}

.ccp-showcase-tickets img {
	filter: drop-shadow(0 18px 8px rgba(0, 0, 0, .25));
	height: 620px;
	object-fit: contain;
	position: absolute;
	top: 34px;
	width: 47%;
}

.ccp-showcase-covered {
	left: 11%;
	transform: rotate(-3deg);
	z-index: 2;
}

.ccp-showcase-uncovered {
	right: 1%;
	transform: rotate(5deg);
	z-index: 1;
}

.ccp-showcase-powder {
	bottom: -190px;
	height: 820px;
	right: -40px;
	transform: rotate(-8deg);
	width: 1040px;
}

.ccp-how-to-play {
	border-top: 1px dotted #777;
	padding: 68px 0 74px;
	position: relative;
}

.ccp-video-grid {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: 1.17fr .83fr;
}

.ccp-video-card {
	background: #1b1b1b;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
	display: block;
	overflow: hidden;
	position: relative;
}

.ccp-video-card iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	width: 100%;
}

.ccp-video-copy h2 {
	font-size: clamp(40px, 4.25vw, 68px);
	font-weight: 900;
	line-height: 1.05;
	margin: 0 0 42px;
	text-transform: uppercase;
}

.ccp-video-copy p {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 38px;
	max-width: 500px;
}

.ccp-win-guide {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: 210px 1fr;
	margin-top: 78px;
}

.ccp-win-guide h3 {
	font-size: 48px;
	font-weight: 900;
	line-height: 1.1;
	margin: 100px 0 0;
	text-transform: uppercase;
}

.ccp-win-guide h3 span {
	display: block;
}

.ccp-step-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccp-step {
	--ccp-step-color: var(--ccp-pink);
	align-items: center;
	border: 2px solid var(--ccp-step-color);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-height: 340px;
	padding: 50px 20px 24px;
	position: relative;
	text-align: center;
}

.ccp-step::after {
	border-bottom: 13px solid transparent;
	border-left: 18px solid var(--ccp-step-color);
	border-top: 13px solid transparent;
	content: "";
	position: absolute;
	right: -20px;
	top: 48%;
	z-index: 3;
}

.ccp-step:last-child::after {
	display: none;
}

.ccp-step-number {
	align-items: center;
	background: var(--ccp-step-color);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 42px;
	font-weight: 900;
	height: 72px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 72px;
}

.ccp-step-icon {
	align-items: center;
	display: flex;
	font-size: 44px;
	font-weight: 900;
	justify-content: center;
	margin: 16px 0 22px;
	min-height: 85px;
}

.ccp-stars {
	display: grid;
	font-size: 35px;
	grid-template-columns: repeat(6, 1fr);
	line-height: .88;
	width: 120px;
}

.ccp-star:nth-child(1) { grid-column: 1 / 3; }
.ccp-star:nth-child(2) { grid-column: 3 / 5; }
.ccp-star:nth-child(3) { grid-column: 5 / 7; }
.ccp-star:nth-child(4) { grid-column: 2 / 4; }
.ccp-star:nth-child(5) { grid-column: 4 / 6; }

.ccp-star-pink { color: var(--ccp-pink); }
.ccp-star-orange { color: var(--ccp-orange); }
.ccp-star-blue { color: var(--ccp-blue); }
.ccp-star-yellow { color: #e2a800; }
.ccp-star-green { color: var(--ccp-green); }

.ccp-dollar {
	border: 3px solid #111;
	border-radius: 50%;
	font-size: 64px;
	height: 88px;
	width: 88px;
}

.ccp-multiplier {
	border-radius: 12px;
	box-shadow: inset 0 0 0 3px rgba(0, 0, 0, .09);
	color: #101010;
	font-size: 52px;
	height: 88px;
	width: 112px;
}

.ccp-multiplier-yellow { background: var(--ccp-yellow); }
.ccp-multiplier-blue { background: #26a8f2; }

.ccp-instant {
	border: 3px solid var(--ccp-pink);
	border-radius: 12px;
	color: var(--ccp-pink);
	font-size: 42px;
	height: 84px;
	padding: 0 12px;
}

.ccp-step p {
	font-size: 17px;
	line-height: 1.48;
	margin: 0;
}

.ccp-step strong {
	color: var(--ccp-step-color);
	text-transform: uppercase;
}

.ccp-step-pink { --ccp-step-color: var(--ccp-pink); }
.ccp-step-purple { --ccp-step-color: var(--ccp-purple); }
.ccp-step-yellow { --ccp-step-color: #f4aa00; }
.ccp-step-blue { --ccp-step-color: #078ee9; }

.ccp-how-powder-left {
	bottom: -170px;
	height: 640px;
	left: -410px;
	transform: rotate(28deg);
	width: 780px;
}

.ccp-how-powder-right {
	height: 610px;
	right: -410px;
	top: 10px;
	transform: rotate(-16deg);
	width: 760px;
}

@media (min-width: 992px) {
	.ccp-powder {
		animation: ccp-powder-breathe 7s ease-in-out infinite alternate;
	}

	.ccp-ticket-covered {
		animation: ccp-ticket-covered 5s ease-in-out infinite alternate;
	}

	.ccp-ticket-uncovered {
		animation: ccp-ticket-uncovered 5.8s ease-in-out infinite alternate;
	}
}

@keyframes ccp-powder-breathe {
	from { opacity: .82; }
	to { opacity: 1; }
}

@keyframes ccp-ticket-covered {
	from { transform: rotate(-4deg) translateY(0); }
	to { transform: rotate(-2deg) translateY(-9px); }
}

@keyframes ccp-ticket-uncovered {
	from { transform: rotate(5deg) translateY(0); }
	to { transform: rotate(3deg) translateY(8px); }
}

@media (max-width: 1199px) {
	.ccp-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}

	.ccp-hero {
		min-height: 650px;
	}

	.ccp-hero-grid {
		grid-template-columns: .9fr 1.1fr;
		gap: 20px;
	}

	.ccp-hero-tickets {
		height: 565px;
	}

	.ccp-ticket {
		max-height: 555px;
	}

	.ccp-highlight-grid {
		gap: 14px;
	}

	.ccp-highlight-icon {
		height: 78px;
		width: 78px;
	}

	.ccp-highlight-label {
		font-size: 15px;
	}

	.ccp-highlight strong {
		font-size: 20px;
	}

	.ccp-win-guide {
		display: block;
	}

	.ccp-win-guide h3 {
		margin: 0 0 55px;
		text-align: center;
	}

	.ccp-win-guide h3 span {
		display: inline;
	}

	.ccp-step-grid {
		gap: 14px;
	}

	.ccp-step {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 991px) {
	.ccp-hero {
		padding-top: 48px;
	}

	.ccp-hero-grid {
		grid-template-columns: 1fr;
	}

	.ccp-hero-copy {
		margin: 0 auto;
	}

	.ccp-logo {
		max-width: 560px;
	}

	.ccp-hero-tickets {
		height: 690px;
		margin: 12px auto -135px;
		max-width: 720px;
		width: 100%;
	}

	.ccp-ticket {
		max-height: 680px;
		width: 47%;
	}

	.ccp-powder-right {
		top: 610px;
	}

	.ccp-highlight-grid {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 42px;
	}

	.ccp-ticket-showcase,
	.ccp-showcase-grid {
		min-height: 760px;
	}

	.ccp-showcase-grid {
		grid-template-columns: 1fr;
		padding-top: 52px;
	}

	.ccp-showcase-copy {
		line-height: 1.28;
		text-align: center;
	}

	.ccp-showcase-tickets {
		min-height: 590px;
	}

	.ccp-showcase-tickets img {
		height: 590px;
		top: 30px;
	}

	.ccp-showcase-covered {
		left: 15%;
	}

	.ccp-showcase-uncovered {
		right: 12%;
	}

	.ccp-video-grid {
		gap: 44px;
		grid-template-columns: 1fr;
	}

	.ccp-video-copy {
		text-align: center;
	}

	.ccp-video-copy h2 {
		margin-bottom: 25px;
	}

	.ccp-video-copy p {
		margin-left: auto;
		margin-right: auto;
	}

	.ccp-step-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 44px 24px;
		margin: 0 auto;
		max-width: 720px;
	}

	.ccp-step:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: 348px;
		width: 100%;
	}

	.ccp-step:nth-child(2)::after,
	.ccp-step:nth-child(4)::after {
		display: none;
	}
}

@media (max-width: 575px) {
	.ccp-wrap {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ccp-hero {
		padding: 34px 0 28px;
	}

	.ccp-logo {
		margin-bottom: 24px;
	}

	.ccp-hero-lead {
		font-size: 18px;
		line-height: 1.48;
	}

	.ccp-prize span {
		font-size: 23px;
	}

	.ccp-prize img {
		height: 220px;
		margin-bottom: -54px;
		margin-top: -58px;
	}

	.ccp-button {
		font-size: 18px;
		min-height: 56px;
		padding: 10px 24px;
	}

	.ccp-button-icon {
		border-bottom-width: 10px;
		border-left-width: 17px;
		border-top-width: 10px;
	}

	.ccp-hero-tickets {
		height: 410px;
		margin-bottom: -72px;
	}

	.ccp-ticket {
		max-height: 400px;
		width: 51%;
	}

	.ccp-ticket-covered {
		left: 0;
	}

	.ccp-ticket-uncovered {
		right: 0;
	}

	.ccp-section-title {
		font-size: 30px;
		padding: 38px 0 34px;
	}

	.ccp-highlight-grid {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 38px;
	}

	.ccp-highlight-icon {
		font-size: 30px;
		margin-bottom: 14px;
	}

	.ccp-highlight-text-icon {
		font-size: 24px;
	}

	.ccp-highlight strong {
		white-space: normal;
	}

	.ccp-ticket-showcase,
	.ccp-showcase-grid {
		min-height: 605px;
	}

	.ccp-showcase-copy {
		font-size: 27px;
		letter-spacing: -1px;
	}

	.ccp-showcase-tickets {
		min-height: 400px;
	}

	.ccp-showcase-tickets img {
		height: 420px;
		top: 20px;
		width: 52%;
	}

	.ccp-showcase-covered {
		left: 0;
	}

	.ccp-showcase-uncovered {
		right: 0;
	}

	.ccp-how-to-play {
		padding: 48px 0 58px;
	}

	.ccp-video-grid {
		gap: 32px;
	}

	.ccp-video-copy h2 {
		font-size: 36px;
	}

	.ccp-video-copy p {
		font-size: 20px;
	}

	.ccp-win-guide {
		margin-top: 62px;
	}

	.ccp-win-guide h3 {
		font-size: 40px;
		margin-bottom: 54px;
	}

	.ccp-step-grid {
		grid-template-columns: 1fr;
		gap: 46px;
		max-width: 340px;
	}

	.ccp-step {
		min-height: 315px;
		padding-left: 28px;
		padding-right: 28px;
	}

	.ccp-step:last-child {
		grid-column: auto;
	}

	.ccp-step::after {
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		border-top: 18px solid var(--ccp-step-color);
		bottom: -22px;
		left: 50%;
		right: auto;
		top: auto;
		transform: translateX(-50%);
	}

	.ccp-step:nth-child(2)::after,
	.ccp-step:nth-child(4)::after {
		display: block;
	}

	.ccp-step:last-child::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ccp-landing *,
	.ccp-landing *::before,
	.ccp-landing *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
