* {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	line-height: 1
}

ul {
	line-height: 1
}

li {
	list-style: none;
	line-height: 1
}

a {
	display: inline-block;
	text-decoration: none
}

a:hover,
a:active,
a:focus {
	text-decoration: none
}

a:focus {
	outline: none
}

input,
label {
	line-height: 1
}

img {
	display: block;
	width: 100%;
	height: auto
}

html {
	font-size: 14px
}

body {
	font-family: "Poppins", sans-serif;
	color: #032139
}

.container {
	display: block;
	max-width: 576px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 14px;
	padding-left: 14px;
	width: 100%
}

@media (min-width: 992px) {
	.container {
		max-width: 992px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px
	}
}

.container--max-width {
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	align-items: center
}

.container--overflow-hidden {
	overflow: hidden
}

.container--position-relative {
	position: relative
}

.container--wide {
	max-width: 576px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 992px) {
	.container--wide {
		max-width: 1200px
	}
}

@media (min-width: 1200px) {
	.container--wide {
		max-width: 1440px
	}
}

.container--margin-bottom {
	margin-bottom: 2rem
}

@media (max-width: 767px) {
	.container--margin-bottom {
		margin-bottom: 5rem
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px
}

@media (max-width: 991px) {
	.row {
		width: 100%
	}
}

@media (min-width: 768px) {
	.row {
		margin-left: -14px;
		margin-right: -14px
	}
}

.row:after {
	content: "";
	display: table;
	clear: both
}

.row--max-width {
	max-width: 1366px;
	margin: 0 auto
}

.row--text-center {
	text-align: center
}

.row--no-gaps {
	margin-left: 0;
	margin-right: 0
}

@media (max-width: 991px) {
	.row--no-margin-bottom {
		margin-bottom: 0
	}
}

@media (max-width: 991px) {
	.row--no-height {
		height: 0
	}
}

.row--full-width {
	width: 100%
}

@media (max-width: 991px) {
	.row--reverse-md {
		flex-direction: column-reverse
	}
}

@media (max-width: 991px) {
	.row--reverse-md .col {
		flex: 1 0 auto
	}
}

.row .col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 14px;
	padding-right: 14px
}

.row .col--text-center {
	text-align: center
}

.row .col--v-center {
	display: flex;
	flex-flow: column;
	justify-content: center
}

.row .col--h-right {
	display: flex;
	justify-content: flex-end
}

.row .col--h-center {
	display: flex;
	flex-flow: column;
	align-items: center
}

.row .col--h-center-no-flow {
	display: flex;
	align-items: center
}

.row .col--no-padding {
	padding: 0 !important
}

.row .col--sm-1 {
	flex: 1 0 auto;
	max-width: 8.33333%
}

.row .col--sm-2 {
	flex: 1 0 auto;
	max-width: 16.66667%
}

.row .col--sm-3 {
	flex: 1 0 auto;
	max-width: 25%
}

.row .col--sm-4 {
	flex: 1 0 auto;
	max-width: 33.33333%
}

.row .col--sm-5 {
	flex: 1 0 auto;
	max-width: 41.66667%
}

.row .col--sm-6 {
	flex: 1 0 auto;
	max-width: 50%
}

.row .col--sm-7 {
	flex: 1 0 auto;
	max-width: 58.33333%
}

.row .col--sm-8 {
	flex: 1 0 auto;
	max-width: 66.66667%
}

.row .col--sm-9 {
	flex: 1 0 auto;
	max-width: 75%
}

.row .col--sm-10 {
	flex: 1 0 auto;
	max-width: 83.33333%
}

.row .col--sm-11 {
	flex: 1 0 auto;
	max-width: 91.66667%
}

.row .col--sm-12 {
	flex: 1 0 auto;
	max-width: 100%
}

@media (min-width: 768px) {
	.row .col--md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
}

@media (min-width: 768px) {
	.row .col--md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
}

@media (min-width: 768px) {
	.row .col--md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (min-width: 768px) {
	.row .col--md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
}

@media (min-width: 768px) {
	.row .col--md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
}

@media (min-width: 768px) {
	.row .col--md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width: 768px) {
	.row .col--md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
}

@media (min-width: 768px) {
	.row .col--md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
}

@media (min-width: 768px) {
	.row .col--md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
}

@media (min-width: 768px) {
	.row .col--md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
}

@media (min-width: 768px) {
	.row .col--md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
}

@media (min-width: 768px) {
	.row .col--md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.row .col--lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
}

@media (min-width: 992px) {
	.row .col--lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
}

@media (min-width: 992px) {
	.row .col--lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (min-width: 992px) {
	.row .col--lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
}

@media (min-width: 992px) {
	.row .col--lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
}

@media (min-width: 992px) {
	.row .col--lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width: 992px) {
	.row .col--lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
}

@media (min-width: 992px) {
	.row .col--lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
}

@media (min-width: 992px) {
	.row .col--lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
}

@media (min-width: 992px) {
	.row .col--lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
}

@media (min-width: 992px) {
	.row .col--lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
}

@media (min-width: 992px) {
	.row .col--lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
}

@media (min-width: 1200px) {
	.row .col--xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.row .col--offset-1 {
		margin-left: 8.33333%
	}
}

@media (min-width: 768px) {
	.row .col--offset-2 {
		margin-left: 16.66667%
	}
}

@media (min-width: 768px) {
	.row .col--offset-3 {
		margin-left: 25%
	}
}

@media (min-width: 768px) {
	.row .col--offset-4 {
		margin-left: 33.33333%
	}
}

@media (min-width: 768px) {
	.row .col--offset-5 {
		margin-left: 41.66667%
	}
}

@media (min-width: 768px) {
	.row .col--offset-6 {
		margin-left: 50%
	}
}

@media (min-width: 768px) {
	.row .col--offset-7 {
		margin-left: 58.33333%
	}
}

@media (min-width: 768px) {
	.row .col--offset-8 {
		margin-left: 66.66667%
	}
}

@media (min-width: 768px) {
	.row .col--offset-9 {
		margin-left: 75%
	}
}

@media (min-width: 768px) {
	.row .col--offset-10 {
		margin-left: 83.33333%
	}
}

@media (min-width: 768px) {
	.row .col--offset-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.row .col--offset-12 {
		margin-left: 100%
	}
}

.row--no-gaps .col {
	padding-left: 0;
	padding-right: 0
}

img.is-loaded {
	-webkit-animation: lazyloadImage 1 0.3s ease;
	animation: lazyloadImage 1 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

img[data-src] {
	opacity: 0
}

@-webkit-keyframes lazyloadImage {
	from {
		opacity: 0;
		visibility: hidden
	}
	to {
		opacity: 1;
		visibility: visible
	}
}

@keyframes lazyloadImage {
	from {
		opacity: 0;
		visibility: hidden
	}
	to {
		opacity: 1;
		visibility: visible
	}
}

.section {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 6rem 0;
	z-index: 1
}

@media (max-width: 991px) {
	.section {
		padding: 3rem 1rem;
		text-align: center
	}
}

@media (max-width: 767px) {
	.section {
		padding: 2rem 1rem 1rem
	}
}

.section__title-h1 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 4rem;
	margin: 1rem 0 2rem 0
}

@media (max-width: 991px) {
	.section__title-h1 {
		font-size: 2.28571rem;
		line-height: 1.5
	}
}

@media (min-width: 992px) {
	.section__title-h1--narrow {
		width: 65%;
		margin-left: auto;
		margin-right: auto
	}
}

.section__title-h1--center {
	width: 87%;
	margin: 14px auto 28px auto
}

@media (max-width: 991px) {
	.section__title-h1--center {
		width: 100%
	}
}

@media (max-width: 575px) {
	.section__title-h1--center {
		font-size: 1.85714rem
	}
}

.section__title-h2 {
	font-size: 2.14286rem;
	font-weight: 600;
	line-height: 2.57143rem;
	margin: 1rem 0 2rem 0
}

@media (max-width: 991px) {
	.section__title-h2 {
		font-size: 1.71429rem;
		line-height: 1.5
	}
}

.section__title-h3 {
	font-size: 1.28571rem;
	font-weight: 600;
	line-height: 1.85714rem;
	margin: 1rem 0 1.07143rem 0
}

@media (max-width: 991px) {
	.section__title-h3 {
		font-size: 1.28571rem;
		line-height: 1.5
	}
}

.section__pretitle {
	font-size: .78571rem;
	font-weight: 500;
	line-height: 1.21429rem;
	color: #fb53b2;
	margin-bottom: .5rem;
	text-transform: uppercase;
	letter-spacing: 1px
}

.section__subtitle {
	font-size: 1.28571rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem
}

@media (min-width: 992px) {
	.section__subtitle {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto
	}
}

.section__intro-center {
	text-align: center
}

.section__content-center {
	width: 100%;
	text-align: center
}

.section__content-center--left {
	text-align: left
}

@media (min-width: 992px) {
	.section__intro {
		max-width: 70%;
		margin-right: auto;
		margin-left: auto
	}
}

@media (min-width: 992px) {
	.section__label {
		max-width: 80%;
		margin-right: auto;
		margin-left: auto
	}
}

.section__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem;
	text-align: left
}

.section__text a {
	color: #408fec
}

.section__text a:hover {
	text-decoration: underline
}

.section__text--margin-bottom {
	margin-bottom: 5rem
}

.section__link {
	color: #408fec
}

.section__link:hover {
	text-decoration: underline
}

.section__line-divider {
	background-color: #e8e9eb;
	width: 100%;
	height: 1px;
	margin-top: .5rem;
	margin-bottom: .5rem
}

.section__divider {
	margin-bottom: -.5rem;
	overflow: hidden
}

.section__divider-light {
	fill: #FFF
}

.section__divider-dark {
	fill: #032139
}

.section__divider--light {
	background: #f5fbff
}

.section__divider--ecommerce-overlay {
	position: relative;
	z-index: 2
}

.section__content {
	width: 100%
}

@media (min-width: 992px) {
	.section__content--narrow {
		width: 70%
	}
}

@media (min-width: 992px) {
	.section__content--narrow-center {
		width: 70%;
		margin: 0 auto
	}
}

.section__content--margin-bottom {
	margin-bottom: 4rem
}

@media (max-width: 991px) {
	.section__content--margin-bottom {
		margin-bottom: 0
	}
}

.section--container {
	max-width: 576px;
	margin-left: auto;
	margin-right: auto
}

.section--container--xxl {
	max-width: 1366px;
	margin: 0 auto
}

@media (min-width: 768px) {
	.section--container {
		padding: 4rem 1rem
	}
}

@media (min-width: 992px) {
	.section--container {
		max-width: 992px
	}
}

@media (min-width: 1200px) {
	.section--container {
		max-width: 1200px
	}
}

.section--narrow-container {
	max-width: 576px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 768px) {
	.section--narrow-container {
		padding: 4rem 1rem
	}
}

@media (min-width: 992px) {
	.section--narrow-container {
		max-width: 992px
	}
}

.section--wide-container {
	max-width: 576px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 768px) {
	.section--wide-container {
		padding: 4rem 1rem
	}
}

@media (min-width: 992px) {
	.section--wide-container {
		max-width: 1200px
	}
}

@media (min-width: 1200px) {
	.section--wide-container {
		max-width: 1440px
	}
}

.section--primary {
	background-color: #408fec
}

.section--primary .btn--link {
	color: #48ecff
}

.section--primary .btn--arrow:before {
	background-color: #48ecff
}

.section--primary .btn--arrow:after {
	border-left: 3px solid #48ecff
}

.section--primary .section__pretitle {
	color: #032139
}

.section--dark {
	background-color: #032139;
	padding: 3rem 1rem 4rem 1rem
}

@media (max-width: 991px) {
	.section--dark {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.section--dark .section__text {
	color: #84939e
}

.section--primary,
.section--dark {
	color: #fff
}

.section--light {
	background-color: #f5fbff
}

@media (max-width: 991px) {
	.section--text-left-md {
		text-align: left
	}
}

.section--padding-top-extra {
	padding-top: 16rem
}

.section--no-padding {
	padding: 0 !important
}

.section--no-padding-top-bottom {
	padding: 0 1rem
}

.section--no-padding-top {
	padding-top: 0
}

@media (min-width: 992px) {
	.section--no-padding-top-lg {
		padding-top: 0
	}
}

.section--no-padding-bottom {
	padding-bottom: 0
}

.section--overflow-hidden {
	overflow: hidden
}

.section--ecommerce-animated {
	position: relative;
	top: 55px;
	margin-top: -55px
}

@media (max-width: 991px) {
	.section--ecommerce-animated {
		top: 200px;
		margin-top: -200px
	}
}

@media (max-width: 767px) {
	.section--ecommerce-animated {
		top: 230px;
		margin-top: -230px
	}
}

@media (max-width: 575px) {
	.section--ecommerce-animated {
		top: 200px;
		margin-top: -200px
	}
}

@media (max-width: 380px) {
	.section--ecommerce-animated {
		top: 150px;
		margin-top: -150px
	}
}

.section--center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column wrap;
	overflow: hidden
}

@media (max-width: 991px) {
	.section--center {
		text-align: center
	}
}

.section__illustration {
	display: flex;
	justify-content: space-between;
	width: 45%;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 991px) {
	.section__illustration {
		width: 90%
	}
}

.section__illustration-left,
.section__illustration-right {
	height: 80px
}

@media (max-width: 767px) {
	.section__illustration-left,
	.section__illustration-right {
		height: 50px
	}
}

.section__illustration-left {
	transform: scaleX(-1)
}

.section-circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
	height: 500px;
	z-index: 0;
	overflow: hidden
}

@media (max-width: 991px) {
	.section-circle {
		width: 700px;
		height: 350px
	}
}

@media (max-width: 767px) {
	.section-circle {
		width: 100vw;
		height: 350px
	}
}

.section-circle__shape {
	position: absolute;
	top: -500px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1000px;
	height: 1000px;
	background-color: #f5fbff;
	border-radius: 50%
}

@media (max-width: 991px) {
	.section-circle__shape {
		top: -350px;
		width: 700px;
		height: 700px
	}
}

@media (max-width: 767px) {
	.section-circle__shape {
		top: -350px;
		right: -9999px;
		left: -9999px;
		width: 500px;
		height: 500px
	}
}

.rotation-active {
	-webkit-animation: rotation infinite 1s ease;
	animation: rotation infinite 1s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}

@-webkit-keyframes showMark {
	from {
		transform: rotate(45deg) scale(0)
	}
	to {
		transform: rotate(45deg) scale(1)
	}
}

@keyframes showMark {
	from {
		transform: rotate(45deg) scale(0)
	}
	to {
		transform: rotate(45deg) scale(1)
	}
}

@-webkit-keyframes clickEffect {
	0% {
		transform: scale(0.5);
		opacity: 0;
		visibility: hidden
	}
	30% {
		opacity: 0.2;
		visibility: visible
	}
	100% {
		transform: scale(1);
		opacity: 0;
		visibility: hidden
	}
}

@keyframes clickEffect {
	0% {
		transform: scale(0.5);
		opacity: 0;
		visibility: hidden
	}
	30% {
		opacity: 0.2;
		visibility: visible
	}
	100% {
		transform: scale(1);
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes showMessage {
	from {
		visibility: hidden;
		opacity: 0
	}
	to {
		visibility: visible;
		opacity: 1
	}
}

@keyframes showMessage {
	from {
		visibility: hidden;
		opacity: 0
	}
	to {
		visibility: visible;
		opacity: 1
	}
}

@-webkit-keyframes rotateLoader {
	from {
		transform: rotate(0) translateZ(0)
	}
	to {
		transform: rotate(720deg) translateZ(0)
	}
}

@keyframes rotateLoader {
	from {
		transform: rotate(0) translateZ(0)
	}
	to {
		transform: rotate(720deg) translateZ(0)
	}
}

@-webkit-keyframes rotation {
	from {
		transform: rotate(0) translateZ(0)
	}
	to {
		transform: rotate(360deg) translateZ(0)
	}
}

@keyframes rotation {
	from {
		transform: rotate(0) translateZ(0)
	}
	to {
		transform: rotate(360deg) translateZ(0)
	}
}

.overflow-hidden {
	width: 100%;
	min-height: 1px;
	overflow: hidden
}

.text--center {
	text-align: center
}

.text--nowrap {
	white-space: nowrap
}

.font--small {
	font-size: .78571rem
}

.font--bold {
	font-weight: 700
}

.font--italic {
	font-style: italic
}

.font--x1 {
	font-size: 1rem
}

.font--x2 {
	font-size: 1.14286rem
}

.font--x3 {
	font-size: 1.28571rem
}

.margin--custom {
	margin: 0 10%
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.clear {
	width: 100%;
	min-height: 1px;
	clear: both
}

.clear-x1 {
	width: 100%;
	min-height: 1rem;
	clear: both
}

.clear-x2 {
	width: 100%;
	min-height: 2rem;
	clear: both
}

.clear-x3 {
	width: 100%;
	min-height: 3rem;
	clear: both
}

.clear-x4 {
	width: 100%;
	min-height: 4rem;
	clear: both
}

.clear-x5 {
	width: 100%;
	min-height: 5rem;
	clear: both
}

.clear-x6 {
	width: 100%;
	min-height: 6rem;
	clear: both
}

.clear-x7 {
	width: 100%;
	min-height: 7rem;
	clear: both
}

.clear-x8 {
	width: 100%;
	min-height: 8rem;
	clear: both
}

.clear-x9 {
	width: 100%;
	min-height: 9rem;
	clear: both
}

@media (max-width: 991px) {
	.clear-x1-max-md {
		width: 100%;
		min-height: 1rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x2-max-md {
		width: 100%;
		min-height: 2rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x3-max-md {
		width: 100%;
		min-height: 3rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x4-max-md {
		width: 100%;
		min-height: 4rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x5-max-md {
		width: 100%;
		min-height: 5rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x6-max-md {
		width: 100%;
		min-height: 6rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x7-max-md {
		width: 100%;
		min-height: 7rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x8-max-md {
		width: 100%;
		min-height: 8rem;
		clear: both
	}
}

@media (max-width: 991px) {
	.clear-x9-max-md {
		width: 100%;
		min-height: 9rem;
		clear: both
	}
}

.checkbox {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	cursor: pointer
}

.checkbox__input {
	height: 0;
	width: 0;
	opacity: 0
}

.checkbox__title {
	margin-left: .5rem;
	line-height: 1.5;
	text-align: left
}

@media (max-width: 991px) {
	.checkbox__title {
		margin-left: 1rem
	}
}

.checkbox__title--small {
	font-size: .78571rem
}

.checkbox__input:disabled+.checkbox__shape+.checkbox__title {
	color: #ecf0f1
}

.checkbox__shape {
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
	flex: 0 0 18px;
	max-width: 18px;
	position: relative;
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #cbd0d4;
	border-radius: 4px
}

.checkbox__shape:before {
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	margin: auto;
	background-color: #408fec;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden
}

.checkbox__shape:after {
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	position: absolute;
	top: -2px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	width: 3px;
	height: 6px;
	transform: rotate(45deg);
	z-index: 1
}

.checkbox:hover .checkbox__input:not(:disabled)+.checkbox__shape {
	border-color: #408fec
}

.checkbox__input:checked+.checkbox__shape {
	background-color: #408fec;
	border-color: #408fec
}

.checkbox__input:checked+.checkbox__shape:after {
	-webkit-animation: showMark 1 .2s ease;
	animation: showMark 1 .2s ease
}

.checkbox__input:not(:disabled):checked+.checkbox__shape:before {
	-webkit-animation: clickEffect 1 .4s ease;
	animation: clickEffect 1 .4s ease
}

.checkbox__input:focus+.checkbox__shape {
	box-shadow: 0 0 0 3px rgba(64, 143, 236, 0.24)
}

.checkbox__input:disabled+.checkbox__shape {
	background-color: #ecf0f1;
	border-color: #ecf0f1
}

.checkbox__message {
	-webkit-animation: showMessage 1 .3s ease;
	animation: showMessage 1 .3s ease;
	position: absolute;
	bottom: -24px;
	left: 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: .5rem;
	font-size: .78571rem
}

.checkbox__message--error {
	color: #f2364f
}

.checkbox__message--success {
	color: #50c858
}

.input {
	position: relative;
	display: block;
	margin-top: 1rem;
	margin-bottom: 3rem
}

.input--error .input__area:focus+.input__label {
	color: #f2364f
}

.input--error .input__area {
	border-bottom-color: #f2364f;
	border-left-color: #f2364f;
	border-right-color: #f2364f
}

.input--error .input__area:focus {
	border-bottom-color: #f2364f;
	outline: none
}

.input--error .input__label {
	color: #f2364f
}

.input--success {
	margin-bottom: 2.5rem
}

.input--success .input__area:focus+.input__label {
	color: #50c858
}

.input--success .input__area {
	border-bottom-color: #50c858;
	border-left-color: #50c858;
	border-right-color: #50c858
}

.input--success .input__area:focus {
	border-bottom-color: #50c858;
	outline: none
}

.input--disabled .input__area {
	border-bottom-color: #ecf0f1;
	border-left-color: #ecf0f1;
	border-right-color: #ecf0f1;
	cursor: not-allowed
}

.input--disabled .input__label {
	color: #ecf0f1
}

.input__label {
	transition: transform .2s ease, color .2s ease;
	transform-origin: 0 100%;
	position: absolute;
	font-size: 1rem;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	height: 14px;
	color: #cbd0d4;
	cursor: text;
	z-index: 1
}

.input--active .input__label {
	transform: scale(0.92) translate(-4px, -1.5rem);
	transform-origin: 0 0
}

.input__area {
	transition: border-bottom-color .2s ease;
	position: relative;
	display: block;
	width: 100%;
	font-size: 1rem;
	padding: .5rem;
	background-color: transparent;
	border-bottom: 2px solid #cbd0d4;
	border-top: none;
	border-left: none;
	border-right: none;
	z-index: 2
}

.input__area::-moz-placeholder {
	color: #a9b0b9
}

.input__area:-ms-input-placeholder {
	color: #a9b0b9
}

.input__area::placeholder {
	color: #a9b0b9
}

.input__area:focus {
	border-bottom-color: #408fec;
	outline: none
}

.input__area:focus+.input__label {
	color: #408fec
}

.input__message {
	-webkit-animation: showMessage 1 .3s ease;
	animation: showMessage 1 .3s ease;
	position: absolute;
	bottom: -28px;
	left: 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: .5rem;
	font-size: .78571rem;
	text-align: left
}

.input__message--error {
	color: #f2364f
}

.input__message--success {
	color: #50c858
}

.input__icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px
}

.radio {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	cursor: pointer
}

.radio__input {
	display: none
}

.radio__title {
	margin-left: .5rem
}

.radio__input:disabled+.radio__shape+.radio__title {
	color: #ecf0f1
}

.radio__shape {
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
	position: relative;
	background-color: #408fec;
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	border: 2px solid #cbd0d4;
	border-radius: 50%
}

.radio__shape:before {
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	margin: auto;
	background-color: #408fec;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden
}

.radio__shape:after {
	content: "";
	transition: transform .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 50%;
	z-index: 1
}

.radio:hover .radio__input:not(:disabled)+.radio__shape {
	border-color: #408fec
}

.radio__input:checked+.radio__shape {
	background-color: #408fec;
	border-color: #408fec
}

.radio__input:checked+.radio__shape:after {
	transform: scale(0.5)
}

.radio__input:not(:disabled):checked+.radio__shape:before {
	-webkit-animation: clickEffect 1 .4s ease;
	animation: clickEffect 1 .4s ease
}

.radio__input:focus+.radio__shape {
	box-shadow: 0 0 0 3px rgba(64, 143, 236, 0.24)
}

.radio__input:disabled+.radio__shape {
	background-color: #ecf0f1;
	border-color: #ecf0f1
}

.select {
	width: 100%;
	font-size: 1rem;
	padding: .5rem;
	border-bottom: 2px solid #e8e9eb;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 3rem;
	line-height: 3rem
}

.select:focus {
	outline: none
}

.header {
	transition: box-shadow 0.2s ease, background-color 0.2s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 78px;
	padding: 0 3rem;
	z-index: 10
}

@media (max-width: 991px) {
	.header {
		padding: 0 2rem
	}
}

.header--signup {
	position: relative
}

.header.is-scrolled {
	box-shadow: 0 0 7px 0 rgba(26, 46, 86, 0.1);
	background-color: #fff
}

.header.is-scrolled.no-shadow {
	box-shadow: none
}

.header.is-higher {
	z-index: 99
}

.header .btn {
	display: flex;
	margin: .5rem
}

.header__logo {
	min-width: 150px;
	width: auto;
	height: 28px;
	margin-right: 1rem
}

@media (max-width: 991px) {
	.header__logo {
		max-width: 120px;
		min-width: 120px;
		height: auto
	}
}

.header__control {
	display: flex;
	align-items: center;
	margin-left: auto
}

@media (max-width: 991px) {
	.header:not(.header--signup) .header__control {
		display: none
	}
}

.header__account {
	color: #032139;
	margin-right: 1rem
}

@media (max-width: 767px) {
	.header__account {
		display: none
	}
}

@media (max-width: 767px) {
	.header__signin.btn {
		font-size: .85714rem;
		padding: .5rem 1rem
	}
}

.header__logged {
	position: relative
}

.header__logged-btn {
	position: relative;
	padding-right: 1rem;
	font-size: 1rem;
	font-weight: 700;
	background-color: transparent;
	border: none;
	cursor: pointer
}

.header__logged-btn:focus {
	outline: none
}

.header__logged-btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 3px solid #032139;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent
}

.header__logged-wrap {
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	display: flex;
	justify-content: center;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0
}

.header__logged-btn.is-active~.header__logged-wrap {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.header__logged-list {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.13);
	background-color: #fff;
	border-radius: 8px;
	padding: 1rem 0;
	z-index: 10
}

.header__logged-list:after {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.header__logged-link {
	transition: color 0.2s ease;
	background-color: transparent;
	color: #032139;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	padding: .75rem 1.5rem;
	display: flex
}

.header__logged-link:hover,
.header__logged-link:active {
	color: #408fec
}

.header__logged-link:focus {
	outline: none
}

.header-shadow {
	width: 100%;
	height: 78px
}

.menu {
	display: flex
}

@media (max-width: 991px) {
	.menu {
		display: none
	}
}

.menu__btn {
	transition: box-shadow .2s ease;
	will-change: box-shadow;
	position: fixed;
	top: 25px;
	right: 24px;
	background: #fff;
	width: 32px;
	height: 28px;
	border: 1px solid #cbd0d4;
	border-radius: 4px;
	margin-left: auto;
	cursor: pointer
}

@media (min-width: 992px) {
	.menu__btn {
		display: none
	}
}

.menu__btn-shape {
	transition: background-color .2s ease;
	will-change: transform;
	position: absolute;
	top: 0;
	right: 4px;
	bottom: 0;
	left: 4px;
	margin: auto;
	height: 2px;
	background-color: #408fec
}

.menu__btn-shape:before {
	content: "";
	transition: transform .2s ease, background-color .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, background-color;
	transform: translate3d(0, -6px, 0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 2px;
	background-color: #408fec
}

.menu__btn-shape:after {
	content: "";
	transition: transform .2s ease, background-color .2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, background-color;
	transform: translate3d(0, 6px, 0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 2px;
	background-color: #408fec
}

.menu__btn:focus {
	box-shadow: 0 0 0 3px rgba(64, 143, 236, 0.24);
	outline: none
}

.menu__btn.is-active {
	z-index: 100;
	background: transparent
}

.menu__btn.is-active:focus {
	box-shadow: none
}

.menu__btn.is-active .menu__btn-shape {
	background-color: transparent
}

.menu__btn.is-active .menu__btn-shape:before {
	background-color: #fff;
	transform: translate3d(0, 0, 0) rotate(45deg)
}

.menu__btn.is-active .menu__btn-shape:after {
	background-color: #fff;
	transform: translate3d(0, 0, 0) rotate(-45deg)
}

.menu__item {
	position: relative;
	margin: 0 .5rem 0 0
}

.menu__item--arrow:before {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.13);
	content: "";
	transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 48px, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, opacity, visibility;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	z-index: 11
}

.menu__item--arrow:after {
	content: "";
	transition: transform .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	position: absolute;
	top: 0;
	right: 3px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 3px solid #032139;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent
}

.menu__item--arrow:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 15px, 0)
}

.menu__item--arrow:hover:after {
	transform: rotate(-180deg)
}

.menu__link {
	transition: color .2s ease;
	color: #032139;
	font-size: 1rem;
	padding: 0 1rem;
	line-height: 2
}

.menu__link:hover,
.menu__link:active,
.menu__link:focus {
	color: #408fec
}

.menu__link.is-active {
	color: #408fec
}

.menu__link--sub {
	cursor: pointer
}

.menu__item:hover .menu__link {
	color: #408fec
}

.menu__subwrap {
	transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 20px, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, opacity, visibility;
	position: absolute;
	left: 0;
	top: 15px;
	min-width: 100%;
	padding-top: 2rem;
	z-index: 10
}

.menu__item--arrow:hover .menu__subwrap {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0)
}

.menu__submenu {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.13);
	background-color: #fff;
	min-width: 100%;
	padding: 1rem 0;
	border-radius: 8px
}

.menu__sublink {
	transition: color .2s ease;
	display: flex;
	color: #032139;
	padding: .75rem 1.5rem;
	white-space: nowrap
}

.menu__sublink:hover,
.menu__sublink:active,
.menu__sublink:focus {
	color: #408fec
}

.menu__sublink.is-active {
	color: #408fec
}

.mobile-menu {
	transition: opacity .2s ease, visibility .2s ease;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 5rem 0 2rem 0;
	background-color: #032139;
	z-index: 99
}

@media (min-width: 992px) {
	.mobile-menu {
		display: none
	}
}

.mobile-menu.is-active {
	opacity: 1;
	visibility: visible
}

.mobile-menu__content {
	max-height: 90vh;
	padding: 0 2rem;
	overflow-y: auto
}

.mobile-menu__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.mobile-menu__item {
	flex: 1 1 50%;
	max-width: 50%;
	cursor: pointer
}

.mobile-menu__item--full {
	flex: 1 1 100%;
	max-width: 100%;
	margin-top: 1rem
}

@media (max-width: 767px) {
	.mobile-menu__item--btn {
		flex: 1 1 100%;
		max-width: 100%;
		margin-top: 1rem
	}
}

.mobile-menu__link {
	transition: color .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	min-height: 40px;
	padding: .5rem 1rem;
	font-size: 1.14286rem;
	font-weight: 600;
	text-decoration: none
}

.mobile-menu__link.btn {
	font-size: 1rem;
	padding: .5rem 1rem
}

.mobile-menu__link:hover,
.mobile-menu__link:active {
	color: #408fec
}

.mobile-menu__divider {
	background-color: #697987;
	width: 100%;
	height: 1px;
	margin-top: 2rem;
	margin-bottom: 2rem
}

.mobile-menu__submenu {
	display: flex;
	flex-wrap: wrap
}

.mobile-menu__sublist {
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 3rem
}

.mobile-menu__subtitle {
	color: #de61a8;
	font-size: .78571rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1rem
}

.mobile-menu__sublink {
	transition: color .2s ease;
	display: inline-block;
	line-height: 1.5;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fff
}

.mobile-menu__sublink:hover,
.mobile-menu__sublink:active {
	color: #408fec
}

.lang {
	position: relative;
	z-index: 100
}

.lang--mobile {
	position: fixed;
	top: 25px;
	left: 24px
}

.lang--mobile .lang__list {
	left: 0;
	right: auto
}

.lang--mobile .lang__list:before {
	left: 25px;
	right: auto
}

.lang--mobile .lang__chosen:after {
	border-top-color: #fff
}

.lang__flag {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15)
}

.lang__chosen {
	position: relative;
	padding-right: 1rem;
	cursor: pointer
}

.lang__chosen:after {
	content: "";
	transition: transform .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	position: absolute;
	top: 0;
	right: 3px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 3px solid #032139;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent
}

@media (min-width: 992px) {
	.lang__chosen .lang__flag {
		margin: 0 .5rem
	}
}

.lang.is-active .lang__chosen:after {
	transform: rotate(-180deg) translateZ(0)
}

.lang.is-active .lang__list {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0)
}

.lang__list {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.13);
	transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity, transform, visibility;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 20px, 0);
	position: absolute;
	top: 3rem;
	right: 0;
	background-color: #fff;
	padding: 1rem 0;
	border-radius: 4px
}

.lang__list:before {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.13);
	content: "";
	transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, opacity, visibility;
	position: absolute;
	right: 2rem;
	top: -5px;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	z-index: 11
}

.lang__item:last-child {
	margin-bottom: 0
}

.lang__list .lang__flag {
	margin-right: 1rem
}

.lang__link {
	transition: color .2s ease;
	display: flex;
	align-items: center;
	color: #032139;
	padding: .75rem 1.5rem
}

.lang__link:hover,
.lang__link:active,
.lang__link:focus {
	color: #408fec
}

.footer {
	padding-top: 4rem;
	padding-bottom: 2rem
}

@media (max-width: 991px) {
	.footer {
		padding-top: 3rem
	}
}

@media (max-width: 991px) {
	.footer {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

@media (max-width: 767px) {
	.footer {
		margin-left: 0;
		margin-right: 0
	}
}

.footer__link {
	color: #a9b0b9
}

.footer__link:hover {
	color: #032139;
	text-decoration: underline
}

.footer__logo {
	max-width: 97px;
	height: 22px;
	margin-right: 1rem
}

@media (max-width: 575px) {
	.footer__logo {
		margin-right: 0;
		margin-bottom: 1rem
	}
}

.footer__text {
	display: flex;
	align-items: center;
	color: #a9b0b9;
	padding-top: 6px
}

@media (max-width: 991px) {
	.footer__text {
		justify-content: center;
		margin-bottom: 1rem
	}
}

@media (max-width: 575px) {
	.footer__text {
		flex-flow: column
	}
}

.footer .blockquote {
	margin-right: 1rem
}

@media (max-width: 767px) {
	.footer .blockquote {
		display: none
	}
}

.footer--divider {
	border: 1px solid #e8e9eb
}

.footer__madeCZ {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.footer__madeCZ-text--left {
	margin-right: 12px
}

.footer__madeCZ-text--right {
	margin-left: 12px
}

.footer__madeCZ-img {
	width: 16px;
	display: inline
}

.footer__social {
	display: flex;

}

@media (max-width: 991px) {
	.footer__social {
		justify-content: center
	}
}

.footer__social-link {
	transition: border-color .2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid #a9b0b9;
	border-radius: 8px;
	margin-left: .5rem
}

.footer__social-link:hover {
	border-color: #032139
}

.footer__social-link:hover .footer__social-icon {
	color: #032139
}

.footer__social-icon {
	transition: color .2s ease;
	color: #a9b0b9
}

@media (max-width: 575px) {
	.footer__copyright {
		font-size: .78571rem
	}
}

.footer-menu {
	margin-bottom: 5rem
}

@media (max-width: 991px) {
	.footer-menu {
		margin-bottom: 3rem
	}
}

.footer-menu__title {
	font-size: .78571rem;
	font-weight: 500;
	line-height: 1.21429rem;
	color: #fb53b2;
	margin-bottom: .5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fb53b2;
	margin-bottom: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px
}

.footer-menu__link {
	line-height: 2;
	color: #032139
}

.footer-menu__link:hover {
	text-decoration: underline
}

.footer-menu__item {
	margin-bottom: 1rem
}

.alert {
	padding: 1rem 0;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #ffee97;
	position: relative
}

.alert__text {
	color: #032139
}

.alert--info {
	background-color: #408fec
}

.alert--success {
	background-color: #50c858
}

.alert--warning {
	background-color: #fff5d4
}

.alert--danger {
	background-color: #f2364f
}

.alert .fas {
	margin-right: 5px
}

.blockquote {
	padding: 0;
	margin: 0
}

.blockquote__icon {
	width: 5rem;
	float: left;
	margin-right: 2rem
}

.blockquote__icon--top {
	float: none;
	margin-bottom: 2rem;
	height: 5rem
}

.blockquote__icon--small {
	width: 3.42857rem;
	height: 3.42857rem
}

.blockquote__text {
	font-style: italic;
	font-size: 1.28571rem;
	margin-bottom: .5rem
}

.blockquote__link {
	color: #408fec
}

.footer .blockquote__text {
	padding-right: 30px
}

@media (max-width: 991px) {
	.footer .blockquote__text {
		padding-right: 0;
		padding-bottom: 3rem;
		margin-bottom: 0
	}
}

.btn-center {
	display: block;
	text-align: center
}

.btn {
	font-family: "Poppins", sans-serif;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	transition: border-color .2s ease;
	position: relative;
	display: inline-block;
	background-color: #fff;
	color: #408fec;
	padding: 1.35714rem 2rem;
	margin: 1rem 0;
	line-height: 1;
	font-size: 1rem;
	font-weight: 500;
	border: 1px solid #e8e9eb;
	border-radius: 4px;
	cursor: pointer
}

@media (min-width: 992px) {
	.btn {
		white-space: nowrap
	}
}

@media (max-width: 991px) {
	.btn {
		line-height: 1.5;
		padding: 1rem 1.5rem
	}
}

.btn:hover,
.btn:active {
	border-color: #cbd0d4
}

.btn:focus {
	outline: none
}

.btn--min-width {
	min-width: 120px;
	text-align: center
}

.btn--sm {
	padding: 1rem;
	margin: .5rem 0
}

.btn--sm.btn--arrow {
	padding-right: 4rem
}

@media (min-width: 992px) {
	.btn--lg {
		padding: 2rem 3.5rem;
		font-size: 1.28571rem
	}
}

.btn--lg.btn--arrow {
	padding-right: 6rem
}

@media (max-width: 991px) {
	.btn--lg.btn--arrow {
		padding-right: 3rem
	}
}

.btn--alt {
	border-color: #032139;
	color: #032139
}

.btn--alt:hover,
.btn--alt:active {
	border-color: #032139
}

.btn--alt.btn--arrow:before {
	background-color: #032139
}

.btn--alt.btn--arrow:after {
	border-left-color: #032139
}

.btn--white {
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	box-shadow: none
}

.btn--white:hover,
.btn--white:active {
	background-color: #fff;
	color: #408fec;
	border-color: #fff
}

.btn--disabled {
	background-color: #c7cfd9 !important;
	cursor: default
}

.btn--all-width {
	width: 100%
}

.btn--arrow {
	padding-right: 4rem
}

@media (max-width: 991px) {
	.btn--arrow {
		padding-right: 3rem
	}
}

.btn--arrow:hover:before {
	transform: translateX(3px)
}

.btn--arrow:hover:after {
	transform: translateX(3px)
}

.btn--arrow:before {
	transition: transform .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	right: 19px;
	bottom: 0;
	margin: auto;
	background-color: #408fec;
	width: 16px;
	height: 2px;
	will-change: transform
}

.btn--arrow:after {
	transition: transform .3s ease;
	content: "";
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 4px solid #408fec;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	will-change: transform
}

.btn--link {
	background-color: transparent;
	border: none;
	box-shadow: none
}

.btn--primary,
.btn--secondary {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	transition: background-color .2s ease;
	color: #fff;
	border: 1px solid transparent
}

.btn--primary:hover,
.btn--primary:active,
.btn--secondary:hover,
.btn--secondary:active {
	border: 1px solid transparent
}

.btn--primary:before,
.btn--secondary:before {
	background-color: #fff
}

.btn--primary:after,
.btn--secondary:after {
	border-left-color: #fff
}

.btn--primary {
	background-color: #408fec
}

.btn--primary:hover,
.btn--primary:active {
	background-color: #0f73ed;
	color: #fff
}

.btn--secondary {
	background-color: #de61a8
}

.btn--secondary:hover,
.btn--secondary:active {
	background-color: #fb53b2
}

.card {
	box-shadow: 0 0 45px 0 rgba(26, 46, 86, 0.07);
	display: flex;
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
	min-height: 1px;
	padding: 4rem 3rem;
	margin-bottom: 1rem
}

@media (max-width: 991px) {
	.card {
		flex-flow: column
	}
}

.card__body {
	text-align: left
}

.card__icon {
	position: relative;
	margin-right: 2rem
}

.card__icon-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1
}

.card__icon .icon {
	margin-bottom: .5rem
}

.card__icon--top {
	float: none;
	margin-bottom: 2rem;
	height: 5rem
}

.card__icon--small {
	width: 3.42857rem;
	height: 3.42857rem
}

.card__pretitle {
	font-size: .78571rem;
	font-weight: 500;
	line-height: 1.21429rem;
	color: #fb53b2;
	margin-bottom: .5rem;
	text-transform: uppercase;
	letter-spacing: 1px
}

.card__title-h3 {
	font-size: 1.28571rem;
	font-weight: 600;
	line-height: 1.85714rem;
	margin: 1rem 0 1.07143rem 0
}

.card__title--small {
	font-size: 1.28571rem;
	line-height: 3.42857rem;
	margin: 0
}

.card__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem;
	margin-bottom: .5rem
}

.card__link {
	color: #408fec
}

.card--primary {
	background-color: #408fec;
	color: #fff
}

.card--primary .card__pretitle {
	color: #032139
}

.card--primary .card__link {
	color: #48ecff
}

.card--center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column
}

.card--small {
	padding: 1.5rem
}

.card--platform {
	flex-flow: row
}

.card--noshadow {
	box-shadow: none;
	padding: 1rem 0
}

@media (min-width: 768px) {
	.card--noshadow {
		padding: 1rem 2rem
	}
}

.card--contact {
	margin-bottom: 2rem
}

.chat {
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-flow: column
}

.chat--with-avatar {
	flex-flow: row
}

.chat__wrap {
	display: flex;
	flex-flow: column;
	align-items: flex-end
}

.chat-bubble {
	background-color: #408fec;
	color: #fff;
	font-size: 1.14286rem;
	padding: 1rem 2rem;
	margin-bottom: .5rem;
	border-radius: 30px;
	border-bottom-right-radius: 0;
	position: relative
}

@media (min-width: 1200px) {
	.chat-bubble {
		white-space: nowrap
	}
}

@media (max-width: 991px) {
	.chat-bubble {
		font-size: .85714rem
	}
}

.chat-bubble:last-child {
	margin-bottom: 0
}

.chat-bubble .icon-illustration {
	position: absolute;
	left: 5px
}

.chat-bubble--gray {
	background-color: #edf0f5;
	color: #032139
}

.chat-bubble--icon {
	padding: 1rem 2rem 1rem 4rem
}

.chat-bubble__avatar {
	flex: 0 0 60px;
	max-width: 60px;
	position: relative;
	margin-left: 1rem;
	border-radius: 20px;
	overflow: hidden
}

.chat-bubble__avatar-img {
	width: 60px;
	border-radius: 20px
}

.chat-bubble__status {
	position: absolute;
	bottom: 0;
	right: -10px;
	background-color: #81e551;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.chat-typing {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #ecf0f1;
	height: 35px;
	width: 70px;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
	border-radius: 30px;
	border-bottom-right-radius: 0
}

.chat-typing__dot {
	background-color: #a9b0b9;
	width: 8px;
	height: 8px;
	border-radius: 50%
}

.chat-typing__dot--upper {
	transform: translateY(-3px)
}

pre,
code,
kbd {
	font-family: monospace, monospace;
	margin-bottom: 1rem
}

pre {
	background: #f5fbff;
	border-radius: 4px;
	padding: .5rem;
	border: 1px solid #e8e9eb;
	white-space: pre-wrap
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #f2364f;
	background-color: rgba(244, 67, 54, 0.1)
}

kbd {
	background: #84939e;
	color: #fff;
	border-radius: 4px;
	padding: 2px 4px
}

.icon {
	position: relative;
	max-width: 65px;
	height: 65px;
	margin-bottom: 2rem
}

.icon__avatar {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 20px
}

.icon--small {
	max-width: 52px;
	height: 52px
}

.icon--small.icon-shape {
	max-width: 26px;
	max-height: 26px
}

.icon--small .icon-illustration,
.icon--small .icon-container {
	max-width: 52px;
	max-height: 52px
}

@media (max-width: 767px) {
	.icon--small .icon-illustration,
	.icon--small .icon-container {
		max-width: 42px;
		height: 42px
	}
}

.icon--white path,
.icon--white circle,
.icon--white rect {
	fill: #fff
}

.icon-container {
	max-width: 65px;
	height: 65px
}

.icon-shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 26px;
	max-height: 26px
}

.icon-illustration {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 65px;
	max-height: 65px
}

.icon-illustration--no-container {
	display: block;
	position: relative;
	margin: 0
}

.icon-illustration--small {
	max-width: 52px;
	max-height: 52px
}

.list {
	margin-bottom: 1rem
}

.list--ordered li {
	list-style-position: inside;
	list-style-type: decimal
}

.list--ordered ol .list__item {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 1rem
}

.list--unordered li {
	list-style-position: inside;
	list-style-type: disc
}

.list--unordered ul .list__item {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 1rem
}

.list--tag {
	justify-content: center
}

.list--tag li {
	box-shadow: 8px 3px 30px rgba(24, 92, 222, 0.06);
	background: #fff;
	color: #0f73ed;
	font-size: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem 1rem;
	margin: 1rem;
	cursor: default
}

.list--tag li img {
	margin-right: .5rem;
	height: 1.5rem;
	width: auto
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2
}

.modal:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #032139;
	width: 100%;
	height: 100%;
	z-index: 11;
	opacity: .8
}

.modal__content {
	background-color: #000;
	margin: auto;
	padding: 0;
	position: relative;
	z-index: 12
}

.modal__header {
	text-align: right
}

.modal__close {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 12;
	padding: 2rem
}

.modal__close:before {
	content: "\2715";
	font-size: 2rem;
	line-height: 2rem
}

.modal .video {
	text-align: center
}

.modal .video__holder {
	z-index: 11;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	text-align: center;
	padding-bottom: 45%;
	width: 80%;
	margin: auto
}

@media (max-width: 991px) {
	.modal .video__holder {
		width: 100%;
		padding-bottom: 56.25%
	}
}

.modal .video__holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.swatch {
	border: 1px solid #e8e9eb;
	border-radius: 4px;
	margin-bottom: 1rem;
	padding: 1rem
}

.swatch--primary {
	background-color: #408fec;
	color: #fff
}

.swatch--primary-dark {
	background-color: #0f73ed;
	color: #fff
}

.swatch--primary-link {
	background-color: #48ecff
}

.swatch--secondary {
	background-color: #de61a8;
	color: #fff
}

.swatch--secondary-dark {
	background-color: #fb53b2;
	color: #fff
}

.swatch--dark {
	background-color: #032139;
	color: #fff
}

.swatch--light {
	background-color: #e8e9eb
}

.swatch--green {
	background-color: #50c858
}

.swatch--yellow {
	background-color: #ffee97
}

.swatch--red {
	background-color: #f2364f;
	color: #fff
}

.tooltip {
	color: #a9b0b9
}

.loader {
	-webkit-animation: rotateLoader infinite 1.25s ease;
	animation: rotateLoader infinite 1.25s ease;
	position: relative;
	width: 50px;
	height: 50px;
	border: 3px solid #c7cfd9;
	border-top: 3px solid #408fec;
	border-radius: 50%;
	margin: 3rem auto
}

.about__card {
	min-height: 380px
}

.affiliate-circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
	height: 500px;
	z-index: 0;
	overflow: hidden
}

@media (max-width: 991px) {
	.affiliate-circle {
		width: 700px;
		height: 350px
	}
}

@media (max-width: 767px) {
	.affiliate-circle {
		width: 100%;
		height: 350px
	}
}

.affiliate-circle__shape {
	position: absolute;
	top: -500px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1000px;
	height: 1000px;
	background-color: #f5fbff;
	border-radius: 50%
}

@media (max-width: 991px) {
	.affiliate-circle__shape {
		top: -350px;
		width: 700px;
		height: 700px
	}
}

@media (max-width: 767px) {
	.affiliate-circle__shape {
		top: -350px;
		right: -9999px;
		left: -9999px;
		width: 500px;
		height: 500px
	}
}

.affiliate__list-item {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .5rem
}

.affiliate__list-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fb53b2;
	width: 8px;
	height: 2px;
	margin: auto 0;
	transform: rotate(-45deg)
}

.affiliate__img-intro {
	max-width: 345px;
	margin: 0 auto
}

@media (min-width: 992px) {
	.affiliate__img-intro {
		max-width: 500px;
		margin: 0 auto
	}
}

.affiliate__img-share {
	max-width: 600px
}

@media (max-width: 1199px) {
	.affiliate__img-share {
		margin-bottom: 2rem
	}
}

.default {
	position: relative;
	margin-top: -78px;
	padding: 10rem 1rem 0 1rem;
	z-index: 2;
	overflow: hidden
}

@media (min-width: 992px) {
	.default {
		min-height: 628px
	}
}

@media (max-width: 1199px) {
	.default {
		margin-top: 1rem;
		padding: 0 1rem 0 1rem;
		text-align: center
	}
}

.default-bubble {
	position: absolute;
	right: -10%;
	top: -300px
}

@media (max-width: 1199px) {
	.default-bubble {
		display: none
	}
}

.default-intro-text {
	width: 80%;
	margin: 0 auto;
	padding-top: 3rem
}

.default-intro-text--wider {
	width: 80%;
	min-width: 600px
}

@media (max-width: 1199px) {
	.default-intro-text {
		width: 80%;
		padding-top: 0;
		padding-bottom: 4rem;
        padding-top: 5rem;
	}
}

@media (max-width: 767px) {
	.default-intro-text {
		width: 100%;
		min-width: auto
	}
    .live-chat__img{
        display: none !important;
    }
}

.default-intro-text__subtitle {
	font-size: 1.28571rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem
}

.default-intro-heading__mask {
	overflow: hidden;
	height: 56px;
	position: relative;
	top: 8px
}

.default-intro-heading__mask--inline {
	display: inline-block;
	width: 445px;
	top: 21px;
	text-align: left
}

@media (max-width: 991px) {
	.default-intro-heading__mask--inline {
		top: 7px;
		width: 292px
	}
}

.default-intro-heading__animated-list {
	position: relative;
	margin: 0;
	padding: 0
}

.default-intro-heading__animated-item {
	width: 100%;
	height: 46px;
	position: absolute;
	top: -67px;
	list-style: none
}

.default-intro-heading__animated-item--1 {
	-webkit-animation: default-intro-heading-text-cycle-1 8s linear infinite;
	animation: default-intro-heading-text-cycle-1 8s linear infinite
}

.default-intro-heading__animated-item--2 {
	-webkit-animation: default-intro-heading-text-cycle-2 8s linear infinite;
	animation: default-intro-heading-text-cycle-2 8s linear infinite
}

.default-intro-heading__animated-item--3 {
	-webkit-animation: default-intro-heading-text-cycle-3 8s linear infinite;
	animation: default-intro-heading-text-cycle-3 8s linear infinite
}

.default-intro-heading__animated-item--4 {
	-webkit-animation: default-intro-heading-text-cycle-4 8s linear infinite;
	animation: default-intro-heading-text-cycle-4 8s linear infinite
}

.default-intro-heading__animated-list--3 .default-intro-heading__animated-item--1 {
	-webkit-animation: default-intro-heading-text-cycle-3-1 6s linear infinite;
	animation: default-intro-heading-text-cycle-3-1 6s linear infinite
}

.default-intro-heading__animated-list--3 .default-intro-heading__animated-item--2 {
	-webkit-animation: default-intro-heading-text-cycle-3-2 6s linear infinite;
	animation: default-intro-heading-text-cycle-3-2 6s linear infinite
}

.default-intro-heading__animated-list--3 .default-intro-heading__animated-item--3 {
	-webkit-animation: default-intro-heading-text-cycle-3-3 6s linear infinite;
	animation: default-intro-heading-text-cycle-3-3 6s linear infinite
}

@media (max-width: 991px) {
	.default-intro-heading__mask {
		height: 34px;
		top: 0
	}
	.default-intro-heading__mask--inline {
		top: 7px
	}
}

@media (max-width: 767px) {
	.default-intro-heading {
		margin-top: 0;
		padding-top: 0
	}
}

@media (max-width: 575px) {
	.default-intro-heading {
		font-size: 1.85714rem
	}
	.default-intro-heading__mask {
		height: 29px
	}
	.default-intro-heading__animated-item {
		height: 30px
	}
}

.default-intro-img {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	height: 100%;
	position: relative
}

@media (max-width: 1199px) {
	.default-intro-img {
		justify-content: center
	}
}

@media (max-width: 575px) {
	.default-intro-img {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}
}

.default-intro-img__wrapper {
	position: relative
}

@media (max-width: 1199px) {
	.default-intro-img__wrapper {
		display: none
	}
}

.default-intro-img__desktop {
	align-self: center;
	max-width: 660px;
	max-height: 100%
}

@media (max-width: 991px) {
	.default-intro-img__desktop {
		display: none
	}
}

.default-intro-img__mobile {
	align-self: center;
	max-width: 650px;
	max-height: 100%;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2
}

@media (min-width: 1200px) {
	.default-intro-img__mobile {
		display: none
	}
}

.default-intro-img__bubble {
	z-index: 1;
	position: absolute;
	max-width: 80%;
	top: -40px
}

@media (max-width: 1199px) {
	.default-intro-img__bubble {
		max-width: 500px;
		right: 70px
	}
}

@media (max-width: 991px) {
	.default-intro-img__bubble {
		max-width: 400px;
		right: -40px
	}
}

@media (min-width: 1200px) {
	.default-intro-img__bubble {
		display: none
	}
}

.default-intro-img__shoe {
	position: absolute;
	top: 90px;
	right: 11px;
	max-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	transform: translate(50px, 0);
	-webkit-animation: default-intro-img-chat-fade 0.2s linear 1.4s forwards;
	animation: default-intro-img-chat-fade 0.2s linear 1.4s forwards
}

.default-intro-img__chat-bubble {
	position: absolute
}

.default-intro-img__chat-bubble--1 {
	background-color: #fff;
	box-shadow: 5px 8px 20px rgba(33, 50, 138, 0.2);
	bottom: 203px;
	left: 165px;
	width: 170px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px;
	font-size: 12px;
	border-radius: 8px 8px 8px 0;
	opacity: 0;
	transform: translate(-50px, 0);
	-webkit-animation: default-intro-img-chat-fade 0.2s linear 0.7s forwards;
	animation: default-intro-img-chat-fade 0.2s linear 0.7s forwards
}

.default-intro-img__chat-bubble--2 {
	top: 226px;
	right: 66px;
	width: 140px;
	height: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 6px 12px;
	font-size: 12px;
	border-radius: 8px 8px 0 8px;
	background-color: #f2f4f8;
	opacity: 0;
	transform: translate(50px, 0);
	-webkit-animation: default-intro-img-chat-fade 0.2s linear 2.1s forwards;
	animation: default-intro-img-chat-fade 0.2s linear 2.1s forwards
}

.default-intro-img__chat-bubble--3 {
	top: 277px;
	right: 66px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #f2f4f8;
	opacity: 0;
	transform: translate(50px, 0);
	-webkit-animation: default-intro-img-chat-fade 0.2s linear 2.8s forwards;
	animation: default-intro-img-chat-fade 0.2s linear 2.8s forwards
}

.default-intro-img__chat-bubble--3 span {
	height: 4px;
	width: 4px;
	margin: 0 2px;
	float: left;
	background-color: #9e9ea1;
	display: block;
	border-radius: 50%;
	opacity: 0.4
}

.default-intro-img__chat-bubble--3 span:nth-of-type(1) {
	-webkit-animation: 1s default-intro-img-chat-blink infinite .3333s;
	animation: 1s default-intro-img-chat-blink infinite .3333s
}

.default-intro-img__chat-bubble--3 span:nth-of-type(2) {
	-webkit-animation: 1s default-intro-img-chat-blink infinite .6666s;
	animation: 1s default-intro-img-chat-blink infinite .6666s
}

.default-intro-img__chat-bubble--3 span:nth-of-type(3) {
	-webkit-animation: 1s default-intro-img-chat-blink infinite .9999s;
	animation: 1s default-intro-img-chat-blink infinite .9999s
}

.default-intro-row {
	margin-bottom: 0
}

.default-clients {
	padding-top: 0.5rem;
	text-align: center;
	border: 2px solid #e8e9eb;
	border-left: 0;
	border-right: 0;
	position: relative;
	margin-bottom: 6rem
}

.default-clients__items {
	max-width: 576px;
	margin-left: auto;
	margin-right: auto
}

.default-clients__items .row {
	margin-bottom: 0
}

@media (min-width: 768px) {
	.default-clients__items {
		padding: 0 1rem
	}
}

@media (min-width: 992px) {
	.default-clients__items {
		max-width: 992px
	}
}

.default-clients__button {
	background-color: #fff;
	display: block;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 2px solid #e8e9eb;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: -18px;
	left: 0;
	right: 0;
	outline: none !important;
	cursor: pointer
}

@media (max-width: 1199px) {
	.default-clients {
		display: none
	}
}

.default-dashboard {
	position: relative
}

@media (max-width: 1199px) {
	.default-dashboard {
		position: static;
		width: 100%
	}
}

.default-dashboard__integrations {
	height: 0;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 18.57143rem
}

@media (max-width: 1199px) {
	.default-dashboard__integrations {
		padding-top: 1.42857rem;
		height: auto;
		flex-wrap: wrap;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 767px) {
	.default-dashboard__integrations {
		padding-top: 0
	}
}

.default-dashboard__integration {
	width: auto;
	display: inline-block;
	position: relative
}

.default-dashboard__integration--live-chat {
	max-width: 330px;
	top: -150px;
	left: -200px
}

.default-dashboard__integration--email {
	max-width: 349px;
	top: -30px;
	right: -10px
}

.default-dashboard__integration--facebook {
	max-width: 365px;
	top: -125px;
	right: -200px
}

@media (max-width: 1199px) {
	.default-dashboard__integration {
		display: none
	}
}

.default-dashboard__integration-mobile {
	display: none
}

@media (max-width: 1199px) {
	.default-dashboard__integration-mobile {
		display: inline-block;
		margin-bottom: -50px
	}
}

@media (max-width: 767px) {
	.default-dashboard__integration-mobile {
		margin-bottom: -100px
	}
}

@media (max-width: 575px) {
	.default-dashboard__integration-mobile {
		margin-bottom: -80px
	}
}

.default-dashboard__bubble {
	position: absolute;
	top: 20px;
	right: 60px;
	z-index: 1;
	width: 916px;
	height: 624px
}

@media (max-width: 1199px) {
	.default-dashboard__bubble {
		display: none
	}
}

.default-dashboard__img {
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative
}

@media (max-width: 1199px) {
	.default-dashboard__img {
		display: none
	}
}

.default-chatbot {
	position: relative;
	z-index: 1;
	margin-top: -160px;
	margin-bottom: 4.64286rem;
	padding-top: 240px;
	background-color: #f5fbff
}

@media (max-width: 1199px) {
	.default-chatbot {
		padding-top: 4.28571rem;
		margin-top: 0
	}
}

.default-chatbot__items {
	display: flex;
	justify-content: space-between
}

@media (max-width: 991px) {
	.default-chatbot__items {
		padding-left: 14px;
		padding-right: 14px;
		flex-wrap: wrap
	}
}

@media (max-width: 991px) {
	.default-chatbot__item-group {
		order: 0
	}
}

.default-chatbot__item {
	margin-bottom: 2.85714rem;
	max-width: 290px;
	min-height: 150px
}

@media (max-width: 991px) {
	.default-chatbot__item {
		width: auto;
		max-width: none
	}
}

.default-chatbot__item-top {
	font-size: 54px;
	font-weight: 600;
	display: flex;
	align-items: baseline
}

.default-chatbot__icon-wrapper {
	display: inline-block;
	min-width: 60px
}

.default-chatbot__h3 {
	font-size: 1.28571rem;
	font-weight: 600;
	line-height: 1.85714rem;
	margin: 1rem 0 1.07143rem 0;
	margin-top: 0;
	margin-bottom: 8px
}

.default-chatbot__text {
	color: #697987;
	font-size: 1.07143rem
}

.default-chatbot__img-box {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto
}

@media (max-width: 991px) {
	.default-chatbot__img-box {
		order: 1;
		width: 88%
	}
}

@media (max-width: 767px) {
	.default-chatbot__img-box {
		order: 1;
		width: 100%
	}
}

.default-chatbot__img {
	width: 100%;
	height: auto
}

.default-chatbot::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff
}

@media (max-width: 1199px) {
	.default-chatbot::before {
		display: none
	}
}

@media (max-width: 991px) {
	.default-chatbot::before {
		display: block;
		height: 60px
	}
}

.default__chat-advantages {
	text-align: center;
	margin-bottom: 4rem
}

@media (max-width: 991px) {
	.default__chat-advantages {
		margin-bottom: 2rem
	}
}

@media (min-width: 992px) {
	.default__pros-content {
		max-width: 70%;
		margin: 0 auto
	}
}

.default__pros-feedback {
	max-width: 500px;
	margin: 0 auto
}

@media (max-width: 991px) {
	.default__pros-feedback {
		display: none
	}
}

.default__pros-feedback-sm {
	max-width: 500px;
	margin: 0 auto
}

@media (min-width: 992px) {
	.default__pros-feedback-sm {
		display: none
	}
}

.default__pros-tshirt {
	max-width: 383px;
	max-height: 289px;
	margin: 0 auto
}

.default-page {
	position: relative
}

@-webkit-keyframes default-intro-heading-text-cycle-1 {
	0% {
		top: 0px
	}
	4% {
		top: 0px
	}
	21% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	25% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	26% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	50% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	92% {
		top: -67px;
		opacity: 0;
		z-index: 0
	}
	96% {
		top: -67px;
		opacity: 0
	}
	100% {
		top: 0px;
		opacity: 1
	}
}

@keyframes default-intro-heading-text-cycle-1 {
	0% {
		top: 0px
	}
	4% {
		top: 0px
	}
	21% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	25% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	26% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	50% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	92% {
		top: -67px;
		opacity: 0;
		z-index: 0
	}
	96% {
		top: -67px;
		opacity: 0
	}
	100% {
		top: 0px;
		opacity: 1
	}
}

@-webkit-keyframes default-intro-heading-text-cycle-2 {
	0% {
		top: -67px;
		opacity: 0
	}
	21% {
		top: -67px;
		opacity: 0
	}
	25% {
		top: 0px;
		opacity: 1
	}
	29% {
		top: 0px;
		opacity: 1
	}
	46% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	50% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	51% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	100% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
}

@keyframes default-intro-heading-text-cycle-2 {
	0% {
		top: -67px;
		opacity: 0
	}
	21% {
		top: -67px;
		opacity: 0
	}
	25% {
		top: 0px;
		opacity: 1
	}
	29% {
		top: 0px;
		opacity: 1
	}
	46% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	50% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	51% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	100% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
}

@-webkit-keyframes default-intro-heading-text-cycle-3 {
	0% {
		top: -67px;
		opacity: 0
	}
	46% {
		top: -67px;
		opacity: 0
	}
	50% {
		top: 0px;
		opacity: 1
	}
	54% {
		top: 0px;
		opacity: 1
	}
	71% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	75% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	76% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	100% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
}

@keyframes default-intro-heading-text-cycle-3 {
	0% {
		top: -67px;
		opacity: 0
	}
	46% {
		top: -67px;
		opacity: 0
	}
	50% {
		top: 0px;
		opacity: 1
	}
	54% {
		top: 0px;
		opacity: 1
	}
	71% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	75% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	76% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	100% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
}

@-webkit-keyframes default-intro-heading-text-cycle-4 {
	0% {
		top: -67px;
		opacity: 0
	}
	71% {
		top: -67px;
		opacity: 0
	}
	75% {
		top: 0px;
		opacity: 1
	}
	79% {
		top: 0px;
		opacity: 1
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	100% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
}

@keyframes default-intro-heading-text-cycle-4 {
	0% {
		top: -67px;
		opacity: 0
	}
	71% {
		top: -67px;
		opacity: 0
	}
	75% {
		top: 0px;
		opacity: 1
	}
	79% {
		top: 0px;
		opacity: 1
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	100% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
}

@-webkit-keyframes default-intro-heading-text-cycle-3-1 {
	0% {
		top: 0px
	}
	4% {
		top: 0px
	}
	29% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	33% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	34% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	66% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	92% {
		top: -67px;
		opacity: 0;
		z-index: 0
	}
	96% {
		top: -67px;
		opacity: 0
	}
	100% {
		top: 0px;
		opacity: 1
	}
}

@keyframes default-intro-heading-text-cycle-3-1 {
	0% {
		top: 0px
	}
	4% {
		top: 0px
	}
	29% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	33% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	34% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	66% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	92% {
		top: -67px;
		opacity: 0;
		z-index: 0
	}
	96% {
		top: -67px;
		opacity: 0
	}
	100% {
		top: 0px;
		opacity: 1
	}
}

@-webkit-keyframes default-intro-heading-text-cycle-3-2 {
	0% {
		top: -67px;
		opacity: 0
	}
	29% {
		top: -67px;
		opacity: 0
	}
	33% {
		top: 0px;
		opacity: 1
	}
	37% {
		top: 0px;
		opacity: 1
	}
	62% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	66% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	67% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	100% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
}

@keyframes default-intro-heading-text-cycle-3-2 {
	0% {
		top: -67px;
		opacity: 0
	}
	29% {
		top: -67px;
		opacity: 0
	}
	33% {
		top: 0px;
		opacity: 1
	}
	37% {
		top: 0px;
		opacity: 1
	}
	62% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	66% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
	67% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
	100% {
		top: -67px;
		opacity: 0;
		z-index: -1
	}
}

@-webkit-keyframes default-intro-heading-text-cycle-3-3 {
	0% {
		top: -67px;
		opacity: 0
	}
	62% {
		top: -67px;
		opacity: 0
	}
	66% {
		top: 0px;
		opacity: 1
	}
	70% {
		top: 0px;
		opacity: 1
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	100% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
}

@keyframes default-intro-heading-text-cycle-3-3 {
	0% {
		top: -67px;
		opacity: 0
	}
	62% {
		top: -67px;
		opacity: 0
	}
	66% {
		top: 0px;
		opacity: 1
	}
	70% {
		top: 0px;
		opacity: 1
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0
	}
	100% {
		top: 67px;
		opacity: 0;
		z-index: 0
	}
}

@-webkit-keyframes default-intro-img-chat-blink {
	50% {
		opacity: 1;
		transform: scale(1.1)
	}
}

@keyframes default-intro-img-chat-blink {
	50% {
		opacity: 1;
		transform: scale(1.1)
	}
}

@-webkit-keyframes default-intro-img-chat-fade {
	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes default-intro-img-chat-fade {
	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}

.ecommerce__animated-img-wrapper {
	max-height: 440px
}

.ecommerce__img-intro {
	display: inline-block;
	max-width: 601px
}

@media (max-width: 991px) {
	.ecommerce__img-intro {
		margin-bottom: 2rem
	}
}

.ecommerce__img-integrations {
	display: inline-block;
	max-width: 460px
}

.ecommerce__img-integrations--animated {
	width: auto;
	max-width: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: rotate(-60deg)
}

@media (max-width: 991px) {
	.ecommerce__img-integrations--animated {
		max-width: 100%
	}
}

@media (max-width: 991px) {
	.ecommerce__img-chat {
		margin-bottom: 2rem
	}
}

.ecommerce__list {
	text-align: left
}

.ecommerce__list-item {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .5rem
}

.ecommerce__list-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 2px;
	margin: auto 0;
	background-color: #fb53b2;
	transform: rotate(-45deg)
}

.ecommerce .card {
	flex-flow: row
}

@media (max-width: 767px) {
	.ecommerce .card--column {
		flex-flow: column
	}
}

@media (min-width: 992px) {
	.ecommerce .card__icon {
		margin-right: 2rem
	}
}

.ecommerce .card__icon-img {
	position: relative;
	width: 200px;
	margin: 0
}

@media (max-width: 991px) {
	.ecommerce .card__icon-img {
		margin-bottom: 1rem
	}
}

.live-chat {
	position: relative;
	margin-top: -78px;
	padding-top: 7rem;
	z-index: 2;
	overflow: hidden
}

@media (max-width: 1199px) {
	.live-chat {
		margin-top: 1rem;
		padding: 0 1rem 0 1rem;
		text-align: center
	}
}

.live-chat__bubble--1 {
	position: absolute;
	right: -10%;
	top: -300px
}

@media (max-width: 1199px) {
	.live-chat__bubble--1 {
		display: none
	}
}

.live-chat__bubble--2 {
	position: absolute;
	left: -10000px;
	fill: #f5fbff
}

@media (max-width: 991px) {
	.live-chat__bubble--2 {
		display: block;
		transform: rotate(-3deg);
		width: 800px;
		height: 800px;
		left: 50%;
		transform: translate(-50%);
		bottom: -400px;
		z-index: -1
	}
}

@media (max-width: 575px) {
	.live-chat__bubble--2 {
		bottom: -460px
	}
}

.live-chat__bubble--3 {
	position: absolute;
	top: 135px;
	left: -605px;
	width: 1450px;
	height: 1100px;
	transform: rotate(-3deg)
}

@media (max-width: 1199px) {
	.live-chat__bubble--3 {
		height: 980px
	}
}

@media (max-width: 991px) {
	.live-chat__bubble--3 {
		display: none
	}
}

.live-chat__bubble--4 {
	position: absolute;
	bottom: 150px;
	right: -770px;
	width: 1441px;
	height: 1100px;
	transform: rotate(-10deg)
}

@media (max-width: 1199px) {
	.live-chat__bubble--4 {
		right: -945px
	}
}

@media (max-width: 991px) {
	.live-chat__bubble--4 {
		display: none
	}
}

.live-chat__bubble--5 {
	display: none;
	position: absolute;
	top: 230px;
	left: 0;
	width: 450px;
	height: 500px
}

@media (max-width: 991px) {
	.live-chat__bubble--5 {
		display: block
	}
}

.live-chat__img {
	display: block;
	width: 100%;
	height: auto
}

.live-chat-intro-row {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0
}

.live-chat-intro-text {
	width: 80%;
	margin: 0 auto;
	padding-top: 5.71429rem;
	padding-bottom: 3rem
}

@media (max-width: 1199px) {
	.live-chat-intro-text {
		width: 80%;
		padding-top: 0;
		padding-bottom: 4rem
	}
}

@media (max-width: 767px) {
	.live-chat-intro-text {
		width: 100%;
		min-width: auto
	}
}

.live-chat-intro-text__subtitle {
	font-size: 1.28571rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem
}

.live-chat-intro__mobile {
	position: relative;
	width: 45%;
	margin: 0 auto;
	height: auto;
	display: none
}

@media (max-width: 991px) {
	.live-chat-intro__mobile {
		width: 60%;
		display: block
	}
}

@media (max-width: 767px) {
	.live-chat-intro__mobile {
		width: 80%
	}
}

.live-chat-intro-img {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	height: 100%;
	position: relative
}

@media (max-width: 1199px) {
	.live-chat-intro-img {
		justify-content: center
	}
}

@media (max-width: 575px) {
	.live-chat-intro-img {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}
}

.live-chat-intro-img__wrapper {
	position: relative
}

@media (max-width: 1199px) {
	.live-chat-intro-img__wrapper {
		display: none
	}
}

.live-chat-intro-img__desktop {
	align-self: center;
	max-width: 660px;
	max-height: 100%
}

@media (max-width: 991px) {
	.live-chat-intro-img__desktop {
		display: none
	}
}

.live-chat-intro-img__mobile {
	align-self: center;
	width: 100%;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2
}

@media (min-width: 992px) {
	.live-chat-intro-img__mobile {
		display: none
	}
}

.live-chat-intro-img__bubble {
	z-index: 1;
	position: absolute;
	max-width: 80%;
	top: -40px
}

@media (max-width: 1199px) {
	.live-chat-intro-img__bubble {
		max-width: 500px;
		right: 70px
	}
}

@media (max-width: 991px) {
	.live-chat-intro-img__bubble {
		max-width: 400px;
		right: -40px
	}
}

@media (min-width: 1200px) {
	.live-chat-intro-img__bubble {
		display: none
	}
}

.live-chat-intro-img__chat-bubble {
	position: absolute
}

.live-chat-intro-img__chat-bubble--1 {
	background-image: linear-gradient(77deg, #134cd9 0%, #278deb 96%, #278feb 100%);
	color: #fff;
	top: 135px;
	right: 135px;
	width: 170px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 6px 12px;
	font-size: 12px;
	border-radius: 8px 8px 0 8px;
	opacity: 0;
	transform: translate(50px, 0);
	-webkit-animation: default-intro-img-chat-fade 0.2s linear 0.7s forwards;
	animation: default-intro-img-chat-fade 0.2s linear 0.7s forwards
}

.live-chat-intro-img__chat-bubble--2 {
	top: 212px;
	right: 230px;
	width: 150px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 6px 12px;
	font-size: 12px;
	border-radius: 8px 8px 8px 0;
	background-color: #fff;
	box-shadow: 5px 8px 20px #21328a33;
	opacity: 0;
	transform: translate(50px, 0);
	-webkit-animation: default-intro-img-chat-fade 0.2s linear 1.4s forwards;
	animation: default-intro-img-chat-fade 0.2s linear 1.4s forwards
}

.live-chat-intro-img__chat-bubble--3 {
	background-image: linear-gradient(77deg, #134cd9 0%, #278deb 96%, #278feb 100%);
	color: #fff;
	top: 277px;
	right: 166px;
	width: 125px;
	padding: 6px 12px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	border-radius: 8px;
	background-color: #f2f4f8;
	opacity: 0;
	transform: translate(50px, 0);
	-webkit-animation: default-intro-img-chat-fade 0.2s linear 2.1s forwards;
	animation: default-intro-img-chat-fade 0.2s linear 2.1s forwards
}

.live-chat__svg-container {
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto
}

@media (max-width: 767px) {
	.live-chat__svg-container {
		width: 100%
	}
}

@media (max-width: 991px) {
	.live-chat__svg-container--1 {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto
	}
}

.live-chat-clients {
	padding-top: 0.5rem;
	text-align: center;
	border: 2px solid #e8e9eb;
	border-left: 0;
	border-right: 0;
	position: relative;
	margin-bottom: 6rem
}

.live-chat-clients__items {
	max-width: 576px;
	margin-left: auto;
	margin-right: auto
}

.live-chat-clients__items .row {
	margin-bottom: 0
}

@media (min-width: 768px) {
	.live-chat-clients__items {
		padding: 0 1rem
	}
}

@media (min-width: 992px) {
	.live-chat-clients__items {
		max-width: 992px
	}
}

.live-chat-clients__button {
	background-color: #fff;
	display: block;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 2px solid #e8e9eb;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: -18px;
	left: 0;
	right: 0;
	outline: none !important;
	cursor: pointer
}

@media (max-width: 1199px) {
	.live-chat-clients {
		display: none
	}
}

@media (max-width: 991px) {
	.live-chat--background-color {
		background-color: #f5fbff
	}
}

.live-chat-chatbot {
	position: relative;
	z-index: 1
}

.live-chat-chatbot__items {
	display: flex;
	justify-content: space-between
}

@media (max-width: 991px) {
	.live-chat-chatbot__items {
		padding-left: 14px;
		padding-right: 14px;
		flex-wrap: wrap
	}
}

@media (max-width: 767px) {
	.live-chat-chatbot__items {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width: 991px) {
	.live-chat-chatbot__item-group {
		order: 1
	}
}

.live-chat-chatbot__item {
	margin-bottom: 2.85714rem;
	max-width: 290px;
	min-height: 150px
}

@media (max-width: 991px) {
	.live-chat-chatbot__item {
		width: auto;
		max-width: none
	}
}

.live-chat-chatbot__item-top {
	font-size: 54px;
	font-weight: 600;
	display: flex;
	align-items: baseline
}

.live-chat-chatbot__icon-wrapper {
	display: inline-block;
	min-width: 60px
}

.live-chat-chatbot__h3 {
	font-size: 1.28571rem;
	font-weight: 600;
	line-height: 1.85714rem;
	margin: 1rem 0 1.07143rem 0;
	margin-top: 0;
	margin-bottom: 8px
}

.live-chat-chatbot__text {
	color: #697987;
	font-size: 1.07143rem
}

.live-chat-chatbot__img-box {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto
}

@media (max-width: 991px) {
	.live-chat-chatbot__img-box {
		display: none
	}
}

.live-chat-chatbot__img {
	width: 100%;
	height: auto
}

@media (max-width: 991px) {
	.live-chat-chatbot__img {
		order: 0;
		display: none
	}
}

.live-chat-chatbot::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff
}

.live-chat-features__title-h2 {
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 2.57rem;
	margin: 1rem 0 2rem 0
}

.live-chat-features .slider__img {
	height: 468px;
	width: auto
}

@media (max-width: 991px) {
	.live-chat-features .slider__img {
		height: auto
	}
}

.live-chat-features .slider-nav {
	width: 1100px;
	margin: 0 auto
}

@media (max-width: 1199px) {
	.live-chat-features .slider-nav {
		width: 100%
	}
}

.live-chat-features .slider-nav .row {
	display: flex !important;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.live-chat-features .slider-nav .row {
		flex-direction: column-reverse;
		position: relative
	}
}

.live-chat-features .slider-dots-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 165px;
	right: 462px;
	z-index: 999
}

@media (max-width: 1199px) {
	.live-chat-features .slider-dots-box {
		top: 137px;
		right: 392px
	}
}

@media (max-width: 991px) {
	.live-chat-features .slider-dots-box {
		position: relative;
		right: initial;
		top: initial;
		order: 1
	}
}

.live-chat-features .slider-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: start
}

.live-chat-features .slider-dots button {
	width: 18px;
	height: 18px;
	cursor: pointer;
	border-radius: 50%;
	border: 0;
	background: none;
	outline: none;
	margin: 0 4px;
	padding: 0;
	position: relative;
	transform: rotate(-90deg)
}

.live-chat-features .slider-dots button::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid rgba(33, 50, 138, 0.2)
}

.live-chat-features .circle-bg {
	fill: rgba(47, 47, 47, 0.8);
	stroke: rgba(255, 0, 0, 0.568);
	stroke-width: 5;
	stroke-linecap: butt
}

.live-chat-features .slick-circle {
	fill: rgba(255, 255, 255, 0)
}

.live-chat-features .slick-active .slick-circle {
	fill: rgba(255, 255, 255, 0);
	stroke: #408fec;
	stroke-width: 3;
	stroke-linecap: round;
	-webkit-animation: progress 40s linear;
	animation: progress 40s linear;
	stroke-dasharray: 360;
	stroke-dashoffset: 360
}

.live-chat-features .progress-svg {
	width: inherit;
	height: inherit
}

.live-chat-features__inner-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	height: 500px;
	padding: 1rem
}

@media (max-width: 991px) {
	.live-chat-features__inner-text {
		height: auto
	}
	.live-chat-features__inner-text p {
		text-align: center
	}
}

@media (max-width: 575px) {
	.live-chat-features__inner-text {
		padding: 1rem 0
	}
}

.live-chat-features__inner-text--width {
	width: 55%
}

@media (max-width: 1199px) {
	.live-chat-features__inner-text--width {
		width: 70%
	}
}

@media (max-width: 991px) {
	.live-chat-features__inner-text--width {
		width: 100%
	}
}

.live-chat-features__parts .testimonial__link {
	padding-left: 2rem
}

@media (max-width: 991px) {
	.live-chat-features__parts {
		display: none
	}
}

.live-chat-features__parts__mobile-icon {
	display: block;
	text-align: left;
	width: 80%;
	margin: 0 auto
}

@media (min-width: 992px) {
	.live-chat-features__parts__mobile-icon {
		display: none
	}
}

@media (max-width: 575px) {
	.live-chat-features__parts__mobile-icon {
		width: calc(100% - $x2);
		margin: 0 1rem;
	}
}

.live-chat-features__parts__mobile-icon .testimonial__link {
	padding-left: 2rem
}

@media (max-width: 767px) {
	.live-chat-features__parts__mobile-icon .testimonial__link {
		padding-left: 0
	}
}

.live-chat-features__btn {
	display: flex;
	position: relative;
	align-items: center;
	background-color: transparent;
	border: none;
	width: 470px;
	height: 116px;
	padding: 16px 24px;
	margin-bottom: .5rem;
	border-right: 4px solid transparent;
	cursor: pointer;
	transition: all .3s ease
}

@media (max-width: 991px) {
	.live-chat-features__btn {
		cursor: auto
	}
}

.live-chat-features__btn:focus {
	outline: none
}

@media (min-width: 992px) {
	.live-chat-features__btn:hover {
		box-shadow: 0px 15px 35px rgba(34, 47, 141, 0.1)
	}
	.live-chat-features__btn--active {
		box-shadow: 0px 15px 35px rgba(34, 47, 141, 0.1);
		border-right: 4px solid #408fec
	}
	.live-chat-features__btn--active .live-chat-features-card__icon--blue {
		opacity: 0
	}
	.live-chat-features__btn--active .live-chat-features-card__icon--active {
		opacity: 1
	}
}

.live-chat-features__btn .icon {
	margin-bottom: 0
}

.live-chat-features-card__container {
	position: relative
}

.live-chat-features-card__icon--blue {
	position: absolute;
	opacity: 1
}

.live-chat-features-card__icon--active {
	position: absolute;
	opacity: 0
}

.live-chat-features__title {
	width: 80%;
	margin: 0 auto
}

@media (max-width: 991px) {
	.live-chat-features__title {
		display: none
	}
}

.live-chat-features__info {
	margin-left: 100px;
	text-align: left
}

.live-chat-features__info-title {
	padding-bottom: 5px
}

.live-chat-features__info-text {
	font-size: 1.07143rem;
	color: #697987
}

.live-chat-features__overlay {
	position: relative;
	width: 100%;
	height: 627px
}

@media (max-width: 991px) {
	.live-chat-features__overlay {
		display: none
	}
}

.live-chat-features__overlay-box {
	position: absolute;
	display: block;
	width: auto;
	height: 540px;
	top: 0;
	right: -270px;
	opacity: 0
}

@media (max-width: 1199px) {
	.live-chat-features__overlay-box {
		right: -345px;
		height: 499px
	}
}

.live-chat-features__overlay-box--active {
	-webkit-animation: fadeInRight 0.4s linear 0.1s forwards;
	animation: fadeInRight 0.4s linear 0.1s forwards
}

.live-chat-features__img {
	width: auto;
	height: inherit
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(90%, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(90%, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes progress {
	to {
		stroke-dashoffset: 0
	}
}

@keyframes progress {
	to {
		stroke-dashoffset: 0
	}
}

.outdated {
	background: #f5fbff;
	height: 100vh
}

.outdated__logo {
	margin: 0 auto 2rem auto;
	height: 40px
}

.outdated__subtitle {
	max-width: 100%;
	font-size: 1.28571rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem
}

@media (max-width: 991px) {
	.outdated__subtitle {
		max-width: 75%;
		margin: 0 auto 1rem auto
	}
}

.outdated__img {
	max-width: 128px;
	width: 100%;
	height: auto;
	margin: 2rem auto
}

.pricing__info {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 15px;
	max-width: 15px;
	width: 15px;
	height: 15px;
	margin: 0 .5rem;
	border-radius: 50%;
	border: 1px solid #c7cfd9
}

.pricing__info:after {
	content: "?";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #c7cfd9;
	font-size: .71429rem;
	font-weight: 700
}

@media (max-width: 991px) {
	.pricing__table .pricing__info {
		position: absolute;
		right: -10%;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto
	}
}

@media (max-width: 991px) {
	.pricing__table {
		padding: 1rem
	}
}

.pricing__table-title {
	margin-top: 4rem;
	margin-bottom: 1rem
}

@media (max-width: 991px) {
	.pricing__table-title {
		text-align: center
	}
}

.pricing__table-icon {
	margin-bottom: 0;
	margin-right: .5rem;
	max-width: 18px;
	max-height: 18px
}

.pricing__table-icon path,
.pricing__table-icon circle,
.pricing__table-icon rect {
	fill: #408fec
}

.pricing__table-head-wrap {
	width: 100%;
	min-height: 45px
}

@media (min-width: 992px) {
	.pricing__table-head-wrap {
		margin-bottom: 1rem
	}
}

.pricing__table-head.is-fixed {
	box-shadow: rgba(0, 0, 0, 0.05) 0 3px 4px;
	position: fixed;
	top: 78px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: white;
	z-index: 9
}

@media (max-width: 991px) {
	.pricing__table-head.is-fixed {
		z-index: 11
	}
}

.pricing__table-head.is-fixed .pricing__table-head-content {
	padding: 0 1rem
}

@media (max-width: 991px) {
	.pricing__table-head.is-fixed .pricing__table-head-content {
		padding: 0 2rem
	}
}

.pricing__table-head-content {
	max-width: 576px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 992px) {
	.pricing__table-head-content {
		max-width: 992px
	}
}

@media (min-width: 1200px) {
	.pricing__table-head-content {
		max-width: 1200px
	}
}

.pricing__table-row {
	transition: box-shadow .2s ease;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e8e9eb
}

@media (max-width: 991px) {
	.pricing__table-row {
		padding-bottom: .5rem;
		margin-bottom: .5rem
	}
}

@media (min-width: 1200px) {
	.pricing__table-row:not(.pricing__table-row--head):hover {
		box-shadow: 0 0 25px 0 rgba(26, 46, 86, 0.07)
	}
}

.pricing__table-row--head {
	border-bottom: none
}

@media (max-width: 991px) {
	.pricing__table-row--head .pricing__table-col--title {
		display: none
	}
}

.pricing__table-col {
	flex: 0 0 20%;
	max-width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	font-size: .85714rem
}

@media (max-width: 991px) {
	.pricing__table-col {
		flex: 0 0 33.33%;
		max-width: 33.33%
	}
}

.pricing__table-col--title {
	position: relative;
	flex: 0 0 40%;
	max-width: 40%;
	justify-content: flex-start;
	font-size: 1rem
}

@media (max-width: 991px) {
	.pricing__table-col--title {
		flex: 0 0 90%;
		max-width: 90%;
		line-height: 1.5;
		margin-top: 1rem
	}
}

@media (max-width: 575px) {
	.pricing__table-col--title {
		padding-left: 0
	}
}

.pricing__table-col-content {
	line-height: 1.5
}

.pricing__table-text {
	margin: 0
}

.pricing__table-check {
	width: 5px;
	height: 10px;
	border: 2px solid #408fec;
	border-top: none;
	border-left: none;
	transform: rotate(45deg)
}

.pricing__table-cross {
	position: relative;
	width: 10px;
	height: 10px;
	transform: rotate(45deg)
}

.pricing__table-cross:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2px;
	background-color: #f3100c
}

.pricing__table-cross:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 2px;
	background-color: #f3100c
}

.pricing__intro {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column
}

.pricing__intro-title {
	text-align: center;
	width: 100%
}

@media (max-width: 991px) {
	.pricing__intro-title {
		font-size: 2.14286rem;
		line-height: 1.5
	}
}

.pricing__intro-subtitle {
	text-align: center;
	max-width: 100%
}

@media (min-width: 992px) {
	.pricing__intro-subtitle {
		max-width: 50%
	}
}

.pricing__payment {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem
}

@media (max-width: 767px) {
	.pricing__payment {
		align-items: flex-start
	}
}

.pricing__payment label[for=payment-monthly] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	left: 1px
}

.pricing__payment label[for=payment-annual] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.pricing__payment-item {
	margin-bottom: 0;
	box-shadow: 0 0 45px 0 rgba(26, 46, 86, 0.07);
	background-color: #fff;
	padding: 1rem;
	border-radius: 8px;
	min-width: 150px;
	transition: border-color .2s ease;
	border: 1px solid #e8e9eb
}

.pricing__payment-item:hover {
	border-color: #cbd0d4;
	z-index: 1
}

@media (max-width: 767px) {
	.pricing__payment-item {
		align-items: flex-start;
		min-width: 50%
	}
}

.pricing__payment-title {
	display: flex;
	align-items: center;
	line-height: 1.5;
	position: relative
}

@media (max-width: 767px) {
	.pricing__payment-title {
		align-items: flex-start;
		text-align: left
	}
}

.pricing__payment-sale {
	background-color: #ffee97;
	color: #d47f00;
	font-size: .78571rem;
	font-weight: 600;
	padding: 2px 4px;
	margin-left: .5rem;
	border-radius: 4px;
	position: absolute;
	top: -27px;
	left: -40px;
	min-width: 135px;
	text-align: center
}

.pricing__boxes {
	position: relative;
	bottom: -5rem;
	display: flex;
	padding-bottom: 2rem;
	margin-bottom: 2rem
}

@media (max-width: 1199px) {
	.pricing__boxes {
		flex-flow: column;
		bottom: -3rem
	}
}

.pricing__boxes-shadow {
	width: 100%;
	height: 80px
}

@media (max-width: 767px) {
	.pricing__boxes-shadow {
		height: 20px
	}
}

.pricing__box {
	box-shadow: 0 0 45px 0 rgba(26, 46, 86, 0.07);
	position: relative;
	display: flex;
	align-items: center;
	flex-flow: column;
	background-color: #fff;
	width: 33.33%;
	padding: 3rem 2rem 6rem 2rem;
	border-radius: 8px;
	z-index: 1
}

@media (max-width: 1199px) {
	.pricing__box {
		width: 100%;
		margin-bottom: 1rem;
		padding-bottom: 6rem
	}
}

.pricing__box--main {
	padding-top: 4rem
}

@media (min-width: 1200px) {
	.pricing__box--main {
		margin-top: -2rem;
		margin-bottom: -2rem;
		padding-bottom: 6rem;
		z-index: 2
	}
}

.pricing__box-popular {
	color: #fff;
	background: #fb53b2;
	padding: .5rem 1rem;
	border-radius: 16px 0 0 16px;
	position: absolute;
	right: 0;
	top: 1rem
}

.pricing__box-pretitle {
	text-transform: uppercase;
	margin-bottom: 1rem
}

.pricing__box-description {
	color: #697987;
	margin-bottom: 1rem;
	text-align: center;
	width: 100%
}

.pricing__box-img {
	width: 100px;
	height: 100px;
	margin-bottom: 1rem
}

.pricing__box-title {
	transition: opacity .2s ease;
	position: relative;
	margin-bottom: .5rem
}

.pricing__box-title.is-loaded {
	opacity: 1;
	visibility: visible
}

.pricing__box-value {
	display: flex;
	font-size: 4.57143rem;
	font-weight: 700;
	line-height: 1.25
}

.pricing__box-currency {
	position: absolute;
	top: 1rem;
	right: 130px;
	display: flex;
	justify-content: flex-start;
	width: 40px;
	font-size: 1.57143rem;
	line-height: 1
}
.pricing__box-currencyDay {
	position: absolute;
	top: 42px;
	right: -50px;
	display: flex;
	justify-content: flex-start;
	width: 40px;
	font-size: 1.0rem;
	line-height: 1
}

.pricing__box-currency--left {
	right: auto;
	left: -50px;
	justify-content: flex-end
}

.pricing__box-text {
	position: absolute;
	top: 3rem;
	right: -102px;
	width: 90px;
	display: flex;
	justify-content: flex-start;
	font-size: .85714rem;
	color: #697987;
	line-height: 1;
	font-weight: normal
}

.pricing__box-price-description {
	position: relative;
	margin-bottom: 2rem
}

.pricing__box-price-description-period {
	color: #697987
}

.pricing__box-price-description-tooltip {
	position: absolute;
	right: -3rem;
	top: 2px
}

.pricing .btn {
	margin-top: 0;
	min-width: 220px;
	text-align: center
}

.pricing__divider {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 1rem;
	margin: 1rem 0
}

.pricing__divider:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #e8e9eb;
	height: 1px;
	z-index: 1
}

.pricing__divider-text {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0 .5rem;
	background-color: #fff;
	font-size: .78571rem;
	white-space: nowrap;
	z-index: 2;
	font-weight: 700
}

.pricing__features {
	width: 100%
}

.pricing__features-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 1rem 2rem 0 2rem;
	text-align: left
}

.pricing__features-item:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 8px;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 10px;
	border: 2px solid #408fec;
	border-top: none;
	border-left: none;
	transform: rotate(45deg)
}

.pricing__features-item span {
	color: #50c858;
	font-weight: 700
}

.pricing__features-content {
	line-height: 1.5
}

.pricing__title {
	text-align: center;
	margin: 4rem 0
}

.pricing__link-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.pricing__link {
	color: #408fec;
	margin: 2rem
}

.pricing__link:hover {
	text-decoration: underline
}

.pricing__clause {
	color: #84939e;
	font-size: .78571rem;
	line-height: 2;
	margin: 0 0 4rem 0;
	text-align: center
}

@media (min-width: 992px) {
	.pricing__clause {
		max-width: 50%;
		margin-right: auto;
		margin-left: auto
	}
}

.pricing__guarantee {
	margin-bottom: 4rem
}

.pricing__guarantee-img {
	width: 36px;
	height: 36px
}

@media (min-width: 768px) {
	.pricing__guarantee-img {
		margin-right: 1rem
	}
}

.pricing__guarantee-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px
}

@media (max-width: 767px) {
	.pricing__guarantee-text {
		flex-direction: column
	}
}

.pricing__guarantee-text-badge {
	padding: 2px;
	text-transform: uppercase;
	font-weight: 600
}

@media (min-width: 576px) {
	.pricing__guarantee-text-badge {
		margin-right: 1rem
	}
}

.pricing__guarantee-text-note {
	color: #a9b0b9;
	padding: 0;
	width: 230px
}

@media (max-width: 767px) {
	.pricing__guarantee-text-note {
		width: 100%;
		text-align: center
	}
}

.pricing .section__title-h2 strong {
	color: #fb53b2
}

.product-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 1228px;
	height: 565px;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden
}

@media (max-width: 1199px) {
	.product-circle {
		width: 950px
	}
}

@media (max-width: 991px) {
	.product-circle {
		width: 700px;
		height: 350px
	}
}

@media (max-width: 767px) {
	.product-circle {
		width: 100%;
		height: 410px
	}
}

.product-circle__shape {
	position: absolute;
	top: -670px;
	left: 50%;
	transform: translate(-50%);
	margin: auto;
	width: 1228px;
	height: 1228px;
	background-color: #f5fbff;
	border-radius: 50%
}

@media (max-width: 1199px) {
	.product-circle__shape {
		top: -385px;
		width: 950px;
		height: 900px
	}
}

@media (max-width: 991px) {
	.product-circle__shape {
		top: -350px;
		width: 700px;
		height: 700px
	}
}

@media (max-width: 767px) {
	.product-circle__shape {
		top: -325px;
		width: 550px;
		height: 550px
	}
}

.product-default-dashboard {
	position: relative
}

@media (max-width: 1199px) {
	.product-default-dashboard {
		position: static;
		width: 100%
	}
}

.product-default-dashboard__integrations {
	height: 0;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 18.57143rem
}

@media (max-width: 1199px) {
	.product-default-dashboard__integrations {
		padding-top: 4rem;
		height: auto;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 991px) {
	.product-default-dashboard__integrations {
		padding-top: 3rem
	}
}

@media (max-width: 767px) {
	.product-default-dashboard__integrations {
		padding-top: 2rem
	}
}

.product-default-dashboard__integration {
	width: auto;
	display: inline-block;
	position: relative
}

.product-default-dashboard__integration--live-chat {
	width: 330px;
	height: auto;
	top: -195px;
	left: -55px
}

@media (max-width: 1199px) {
	.product-default-dashboard__integration--live-chat {
		top: -100px
	}
}

@media (max-width: 767px) {
	.product-default-dashboard__integration--live-chat {
		top: -110px;
		left: -35px
	}
}

.product-default-dashboard__integration--email {
	width: 349px;
	height: auto;
	top: -70px;
	right: -10px
}

@media (max-width: 1199px) {
	.product-default-dashboard__integration--email {
		top: -25px;
		right: 9px
	}
}

@media (max-width: 991px) {
	.product-default-dashboard__integration--email {
		top: -60px;
		right: 9px
	}
}

@media (max-width: 767px) {
	.product-default-dashboard__integration--email {
		top: -82px;
		right: 9px
	}
}

.product-default-dashboard__integration--facebook {
	width: 365px;
	height: auto;
	top: -125px;
	right: -55px
}

@media (max-width: 1199px) {
	.product-default-dashboard__integration--facebook {
		top: -80px;
		right: -35px
	}
}

@media (max-width: 991px) {
	.product-default-dashboard__integration--facebook {
		top: -90px;
		right: -10px
	}
}

@media (max-width: 767px) {
	.product-default-dashboard__integration--facebook {
		top: -105px
	}
}

@media (max-width: 1199px) {
	.product-default-dashboard__integration {
		max-width: 28%;
		display: inline-block;
		margin-bottom: -50px
	}
}

.product-default-dashboard__img {
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative;
	top: -70px
}

.product__part-dashboard {
	position: relative
}

@media (max-width: 1199px) {
	.product__part-dashboard {
		position: static;
		width: 100%
	}
}

.product__part-dashboard__integrations {
	height: 0;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 18.57143rem
}

@media (max-width: 1199px) {
	.product__part-dashboard__integrations {
		padding-top: 4rem;
		height: auto;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 991px) {
	.product__part-dashboard__integrations {
		padding-top: 3rem
	}
}

@media (max-width: 767px) {
	.product__part-dashboard__integrations {
		padding-top: 2rem
	}
}

.product__part-dashboard__integration {
	width: auto;
	display: inline-block;
	position: relative
}

.product__part-dashboard__integration--live-chat {
	max-width: 330px;
	top: -195px;
	left: -55px
}

@media (max-width: 1199px) {
	.product__part-dashboard__integration--live-chat {
		top: -100px
	}
}

@media (max-width: 767px) {
	.product__part-dashboard__integration--live-chat {
		top: -110px;
		left: -35px
	}
}

.product__part-dashboard__integration--email {
	max-width: 349px;
	top: -70px;
	right: -10px
}

@media (max-width: 1199px) {
	.product__part-dashboard__integration--email {
		top: -25px;
		right: 9px
	}
}

@media (max-width: 991px) {
	.product__part-dashboard__integration--email {
		top: -60px;
		right: 9px
	}
}

@media (max-width: 767px) {
	.product__part-dashboard__integration--email {
		top: -82px;
		right: 9px
	}
}

.product__part-dashboard__integration--facebook {
	max-width: 365px;
	top: -125px;
	right: -55px
}

@media (max-width: 1199px) {
	.product__part-dashboard__integration--facebook {
		top: -80px;
		right: -35px
	}
}

@media (max-width: 991px) {
	.product__part-dashboard__integration--facebook {
		top: -90px;
		right: -10px
	}
}

@media (max-width: 767px) {
	.product__part-dashboard__integration--facebook {
		top: -105px
	}
}

@media (max-width: 1199px) {
	.product__part-dashboard__integration {
		max-width: 25%;
		display: inline-block;
		margin-bottom: -50px
	}
}

.product__part-dashboard__img {
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative;
	top: -70px
}

@media (max-width: 991px) {
	.product__part-dashboard {
		margin-bottom: 2rem
	}
}

.product__img-chat-wrap {
	position: relative
}

.product__img-chat {
	position: relative;
	max-width: 451px;
	margin: 0 auto;
	z-index: 2
}

@media (max-width: 991px) {
	.product__img-chat {
		margin-bottom: 4rem
	}
}

.product__img-people {
	max-width: 345px;
	margin: 0 auto
}

@media (max-width: 575px) {
	.product__img-people {
		max-width: 258.75px
	}
}

@media (max-width: 991px) {
	.product__img-app {
		margin-bottom: 2rem
	}
}

.product__img-dashboard-wrap {
	position: relative;
	width: 100%;
	height: 620px
}

@media (max-width: 991px) {
	.product__img-dashboard-wrap {
		display: none
	}
}

.product__img-dashboard {
	position: absolute;
	right: -20px;
	transform: translateX(45%);
	width: 851px
}

@media (min-width: 992px) {
	.product__img-dashboard {
		right: 90px
	}
}

@media (min-width: 768px) {
	.product__img-dashboard {
		right: 60px
	}
}

.product__img-dashboard-mobile-wrap {
	position: relative
}

@media (min-width: 992px) {
	.product__img-dashboard-mobile-wrap {
		display: none
	}
}

@media (max-width: 991px) {
	.product__img-dashboard-mobile-wrap {
		margin-bottom: 3rem
	}
}

.product__img-dashboard-mobile {
	margin: 0 auto
}

.product__img-info-mobile {
	position: absolute;
	bottom: -140px;
	left: 0;
	right: 0;
	max-width: 312px;
	margin: 0 auto
}

.product__store {
	display: flex
}

@media (max-width: 991px) {
	.product__store {
		justify-content: center
	}
}

.product__store-link {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	transition: background-color 0.2s ease;
	display: flex;
	align-items: center;
	background-color: #032139;
	color: #fff;
	width: 172px;
	padding: 1rem;
	margin: 2.5rem 0;
	border-radius: 4px
}

@media (max-width: 1199px) {
	.product__store-link:first-child {
		margin-right: .5rem
	}
}

@media (min-width: 1200px) {
	.product__store-link {
		margin-right: 2rem
	}
}

@media (max-width: 1199px) {
	.product__store-link {
		padding: .5rem
	}
}

@media (max-width: 991px) {
	.product__store-link {
		padding: 1rem
	}
}

@media (max-width: 767px) {
	.product__store-link {
		padding: 1rem .5rem
	}
}

@media (max-width: 575px) {
	.product__store-link {
		flex: 0 0 50%
	}
}

.product__store-link:hover,
.product__store-link:active {
	background-color: #053256
}

.product__store-download {
	font-size: .78571rem;
	line-height: 1;
	text-align: left;
	margin-bottom: .5rem
}

@media (max-width: 991px) {
	.product__store-download {
		font-size: .71429rem;
		margin-bottom: .25rem
	}
}

.product__store-name {
	font-size: 1.14286rem;
	font-weight: 500;
	line-height: 1;
	text-align: left
}

@media (max-width: 991px) {
	.product__store-name {
		font-size: .92857rem
	}
}

.product__store-icon {
	max-width: 32px;
	height: 32px;
	margin-bottom: 0;
	margin-right: 1rem
}

@media (max-width: 991px) {
	.product__store-icon {
		max-width: 20px;
		height: 20px;
		margin-right: .5rem
	}
}

.product__store-icon--apple {
	fill: #fff
}

.clients__item {
	margin-bottom: 1rem
}

.clients__logo {
	max-width: 150px;
	margin-right: auto;
	margin-left: auto
}

.clients .section__subtitle {
	max-width: 100%
}

.ratings {
	text-align: center;
	margin: 3rem 0
}

.ratings__item {
	margin-bottom: 1rem
}

.ratings__item:hover {
	box-shadow: 0 4px 0 0 #408fec
}

.ratings__logo {
	max-width: 150px
}

.featured {
	text-align: center
}

.featured__item {
	margin-bottom: 1rem
}

.featured__item:hover {
	box-shadow: 0 4px 0 0 #408fec
}

.featured__logo {
	max-width: 150px
}

.gdpr {
	fill: #fff;
	opacity: .7;
	margin: 2rem auto 0
}

.bubbles {
	width: 1000px;
	margin: 0 auto;
	position: relative
}

@media (max-width: 1199px) {
	.bubbles {
		display: none
	}
}

.bubbles--pink {
	position: absolute;
	bottom: 90px;
	left: 10px;
	background-color: #fac5e3;
	width: 300px;
	height: 300px;
	border-radius: 50%
}

.bubbles--blue {
	position: absolute;
	bottom: -45px;
	right: -25px;
	background-color: #9ad1f6;
	width: 300px;
	height: 300px;
	border-radius: 50%
}

.bubbles-short {
	width: 999px;
	margin: 0 auto;
	position: relative
}

@media (max-width: 1199px) {
	.bubbles-short {
		display: none
	}
}

.bubbles-short--pink {
	position: absolute;
	bottom: 220px;
	left: 100px;
	background-color: #fac5e3;
	width: 300px;
	height: 300px;
	border-radius: 50%
}

.bubbles-short--blue {
	position: absolute;
	bottom: 10px;
	right: 80px;
	background-color: #9ad1f6;
	width: 300px;
	height: 300px;
	border-radius: 50%
}

.testimonial {
	position: relative;
	display: flex;
	max-width: 900px;
	height: 435px;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 0 45px 0 rgba(26, 46, 86, 0.07);
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	z-index: 2
}

.testimonial__link {
	font-weight: 400;
	padding-left: 0
}

@media (max-width: 991px) {
	.testimonial {
		flex-flow: column;
		width: 100%;
		height: auto
	}
}

.testimonial__img-wrap {
	position: relative;
	flex: 0 0 55%;
	max-width: 55%;
	overflow: hidden
}

@media (max-width: 991px) {
	.testimonial__img-wrap {
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 400px
	}
}

@media (max-width: 767px) {
	.testimonial__img-wrap {
		min-height: 300px
	}
}

.testimonial__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0px;
	width: 100%
}

@media (max-width: 991px) {
	.testimonial__img {
		top: -9999px;
		right: -9999px;
		bottom: -9999px;
		left: -9999px;
		margin: auto
	}
}

.testimonial__blockquote {
	margin-bottom: 2rem
}

.testimonial__blockquote-text {
	font-size: 1.14286rem;
	font-style: italic;
	line-height: 2
}

.testimonial__blockquote .icon-illustration {
	max-width: 48px
}

@media (max-width: 991px) {
	.testimonial__blockquote .icon {
		margin-top: -60px
	}
}

.testimonial__content {
	flex: 0 0 45%;
	max-width: 45%;
	padding: 2rem
}

@media (max-width: 991px) {
	.testimonial__content {
		flex: 1 0 auto;
		max-width: 100%
	}
}

.testimonial__person {
	display: flex
}

.testimonial__person-img {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	margin-right: 1rem;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
	border-radius: 50%
}

.testimonial__person-name {
	font-weight: 700
}

.testimonial-short {
	position: relative;
	max-width: 900px;
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 0 45px 0 rgba(26, 46, 86, 0.07);
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	padding: 2rem
}

@media (max-width: 1199px) {
	.testimonial-short {
		height: 583px
	}
}

@media (max-width: 991px) {
	.testimonial-short {
		height: auto
	}
}

.testimonial-short__link {
	font-weight: 400;
	padding-left: 0
}

@media (max-width: 991px) {
	.testimonial-short {
		flex-flow: column;
		width: 100%;
		margin-bottom: 2rem
	}
}

.testimonial-short__img-wrap {
	position: relative;
	flex: 0 0 55%;
	max-width: 55%;
	overflow: hidden;
	min-height: 360px
}

@media (max-width: 991px) {
	.testimonial-short__img-wrap {
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 260px
	}
}

.testimonial-short__img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	width: auto
}

.testimonial-short__blockquote {
	margin-bottom: 2rem
}

@media (max-width: 991px) {
	.testimonial-short__blockquote {
		margin-bottom: 2rem
	}
}

.testimonial-short__blockquote-text {
	font-size: 1.14286rem;
	font-style: italic;
	line-height: 1.63
}

.testimonial-short__blockquote .icon-illustration {
	max-width: 48px
}

.testimonial-short__person {
	display: flex
}

.testimonial-short__person-img {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	margin-right: 1rem;
	overflow: hidden;
	border-radius: 50%
}

.testimonial-short__person-name {
	font-weight: 700
}

.play {
	border-radius: 50%;
	padding: 6rem;
	width: 12rem;
	height: 12rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/assets/img/icon/play-default.svg");
	position: absolute;
	left: 0;
	right: 6%;
	top: 20%;
	bottom: 0;
	margin: auto;
	cursor: pointer
}

.play:hover {
	background-image: url("/assets/img/icon/play-hover.svg")
}

.play:active {
	background-image: url("/assets/img/icon/play-active.svg")
}

@media (max-width: 991px) {
	.play {
		padding: 4rem;
		width: 6rem;
		height: 6rem;
		background-size: contain;
		position: relative;
		top: 0;
		right: 0;
		margin-top: -27%;
		margin-bottom: 2rem
	}
}

.signup {
	display: flex;
	min-height: 100vh
}

.signup__logo {
	position: absolute;
	top: 25px;
	left: 0;
	display: flex;
	align-items: center;
	padding-right: 1rem;
	padding-left: 3rem;
	z-index: 11
}

.signup__left {
	position: relative;
	flex: 0 0 500px;
	max-width: 500px;
	min-height: 100vh;
	background-color: #f5fbff
}

@media (max-width: 991px) {
	.signup__left {
		display: none
	}
}

.signup__left-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.signup__testimonial {
	position: absolute;
	top: 10rem;
	left: 3rem;
	width: 400px;
	text-align: center;
	border: solid 5px rgba(121, 144, 159, 0.2);
	border-radius: 16px
}

.signup__testimonial-icon {
	background-color: #f5fbff;
	width: 62px;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: 160px
}

.signup__testimonial-text {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.86;
	color: #697987;
	padding: 3rem 2rem 3rem
}

.signup__ratings {
	display: flex;
	justify-content: center;
	white-space: nowrap;
	width: 80%;
	background-color: #f5fbff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 1rem;
	text-align: left
}

.signup__ratings-img-box {
	margin: auto 0;
	display: block;
	width: 36px;
	height: 36px;
	padding-right: 3.5rem
}

.signup__ratings-person-img {
	width: 36px;
	height: 36px;
	border-radius: 50%
}

.signup__ratings-person-job {
	color: #697987
}

.signup__references {
	margin-bottom: 2.5rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.signup__references-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.85714rem;
	margin-bottom: 1rem
}

.signup__references-img {
	display: inline-block;
	width: 110px;
	height: 62px;
	margin-right: 1rem
}

.signup__references-img:last-child {
	margin-right: 0
}

.signup__main {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	flex: 1 1 auto;
	width: 100%
}

.signup__main-content {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow-y: hidden
}

.signup__main-content--invitation {
	padding-top: 78px
}

.signup__title {
	font-size: 2.14286rem;
	font-weight: 600;
	line-height: 2.57143rem;
	margin: 1rem 0 2rem 0;
	padding: 0 1rem;
	text-align: center
}

.signup__subtitle {
	font-size: 1.14286rem;
	padding: 0 1rem;
	text-align: center
}

.signup__buttons {
	display: flex;
	justify-content: space-between
}

.signup__buttons a {
	flex: 0 0 45%;
	max-width: 45%
}

@media (max-width: 767px) {
	.signup__buttons a {
		flex: 0 0 49%;
		max-width: 49%
	}
}

.signup__google,
.signup__apple {
	line-height: 46px;
	display: block;
	margin: 1rem 0;
	border: 1px solid #e8e9eb;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(100, 105, 124, 0.04)
}

.signup__google:hover,
.signup__apple:hover {
	box-shadow: 0 2px 4px 0 rgba(100, 105, 124, 0.15)
}

.signup__google-logo,
.signup__apple-logo {
	float: left;
	margin-right: -1rem
}

.signup__google-text,
.signup__apple-text {
	font-family: "Roboto Medium", sans-serif;
	font-size: 14px;
	color: #000;
	opacity: 0.54
}

.signup__box {
	width: 100%;
	min-height: 1px;
	padding: 1rem;
	text-align: center
}

@media (min-width: 425px) {
	.signup__box {
		width: 420px
	}
}

.signup__form-check {
	align-items: flex-start;
	margin-top: 3rem;
	margin-bottom: 2rem
}

.signup__form-terms {
	font-size: .78571rem;
	text-align: center;
	margin-top: 1rem
}

.signup__form-terms a {
	color: #032139;
	text-decoration: underline
}

.signup__form-terms a:hover,
.signup__form-terms a:active {
	text-decoration: none
}

.signup__message {
	width: 100%;
	padding: 1rem;
	margin-bottom: 2rem;
	text-align: center;
	border-radius: 4px
}

.signup__message--success {
	background-color: rgba(80, 200, 88, 0.15);
	color: #50c858;
	border: 1px solid #50c858
}

.signup__message--failed {
	background-color: rgba(242, 54, 79, 0.15);
	color: #f2364f;
	border: 1px solid #f2364f
}

.signup__link a {
	color: #408fec
}

.signup__link a:hover {
	text-decoration: underline
}

.wordpress img {
	margin: auto
}

.wordpress .section {
	overflow: hidden
}

.wordpress .section__intro-center .btn--primary {
	margin-bottom: 0
}

.wordpress .section__intro-center .btn--link {
	font-weight: 400;
	margin-bottom: 2rem
}

.wordpress .section__intro-center .list {
	display: none
}

@media (min-width: 992px) {
	.wordpress .section__intro-center .list {
		display: flex
	}
}

.wordpress .section.clients {
	padding-top: 0
}

.wordpress .hero-holder {
	position: relative
}

@media (max-width: 767px) {
	.wordpress .hero-holder {
		width: 100%
	}
}

.wordpress .hero-holder img {
	width: 100%
}

.wordpress .default-clients {
	margin-bottom: 10rem;
	display: flex
}

@media (max-width: 991px) {
	.wordpress .default-clients {
		display: none
	}
}

@media (max-width: 991px) {
	.wordpress .improvements .section__text {
		text-align: center
	}
}

.wordpress .improvements-image img {
	display: none
}

@media (min-width: 992px) {
	.wordpress .improvements-image img {
		display: block;
		max-height: 150%;
		max-width: none;
		width: auto;
		position: absolute;
		right: 0;
		left: -20%;
		z-index: -1;
		top: 0;
		bottom: 0;
		margin: auto
	}
}

@media (min-width: 1200px) {
	.wordpress .improvements-image img {
		max-height: 170%;
		left: -15%
	}
}

.wordpress .number {
	margin: 1.5rem 0 0
}

.wordpress .number__int {
	font-size: 4rem;
	line-height: 4.5rem;
	font-weight: bold;
	color: #408fec;
	position: relative;
	cursor: default;
	top: 0;
	transition: all .3s ease
}

.wordpress .number__int span {
	display: block;
	font-size: 1rem;
	width: 100%;
	color: #032139;
	line-height: 1rem;
	background: #f2f4f8;
	padding: 1.5rem;
	border-radius: 1rem 1rem 1rem 0;
	font-weight: 400;
	line-height: 1.5rem;
	pointer-events: none;
	text-align: left;
	opacity: 0;
	position: absolute
}

@media (min-width: 992px) {
	.wordpress .number__int span {
		left: 100%;
		width: 21.42857rem;
		right: 0;
		bottom: 65%;
		z-index: 2;
		opacity: 0;
		transition: all .3s ease
	}
}

.wordpress .number__int span--icon {
	right: -3.92857rem
}

@media (min-width: 992px) {
	.wordpress .number__int:hover {
		color: #0f73ed;
		top: -.25rem
	}
	.wordpress .number__int:hover span {
		opacity: 1;
		bottom: 60%
	}
}

.wordpress .number__text {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 85%;
	margin-bottom: 1rem
}

.wordpress .number .bubble {
	display: block;
	font-size: 1rem;
	width: 100%;
	color: #032139;
	line-height: 1rem;
	background: #f2f4f8;
	padding: 1.5rem;
	border-radius: 1rem 1rem 1rem 0;
	font-weight: 400;
	line-height: 1.5rem;
	pointer-events: none;
	text-align: left
}

@media (min-width: 992px) {
	.wordpress .number .bubble {
		display: none
	}
}

.wordpress .number .emoji-text {
	width: auto;
	display: inline;
	position: relative;
	bottom: -.2rem
}

.wordpress .number .emoji-text--outside {
	position: absolute;
	bottom: 0;
	left: -3.5rem;
	height: 3rem;
	display: block
}

@media (max-width: 991px) {
	.wordpress .number .emoji-text--outside {
		left: 1rem
	}
}

.wordpress .number .emoji-outside {
	margin-left: 3.5rem
}

@media (max-width: 991px) {
	.wordpress .number .emoji-outside {
		width: calc(100% - 3.5rem)
	}
}

.wordpress .live-chat__bubble--3 {
	opacity: 0;
	z-index: -1
}

@media (max-width: 991px) {
	.wordpress .live-chat-features .row {
		margin-bottom: 0
	}
}

.wordpress .live-chat-features__parts__mobile-icon {
	width: 100%
}

.wordpress .live-chat-features__parts__mobile-icon .testimonial__link {
	padding: 0 3rem 0 0;
	margin: 0
}

.tippy-tooltip.smartsupp-theme .tippy-backdrop {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.16);
	background-color: #fff;
	color: #032139;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-size: .78571rem
}

.tippy-tooltip.smartsupp-theme {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.16);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	color: #032139;
	backface-visibility: hidden;
	font-size: .78571rem;
	max-width: 180px;
	padding: 1rem
}

.tippy-tooltip.smartsupp-theme a {
	color: #408fec
}

.tippy-tooltip.smartsupp-theme a:hover,
.tippy-tooltip.smartsupp-theme a:active {
	color: #0f73ed
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.smartsupp-theme .tippy-arrow {
	border-top-color: #fff
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.smartsupp-theme .tippy-arrow {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.16);
	border-bottom-color: #fff
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.smartsupp-theme .tippy-arrow {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.16);
	border-left-color: #fff
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.smartsupp-theme .tippy-arrow {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.16);
	border-right-color: #fff
}

.tippy-tooltip.smartsupp-theme .tippy-roundarrow {
	box-shadow: -3px 2px 45px 0 rgba(26, 46, 86, 0.16);
	fill: #fff
}

#recaptcha-terms {
	position: relative;
	margin: 1.5rem auto;
	opacity: 0.5
}

@media (min-width: 425px) {
	#recaptcha-terms {
		padding-top: 0;
		width: 355px
	}
}

#recaptcha-widget {
	width: 0 !important;
	height: 0 !important
}

.grecaptcha-badge {
	visibility: hidden;
	width: 0 !important;
	height: 0 !important
}

.widget-bg-page {
	background: #f2f5fb;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1
}

.widget-bg-page-shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 55vw;
	margin: auto;
	width: 115vh;
	height: 115vh;
	background-color: #e8edf8;
	border-radius: 50%
}

.widget-bg-board {
	position: absolute;
	top: 30vh;
	left: 20vw
}

@media (max-width: 991px) {
	.widget-bg-board {
		left: 10vw
	}
}

@media (max-width: 767px) {
	.widget-bg-board {
		display: none
	}
}

.widget-bg-board-image {
	background-image: url("/assets/img/icon/hand.svg");
	width: 90px;
	height: 90px
}

.widget-bg-board-text {
	margin-left: 15px;
	line-height: 130%
}

.tippy-iOS {
	cursor: pointer!important
}

.tippy-notransition {
	transition: none!important
}

.tippy-popper {
	perspective: 700px;
	z-index: 9999;
	outline: 0;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	line-height: 1.4;
	max-width: calc(100% - 10px)
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
	border-radius: 40% 40% 0 0
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
	bottom: -8px;
	transform-origin: 50% 0
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
	position: absolute;
	left: 0;
	transform: rotate(180deg)
}

.tippy-popper[x-placement^=top] .tippy-arrow {
	border-top: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom: -7px;
	margin: 0 6px;
	transform-origin: 50% 0
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
	transform-origin: 0 25%
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
	transform: scale(1) translate(-50%, -55%)
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
	transform: scale(.2) translate(-50%, -45%);
	opacity: 0
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
	transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
	opacity: 0;
	transform: translateY(-20px)
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
	transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
	transform: translateY(-10px) rotateX(0)
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
	opacity: 0;
	transform: translateY(0) rotateX(60deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
	transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
	opacity: 0;
	transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
	transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
	opacity: 0;
	transform: translateY(0)
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
	transform: translateY(-10px) scale(1)
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
	opacity: 0;
	transform: translateY(0) scale(.5)
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
	border-radius: 0 0 30% 30%
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
	top: -8px;
	transform-origin: 50% 100%
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
	position: absolute;
	left: 0;
	transform: rotate(0)
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
	border-bottom: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	top: -7px;
	margin: 0 6px;
	transform-origin: 50% 100%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
	transform-origin: 0 -50%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
	transform: scale(1) translate(-50%, -45%)
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
	transform: scale(.2) translate(-50%);
	opacity: 0
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
	transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
	opacity: 0;
	transform: translateY(20px)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
	transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
	transform: translateY(10px) rotateX(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
	opacity: 0;
	transform: translateY(0) rotateX(-60deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
	transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
	opacity: 0;
	transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
	transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
	opacity: 0;
	transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
	transform: translateY(10px) scale(1)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
	opacity: 0;
	transform: translateY(0) scale(.5)
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
	border-radius: 50% 0 0 50%
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
	right: -16px;
	transform-origin: 33.33333333% 50%
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
	position: absolute;
	left: 0;
	transform: rotate(90deg)
}

.tippy-popper[x-placement^=left] .tippy-arrow {
	border-left: 8px solid #333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	right: -7px;
	margin: 3px 0;
	transform-origin: 0 50%
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
	transform-origin: 50% 0
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
	transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
	transform: scale(.2) translate(-75%, -50%);
	opacity: 0
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
	transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
	opacity: 0;
	transform: translateX(-20px)
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
	transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
	transform: translateX(-10px) rotateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
	opacity: 0;
	transform: translateX(0) rotateY(-60deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
	transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
	opacity: 0;
	transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
	transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
	opacity: 0;
	transform: translateX(0)
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
	transform: translateX(-10px) scale(1)
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
	opacity: 0;
	transform: translateX(0) scale(.5)
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
	border-radius: 0 50% 50% 0
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
	left: -16px;
	transform-origin: 66.66666666% 50%
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
	position: absolute;
	left: 0;
	transform: rotate(-90deg)
}

.tippy-popper[x-placement^=right] .tippy-arrow {
	border-right: 8px solid #333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	left: -7px;
	margin: 3px 0;
	transform-origin: 100% 50%
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
	transform-origin: -50% 0
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
	transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
	transform: scale(.2) translate(-25%, -50%);
	opacity: 0
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
	transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
	opacity: 0;
	transform: translateX(20px)
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
	transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
	transform: translateX(10px) rotateY(0)
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
	opacity: 0;
	transform: translateX(0) rotateY(60deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
	transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
	opacity: 0;
	transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
	transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
	opacity: 0;
	transform: translateX(0)
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
	transform: translateX(10px) scale(1)
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
	opacity: 0;
	transform: translateX(0) scale(.5)
}

.tippy-tooltip {
	position: relative;
	color: #fff;
	border-radius: 4px;
	font-size: .9rem;
	padding: .3rem .6rem;
	max-width: 350px;
	text-align: center;
	will-change: transform;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #333
}

.tippy-tooltip[data-size=small] {
	padding: .2rem .4rem;
	font-size: .75rem
}

.tippy-tooltip[data-size=large] {
	padding: .4rem .8rem;
	font-size: 1rem
}

.tippy-tooltip[data-animatefill] {
	overflow: hidden;
	background-color: transparent
}

.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] path {
	pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
	transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-tooltip[data-inertia][data-state=hidden] {
	transition-timing-function: ease
}

.tippy-arrow,
.tippy-roundarrow {
	position: absolute;
	width: 0;
	height: 0
}

.tippy-roundarrow {
	width: 24px;
	height: 8px;
	fill: #333;
	pointer-events: none
}

.tippy-backdrop {
	position: absolute;
	will-change: transform;
	background-color: #333;
	border-radius: 50%;
	width: calc(110% + 2rem);
	left: 50%;
	top: 50%;
	z-index: -1;
	transition: all cubic-bezier(.46, .1, .52, .98);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.tippy-backdrop:after {
	content: "";
	float: left;
	padding-top: 100%
}

.tippy-backdrop+.tippy-content {
	transition-property: opacity;
	will-change: opacity
}

.tippy-backdrop+.tippy-content[data-state=visible] {
	opacity: 1
}

.tippy-backdrop+.tippy-content[data-state=hidden] {
	opacity: 0
}
.our-products {
    position: relative;
    margin-top: 20px;
    background: #F2FAFD;
    padding-top: 100px;
    padding-bottom: 100px;
}
.our-products .products-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.our-products .products-list .item-first {
    height: 532px;
    padding-top: 100px;
    padding-bottom: 90px;
    border-radius: 40px 4px 4px 40px;
    border: 2px solid #fff;
}

.our-products .products-list .products-left {
    position: relative;
    overflow: hidden;
    width: 365px;
    flex-shrink: 0;
    border-radius: 40px 4px 4px 40px;
    box-shadow: 0px 0px 19px 2px rgb(80 163 192 / 31%);
}


.our-products .products-left .products-item {
    padding: 100px 60px 40px;
}

.our-products .products-list .products-item {
    width: 365px;
    background: #fff;
    box-shadow: 0px 0px 19px 2px rgb(80 163 192 / 31%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    border: 2px solid #fff;
}
.product-column .item-first img {
    margin-bottom: 55px;
}

.our-products .item-first .item-title {
    margin-bottom: 25px;
}

.our-products .products-item .item-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 20px 0;
}

.product-column .products-left img {
    display: block;
    margin: 0 auto 25px;
}
.our-products .products-item .item-content {
    flex: 1;
    line-height: 22px;
}
.our-products .products-left .item-btn {
    margin: 40px auto 0;
}
.our-products .products-item .item-btn {
    width: 160px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #00BDE3;
    color: #00BDE3;
    border-radius: 20px;
    display: block;
}
.our-products .products-item .newest.hot {
    background-color: #fff;
    background-image: url();
    background-repeat: no-repeat;
    background-position: left bottom;
    transform: rotate(0deg);
    top: -32px;
    right: -33px;
}
.our-products .products-item .newest {
    position: absolute;
    font-size: 18px;
    height: 114px;
    width: 115px;
    padding-top: 77px;
    line-height: 30px;
    background-color: #ff9933;
    color: #fff;
    top: -56px;
    right: -57px;
    transform: rotate(45deg);
}
.our-products .products-list .products-right {
    display: flex;
    flex-wrap: wrap;
}
.our-products .products-list .item-second {
    margin-bottom: 15px;
}
.our-products .products-list .item-second, .our-products .products-list .item-four {
    margin-left: 20px;
    margin-right: 20px;
}
.our-products .products-right .products-item {
    height: 256px;
    padding: 40px 50px 40px;
    position: relative;
}
.product-column .products-right img {
    margin-top: -3px;
    margin-right: 5px;
}

.our-products .products-item .newest.hot {
    background-color: #fff;
    background-image: url(/images/versao.png?08f1f52c3e8f6c244051ba45df2fb5b0);
    background-repeat: no-repeat;
    background-position: left bottom;
    transform: rotate(0deg);
    top: -32px;
    right: -33px;
}

@media (max-width: 767px){
.our-products .products-list.product-column {
    margin-top: 0;
}
.our-products .products-list .item-first {
    padding-top: 0;
}
.our-products .products-list.product-column .products-item {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 0;
}
.our-products .products-list.product-column .products-item .item-title {
    margin-top: 0 !important;
    text-align: left;
}
.our-products .products-list.product-column .products-item .item-title {
    justify-content: left;
}
.our-products .products-list .item-second, .our-products .products-list .item-four {
    margin-right: 0;
}
.product-column img {
    margin: 0 5px 0 0;
    flex-shrink: 0;
}
.product-column .products-left img {
    display: inline-block;
}
.product-column .item-first img {
    width: 24px !important;
    margin: 0 5px 0 0;
}
.pricing__box2{
    display: none !important;
}
}

@media (max-width: 991px){
    .our-products .products-list .products-left, .our-products .products-list .products-left .item-first {
    width: 100%;
    }
    .our-products .products-list {
        flex-wrap: wrap;
    }
    .our-products .products-list .products-left, .our-products .products-right .products-item {
    margin-top: 15px;
    border-radius: 20px;
    }
    .our-products .products-list .products-item {
        width: 47%;
        height: auto;
        border-radius: 20px;
        padding: 15px 15px 20px;
        box-shadow: 0px 0px 19px 2px rgb(80 163 192 / 31%);
    }
    .our-products .products-list .item-first .item-title {
    margin-bottom: 25px;
    }
    .our-products .products-list .products-item .item-title {
    font-size: 16px;
    }
    .our-products .products-list .products-item .item-btn {
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
}
.our-products .products-list .products-item .item-btn::after {
    content: " >>";
}

.our-products .products-list .products-item .newest {
    height: 75px;
    width: 120px;
    font-size: 22px;
    padding-top: 40px;
    right: -50px;
    top: -26px;
}
.our-products .products-list .products-item .hot {
    right: -44px;
    top: 1px;
}
.our-products .products-list .products-right {
    justify-content: center;
}
.our-products .products-list .products-left, .our-products .products-right .products-item {
    margin-top: 15px;
    border-radius: 20px;
}

.our-products .products-list .item-second, .our-products .products-list .item-four {
    margin-left: 0;
}

.product-column .item-first img {
    width: 60px;

}

}

.choose {
    padding: 30px 60px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 7px 19px 2px rgb(80 163 192 / 10%);
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.choose .c-left {
    flex-grow: 1;
    display: flex;
    font-size: 18px;
    line-height: 28px;
}
.choose .choose-icon {
    width: 34px;
    height: 28px;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 15px;
    background: url(/images/ajuda.png?3ccab1c7f4abf6ee41c03598eda49197) no-repeat center;
}

.pricing__box2{

    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;

    width: 33.33%;
    padding: 3rem 2rem 6rem 2rem;
    border-radius: 8px;
    z-index: 1;
}

.pricing__box-popularP{
    color: #fff;
    background: #408fec;
    padding: .5rem 1rem;
    border-radius: 16px 0 0 16px;
    position: absolute;
    right: 0;
    top: 1rem;
}

@media (min-width: 1200px){
.bg-adwords {
    bottom: 13.6%;
    background-image:  url(/images/bg-spyou.jpg?fefd0358454439fa4aeced04de6eb5b7);
}
}
.bg-layer {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bg-image {
    background-position: center center;
    background-size: cover;
}

.flag-icon-gb {
    background-image: url(/images/argentina.svg?40e1bd77fe96358ff7cc65b2617ddd13);
}

.flag-icon-cz{
    background-image: url(/images/austria.svg?269acaccf21c1a5ab9c58c268a6361b3);
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.lang__flag {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
}

@media (min-width: 992px){
.lang__chosen .lang__flag {
    margin: 0 .5rem;
}
}

.lang__chosen:after {
    content: "";
    transition: transform .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 3px solid #032139;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}


/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    }
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    }
}
