body.right-sidebar-open {
    overflow: hidden;
}
.right-sidebar {
	visibility: hidden;
    pointer-events: none;
    opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .5s;
	z-index: 1000;
    overflow: hidden;
}
.right-sidebar * {
	font-family: 'Inter',sans-serif;
}
body.right-sidebar-open .right-sidebar {
	visibility: visible;
    pointer-events: auto;
    opacity: 1;
	cursor: url(../img/right-sidebar__close-btn.svg) 10 10, move;
}
.right-sidebar::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(25,25,31,.9);
}
.right-sidebar__overflow {
    background: #22222B;
    width: 512px;
    height: 100%;
    transition: .5s all;
    position: fixed;
    top: 0;
    right: -560px;
    max-width: calc(100% - 52px);
}
body.right-sidebar-open .right-sidebar__overflow {
    right: 0;
}

		.right-sidebar__close-btn {
			position: absolute;
			width: 45px;
			height: 45px;
			background: #9AC1FF;
			top: 70vh;
			left: -45px;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			cursor: pointer;
		}
			.right-sidebar__close-btn::before {
				position: absolute;
				content: '';
				background: #000;
				width: 30px;
				height: 2px;
				transform: rotate(45deg);
			}
			.right-sidebar__close-btn::after {
				position: absolute;
				content: '';
				background: #000;
				width: 30px;
				height: 2px;
				transform: rotate(135deg);
			}
	.right-sidebar-form__wrap {
		padding: 48px 15px;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
		cursor: default;
	}
	@media screen and (min-width:576px) {
		.right-sidebar-form__wrap {
			padding: 48px 92px;
		}
	}
		.right-sidebar-form {
			transform: translateX(0);
			opacity: 1;
			transition: all .5s;
		}
		.form-hidden {
			opacity: 0;
			height: 0px;
			overflow: hidden;
		}
		.right-sidebar-form__ttl {
            font-size: 24px;
            line-height: 1.5em;
            font-weight: 500;
			margin-bottom: 24px;
			color: #fff;
		}
		.right-sidebar-form__input-wrap {
			position: relative;
			margin-bottom: 24px;
		}
			.right-sidebar-form__label {
				pointer-events: none;
				position: absolute;
				left: 10px;
				top: 12px;
				color: #A6A6C4;
                font-size: 16px;
                line-height: 1.5em;
                font-weight: 400;
				letter-spacing: normal;
				box-sizing: border-box;
				background-color: transparent;
				cursor: text;
				-webkit-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
				-moz-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
				-ms-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
				-o-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
				transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
			}
			.right-sidebar-form__label-ai-solution {
				line-height: 1.1;
				top: 6px;
			}
			.right-sidebar-form__input:focus + .right-sidebar-form__label,
			.right-sidebar-form__input--not-empty + .right-sidebar-form__label {
				top: -9px;
                font-size: 10px;
                line-height: 1.5em;
                font-weight: 400;
				background: #22222b;
				padding: 0 4px!important;
			}
			.right-sidebar-form__input:focus + .right-sidebar-form__label.right-sidebar-form__label-message,
			.right-sidebar-form__input--not-empty + .right-sidebar-form__label.right-sidebar-form__label-message {
				top: -18px;
				right: 9px;
			}
			.right-sidebar-form__input-wrap select {
				cursor: pointer;
			}
			.right-sidebar-form__input,
			.right-sidebar-form__input:focus-within,
			.right-sidebar-form__input:focus-visible {
                font-size: 16px;
                line-height: 1.5em;
                font-weight: 400;
				color: #fff!important;
				width: 100%;
				padding: 11px 16px 10px;
				border: 1px solid #A6A6C4;
				background-color: #22222b!important;
				border-radius: 4px;
			}
			.right-sidebar-form__input.right-sidebar-form__input-textarea,
			.right-sidebar-form__input.right-sidebar-form__input-textarea:focus-within,
			.right-sidebar-form__input.right-sidebar-form__input-textarea:focus-visible {
				padding: 14px 16px 10px;
			}
			select.right-sidebar-form__input,
			.right-sidebar-form__input option {
				height: 47px;
				display: block;
			}
			.right-sidebar-form__input:focus {
				border: 1px solid #fff;
				background-color: #22222b!important;
				color: #F4F4F6!important;
			}
			.right-sidebar-form__input:-webkit-autofill,
			.right-sidebar-form__input:-webkit-autofill:hover, 
			.right-sidebar-form__input:-webkit-autofill:focus, 
			.right-sidebar-form__input:-webkit-autofill:active			{
				-webkit-box-shadow: 0 0 0 30px #22222b inset!important;
				-webkit-text-fill-color: #ffffff!important;
				background-color: #22222b!important;
				-webkit-animation: autofill 0s forwards;
				background-color: -internal-light-dark(#22222b, #22222b);
			}
			@-webkit-keyframes autofill {
				100% {
					background-color: #22222b!important;
					color: inherit;
				}
			}
			.right-sidebar-form__label-control {
					margin: 0;
					padding: 0;
					display: flex;
					flex-direction: row;
                    font-size: 10px;
                    line-height: 1.5em;
                    font-weight: 400;
					color: #A6A6C4;
			}
			.right-sidebar-form__btn--color_bg {
                font-size: 18px;
                line-height: 1.5em;
                font-weight: 500;
				color: #19191F;
				background: #9AC1FF;
				padding: 15px 34px;
				border-radius: 8px;
				transition: all .3s;
				cursor: pointer;
				border: 1px solid #9ac1ff;
				width: 100%;
			}
			.right-sidebar-form__btn--color_bg:hover {
				border-color: #9AC1FF;
				background: #9AC1FF;
				color: #9AC1FF;
				background: transparent;
			}
.right-sidebar-form__label-control {
	display: block;
	position: relative;
	padding-left: 33px;
	margin-bottom: 0;
	padding-top: 0px;
	cursor: pointer;
	color: #333;
}
.right-sidebar-form__label-control-url {
    font-size: 10px;
    line-height: 1.5em;
    font-weight: 400;
	color: #A6A6C4;
	/* text-decoration: none; */
}
.right-sidebar-form__label-control-txt {
    font-size: 10px;
    line-height: 1.5em;
    font-weight: 400;
	color: #A6A6C4;
	padding-top: 10px;
}
	.right-sidebar-form__label-control-txt a {
		color: #5692F1;
	}
.right-sidebar-form__control-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.right-sidebar-form__control-checkbox:checked ~ .right-sidebar-form__checkbox-indicator	{
	display: block;
}
.right-sidebar-form__control-checkbox:disabled ~ .right-sidebar-form__checkbox-indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.right-sidebar-form__checkbox-indicator {
	position: absolute;
	top: 7px;
	left: 0;
	height: 16px;
	width: 16px;
	background: transparent;
	border: 1px solid #A6A6C4;
	border-radius: 4px;
	-webkit-box-sizing: unset;
	box-sizing: unset;
}

.right-sidebar-form__checkbox-indicator:after {
	-webkit-box-sizing: unset;
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 5px;
	height: 8px;
	border: solid #A6A6C4;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.right-sidebar-form__control-checkbox:checked ~ .right-sidebar-form__checkbox-indicator:after	{
  display: block;
}
.control-checkbox .right-sidebar-form__checkbox-indicator:after {
	display: block;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #333333;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.right-sidebar-form__control-checkbox:disabled ~ .right-sidebar-form__checkbox-indicator:after {
	border-color: #7b7b7b;
}
/*Error message for email*/
form.invalid-email input[type=email] {
	border-color: #FF6088;
}
.form-email-message {
    font-size: 10px;
    line-height: 1.5em;
    font-weight: 400;
	color: #A6A6C4;
	padding-top: 10px;
	display: none;
}
.form-email-message a {
    color: #5692F1;
}
.form-email-message__error {
    color: #FF6088;
}
.invalid-input + .right-sidebar-form__label {
    color: #FF6088;
}
/*Error message for email end*/