.text-top p {
	color: #fff;
	text-align: center;
	line-height: 1.8;
}

.icons {
	padding-top: 60px;
}

.ico-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
	justify-content: space-between;
}

.ico-wrapper h4 {
	margin-bottom: 0px;
}

.ico-wrapper p {
	margin-bottom: 0px;
	color: #fff;
}

.strip-bg {
	padding: 80px 0;
	background-image: url('../img/main/strip-bg.jpg');
	background-size: cover;
}

.strip-text p {
	font-size: 4.6rem;
	font-weight: 700;
	color: #fff;
}

.small {
	margin-top: 80px;
	font-size: 0.8rem;
}

.text-section h4 {
	margin-bottom: 20px;
}

.text-section h2 {
	margin-bottom: 20px;
}

.text-section p {
	color: #c6c6c6;
}

.bg-1 {
	background-image: url('../img/main/bg-1.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.bg-2 {
	background-image: url('../img/main/bg-2.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.bg-3 {
	background-image: url('../img/main/bg-3.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.bg-4 {
	background-image: url('../img/main/bg-4.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.img-ico {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.img-ico {
		margin-top: 120px;
	}
}

.img-bg {
	padding-top: 80px;
}

.img-bg h4 {
	margin-bottom: 20px;
}

.img-bg h2 {
	margin-bottom: 20px;
}

.img-bg p {
	color: #c6c6c6;
}

.img-bg img {
	border-radius: 16px;
}

.white-bg {
	padding: 80px 0;
	background-color: #fff;
	color: #000;
}

.app-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

table {
	font-size: 14px;
}

.table-mobile {
	display: none;
}

.table-desktop tr {
	border-bottom: 2px solid #fff;
}

.table-desktop th {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.table-desktop td {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.table-mobile tr {
	border-bottom: 2px solid #fff;
}

.table-mobile th {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.table-mobile td {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.table-mobile {
		display: block;
	}

	.table-desktop {
		display: none;
	}
}

.gfx-logo {
	position: absolute;
	bottom: 40px;
}

.products__wrapper {
	gap: 60px;
}

@media (max-width: 992px) {
	.products__wrapper {
		flex-direction: column;
		gap: 60px;
	}
}

@media (max-width: 660px) {
	.products__item h4 {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	.top__wrapper--2 {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url('../img/main/header-img.jpg');
		background-size: cover;
		background-position: right;
	}
}

.starwars-top {
	display: flex;
	flex-direction: column-reverse;
	height: 1100px;
}

.copy-starwars {
	width: 100%;
	padding: 30px;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.copy-starwars h1 {
	font-size: 2.8rem;
}
.copy-starwars p {
	color: white;
}

.img-starwars {
	height: 500px;
	width: 100%;
	background-image: url(../../img/main/outlaw1.jpg);
	background-size: cover;
	background-position: 0% 10%;
	border-bottom: 3px solid #76b900;
}

.copy-starwars button {
	border: none;
	padding: 10px 25px;
	font-size: 18px;
	border-radius: 8px;
	margin-bottom: 20px;
	transition: background-color 0.2s;
}

.copy-starwars button:hover {
	background-color: #c6c6c6;
}

.starwars-bg1 {
	background-image: url(../../img/main/bg_starwars1.png?v1.7);
}
.starwars-bg2 {
	background-image: url(../../img/main/bg_starwars2.png?v1.8);
	background-size: cover;
	background-position: 50% 10%;
	object-fit: contain;
	height: 800px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.starwars-bg2 p {
	color: white;
}
.starwars-bg2 p:first-child {
	font-weight: 600;
	font-size: 22px;
}

.starwars-bg2 h2 {
	font-size: 36px;
}

.starwars-bg3-desktop {
	background-image: url(../../img/main/bg_starwars3.png?v1.7);
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.starwars-bg3-desktop p {
	color: white;
	font-size: 20px;
}
.starwars-bg3-desktop h2 {
	font-size: 36px;
}

.stats-desktop {
	display: none;
}

.starwars-bg3-desktop .img-stats img {
	width: 100%;
}

.starwars-video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.starwars-yt {
	width: 100%;
	height: 400px;
	padding: 50px;
}

.starwars-video .text-center {
	padding-top: 20px;
}

@media (min-width: 968px) {
	.starwars-top {
		flex-direction: row;
		height: 660px;
	}

	.img-starwars {
		height: 100%;
		border-bottom: 0px;
		border-left: 3px solid #76b900;
	}

	.copy-starwars {
		padding-left: 100px;
	}

	.starwars-yt {
		width: 60%;
		height: 450px;
		padding: 55px;
	}

	.starwars-video .text-center {
		padding-top: 40px;
	}

	.starwars-bg2 {
		background-position: center;
	}

	.stats-desktop {
		display: block;
	}
	.stats-mobile {
		display: none;
	}
}

.rtx-badge {
	position: absolute;
	right: 2%;
	bottom: 2%;
}

.text-top h2 {
	text-align: center;
	font-size: 36px;
	margin-top: 20px;
}

.section {
	margin-bottom: 0px;
	margin-top: 0px;
}

.top-copy {
	padding: 40px;
}
.top-copy p {
	color: white;
}

/* characters section */

.character {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.character-bg {
	background-image: url(../../img/main/outlaw-char-m.jpg);
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}

.character-copy h2 {
	font-size: 28px;
}
.character-copy li {
	font-size: 20px;
}

@media (min-width: 996px) {
	.character-bg {
		background-image: url(../../img/main/outlaw-char-d.jpg);
		width: 60%;
		height: 650px;
		background-position: right;
	}
	.character-copy {
		width: 40%;
	}
	.character {
		flex-direction: row;
	}
}

/* rtx star section */
.rtx-copy {
	width: 100%;
}
@media (min-width: 998px) {
	.rtx-copy {
		width: 60%;
	}
}
.starwars-p {
	font-style: italic;
	font-size: 18px;
}
.rtx-star {
	background-image: url(../../img/main/outlaw-rtx-bg.png);
	width: 100%;
	height: 750px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
}
.rtx-star p {
	color: white;
}

.rtx-video {
	width: 100%;
}
.rtx-video iframe {
	width: 100%;
	max-width: 600px;
}

.rtx-star-two {
	background-image: url(../../img/main/outlaw-rtx-two-bg.png);
	background-size: cover;
	padding-bottom: 20px;
	height: 750px;
}

.products {
	margin-bottom: 50px;
}

.footer-starwars {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	padding: 40px;
}
.footer-logos img {
	width: 100%;
}

.footer-disclaimer {
	margin-top: 40px;
}
.header {
	position: relative;
}
.header__logos-wrapper {
	justify-content: center;
}

@media (min-width: 996px) {
	.header {
		position: absolute;
	}
	.header__logos-wrapper {
		justify-content: space-between;
	}
}
