.hd-hero-banner--image-overlay {
	background-position: 50%;
	background-size: cover;
	display: block;
	height: 100%;
	opacity: 1;
	transition: background-size 1.2s;
	width: 100%
}
.hd-hero-banner {
	display: block;
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
	word-break: break-word;
	z-index: 99
}
.trans {
	opacity: 0
}
.sub-text-2.sub-text {
	margin-left: auto;
	    text-align: center;
}
.knockout-text-wrapper {
	    background-color: #fff;
	height: 100%;
	left: 0;
	mix-blend-mode: screen;
	position: absolute;
	top: 0;
	width: 100%
}
.hd-hero-banner--inner {
	bottom: 0;
	height: fit-content;
	left: 0;
	margin: auto;
	position: relative;
	right: 0;
	top: 0;
	width: fit-content;
	z-index: 9
}
.overlay-bg-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.knockout-text-inner {
	bottom: 0;
	height: fit-content;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: fit-content
}
.hd-hero-banner--inner, .knockout-text-inner {
	max-width: 90%
}
.large_text {
	font-family: var(--nisoz-font) !important;
	font-size: 20vw;
	line-height: 1;
	text-align: center
}
h3.color-text {
	-webkit-text-stroke: 3px #fff;
	color: transparent;
	    font-family: SFPRODISPLAYBOLD !important;
}
.sub-text h1, .sub-text h3 {
	color: #cf88d9;
	        font-family: var(--nisoz-font) !important;
	font-size: 12vw;
	font-weight: 700;
	line-height: 1;
	margin: 0
}
.banner-cta-wrapper {
	max-width: 100%;
	position: relative;
	top: 30px
}
.scroll-down-btn {
	bottom: 0;
	color: #2b2f33;
	cursor: pointer;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: all .2s;
	width: 200px;
	z-index: 5000
}
.scroll-down-btn label {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    top: 0;
}
.scroll-down-btn button, .scroll-down-btn label {
	color: inherit;
	display: block;
	pointer-events: none;
	position: relative;
	transition: all .2s
}
.scroll-down-btn button {
	background: none;
	border: 2px solid;
	border-color: inherit;
	border-radius: 100%;
	height: 74px;
	margin: 0 auto -35px;
	width: 60px
}
.scroll-down-btn button:after {
	color: inherit;
	content: "\f107";
	font-family: Font Awesome\ 5 Pro;
	font-size: 35px;
	font-weight: 200;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 5px;
	transition: all .2s
}
.scroll-down-btn:hover button {
	background: #cf88d9;
	transition: all .5s
}
.scroll-down-btn:hover button:after {
	color: #000;
	top: 13px;
	transition: all .5s
}

@media (min-width:992px) {
.banner-cta-wrapper {
	max-width: 500px
}
.large_text {
	font-size: 14vw
}
.sub-text h1, .sub-text h3 {
	font-size: 7vw
}
}
video#background-video {
	bottom: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1
}

@media (min-width:1200px) {
.large_text {
	font-size: 14vw;
	font-family: var(--nisoz-font) !important;
}
.sub-text h1, .sub-text h3 {
	        font-size: 3vw;
        font-family: var(--nisoz-font) !important;
}
.banner-cta-wrapper {
	max-width: 700px;
	top: -6vw
}
}

@media (min-width:1920px) {
.large_text {
	font-size: 335px
}
.sub-text h1, .sub-text h3 {
	        font-size: 3vw;
}
.banner-cta-wrapper {
	top: -104px
}
}
