/* cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensans/OpenSans-Light-Cyrillic.woff2') format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensans/OpenSans-Light-Latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/opensans/OpenSans-Regular-Cyrillic.woff2') format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/opensans/OpenSans-Regular-Latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/opensans/OpenSans-Semibold-Cyrillic.woff2') format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/opensans/OpenSans-Semibold-Latic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensans/OpenSans-Bold-Cyrillic.woff2') format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensans/OpenSans-Bold-Latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	box-sizing: border-box;
}

*:after,
*:before {
	box-sizing: border-box;
}

*:after,
*:before {
	box-sizing: border-box;
}

*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 22px;
	background-color: #c1c5cd;
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #6a7487;
}

@-moz-document url-prefix() {
	* {
		scrollbar-color: #c1c5cd transparent;
		scrollbar-width: thin;
	}
}

.left-side,
.right-side {
	height: 100vh;
}

.clear {
	clear: both;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.relative-wrap {
	position: relative;
}

.left-side {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60%;
	float: left;
	background: #005aff;
	overflow: hidden;
}

.insuraconnect-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.insuraconnect-content {
	z-index: 2;
}

.left-side.warm-up-only {
	background: #FB5C04;
}

.left-side .logo {
	top: 25px;
	position: absolute;
	left: 60px;
}

.left-side .centered-content {
	position: relative;
	margin: 0 60px 0 60px;
}

.centered-content .badges-g2 {
	width: 452px;
	height: 140px;
	display: flex;
	justify-content: space-between;
}

.centered-content .badges-g2 .badge {
	width: 124px;
	display: block;
}

.left-side .main-text,
.left-side .mute-text {
	color: #ffffff;
}

.left-side .main-text {
	font-size: 60px;
	line-height: 61px;
	margin-bottom: 30px;
}

.left-side .mute-text {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 28px;
	opacity: 0.7;
}

.right-side {
	margin-left: 60%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.right-side .logo {
	top: 20px;
	position: absolute;
	left: 60px;
	display: none;
}

.right-side .logo.insuraconnect {
	top: -60px;
	width: 200px;
	position: absolute;
	left: 40px;
	display: none;
}

.right-side .centered-text {
	width: 400px;
	padding: 0 0 0 50px;
}

.main-title {
	font-size: 36px;
	line-height: 43px;
}

.link {
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}

.account-page .top-right {
	position: absolute;
	top: 30px;
	right: 60px;
	color: #000000;
	opacity: 0.5;
}

.account-page .sub-title {
	margin-bottom: 20px;
	position: relative;
}

.account-page .sub-title .main-error {
	position: absolute;
	color: #ff004d;
	width: 100%;
	top: -20px;
	left: 0;
}

.hidden {
	display: none !important;
}

.visible {
	display: block !important;
}

.account-page .sub-title .main-error a {
	color: #ff004d;
	text-decoration: underline;
}

.account-page .sub-title .active-error {
	position: relative;
	top: 10px;
}

.insuraconnect .right-side .account-page .sub-title a {
	text-decoration: none;
	color: #015598;
}

.right-side .account-page .sub-title a {
	text-decoration: none;
	color: #0053ff;
}

.account-page .without-google {
	margin-bottom: 80px;
}

.account-page .sub-title .without-google-error {
	top: 40px;
}

.account-page label {
	font-size: 14px;
	line-height: 19px;
	color: #9ba1ad;
	margin-top: 20px;
	display: block;
}

.account-page input {
	padding: 11px 0;
	background-color: #ffffff !important;
	border: none;
	border-bottom: 1px solid #c7cad1;
	display: block;
	width: 100%;
	font-size: 16px;
	outline: none;
}

.third-step input {
	display: none;
}

.fourth-step input {
	display: none;
}

.main-part input:focus {
	border-bottom-color: #005AFF;
}

.main-part input:hover {
	border-bottom-color: #9CA2AF;
}

.account-page input.error,
.account-page .select-wrap select.error {
	border-color: #ff004d;
}

.account-page .select-wrap {
	position: relative;
}

.account-page .select-wrap select {
	width: 100%;
	background: transparent;
	display: block;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #c7cad1;
	font-size: 16px;
	padding: 11px 30px 11px 0;
}

.account-page .select-wrap svg {
	position: absolute;
	right: 0;
	bottom: 15px;
	cursor: pointer;
}

.account-page button {
	border: none;
	border-radius: 100px;
	position: relative;
	width: 100%;
	padding: 9px 18px 9px 46px;
	font-size: 16px;
	line-height: 19px;
	cursor: pointer;
	outline: none;
}

.insuraconnect .right-side .account-page .submit-btn {
	background: #015598;
	border: 1px solid #015598;
	color: #ffffff;
}

.warm-up-only .right-side .account-page .submit-btn {
	background: #EA4900;
	border: 1px solid #EA4900;
	color: #FFFFFF;
}

.account-page .submit-btn {
	background: #005aff;
	border: 1px solid #005aff;
	color: #ffffff;
	margin-top: 40px;
	padding: 9px 18px;
}

.nerdwise .account-page .submit-btn {
	background: #28A745;
	border: 1px solid #28A745;
}

.account-page .submit-btn:disabled {
	opacity: 0.7;
	cursor: default;
}

.account-page .google-btn {
	background: #ffffff;
	color: #000000;
	border: 1px solid #9ba1ad;
	position: relative;
	margin-right: 20px;
}

.account-page .single-click-btns {
	display: flex;
	align-items: flex-end;
}

.account-page .google-btn svg {
	position: absolute;
	top: 11px;
	left: 55px;
}

.account-page .microsoft-btn {
	background: #ffffff;
	color: #000000;
	border: 1px solid #9ba1ad;
	position: relative;
}

.account-page .microsoft-btn svg {
	position: absolute;
	top: 10px;
	left: 47px;
}

.account-page .separator {
	font-size: 14px;
	color: #dadada;
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.account-page .separator::after,
.account-page .separator::before {
	content: '';
	position: absolute;
	height: 1px;
	width: 155px;
	background-color: #ebebeb;
	top: 50%;
}

.account-page .separator::before {
	left: 55%;
}

.account-page .separator::after {
	right: 55%;
}

.account-page .forgot,
.account-page .back-to-login {
	text-align: center;
	display: block;
	margin-top: 20px;
}

.account-page .forgot {
	color: #000000;
	opacity: 0.5;
	position: absolute;
	width: 100%;
}

.insuraconnect .right-side .account-page .back-to-login {
	color: #015598;
}

.right-side .account-page .back-to-login {
	color: #005aff;
}

.password-wrap,
.confirm-password-wrap,
.email-wrap {
	position: relative;
}

.password-wrap .tooltip-icon,
.confirm-password-wrap .tooltip-icon,
.email-wrap .tooltip-icon {
	cursor: default;
	position: absolute;
	bottom: 8px;
	right: 0;
}

.password-wrap .tooltip-icon svg,
.confirm-password-wrap .tooltip-icon svg,
.email-wrap .tooltip-icon svg {
	opacity: 0.5;
}

.email-wrap .hint-block-wrap,
.password-wrap .hint-block-wrap,
.confirm-password-wrap .hint-block-wrap {
	position: fixed;
}

.email-wrap .hint-block-wrap {
	width: 275px;
}

.password-wrap .hint-block-wrap,
.confirm-password-wrap .hint-block-wrap {
	width: 250px;
}

.password-wrap .hint-block,
.confirm-password-wrap .hint-block,
.email-wrap .hint-block {
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
	padding: 15px 25px;
	background: #ffffff;
}

.hint-block .hint-title {
	font-size: 14px;
	margin-bottom: 5px;
}

.hint-block .error {
	font-size: 14px;
	margin: 5px 0;
	color: #808080;
}

.hint-block .error.green {
	color: #008000;
}

.triangle {
	position: absolute;
	height: 30px;
	width: 15px;
	bottom: 25px;
	left: -9px;
}

.triangle:before {
	content: '';
	z-index: 1;
	width: 20px;
	height: 20px;
	left: 5px;
	top: 5px;
	background-color: #ffffff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	box-shadow: 6px 6px 4px -4px rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
}

.account-page .check-box-terms,
.account-page .check-box-policy {
	padding-top: 25px;
	display: flex;
	align-items: center;
}

.account-page .check-box-terms .label,
.account-page .check-box-policy .label {
	color: #4a556b;
	padding: 0 0 0 9px;
}

.account-page .check-box-terms svg,
.account-page .check-box-policy svg {
	cursor: pointer;
}

.account-page .first-step,
.account-page .second-step,
.account-page .third-step,
.account-page .fourth-step,
.term-popup-backdrop,
.email-wrap .hint-block-wrap,
.email-wrap .triangle,
.password-wrap .hint-block-wrap,
.password-wrap .triangle,
.confirm-password-wrap .hint-block-wrap,
.confirm-password-wrap .triangle {
	display: none;
}

.account-page .first-step.show,
.account-page .second-step.show,
.account-page .third-step.show,
.account-page .fourth-step.show,
.email-wrap .hint-block-wrap.show,
.email-wrap .triangle.show,
.password-wrap .hint-block-wrap.show,
.password-wrap .triangle.show,
.confirm-password-wrap .hint-block-wrap.show,
.confirm-password-wrap .triangle.show {
	display: block;
}

.check-box-off,
.check-box-on {
	display: none;
}

.check-box-off.show,
.check-box-on.show {
	display: block;
}

/*anim*/
@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	to {
		transform: translate3d(0, 1700px, 0);
	}
}

.hinge {
	animation-name: hinge;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.submit-btn .circle-progress {
	color: #fff;
	opacity: 0;
	z-index: auto;
	position: absolute;
	top: 11px;
	right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transition-timing-function: ease-in;
	width: 15px;
	height: 15px;
}

.submit-btn.processing .circle-progress {
	opacity: 1;
	z-index: -100;
	-webkit-animation: circle-progress 1s infinite;
	animation: circle-progress 1s infinite;
}

.submit-btn .circle-progress:after {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ' ';
	display: inline-block;
	background: center center no-repeat;
	background-size: cover;
	border-radius: 50%;
	border-style: solid;
	-webkit-background-clip: padding-box;
	box-sizing: border-box;
	border-width: 0.15em;
	border-color: currentColor currentColor currentColor transparent;
}

.main-part {
	min-height: 100vh;
}

.main-part.full-size {
	width: 100%;
}

.main-part a {
	color: #005AFF;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #BEE6FF;
}

.main-part .logo.insuraconnect {
	width: 170px;
	top: -40px;
	left: 40px;
}

.insuraconnect .main-part {
	width: calc(100% - 480px);
}

.insuraconnect .sidebar {
	width: 480px;
}

.insuraconnect .sidebar .centered-content {
	padding: 0 40px;
	width: 100%;
}

.insuraconnect .sidebar .main-text {
	line-height: 60px;
	font-size: 44px;
	font-weight: 600;
}

.insuraconnect .sidebar .mute-text {
	margin-top: 20px;
	margin-bottom: 32px;
	color: #6074A4;
	font-size: 16px;
}

.insuraconnect .sidebar .badge {
	width: 100%;
	filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.2)) drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.2));
	border-radius: 12px;
}

.nerdwise-sidebar {
	background: #063957;
	color: #fff;
}

.warm-up-only .sidebar {
	background: linear-gradient(27.9deg, #f7086c 16.46%, #ff6928 93.27%);
	color: #ffffff;
}

.warm-up-only .sidebar .employment {
	opacity: 0.7;
}

.sidebar .centered-content {
	width: 450px;
	padding: 0 50px;
}

.slider {
	width: 100%;
	overflow: hidden;
}

.slides {
	display: flex;
}

.slider .slide {
	transition: margin 0.8s, opacity 0.5s;
	min-width: 100%;
	width: 100%;
	padding: 0 9%;
	text-align: center;
}

.slide .author {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.slide .quote {
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
	margin: 24px 0;
}

.slide .name {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}


.nerdwise-slider .slide {
	padding: 0 7%;
}

.nerdwise-slider .slide .quote {
	font-size: 22px;
	line-height: 32px;
}

.nerdwise-slider .slide .employment {
	font-size: 18px;
}

.nerdwise-slider .slider-navigation-item {
	background: #1B74A5;
	opacity: 0.5;
}

.badges {
	width: fit-content;
	margin: 40px auto;
}

.badges .badge {
	width: 87px;
}

.badges .badge:first-child {
	margin-right: 8px;
}

.slider .slider-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12px;
}

.slider .slider-navigation-item {
	position: relative;
	cursor: pointer;
	display: block;
	transition: 0.3s;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2D85BC;
	opacity: 0.4;
	margin: 0 6px;
}

.warm-up-only .slider .slider-navigation-item {
	background: #FFFFFF;
}

/*hack for easy pick navigation button*/
.slider .slider-navigation-item:after {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: -6px;
	left: -6px;
}

.slider .slider-navigation-item.active {
	width: 12px;
	height: 12px;
	opacity: 1;
}

.slider .slider-navigation-item.active:after {
	top: -3px;
	left: -3px;
}

.main-part {
	padding-top: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 65%;
	float: left;
}

.main-part .logo {
	top: 40px;
	position: absolute;
	left: 52px;
}

.main-part .nerdwise-logo {
	top: 30px;
	left: 40px;
}

.main-part .centered-text {
	width: 420px;
	position: relative;
	padding-bottom: 120px;
}

.main-part .main-title {
	white-space: pre;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
}

.main-part #step-info {
	margin-top: 12px;
	margin-bottom: 32px;
	text-align: center;
}

.main-part .account-page label {
	margin-top: 30px;
}

.main-part .forgot-survey {
	display: block;
	margin-top: 12px;
	color: #38465E;
}

.main-part .third-step,
.main-part .fourth-step {
	margin-top: 30px;
}

.main-part .account-page .business-model-option {
	cursor: pointer;
	position: relative;
	height: 68px;
	display: flex;
	align-items: center;
	padding: 8px 20px;
	border: 1px solid #DADCE1;
	border-radius: 8px;
	margin: 0;
	margin-bottom: 16px;
	padding-left: 64px;
}

.main-part .account-page .business-model-option:before {
	content: "";
	position: absolute;
	left: 20px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #DADCE1;
}

.main-part .account-page .business-model-option .checkmark {
	display: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url('../Content/svgs/filled-checkmark.svg') center no-repeat;
	position: absolute;
	left: 20px;
	z-index: 1;
}

.main-part .account-page .business-model-checkbox:checked~.checkmark {
	display: block;
}

.main-part .account-page .business-model-option.active {
	border-color: #005AFF;
}

.main-part .account-page .other-business-model-option.active {
	height: 82px;
}

.main-part .account-page .business-model-option:last-of-type {
	margin: 0;
}

.main-part .account-page .business-model-info {
	width: 100%;
	margin: 0;
}

.main-part .account-page .business-model-checkbox {
	width: 0;
	height: 0;
}

.main-part .account-page .business-model-input {
	display: none;
	padding: 8px 0;
}

.main-part .account-page .business-model-option.active .business-model-input {
	display: block;
}

.main-part .account-page .business-model-title {
	font-size: 18px;
	line-height: 28px;
	color: #061836;
}

.main-part .account-page .business-model-subtitle {
	font-size: 16px;
	color: #6A7487;
}

.main-part .account-page .fourth-step label {
	cursor: pointer;
	position: relative;
	border: 1px solid #DADCE1;
	border-radius: 8px;
	padding: 12px 20px 12px 64px;
	margin: 0;
	margin-bottom: 16px;
	font-size: 18px;
	color: #061836;
}

.main-part .account-page .fourth-step label:last-of-type {
	margin: 0;
}

.main-part .account-page .fourth-step label:before {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	left: 20px;
	width: 24px;
	height: 24px;
	border: 1px solid #DADCE1;
	border-radius: 3px;
}

.main-part .account-page .fourth-step label.active {
	border-color: #005AFF;
}

.main-part .account-page .fourth-step input {
	width: 0;
	height: 0;
}

.main-part .account-page .fourth-step .checkmark {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../Content/svgs/filled-checkmark.svg') center no-repeat;
	position: absolute;
	top: calc(50% - 12px);
	left: 20px;
	z-index: 1;
}

.main-part .account-page .fourth-step input:checked~.checkmark {
	display: block;
}

.main-part .show-password-btn {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('../Content/svgs/hide-password-icon.svg') center no-repeat;
	background-size: 18px;
	bottom: 2px;
	right: 6px;
}

.main-part .show-password-btn.show {
	background: url('../Content/svgs/show-password-icon.svg') center 8px no-repeat;
	background-size: 18px;
}

.main-part .password-rules {
	display: none;
	padding-top: 12px;
}

.main-part .password-rules p {
	font-size: 14px;
	position: relative;
	margin-top: 4px;
	color: #9CA2AF;
	padding-left: 28px;
}

.main-part .password-rules p.success {
	color: #009A50;
}

.main-part .password-rules p.failed {
	color: #FF195E;
}

.main-part .password-rules p:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #9CA2AF;
	position: absolute;
	top: calc(50% - 3px);
	left: 7px;
}

.main-part .password-rules p.success:before,
.main-part .password-rules p.failed:before {
	top: calc(50% - 7px);
	left: 3px;
	width: 14px;
	height: 14px;
}

.main-part .password-rules p.success:before {
	background: url('../Content/svgs/password-rule-success.svg') center no-repeat;
}

.main-part .password-rules p.failed:before {
	background: url('../Content/svgs/password-rule-failed.svg') center no-repeat;
}

.main-part .account-page .submit-btn {
	margin-top: 32px;
}

.main-part #step-navigation {
	width: 34px;
	display: flex;
	justify-content: space-between;
	margin: 32px auto 0;
}

.main-part #step-navigation .step-dot {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #DADCE1;
}

.main-part #step-navigation .step-dot.active {
	background: #005AFF;
}

.main-part .account-page .separator {
	font-size: 16px;
	color: #6A7487;
	position: relative;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.main-part .account-page .separator::after,
.main-part .account-page .separator::before {
	content: '';
	position: absolute;
	height: 1px;
	width: calc(50% - 16px);
	background-color: #ebebeb;
	top: 50%;
}

.main-part .account-page .separator::before {
	left: 0;
}

.main-part .account-page .separator::after {
	right: 0;
}

.tooltip-icon.survey {
	display: none;
}

.recovery-new-design .sub-title {
	margin-top: 16px;
	margin-bottom: 0;
}

.nerdwise .recovery-new-design .sub-title {
	text-align: center;
}

.recovery-new-design .back-to-login {
	color: #38465E;
	margin: 0;
}

.main-part .recovery-new-design .submit-btn {
	margin: 28px 0;
}

.recovery-new-design .registration-link {
	display: inline-block;
}

.recovery-new-design .registration-link:first-letter {
	text-transform: uppercase;
}

.recovery-new-design .password-rules {
	display: block;
	padding-top: 32px;
}

.main-part .account-page .sub-title .main-error {
	position: static;
	display: none;
	color: #9A1039;
	padding: 12px 20px;
	background: #FFF6F3;
	margin: 32px 0;
	border-radius: 8px;
}

.main-part .account-page .sub-title .main-error.success {
	color: #3F6623;
	background: #F5FFE9;
}

.main-part .account-page .sub-title .active-error {
	display: block;
}

.demo-calendar-new-design .left-side {
	background: #fff;
}

.demo-calendar-new-design .calendly-inline-widget {
	overflow: hidden;
	border: 1px solid #DADCE1;
	border-radius: 12px;
}

.demo-calendar-new-design .right-side {
	background: #BEE6FF;
}

.demo-calendar-new-design .right-side table {
	margin-left: -1em;
}

.right-side.skip-booking-demo {
	background: #fff;
	border-left: 1px solid #DADCE1;
}

.skip-booking-demo .main-title {
	font-size: 22px;
	font-weight: 600;
}

.skip-booking-demo b {
	font-weight: 600;
}

.account-page .outlined-btn {
	background: #fff;
	color: #38465E;
	border: 1px solid #38465E;
	border-radius: 40px;
	transition: 0.3s;
}

.account-page .outlined-btn:hover {
	background: #F6F6F8;
}

.meeting-booking-actions {
	padding-right: 50px;
}

.meeting-booking-actions-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
}

.meeting-booking-actions .book-call-btn {
	text-decoration: none;
	display: block;
	width: 100%;
	background: #FAFAFB;
	border-radius: 41px;
	text-align: center;
	padding: 9px 18px 9px 18px;
	color: #38465E;
	transition: 0.3s;
}

.meeting-booking-actions .book-call-btn:hover {
	background: #F6F6F8;
}

.meeting-booking-actions .submit-btn {
	margin: 0;
	transition: 0.3s;
}

.meeting-booking-actions .submit-btn:hover {
	background: #0047C9;
}

.meeting-booking-actions__separator {
	margin: 0 16px;
}

#go-to-platform-btn {
	margin-top: 32px;
}

.terms-policy-agreement-info {
	margin-top: 12px;
	font-size: 12px;
	text-align: center;
}

.terms-policy-agreement-info a {
	font-size: 12px;
}



@keyframes circle-progress {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 1100px) {
	.right-side .centered-text {
		width: 100%;
		padding: 0 50px 0 50px;
	}

	.sidebar .slider .slide {
		width: 100%;
		padding: 0 20px;
	}

	.nerdwise-slider .slide .quote {
		font-size: 20px;
	}

	.nerdwise-slider .slide .name,
	.nerdwise-slider .slide .employment {
		font-size: 16px;
	}

	.insuraconnect .main-part {
		width: 55%;
	}

	.insuraconnect .sidebar {
		width: 45%;
		min-width: unset;
	}

	.insuraconnect .sidebar .centered-content {
		padding: 0 30px;
	}

	.insuraconnect .sidebar .main-text {
		font-size: 36px;
		line-height: 50px;
	}

	.insuraconnect .sidebar .mute-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 800px) {
	.single-click-btns {
		display: block !important;
	}

	.main-title {
		padding: 10px;
		padding-bottom: 0;
	}

	#step-info {
		margin-top: 0 !important;
	}

	.microsoft-btn svg {

		left: 54px !important;
	}

	.main-part .centered-text {
		padding-bottom: 60px;
	}

	.logo {
		left: unset !important;
	}

	.account-page {
		padding: 20px;
	}

	.microsoft-btn {
		margin-top: 20px;
	}

	.google-btn {
		margin-right: 0 !important;
	}

	.left-side {
		display: none;
	}

	.right-side {
		margin-left: 0;
		align-items: flex-start;
	}

	.right-side .centered-text {
		margin-top: 80px;
	}

	.right-side .logo {
		display: inherit;
	}

	.right-side .logo.insuraconnect {
		display: inherit;
	}

	.right-side .main-title,
	.right-side .sub-title {
		text-align: center;
	}

	.main-part {
		width: 100% !important;
	}

	.sidebar {
		display: none;
	}
}