* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	max-width:100vw;
	overflow-x:hidden;
	min-height:100vh;
	display: flex;
	flex-direction: column;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}
.noselect:focus {
	outline: none !important;
}
.menu-icon-wrap {
	display: none;
}
.pg-wrap {
	display: flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
}
.main-header-wrap {
	width:100vw;
	background: #111;
	display: flex;
	align-items:center;
	justify-content:center;
	height:100px; 
	padding-top: 0;
	border-bottom: 4px solid #f94d00;
	border-left: 0;
	border-right: 0;
}
.main-header {
	display: flex;
	align-items:center;
	justify-content:flex-start;
	position: relative;
	top:3px;
}
.header__logo {
	width: 140px;
	position: relative;
	z-index: 3;
	top: 20px;
	left:-10px;
}
.header__logo img {
}
.navbar {
	padding-left:0px;
	display: flex;
	align-items:center;
	justify-content:flex-start;
}
.navbar__list {
	display: flex;
	align-items:center;
	justify-content:space-between;
	position: relative;
}
.navbar__item {
	display: flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align: center;
	padding:0 3px;
}
.navbar__link {
	text-transform:uppercase;
	color:#fd4604;
	color:#f94d00;
	font-family: 'Teko', sans-serif;
	font-size:22px;
	font-weight: 600;
	padding:10px 15px;
	text-decoration:none;
	letter-spacing:1px;
	line-height: 1;
	transition: color 0.2s ease;
	display: inline-block;
}
.navbar__link:hover,
.navbar__link:focus,
.navbar__link:active {
	text-decoration:none;
	color:#fff;
}
.navbar__btn {
	display: inline-block;
	background: #f94d00;
	color:#fff;
	font-family: 'Teko', sans-serif;
	font-size:20px;
	padding: 12px 25px 10px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	transition: background 0.3s ease;
	position: relative;
	margin-left: 20px;
	position: relative;
	top:-2px;
	line-height: 1;
	letter-spacing:1px;
}
.navbar__btn:hover {
	background: #fff;
	color:#000;
}
.navbar__btn {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 16px 40px 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: all 0.2s ease;
	clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
	border: none;
	cursor: pointer;
	position: relative;
}
.navbar__btn--primary {
	background-color: #ff5500;
	color: #ffffff;
}
.navbar__btn--primary:hover {
	background-color: #ffffff;
	color: #080808;
}
.navbar__btn--outline {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 0 0 3px #ffffff;
}
.navbar__btn--outline:hover {
	background-color: #ffffff;
	color: #080808;
}
@media (max-width: 1025px) {
	.pg-wrap {
		display: flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
		width:100%;
	}
	.main-header-wrap {
		display: flex;
		align-items:center;
		justify-content:center;
		width:100%;
		height:90px;
		padding-left:0px;
		position: relative;
		background:#fff;
		padding-top:10px;
	}
	.main-header {
		display: flex;
		align-items:center;
		justify-content:space-evenly;
		position: relative;
		width:100vw;
	}
	.header__logo {
		width: 246px;
		position: relative;
		z-index: 3;
		top: 3px;
		left: 10px;
	}
	.header__logo img {
		filter: drop-shadow(2px 2px 9px rgba(0,0,0,.3));
		filter:none;
		width:110px;
	}
	.mvlogo {
		animation: logodrop 1250ms ease-in-out forwards;
		position: relative;
	}
	@keyframes logodrop {
		from {
			top: -220px;
		}
		to {
			top: 0px;
		}
	}
	.navbar {
		padding-left:0px;
		display: flex;
		align-items:center;
		justify-content:flex-start;
	}
	.navbar__list {
		display: flex;
		align-items:center;
		justify-content:space-between;
		margin-top: 30px;
		left:0;
	}
	.navbar__item {
		display: flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
		text-align: center;
	}
	.navbar__link {
		text-transform:uppercase;
		color:#fff;
		font-size:22px;
		font-weight: 600;
		padding:10px 15px 10px 20px;
		text-decoration:none;
		letter-spacing:1px;
		word-spacing:-2px;
		line-height: 1.1;
		margin-bottom: 10px;
		color:#f94d00;
	}
	.navbar__btn {
		display: inline-block;
		background: #f94d00;
		color:#fff; 
		font-size:22px;
		padding: 10px 25px;
		text-decoration: none;
		font-weight: 700;
		text-transform: uppercase;
		transition: background 0.3s ease;
		position: relative;
		left:13px;
		top:10px;
		letter-spacing:1px;
	}
	.navbar__link:hover,
	.navbar__link:focus,
	.navbar__link:active {
		text-decoration:none;
		color:#fff;
	}
	.menu-icon-wrap {
		display: block;
		position: relative;
		z-index:9999;
		top:2px;
		left:-20px;
		cursor: pointer;
		display: flex;
		align-items:center;
		justify-content:center;
		width:50px;
		padding:0;
		flex-direction:column;
	}
	.ham-menu {
		display: block;
		position: relative;
	}
	.ham-menu-icon {
		color:#f94d00;
		position:relative;
		width:50px;
		height:60px;
	}
	.close-menu {
		display: none;
		color:#fff;
		position: relative;
		top: -3px;
		right: 0px;
		font-size:80px; 
		z-index: 999;
		font-weight: normal;
		padding: 1px 10px;
		line-height: 1;
		font-weight:400;
	}
	.main-menu-rwd-wrap {
		top:0;
		left:0;
		width:100vw;
		height:100vh;
		position: absolute;
		background: #000;
		display: none;
		z-index:9999;
		padding-left:20px;
		padding-top:40px;
	}
	.navbar__list {
		width:100%;
		display: flex;
		align-items:flex-start;
		justify-content:center;
		flex-direction:column;
		margin:0;
		position: relative;
		top:90px;
	}
	.navbar__btn {
		display: inline-block;
		background: #f94d00;
		color:#fff;
		font-family: 'Teko', sans-serif;
		font-weight: 900;
		font-size:20px;
		padding: 12px 25px 10px;
		text-decoration: none;
		font-weight: 800;
		text-transform: uppercase;
		border-radius: 4px;
		transition: background 0.3s ease;
		position: relative;
		letter-spacing:1px;
		left:0;
		top:0;
		width:100% !important;
		display: block;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.navbar__btn:hover {
		background: #fff;
		color:#f94d00;
	}
}
.gsa-bx-hm--main-wrap {
	background:#000;  
}
.gsa-bx-hm--main {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 120px;
	background: #000;
}
.gsa-bx-hm--cards-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	align-items: stretch; 
}
.gsa-bx-hm--card {
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	width: 302px;
	flex: 1 1 302px; 
	min-height: 0; 
}
.gsa-bx-hm--card__crop-container {
	position: relative;
	border-bottom: 6px solid #ff5f00;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 11;
	flex: 0 0 auto;
}
.gsa-bx-hm--card__crop-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gsa-bx-hm--card__content {
	padding: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1 1 auto; 
	justify-content: flex-start;
	min-height: 0;
}
.gsa-bx-hm--card__icon-container {
	margin-bottom: 24px;
	color: #ff5f00;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gsa-bx-hm--card__icon {
	font-size: 48px;
	line-height: 1;
}
.gsa-bx-hm--card__title {
	font-family: 'Teko', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color:#000;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 1.1;
}
.gsa-bx-hm--card__divider {
	height: 4px;
	width: 98px;
	background-color: #ff5f00;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.gsa-bx-hm--card__text {
	color: #374151;
	line-height: 1.625;
	font-size: 16px;
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
}
@media (max-width: 1200px) {
	.gsa-bx-hm--main { max-width: 960px; }
	.gsa-bx-hm--card { width: 222px; flex: 1 1 222px; }
}
@media (max-width: 992px) {
	.gsa-bx-hm--main { max-width: 720px; }
	.gsa-bx-hm--card { width: 348px; flex: 1 1 348px; }
}
@media (max-width: 768px) {
	.gsa-bx-hm--main { max-width: 540px; }
	.gsa-bx-hm--cards-container {
		flex-direction: column;
		width: 100%;
		align-items: stretch;
		gap: 24px;
	}
	.gsa-bx-hm--card {
		width: 100%;
		flex: 0 0 auto; 
		height: auto;
	}
	.gsa-bx-hm--card__title { font-size: 26px; }
}
@media (max-width: 576px) {
	.gsa-bx-hm--main { width: 100%; }
	.gsa-bx-hm--card { width: 100%; }
	.gsa-bx-hm--card__title { font-size: 22px; }
}
.gsa-6-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
}
.gsa-6-footer {
	background-color: #121212;
	border-top: 6px solid #ff5500;
	padding: 80px 0 40px;
}
.gsa-6-footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 48px;
}
.gsa-6-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1.5;
	min-width: 300px;
}
.gsa-6-footer__brand-title {
	font-family: 'Teko', sans-serif;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.gsa-6-footer__brand-subtitle {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	color: #ff5500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.gsa-6-footer__copyright {
	color: #d1d1d1;
	font-size: 14px;
}
.gsa-6-footer__nav-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.gsa-6-footer__nav-heading {
	font-family: 'Teko', sans-serif;
	font-size: 24px;
	color: #ff5500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.gsa-6-footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.gsa-6-footer__nav-link {
	font-size: 15px;
	color: #d1d1d1;
	transition: color 0.2s;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.gsa-6-footer__nav-link:hover {
	color: #ff5500;
}
.gsa-6-footer__social-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.gsa-6-footer__social-list {
	display: flex;
	gap: 16px;
}
.gsa-6-footer__social-btn {
	width: 48px;
	height: 48px;
	background-color: #050505;
	border: 2px solid #222222;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}
.gsa-6-footer__social-btn:hover {
	background-color: #ff5500;
	border-color: #ff5500;
	transform: translateY(-5px);
}
.gsa-6-footer__social-icon {
	color: #ffffff;
	font-size: 20px;
}
@media (max-width: 1024px) {
	.gsa-6-footer__inner {
		gap: 40px;
	}
}
.gsa-1-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
}
.gsa-1-cta {
	padding: 50px 0;
	background-color: #080808;
	background-color: #000;
	background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 10px);
	text-align: center;
	position: relative;
}
.gsa-1-cta::before {
	width: 200px !important;
}
.gsa-2-cta::before {
	width: 200px !important;
}
.gsa-3-cta::before {
	width: 200px !important;
}
.gsa-4-cta::before {
	width: 200px !important;
}
.gsa-5-cta::before {
	width: 200px !important;
}
.gsa-6-cta::before {
	width: 200px !important;
}
.gsa-1-cta__actions {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.gsa-1-cta__img {
	display: block;
	margin:0 auto;
	margin-bottom: 50px;
}
.gsa-1-reasons-2 {
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction: column;
}
.gsa-1-reasons-2__img {
	display: block;
	margin-top: 100px;
	margin-bottom: 50px;
}
.gsa-1-img-wrap {
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction: column;
}
.gsa-1-img-wrap--ab {
	margin-top:-140px; 
}
.gsa-1-img-wrap--1 {
	margin-top: -20px;
	margin-bottom: 50px;
}
.gsa-1-img-wrap--2 {
	margin-top: -20px;
	background:#000;
}
.gsa-1-img-wrap__img {
	display: block;
	margin-top: 100px;
	margin-bottom: 50px;
}
.gsa-1-btn {
	font-family: 'Teko', sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 14px 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: all 0.2s ease;
	clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
	border: none;
	cursor: pointer;
	position: relative;
}
.gsa-1-btn--primary {
	background-color: #ff5500;
	color: #ffffff;
	text-decoration: none;
}
.gsa-1-btn--primary:hover {
	background-color: #ffffff;
	color: #080808;
}
.gsa-1-btn--outline {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 0 0 3px #ffffff;
	text-decoration: none;
}
.gsa-1-btn--outline:hover {
	background-color: #ffffff;
	color: #080808;
}
.gsa-6-hero {
	width:100vw;
	position: relative;
	padding: 120px 0 160px;
	background-color: #121212;
	background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 10px);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	flex-direction: column;
}
.gsa-6-hero__bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.25 !important;
	z-index: 1;
}
.gsa-6-hero__container {
	position: relative;
	z-index: 10;
	max-width: 1200px;
	height:450px !important;
}
.gsa-6-hero__label {
	display: inline-block;
	background-color: #ff5500;
	color: #ffffff;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 16px;
	margin-bottom: 24px;
	clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
@media (max-width: 1025px) {
	.gsa-6-footer {
		margin-top:55px;
		padding-top:50px !important;
	}
	.gsa-6-footer--hm {
		margin-top: 15px;
	}
	.gsa-1-cta {
		padding: 0;
	}
	.gsa-1-cta--hm {
		margin-top: -20px;
	}
	.gsa-1-img-wrap--0 {
		display: none;
	}
	.gsa-1-img-wrap--1 {
		display: none;
	}
	.gsa-1-cta--1 {
		padding-top:25px;
	}
	.gsa-6-hero__container {
		height: auto !important;
	}
	.gsa-1-hero__actions, .gsa-1-cta__actions {
		flex-direction: column;
	}
	.gsa-6-hero {
		width: 100vw;
		position: relative;
		padding: 50px 0 60px;
		background-color: #121212;
		background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 10px);
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.gsa-bx-hm--main {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		background: #000;
	}
}
.video-container {
	position: relative;
	width: 100%;
	max-width: 420px; 
	margin: 20px auto;
	background-color: #000;
	border-radius: 16px; 
	overflow: hidden;
	aspect-ratio: 1088 / 1936; 
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
	user-select: none;
	margin-top:50px;
	margin-bottom:50px;
}
.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
	cursor: pointer;
}
.initial-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 50px;
	background-color: rgba(33, 33, 33, 0.85);
	border: none;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, transform 0.2s ease;
	z-index: 10;
	pointer-events: none; 
}
.video-container:hover .initial-play-btn {
	background-color: #f00; 
}
.video-container.has-started .initial-play-btn {
	display: none;
}
.initial-play-btn svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}
.action-status-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 15;
	pointer-events: none; 
}
.action-status-overlay svg {
	width: 26px;
	height: 26px;
	fill: #fff;
}
.action-status-overlay.animate {
	animation: utubeRipple 0.5s ease-out forwards;
}
@keyframes utubeRipple {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.6);
	}
	40% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.3);
	}
}
@media (max-width: 1025px) {
	.video-container {
		margin-bottom: 0px;
	}
}
.gsa-6-hero__title {
	margin-bottom: 16px;
	text-shadow: 4px 4px 0 rgba(0,0,0,0.8);
}
.gsa-6-hero__subtitle {
	font-family: 'Teko', sans-serif;
	font-size: 32px;
	color: #ff5500;
	text-transform: uppercase;
	margin-bottom: 24px;
	line-height: 1.3;
	font-weight:700;
}
.gsa-6-hero__divider {
	width: 100px;
	height: 6px;
	background-color: #ff5500;
	margin-bottom: 32px;
}
.gsa-6-hero__desc {
	font-size: 20px;
	line-height: 1.6;
	color: #d1d1d1;
	font-weight: 600;
	max-width: 700px;
}
.gsa-3-hero__actions {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.gsa-2-btn {
	font-family: 'Teko', sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 12px 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: all 0.2s ease;
	clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.gsa-2-btn--primary {
	background-color: #ff5500;
	color: #ffffff;
	text-decoration: none;
}
.gsa-2-btn--primary:hover {
	background-color: #ffffff;
	color: #050505;
}
.gsa-2-btn--outline {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 0 0 3px #ffffff;
	text-decoration: none;
}
.gsa-2-btn--outline:hover {
	background-color: #ffffff;
	color: #050505;
}
.gsa-2-btn--outline-dark {
	background-color: transparent;
	color: #050505;
	box-shadow: inset 0 0 0 4px #050505;
}
.gsa-2-btn--outline-dark:hover {
	background-color: #050505;
	color: #ffffff;
}
.gsa-2-btn--dark {
	background-color: #050505;
	color: #ffffff;
}
.gsa-2-btn--dark:hover {
	background-color: #ffffff;
	color: #050505;
}
.gsa-6-hero__title {
	margin-bottom: 16px;
	text-shadow: 4px 4px 0 rgba(0,0,0,0.8);
}
.gsa-4-heading-1 {
	font-family: 'Teko', sans-serif;
	font-size: clamp(60px, 8vw, 90px);
	line-height: 0.9;
	font-weight: 700;
	text-transform: uppercase;
}
