@charset "UTF-8";
.demo-trade {
		margin-bottom: calc(var(--vspace-small) * -1);
}
.demo-trade .top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 100vh;
		min-height: 100svh;
		position: relative;
}
.demo-trade .top .to-hide {
		position: absolute;
		opacity: 0;
		pointer-events: none;
}
.demo-trade .top .container {
		padding-top: var(--vspace-small);
		padding-bottom: var(--vspace-small);
}
.demo-trade .top .grid {
		position: relative;
		z-index: 2;
}
.demo-trade .top .video {
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		position: relative;
		margin: 0 auto;
		margin-bottom: -30vh;
		margin-bottom: -30svh;
		max-width: 50vh;
		max-width: 50svh;
		transform: translate3d(0, -20%, 0);
}
@media only screen and (orientation: landscape) {
		.demo-trade .top .line-down {
				display: none;
		}
		.demo-trade .top .video {
				max-width: 83vh;
				max-width: 83svh;
				margin-bottom: -40vh;
				margin-bottom: -40svh;
				transform: translate3d(0, -16%, 0);
		}
}
.demo-trade .top .h1 {
		font-size: 36px;
		line-height: 1.3;
		margin: 0;
}
.demo-trade .top .text {
		font-size: 18px;
}
.demo-trade .top .text strong {
		color: var(--white);
		font-weight: inherit;
}
@media only screen and (min-width: 1000px) {
		.demo-trade .top .btn {
				height: 66px;
				border-radius: 33px;
		}
		.demo-trade .top .h1 {
				font-size: 5.25rem; /*84px*/
				line-height: 1.2;
		}
		.demo-trade .top .text {
				position: relative;
				top: 0.5rem;
		}
}
@media only screen and (max-width: 759px), only screen and (orientation: portrait) {
		.demo-trade .top {
				text-align: center;
		}
		.demo-trade .top .text {
				margin: 15px 0 0 0;
		}
		.demo-trade .top .btns {
				justify-content: center;
				margin-top: 30px;
		}
		@media only screen and (min-width: 760px) {
				.demo-trade .top .h1 {
						font-size: 5.25rem; /*84px*/
				}
		}
}
@media only screen and (orientation: landscape) and (min-width: 760px) {
		.demo-trade .top .grid {
				display: flex;
				align-items: center;
				flex-wrap: wrap;
				justify-content: flex-start;
				gap: 0 25px;
				padding-left: 8.8rem;
		}
		.demo-trade .top .grid:after {
				content: '';
				flex: 0 0 auto;
				width: 100%;
				height: 0;
				order: 3;
		}
		.demo-trade .top .grid > * {
				margin: 0 !important;
		}
		.demo-trade .top .grid .part1 {
				order: 1;
		}
		.demo-trade .top .grid .text {
				order: 2;
		}
		.demo-trade .top .grid .btns {
				order: 4;
		}
		.demo-trade .top .grid .part2 {
				order: 5;
		}
		.demo-trade .top .h1 {
				line-height: 1.15;
		}
		.demo-trade .top .grid .text, .demo-trade .top .grid .btns {
				padding: 10px 0;
		}
		.demo-trade .top .grid .btns .btn {
				min-width: 130px;
		}
}
.demo-trade .moving-gradient-wrap {
		position: absolute;
		bottom: 0;
		left: var(--side-padding);
		right: var(--side-padding);
		margin-bottom: 30px;
		--color1: rgba(159, 64, 255, 1);
		--color2: #782AE5;
		--color3: #3F8BFD;
		--color4: #691EF7;
		--color5: #010315;
		--color6: rgba(159, 64, 255, 1);
}
@media only screen and (orientation: landscape) {
		.demo-trade .moving-gradient-wrap {
				margin-bottom: 20px;
		}
}
.demo-trade-slider-pagination {
		position: absolute;
		text-align: center;
		font-weight: 600;
		line-height: 1.1;
		color: var(--white);
		clip-path: polygon(0 0, 100% 0, 100% 60%, 0 60%);
		font-size: 61px;
		z-index: 3;
		pointer-events: none;
}
@media only screen and (min-width: 1000px) {
		.demo-trade-slider-pagination {
				font-size: 5.84375rem;
		}
}
@media only screen and (orientation: portrait) {
		.demo-trade-slider-pagination {
				top: 68px;
				left: 0;
				right: 0;
		}
}
@media only screen and (orientation: landscape) {
		.demo-trade-slider-pagination {
				bottom: 0;
				right: var(--side-padding);
				margin-right: -10px;
				line-height: 140px;
		}
}
@media only screen and (orientation: landscape) and (max-width: 999px) {
		.demo-trade-slider-pagination {
				display: none;
		}
}
.demo-trade .wrap {
		position: relative;
		height: 100vh;
		height: 100svh;
}
.demo-trade .bg {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
}
.demo-trade .logo {
		pointer-events: none;
		font-size: 0;
		line-height: 0;
		position: absolute;
		z-index: 3;
		bottom: 50px;
		left: var(--side-padding);
		display: flex;
		align-items: center;
		height: 60px;
}
.demo-trade .logo img {
		height: 40px;
		width: auto;
		flex: 0 0 auto;
}
@media only screen and (orientation: portrait), only screen and (max-width: 999px) {
		.demo-trade .logo {
				display: none;
		}
}
.demo-trade .screen {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		backface-visibility: hidden;
		transform: scale(0.5);
		opacity: 0;
		transition-property: transform, opacity;
		transition-duration: 0.5s;
		transition-timing-function: var(--move-timing);
		transform-origin: 50% 0;
}
@media only screen and (orientation: landscape) {
		.demo-trade .screen {
				padding-bottom: 140px;
		}
}
.demo-trade .swiper-slide-active .screen {
		transform-origin: 50% 100%;
		transform: scale(1);
		opacity: 1;
		transition-delay: 0.5s;
}
.demo-trade .title {
		pointer-events: none;
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		line-height: 60px;
		white-space: nowrap;
		text-align: center;
		color: var(--white);
		font-weight: 600;
		font-size: 30px;
		margin: 0;
		z-index: 5;
		transition: opacity 0.5s var(--move-timing);
		opacity: 0;
}
.demo-trade .swiper-slide-active .title {
		opacity: 1;
}
@media only screen and (min-width: 1000px) {
		.demo-trade .title {
				font-size: 36px;
		}
}
.demo-trade .duration .text {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px 15px;
		color: var(--white);
		line-height: 1;
		margin: 0 0 40px 0;
}
.demo-trade .duration .timer {
		display: flex;
		align-items: flex-start;
		font-weight: normal;
		line-height: 1;
		justify-content: center;
}
.demo-trade .duration .timer strong, .demo-trade .duration .timer .dots {
		display: block;
		font-weight: 600;
		font-size: 3.5rem;
}
.demo-trade .duration .timer .dots {
		flex: 0 0 auto;
		text-align: center;
		width: 0.75em;
		animation: anim-dots 1s linear infinite;
}
.demo-trade .duration .timer .dots:before {
		content: ':';
}
.demo-trade .duration .timer strong {
		color: var(--white);
		margin-bottom: 30px;
}
@media only screen and (min-width: 760px) {
		.demo-trade .duration .timer strong, .demo-trade .duration .timer .dots {
				font-size: 8.125rem;
		}
}
@media only screen and (max-width: 999px) {
		.demo-trade .duration .text {
				font-size: 12px;
		}
}
@media only screen and (orientation: portrait) {
		.demo-trade .duration .text {
				flex-direction: column;
		}
}
.demo-trade .duration .text .date {
		flex: 0 0 auto;
		font-weight: 600;
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		min-width: 198px;
		border-radius: 25px;
		background: var(--grad-vert);
		color: var(--black);
}
@media only screen and (min-width: 1000px) {
		.demo-trade .duration .text {
				margin-bottom: 32px;
		}
		.demo-trade .duration .text .date {
				font-size: inherit;
				height: 59px;
				line-height: 59px;
				border-radius: 24.5px;
				min-width: 190px;
		}
		.demo-trade .duration .timer strong {
				margin-bottom: 20px;
		}
}
.demo-trade .prizes1 {
		color: var(--white);
}
.demo-trade .prizes1 .text {
		line-height: 1.4;
		margin: 0 auto 12px auto;
		max-width: 21.05em;
		font-weight: normal;
}
.demo-trade .prizes1 .big {
		font-weight: 600;
		line-height: 1;
		font-size: 4.75rem;
}
@media only screen and (max-width: 759px) {
		.demo-trade .prizes1 .text {
				font-size: 14px;
		}
}
@media only screen and (min-width: 760px) {
		.demo-trade .prizes1 .big {
				font-size: 9.375rem; /*150px*/
		}
}
@media only screen and (min-width: 1000px) {
		.demo-trade .prizes1 .text {
				font-size: 24px;
				margin-bottom: 22px;
		}
}
.demo-trade .prizes2 {
		color: var(--white);
}
.demo-trade .prizes2 .big {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		vertical-align: top;
		position: relative;
		color: var(--black);
		background: var(--grad-vert);
		font-weight: 600;
		font-size: 21px;
		height: 70px;
		backface-visibility: hidden;
		border-radius: 35px;
		padding: 0 28px;
		white-space: nowrap;
		transform: rotate(-3.03deg);
}
.demo-trade .prizes2 .big .num {
		position: absolute;
		top: 0;
		left: 0;
		color: var(--white);
		font-size: 12px;
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: rotate(15deg);
		margin: -15px -30px;
		border-radius: 50%;
		backface-visibility: hidden;
		background: radial-gradient(circle at 100% 80%, #49592a, #2d3421);
}
.demo-trade .prizes2 .text {
		max-width: 15em;
		margin: 24px auto 0 auto;
		font-weight: 600;
		font-size: 36px;
		line-height: 1.1;
}
@media only screen and (min-width: 1000px) {
		.demo-trade .prizes2 .big {
				font-size: 35px;
				height: 115px;
				border-radius: 57.5px;
				padding: 0 45px;
		}
		.demo-trade .prizes2 .big .num {
				font-size: 20px;
				width: 80px;
				height: 80px;
				top: -10px;
				left: -20px;
		}
		.demo-trade .prizes2 .text {
				font-size: 4.5rem;
				margin-top: 44px;
		}
}
.demo-trade .win .timer {
		display: flex;
		align-items: flex-start;
		font-weight: normal;
		line-height: 1;
		justify-content: center;
		font-size: 12px;
		margin-bottom: 55px;
}
.demo-trade .win .timer strong, .demo-trade .win .timer .dots {
		display: block;
		font-weight: 600;
		font-size: 44px;
}
.demo-trade .win .timer .dots {
		flex: 0 0 auto;
		text-align: center;
		width: 0.75em;
		animation: anim-dots 1s linear infinite;
}
.demo-trade .win .timer .dots:before {
		content: ':';
}
.demo-trade .win .timer strong {
		color: var(--white);
		margin-bottom: 10px;
}
.demo-trade .win .big {
		margin: 0 auto;
		max-width: 13.857em;
		font-weight: 600;
		line-height: 1.1;
		font-size: 27px;
		color: var(--white);
}
.demo-trade .win .text {
		margin: 25px auto 0 auto;
		max-width: 23.333333em;
		font-size: var(--text-big-size);
}
.demo-trade .win .btns {
		justify-content: center;
		margin-top: 32px;
}
@media only screen and (max-width: 759px) {
		.demo-trade .win .timer {
				display: none;
		}
		.demo-trade .win .text {
				font-size: 15px;
				margin-top: 20px;
		}
}
@media only screen and (min-width: 1000px) {
		.demo-trade .win .big {
				font-size: 4.375rem; /*70px*/
		}
		.demo-trade .win .text {
				max-width: 48.5em;
		}
}
@-webkit-keyframes anim-dots {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes anim-dots {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
.demo-trade-slider {
		height: 100% !important;
		width: 100% !important;
}
.demo-trade-slider .btn {
		pointer-events: all !important;
}
.demo-trade-slider.beginning, .demo-trade-slider.beginning *:not(.btn), .demo-trade-slider.end, .demo-trade-slider.end *:not(.btn) {
		pointer-events: none !important;
}
.demo-trade-slider .swiper-wrapper, .demo-trade-slider .swiper-slide {
		height: 100% !important;
}
.demo-trade-slider .swiper-slide {
		position: relative !important;
}