.support-banner-row {
	height: 100vh;
	padding: 10rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-height: 72rem;
}
.support-banner-content {
	width: 54rem;
	max-width: 100%;
	flex-shrink: 0;
}
.support-banner-content h4 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #F05A25;
}
.support-banner-content h2 {
	font-size: 4.8rem;
	font-weight: 700;
	margin-top: 1rem;
}
.support-banner-content-txt {
	margin-top: 1.2rem;
	color: rgba(255, 255, 255, 0.80);
	margin-bottom: 2.5rem;
}
.support-banner-content-txt p:not(:last-child) {
	margin-bottom: 1rem;
}
.support-banner-right {
	width: 38rem;
	max-width: 100%;
	flex-shrink: 0;
}
.sbr-head {
	padding: 1.4rem 2rem;
	background: #0A0A0A;
	border-radius: 1.4rem;
	padding-left: 4.3rem;
	position: relative;
	color: rgba(255, 255, 255, 0.55);
}
.sbr-head::before {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	background: #05DF72;
	border-radius: 50%;
	position: absolute;
	top: 1.9rem;
	left: 2.3rem;
}
.sbr-box {
	margin-top: 1.2rem;
	padding: 2.4rem;
	background: rgba(10, 10, 10, 0.80);
	border-radius: 1.6rem;
}
.sbr-box-ttl {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.60);
	letter-spacing: .14rem;
	text-transform: uppercase;
	font-weight: 700;
}
.sbr-box-items {
	margin-top: 1.6rem;
}
.sbr-box-item:not(:last-child) {
	margin-bottom: 1.2rem;
}
.sbr-box-item {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.50);
}
.sbr-box-footer {
	margin-top: 2rem;
	padding-top: 1.6rem;
	border-top: .1rem solid rgba(255, 255, 255, 0.06);
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.50);
}
.sbr-box-footer a {
	color: #F05A25;
}
.sbr-bottom {
	margin-top: 1.2rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2.4rem;
	background: #0A0A0A;
	border-radius: 1.4rem;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.60);
}
.sbr-bottom .icon {
	flex-shrink: 0;
	width: 1.4rem;
}

.support-opts-area {
	padding: 8rem 1.5rem;
}
.support-opts-title h4 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #F05A25;
}
.support-opts-title h2 {
	font-size: 3.6rem;
	font-weight: 700;
	margin-top: 1rem;
}
.support-opts-row {
	margin-top: 4rem;
	display: flex;
	gap: 1.6rem;
	flex-wrap: wrap;
}
.support-opts-item {
	width: calc(25% - 1.2rem);
	background: #101010;
	padding: 2.4rem;
	border-radius: 1.6rem;
}
.soi-img {
	display: flex;
	border-radius: .4rem;
	overflow: hidden;
}
.soi-content {
	margin-top: 1.4rem;
}
.soi-content h3 {
	font-size: 1.8rem;
	font-weight: 600;
}
.soi-content p {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.50);
	margin-top: 1.2rem;
}

@media only screen and (max-width: 1050px) {
	.support-banner-row {
		height: auto;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 123px;
	}
	.support-banner-content {
		width: 100%;
		margin-bottom: 32px;
	}
	.support-banner-content {
		width: 100%;
		margin-bottom: 32px;
	}
	
    .support-opts-row {
    	margin-top: 25px;
    	flex-direction: column;
    }
    .support-opts-item {
    	width: 350px;
    	padding: 25px 20px;
    	border-radius: 11px;
    }
}