/* 重置原始css */

.active-dark-mode .rbt-header .rbt-header-wrapper {
	background: rgba(23, 27, 34, 0.3);
	backdrop-filter: blur(12.5px);
}

.active-dark-mode .rbt-splash-slider::after {
	/* background-image: none; */
}

.service__style--1 .content .title {
	color: #41f681;
}

.active-dark-mode .rbt-cat-box-1 .inner {
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
}

.active-dark-mode .rbt-cat-box-1 .inner::before,
.rbt-splash-callto-action .inner::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 10px;
	padding: 2px;
	background: linear-gradient(90deg, #5C33FF, #00FFB1);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.active-dark-mode .scroll-animation-all-wrapper::before,
.active-dark-mode .scroll-animation-all-wrapper::after {
	background: linear-gradient(90deg, #02000B 0, hsla(0, 0%, 100%, 0));
}

.rbt-btn.rbt-marquee-btn.marquee-auto span {
	animation: btnTxtMarqueeX 5s linear infinite;
}

.active-dark-mode .splash-layout-presentation .advance-tab-button-1 .tab-button-list .tab-button .title img {
	filter: none;
	width: 30px;
	height: 30px;
}

.active-dark-mode .splash-layout-presentation .wrapper .splash-layout-presentation-box::after {
	background: linear-gradient(0deg, rgba(13, 13, 21, 0.9) 0%, rgba(46, 46, 57, 0.9) 100%) !important;
}

.splash-layout-presentation .advance-tab-button-1 .tab-button-list .tab-button {
	background: #02000B;
}

.active-dark-mode .advance-tab-button-1 .tab-button-list .tab-button::after {
	border-left: #02000B;
	border-left: 12px solid #02000B;
}

.rbt-splash-callto-action {
	top: 0 !important;
	margin-bottom: 0 !important;
}

.rbt-splash-callto-action .inner {
	background: linear-gradient(209deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
	backdrop-filter: blur(50px);
	box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
}

.active-dark-mode .splash-layout-presentation .wrapper .splash-layout-presentation-box::after {
	background: linear-gradient(209deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%) !important;
	backdrop-filter: blur(50px) !important;
	box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2) !important;
}

.rbt-splash-callto-action .title {
	width: 100%;
}

.rbt-badge-2 {
	margin: auto;
}

/* 新的样式 */
.ai-color-yellow {
	color: var(--4, #00FFB1) !important;
}

.ai-bg {
	background-image: url(../images/ai/round-gradient1.png), url(../images/ai/round-gradient2.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left top, right bottom;
}


.ai-bg1 {
	background-image: url(../images/ai/blue-gardient1.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top left;
}

.ai-bg2 {
	background-image: url(../images/ai/blue-gardient2.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.ai-bg3 {
	background-image: url(../images/ai/blue-gardient3.png), url(../images/ai/blue-gardient4.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left top, right bottom;
}

.ai-bg4 {
	background-image: url(../images/ai/blue-gardient4.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left bottom;
}

.ai-bg5 {
	background-image: url(../images/ai/blue-gardient5.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right top;
}

.ai-bg6 {
	background-image: url(../images/ai/blue-gardient6.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left bottom;
}

.ai-bg7 {
	background-image: url(../images/ai/blue-gardient7.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center;
}

.ai-bg8 {
	background-image: url(../images/ai/blue-gardient8.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.ai-bg9 {
	background-image: url(../images/ai/blue-gardient9.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}


.ai-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ai-video-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(16, 20, 53, 1) 0%, rgba(16, 20, 53, 0) 100%);
}

.ai-title {
	background: linear-gradient(to right, #5C33FF 20%, #00FFB1 30%, #5C33FF 70%, #00FFB1 80%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 500% auto;
	animation: gradientMove 6s ease-in-out infinite alternate;
}

@keyframes gradientMove {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

.ai-img {
	animation: mover 2s infinite alternate;
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-8px);
	}
}


.features-cir-main {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
}

.features-cir {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background: linear-gradient(146deg, rgba(255, 255, 255, 0.10) 20.09%, rgba(255, 255, 255, 0.05) 79.91%);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.img-bg-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(90deg, #5C33FF 0%, #00FFB1 100%);
	mix-blend-mode: hard-light;
	filter: blur(10px);
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
	animation: circularMotion 3s linear infinite;
}

@keyframes circularMotion {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) translateX(15px) rotate(0deg);
	}

	25% {
		transform: translate(-50%, -50%) rotate(90deg) translateX(15px) rotate(-90deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg) translateX(15px) rotate(-180deg);
	}

	75% {
		transform: translate(-50%, -50%) rotate(270deg) translateX(15px) rotate(-270deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg) translateX(15px) rotate(-360deg);
	}
}

.rotate-animation {
	animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.hoverEffect {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	overflow: hidden;
	border-radius: 8px;
}

.hoverEffect span {
	background: linear-gradient(90deg, #5C33FF 0%, #00FFB1 100%);
	width: 12rem;
	height: 12rem;
	transition: 0.4s;
	filter: blur(20px);
	animation: effect infinite 3s linear;
	opacity: 0.5;
	overflow: hidden;
}

@keyframes effect {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.bg-gradient-scene-01 {
	background: #f953c6;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #b91d73, rgba(249, 83, 198, 0.7));
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #b91d73, rgba(249, 83, 198, 0.7));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradient-scene-02 {
	background: #FFE000;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #FFE000, rgba(36, 254, 65, 0.7));
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #FFE000, rgba(36, 254, 65, 0.7));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradient-scene-03 {
	background: #0052D4;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #0052D4, #4364F7, rgba(111, 177, 252, 0.7));
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #0052D4, #4364F7, rgba(111, 177, 252, 0.7));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.robot {
	position: absolute;
	top: -50px;
	right: 70px;
	z-index: 1;
	border-radius: 50%;
	animation: mover 2s infinite alternate;
	width: 100px;
	height: 100px;
}

.home-sec-two-video2 {
	width: 300px;
	height: 100px;
	object-fit: cover;
	border-radius: 50px;
	position: absolute;
	bottom: -50px;
	left: 50px;
	z-index: 1;
}



.xb-feature-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
}

.xb-feature-item .xb-item--inner {
	padding: 50px 50px 40px 30px;
	backdrop-filter: blur(40px);
	background: linear-gradient(209deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.xb-feature-item .xb-item--inner {
		padding: 50px 25px 40px 30px;
	}
}

@media (max-width: 1199px) {
	.xb-feature-item .xb-item--inner {
		padding: 50px 25px 40px;
	}
}

@media only screen and (max-width: 1023px) {
	.xb-feature-item .xb-item--inner {
		padding: 50px 15px 40px;
	}
}

@media (max-width: 991px) {
	.xb-feature-item .xb-item--inner {
		padding: 50px 40px 40px 30px;
	}
}

@media (max-width: 767px) {
	.xb-feature-item .xb-item--inner {
		padding: 50px 30px 40px;
	}
}

.xb-feature-item .xb-item--inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background-image: url(../img/feature/noise.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.xb-feature-item .xb-item--icon {
	height: 100px;
	width: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 2, 15, 0.3);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.xb-feature-item .xb-item--icon img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.xb-feature-item .xb-item--title {
	font-size: 22px;
	margin: 40px 0 5px;
	letter-spacing: -0.04em;
}

@media (max-width: 1199px) {
	.xb-feature-item .xb-item--title {
		font-size: 20px;
	}
}

.xb-feature-item .xb-item--content {
	font-size: 16px;
	color: var(--color-white);
}

.xb-feature-item:hover .xb-item--icon img {
	transform: rotateY(180deg);
}

.xb-feature-left-item {
	margin-right: 24px;
}

@media (max-width: 1199px) {
	.xb-feature-left-item {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.xb-feature-left-item .xb-item--inner {
		text-align: end;
		justify-content: start !important;
		flex-direction: row-reverse;
	}
}

.xb-feature-right-item {
	margin-left: 24px;
}

@media (max-width: 1199px) {
	.xb-feature-right-item {
		margin-left: 0;
	}
}

.xb-feature-item2:not(:last-child) {
	margin-bottom: 82px;
}

@media (max-width: 991px) {
	.xb-feature-item2:not(:last-child) {
		margin-bottom: 30px;
	}
}

.xb-feature-item2 .xb-item--inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 19px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.xb-feature-item2 .xb-item--inner {
		padding: 19px 10px;
	}
}

@media (max-width: 1199px) {
	.xb-feature-item2 .xb-item--inner {
		gap: 14px;
		padding: 19px 10px;
	}
}

.xb-feature-item2 .xb-item--title {
	margin: 0;
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -0.03em;
}

@media (max-width: 1199px) {
	.xb-feature-item2 .xb-item--title {
		font-size: 19px;
	}
}

@media only screen and (max-width: 1023px) {
	.xb-feature-item2 .xb-item--title {
		font-size: 17px;
	}
}

@media (max-width: 991px) {
	.xb-feature-item2 .xb-item--title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.xb-feature-item2 .xb-item--title {
		font-size: 19px;
		text-align: left !important;
	}
}

.xb-feature-item2 .xb-item--icon {
	height: 52px;
	width: 52px;
}

.xb-feature-item-3 .xb-item--inner {
	padding: 20px;
	backdrop-filter: blur(40px);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
	background: linear-gradient(209deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.xb-feature-item-3 .xb-item--title {
	font-size: 22px;
	line-height: 1.3;
	margin: 30px 0 5px;
	letter-spacing: -0.04em;
}

@media (max-width: 991px) {
	.xb-feature-item-3 .xb-item--title {
		font-size: 21px;
	}
}

.xb-feature-item-3 .xb-img {
	z-index: 1;
	position: relative;
	box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.xb-feature-item-3 .xb-img img {
		width: 100%;
	}
}

.xb-feature-item-3 .xb-img .scan-img {
	position: absolute;
	left: 0;
	top: 30px;
}

.xb-feature-item-3 .xb-img .logo {
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
}

@media (max-width: 1199px) {
	.xb-feature-item-3 .xb-img .logo {
		top: 10%;
	}
}

@media (max-width: 767px) {
	.xb-feature-item-3 .xb-img .logo {
		top: 14%;
		max-width: 22%;
	}
}

.xb-feature-item-3 .xb-img .logo img {
	animation: zoominup 5s linear infinite;
}

.xb-feature-item-3 .xb-img .circle {
	position: absolute;
	left: 70px;
	top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.xb-feature-item-3 .xb-img .circle {
		left: 50px;
		top: 6px;
	}
}

@media (max-width: 1199px) {
	.xb-feature-item-3 .xb-img .circle {
		left: 42px;
		top: 6px;
		max-width: 70%;
	}
}

@media only screen and (max-width: 1023px) {
	.xb-feature-item-3 .xb-img .circle {
		top: 5px;
		left: 38px;
	}
}

@media (max-width: 991px) {
	.xb-feature-item-3 .xb-img .circle {
		left: 45px;
	}
}

@media (max-width: 767px) {
	.xb-feature-item-3 .xb-img .circle {
		left: 42px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.xb-feature-item-3 .xb-img .circle {
		left: 20%;
		top: 30px;
		width: 60%;
	}
}

.xb-feature-item-3 .xb-img .circle img {
	animation: spin 20s linear infinite;
}

.xb-feature-item-3 .xb-img .security {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
	.xb-feature-item-3 .xb-img .security {
		max-width: 110px;
	}
}

@media (max-width: 767px) {
	.xb-feature-item-3 .xb-img .security {
		width: 100px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.xb-feature-item-3 .xb-img .security {
		width: 140px;
	}
}

.xb-feature-item-3 .xb-img .animated-dot {
	width: 54%;
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	height: 5px;
	transform: translate(-50%, -50%);
}

.xb-feature-item-3 .xb-img .dot {
	top: 50%;
	left: 0;
	width: 100%;
	position: absolute;
	border: 1px dotted #fff;
	transform: translateY(-50%);
}

.xb-feature-item-3 .xb-img .dot span {
	position: absolute;
	height: 4px;
	width: 4px;
	top: -2px;
	background: var(--color-white);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	animation: leftToRight 10s linear infinite;
}

.xb-feature-item-3 .xb-img .dot span:nth-child(1) {
	animation-delay: 0s;
}

.xb-feature-item-3 .xb-img .dot span:nth-child(2) {
	animation-delay: 2s;
}

.xb-feature-item-3 .xb-img .dot span:nth-child(3) {
	animation-delay: 4s;
}

.xb-feature-item-3 .xb-img .dot span:nth-child(4) {
	animation-delay: 6s;
}

.xb-feature-item-3 .xb-img .dot span:nth-child(5) {
	animation-delay: 8s;
}

.xb-feature-item-3.big-item .xb-item--content {
	max-width: 703px;
}

.feature-sec-title .title {
	line-height: 1.5;
	margin-left: 105px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.feature-sec-title .title {
		line-height: 1.3;
	}
}

@media (max-width: 991px) {
	.feature-sec-title .title {
		margin-left: 50px;
	}
}

@media (max-width: 767px) {
	.feature-sec-title .title {
		margin-left: 0;
	}
}

.feature-sec-title .title img {
	position: absolute;
	left: -200px;
	top: 50%;
	object-fit: cover;
	max-width: 230%;
	transform: translateY(-50%);
}

.feature-sec-title .title span {
	height: 50px;
	width: 305px;
	overflow: hidden;
	margin-right: 30px;
	position: relative;
	display: inline-block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

@media (max-width: 767px) {
	.feature-sec-title .title span {
		margin-right: 0;
	}
}

.feature-sec-title .xb-heading-btn {
	transform: translate(18px, -15px);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.feature-sec-title .xb-heading-btn {
		transform: translate(0, 0);
	}
}

@media (max-width: 1199px) {
	.feature-sec-title .xb-heading-btn {
		transform: translate(0, 0);
	}
}

@media (max-width: 767px) {
	.feature-sec-title .xb-heading-btn {
		transform: translate(0, 5px);
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.feature-sec-title .xb-heading-btn {
		transform: translate(10px, 0);
	}
}

.fea-sec-title .title span {
	height: 80px;
	width: 60px;
	position: relative;
	display: inline-block;
}

@media (max-width: 767px) {
	.fea-sec-title .title span {
		height: 45px;
	}
}

.fea-sec-title .title span img {
	position: absolute;
	left: -48px;
	top: 9px;
	max-width: 160px;
}

@media (max-width: 767px) {
	.fea-sec-title .title span img {
		left: -48px;
		top: -20px;
		max-width: 140px;
	}
}

.xb-feature-content {
	margin-right: 50px;
}

@media (max-width: 1199px) {
	.xb-feature-content {
		margin-right: 0;
	}
}

.feature-section {
	min-height: 767px;
	display: flex;
	align-items: center;
}

.xb-feature-shape {
	position: relative;
}

@media (max-width: 991px) {
	.xb-feature-shape {
		margin: 0 auto;
		max-width: 330px;
		margin-top: 30px;
	}
}

.xb-feature-shape .shape {
	position: absolute;
	left: 0;
	top: 1px;
	z-index: -1;
	height: 100%;
	width: 100%;
}

@media (max-width: 1199px) {
	.xb-feature-shape .shape {
		top: 12px;
	}
}

@media only screen and (max-width: 1023px) {
	.xb-feature-shape .shape {
		top: 16px;
	}
}

@media (max-width: 991px) {
	.xb-feature-shape .shape {
		top: 8px;
	}
}

.xb-feature-shape li:not(:first-child) {
	margin-top: -117px;
}

@media (max-width: 1199px) {
	.xb-feature-shape li svg {
		width: 315px;
		height: 212px;
	}
}

@media only screen and (max-width: 1023px) {
	.xb-feature-shape li svg {
		width: 295px;
		height: 207px;
	}
}

@media (max-width: 991px) {
	.xb-feature-shape li svg {
		width: 330px;
		height: 215px;
	}
}

.xb-feature-shape li svg path {
	animation: moveWave 6s linear infinite;
	transform-origin: center;
	will-change: stroke-dashoffset;
}

@keyframes moveWave {
	0% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: -200;
	}
}

.integration-list li {
	gap: 10px;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.integration-list li:not(:last-child) {
	margin-bottom: 20px;
}

.integration-logo {
	height: 110px;
	width: 110px;
	padding: 1px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: var(--color-secondary);
}

@media (max-width: 767px) {
	.integration-logo {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.integration-logo {
		width: 90px;
		height: 90px;
	}
}

.integration-logo::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: url(../images/ai/bg-app.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.integration-logo::after {
	opacity: 0;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	z-index: -2;
	top: 0;
	left: 0;
	filter: blur(15px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: linear-gradient(52deg, #2c32fe 0%, #00a4af 49%, #00ff97 100%);
}

.integration-logo img {
	max-width: 65%;
}

.integration-logo:hover::after {
	opacity: 1;
}

.integration-logo-wrap {
	gap: 30px;
	overflow: hidden;
	text-align: end;
	position: relative;
	max-height: 678px;
	justify-content: end;
}

@media (max-width: 991px) {
	.integration-logo-wrap {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.integration-logo-wrap {
		max-height: 500px;
	}
}

.integration-logo-wrap .xb-shape .shape {
	position: absolute;
	width: 110%;
	height: 201px;
	filter: blur(25px);
	background: #00020f;
}

.integration-logo-wrap .xb-shape .shape--1 {
	left: -30px;
	top: -90px;
}

@media (max-width: 767px) {
	.integration-logo-wrap .xb-shape .shape--1 {
		left: -17px;
	}
}

.integration-logo-wrap .xb-shape .shape--2 {
	bottom: -52px;
	left: -30px;
}

@media (max-width: 767px) {
	.integration-logo-wrap .xb-shape .shape--2 {
		left: -17px;
	}
}

integration-logo@-webkit-keyframes marquee {
	from {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes marquee {
	from {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.marquee-first {
	-webkit-animation: marquee 25s linear infinite;
	animation: marquee 25s linear infinite;
}

@-webkit-keyframes marquee2 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@keyframes marquee2 {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.marquee2 {
	-webkit-animation: marquee2 25s linear infinite;
	animation: marquee2 25s linear infinite;
}

@-webkit-keyframes marquee-3 {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-400%);
		transform: translateX(-400%);
	}
}

@keyframes marquee-3 {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-400%);
		transform: translateX(-400%);
	}
}

.marquee-horizontal {
	-webkit-animation: marquee-3 5s linear infinite;
	animation: marquee-3 5s linear infinite;
}

@-webkit-keyframes marquee-4 {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-400%);
		transform: translateX(-400%);
	}
}

@keyframes marquee-3 {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-400%);
		transform: translateX(-400%);
	}
}

.marquee-horizontal-bottom {
	-webkit-animation: marquee-4 4s linear infinite;
	animation: marquee-4 6s linear infinite;
}



@-webkit-keyframes updown-2 {
	0% {
		transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
	}

	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
	}

	100% {
		transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
	}
}

.updown-1 {
	animation: updown-2 1.5s 0s linear infinite;
}

.updown-2 {
	animation: updown-2 1.5s 0.5s linear infinite;
}

.updown-3 {
	animation: updown-2 1.5s 1s linear infinite;
}