.d25-aspect-banner-area {
	background-color: #000;
}
.d25-aspect-banner-area .container {
	max-width: 159rem;
	position: relative;
}
.d25-aspb-row {
	position: relative;
	display: flex;
	justify-content: flex-end;
	height: 80rem;
}
.d25-aspb-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 86rem;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	z-index: 1;
}
.d25-aspb-title {
	font-size: 4.8rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
}
.d25-aspb-logo {
	width: 41rem;
	display: inline;
	margin-top: -5rem;
}
.d25-aspb-btns {
	margin-top: 6rem;
	display: flex;
	align-items: center;
	gap: 2.5rem;
}
.aspb-btnb-1 {
	background-color: #78C370;
	border-radius: .8rem;
	padding: 1.4rem 2.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.aspb-btnb-1 .icon {
	width: 2.4rem;
	height: 2.4rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.aspb-btnb-1:hover {
	color: #fff;
}
.aspb-btnb-2 {
	padding: 1.4rem 2.5rem;
	border-radius: .8rem;
	border: .1rem solid #78C370;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #f7f7f7;
}
.aspb-btnb-2:hover {
    color: #f7f7f7;
}
.d25-aspb-right {
	position: absolute;
	top: 0;
	right: -17rem;
	height: 100%;
	width: 118rem;
}
.d25-aspb-right video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.d25-aspb-row::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 50%, #000 60.3%);
	transform: rotate(180deg);
}
@media only screen and (max-width: 1050px) {
    .d25-aspect-banner-area .container {
        padding: 0;
    }
    .d25-aspb-title {
        font-size: 32px;
    }
    .d25-aspb-logo {
        width: 187px;
        margin-top: -17px;
    }
    .d25-aspb-row::after {
        display: none;
    }
    .d25-aspb-row {
        height: auto;
    }
    .d25-aspb-left {
        position: static;
        width: 100%;
        max-width: 100%;
        padding-top: 89px;
        padding-bottom: 74px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: rgba(0, 0, 0, .5);
    }
    .d25-aspb-right {
        width: 100%;
        height: 100%;
        right: 0;
    }
    .d25-aspb-btns {
        margin-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 17px;
    }
    .d25-aspect-banner-area::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
    }
}