/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.link-more:before,
.header .btn:after,
.mobile-buttons .btn.btn-play:after,
.cta-btn-list .btn:after,
.block-metrics-w-list .text-block .features li:before,
.fact02 .img-section .facts-list li:before,
.int-metrics-w-list .text-block .features li:before,
.integration .img-section .facts-list li:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.nav > ul,
.drop-products .links-list,
.drop-general ul,
.partners-block ul,
.block-metrics .metric-features,
.block-join .right-block ul,
.block-testimonials .testimonial-slider .slick-dots,
.block-testimonials .logo-block,
.cta-btn-list,
.inner-hero .more-stats,
.inner-hero .btn-list,
.inner-hero .stats,
.block-metrics-w-list .text-block ul,
.block-metrics-w-list .text-block .btn-list,
.expertise-list,
.real-talk .errors,
.more-info .features,
.logo-block ul,
.team-section .bottom-block ul,
.retain-hero .integrates-with ul,
.fact02 .img-section .facts-list,
.retain-w-slider .retain-list,
.class-pass .class-list,
.hero-integration .btn-list,
.rtalk-int .btn-list,
.int-metrics-w-list .text-block ul,
.int-metrics-w-list .text-block .btn-list,
.more-details .btn-list,
.metrics-hero .btn-list,
.retain-hero .btn-list,
.recog-hero .btn-list,
.integration .img-section .facts-list,
.integration .logo-list,
.segment .btn-list,
.revenue .btn-list,
.engagement .btn-list,
.footer .social-networks,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.partners-block:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: rgba(33, 50, 59, .8);
	background: #fff;
	font: 18px/1.56 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 82px;
}

h2,
.h2 {
	font-size: 56px;
}

h3,
.h3 {
	font-size: 44px;
}

h4,
.h4 {
	font-size: 31px;
}

h5,
.h5 {
	font-size: 24px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1ca6cc;
}

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

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

.container {
	max-width: 1300px;
	padding: 0 18px;
	margin: 0 auto;
}

.container.vertically-centered {
	align-items: center;
}

.hero-section {
	text-align: center;
	padding: 88px 0 23px;
	color: #20323c;
	position: relative;
}

.hero-section h1 {
	font-size: 32px;
	color: #20323c;
	line-height: 1.13;
	margin-bottom: 37px;
}

.hero-section h1 mark {
	background: transparent;
	color: inherit;
}

.hero-section .sub-title {
	font-size: 18px;
	line-height: 1.56;
	font-weight: 400;
	display: block;
	margin-bottom: 36px;
	color: rgba(32, 50, 60, .8);
}

.btn {
	text-decoration: none;
	min-width: 100px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	background: #fff;
	color: #1f6c8a;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .13);
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid rgba(222, 225, 226, .5);
	font-size: 14px;
	line-height: 1.36;
	font-weight: 700;
	padding: 12px 11px;
	text-align: center;
	letter-spacing: .58px;
	position: relative;
	z-index: 1;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.btn.btn-dark {
	background: #00b9a1;
	color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	color: #fff;
}

.btn.btn-dark:before {
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.btn.btn-outline {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
	color: #00b9a1;
	border-color: #00b9a1;
}

.btn.btn-outline:before {
	background: transparent;
}

.btn.btn-dark-hover:before {
	background: #20323c;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	color: #fff;
}

.btn:hover:before,
.btn:focus:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #00b9a1;
	z-index: -1;
	transition: transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.link-more {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	padding-right: 23px;
	color: #1ca6cc;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	overflow: visible !important;
}

.link-more:hover {
	text-decoration: none;
	color: #20323c !important;
}

.link-more:hover:before {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.link-more:before {
	content: "\e906";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
	-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.hide-on-mobile {
	display: none;
}

mark:before {
	z-index: -1 !important;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: -9999px;
	opacity: 0;
	font-size: 0;
	line-height: 0;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.header {
	padding: 7px 0;
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	z-index: 99;
	background: transparent;
	-webkit-transition: background .3s ease-in-out, padding .3s ease-in-out;
	transition: background .3s ease-in-out, padding .3s ease-in-out;
}

@media screen and (max-width: 786px) {
	.header {
		top: 80px;
	}
}

.header.fixed-position,
.header.bg-white {
	background: #fff;
	padding: 21px 0;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.header .btn.btn-dark {
	background: #00b9a1;
	color: #fff;
}

.header .btn.btn-dark:hover,
.header .btn.btn-dark:focus {
	color: #fff;
}

.header .btn.btn-dark:before {
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.header .btn.btn-outline {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.header .btn.btn-outline:hover,
.header .btn.btn-outline:focus {
	color: #00b9a1;
	border-color: #00b9a1;
}

.header .btn.btn-outline:before {
	background: transparent;
}

.header .btn:before {
	background: #20323c;
}

.nav-opener {
	width: 40px;
	height: 30px;
	background: transparent;
	position: absolute;
	z-index: 9;
	top: -2px;
	right: 11px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.nav-opener:hover {
	opacity: .6;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #20323c;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 24%;
}

.nav-opener:after {
	top: 76%;
}

.nav {
	font-size: 12px;
	line-height: 1.54;
	font-weight: 700;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 19px 0;
	z-index: 3;
}

.nav-active .nav {
	opacity: 1;
	visibility: visible;
}

.nav > ul {
	text-transform: uppercase;
	position: relative;
}

.nav > ul:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -13px;
	height: 1px;
	background: rgba(224, 230, 233, .6);
}

.nav > ul > li {
	margin-bottom: 21px;
	position: relative;
}

.nav > ul > li + li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -13px;
	height: 1px;
	background: rgba(224, 230, 233, .6);
}

.nav > ul > li > a:not(.btn) {
	padding: 0 28px 0 18px;
	letter-spacing: .89px;
	color: #20323c;
}

.nav > ul > li > .btn {
	padding: 7px 11px;
	font-size: 13px;
	line-height: 1.54;
	letter-spacing: .89px;
	margin: 0 18px 10px;
}

.nav > ul > li.hover .opener:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 188.7' fill='%2300b9a1' xml:space='preserve'%3E %3Cpolygon class='st0' points='270.3,0 153,117.3 35.7,0 0,35.7 153,188.7 306,35.7 '/%3E %3C/svg%3E ");
}

.nav > ul > li.active .opener {
	color: #00b9a1;
}

.nav > ul > li.active .opener:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 188.7' fill='%2300b9a1' xml:space='preserve'%3E %3Cpolygon class='st0' points='270.3,0 153,117.3 35.7,0 0,35.7 153,188.7 306,35.7 '/%3E %3C/svg%3E ");
}

.nav > ul > li.active .opener:focus:before,
.nav > ul > li.active .opener:hover:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 188.7' fill='%2300b9a1' xml:space='preserve'%3E %3Cpolygon class='st0' points='270.3,0 153,117.3 35.7,0 0,35.7 153,188.7 306,35.7 '/%3E %3C/svg%3E ");
}

.nav > ul > li > .opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.nav > ul > li > .opener:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 14px;
	background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 188.7' fill='%2320323c' xml:space='preserve'%3E %3Cpolygon class='st0' points='270.3,0 153,117.3 35.7,0 0,35.7 153,188.7 306,35.7 '/%3E %3C/svg%3E ");
	width: 9px;
	height: 12px;
	background-size: 100% 100%;
	-webkit-transition: color .3s ease-in-out, fill .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, fill .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out, fill .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out, fill .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav > ul > li > .opener:hover,
.nav > ul > li > .opener:focus {
	color: #00b9a1;
}

.nav > ul > li > .opener:hover:before,
.nav > ul > li > .opener:focus:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 188.7' fill='%2300b9a1' xml:space='preserve'%3E %3Cpolygon class='st0' points='270.3,0 153,117.3 35.7,0 0,35.7 153,188.7 306,35.7 '/%3E %3C/svg%3E ");
}

.nav > ul .slide {
	text-transform: none;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 400;
	color: rgba(33, 50, 59, .6);
}

.nav a:not(.btn) {
	text-decoration: none;
	color: #20323c;
}

.nav a:not(.btn):hover {
	text-decoration: none;
	color: #21323b;
}

.fact-personalization {
	align-items: flex-start !important;
	margin-bottom: 0 !important;
}

.fact-personalization > .text-section {
	padding-top: 0 !important;
}

.fact-personalization > .img-section {
	height: 627px !important;
}

.personalization {
	margin-bottom: 0 !important;
}

.personalization h2 mark:before {
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%) !important;
}

.localization h2 mark:before {
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%) !important;
}

.drop-products .feature {
	padding: 29px 24px;
}

.drop-products .feature .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 31px;
}

.drop-products .feature .img-block {
	width: 66px;
}

.drop-products .feature .desc {
	padding: 0 5px;
}

.drop-products .feature .title {
	display: block;
	width: calc(100% - 66px);
	font-size: 16px;
	line-height: 1.13;
	font-weight: 500;
	color: #21323b;
	padding: 6px 0 0 18px;
}

.drop-products .feature .title a {
	color: #21323b;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.drop-products .feature .title a:hover {
	text-decoration: none;
	color: #00b9a1;
}

.drop-products .links-list {
	padding: 28px 25px 25px;
	border-top: 1px solid rgba(224, 230, 233, .6);
}

.drop-products .links-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 29px;
	position: relative;
}

.drop-products .links-list li:last-child {
	margin-bottom: 0;
}

.drop-products .links-list .img-holder {
	width: 63px;
}

.drop-products .links-list .text-holder {
	width: calc(100% - 63px);
	padding-left: 18px;
}

.drop-products .links-list .title {
	display: block;
	font-size: 16px;
	line-height: 1.13;
	font-weight: 500;
	color: #21323b;
	margin-bottom: 5px;
}

.drop-products .links-list .title:hover + p {
	color: #21323b;
}

.drop-products .links-list .title a {
	color: #21323b;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.drop-products .links-list .title a:hover {
	text-decoration: none;
	color: #00b9a1;
}

.drop-products .links-list .title a:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.drop-products .links-list p {
	margin-bottom: 0;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.drop-general.drop-resources .col {
	padding: 25px 18px 2px;
}

.drop-general.drop-resources li {
	position: relative;
}

.drop-general.drop-resources li a:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -28px;
	right: -28px;
	bottom: -10px;
}

.drop-general.drop-resources li a:hover + .desc {
	color: #21323b;
}

.drop-general.drop-resources li p {
	display: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.drop-general .col {
	padding: 11px 18px;
}

.drop-general .col + .col {
	border-top: 1px solid rgba(224, 230, 233, .6);
}

.drop-general .title {
	display: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.67;
	font-weight: 400;
	color: rgba(33, 50, 59, .47);
	margin-bottom: 12px;
}

.drop-general ul {
	font-size: 14px;
	line-height: 1.54;
	font-weight: 400;
	color: rgba(33, 50, 59, .6);
}

.drop-general ul li {
	margin-bottom: 6px;
}

.drop-general ul a {
	font-size: 14px;
	line-height: 1.43;
	font-weight: 400;
	color: rgba(32, 50, 60, .6) !important;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.drop-general ul a:hover {
	color: #00b9a1 !important;
	text-decoration: none;
}

.drop-general p {
	margin-bottom: 27px;
}

.drop-general .bottom {
	display: none;
	border-top: 1px solid rgba(224, 230, 233, .6);
	padding: 25px 27px 25px 30px;
}

.drop-general .bottom .title-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.drop-general .bottom .title-block img {
	display: block;
}

.drop-general .bottom .title {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: none;
	color: #21323b;
	margin-bottom: 0;
	padding-left: 10px;
}

.drop-general .bottom .text {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.hero-section {
	position: relative;
}

.hero-section .decor1 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	margin-top: 36px;
}

.hero-section .decor2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -30px;
	margin-top: -87px;
}

.mobile-buttons {
	text-align: center;
	margin-bottom: 41px;
}

.mobile-buttons .btn {
	min-width: 204px;
	position: relative;
	font-size: 13px;
	line-height: 1.62;
	font-weight: 700;
	border-radius: 2px;
	padding: 16px 15px;
	margin: 0 15px 24px;
}

.mobile-buttons .btn.btn-play {
	padding-left: 45px;
	padding-right: 25px;
}

.mobile-buttons .btn.btn-play:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13px;
	font-size: 26px;
}

.form-block a.btn {
	min-width: 172px;
	margin: 0 12px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.started-form {
	width: 370px;
	margin: 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.started-form input[type="email"] {
	border: 1px solid #dee1e2;
	border-width: 1px 0 1px 1px;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-radius: 4px 0 0 4px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	color: #70878e;
	padding: 16px 15px;
	letter-spacing: .63px;
}

.started-form input[type="email"]::-webkit-input-placeholder {
	color: #70878e;
}

.started-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #70878e;
}

.started-form input[type="email"]:-moz-placeholder {
	color: #70878e;
}

.started-form input[type="email"]:-ms-input-placeholder {
	color: #70878e;
}

.started-form input[type="email"].placeholder {
	color: #70878e;
}

.started-form .btn {
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	min-width: 133px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 0 4px 4px 0;
}

.partners-block {
	text-align: center;
}

.partners-block .container {
	max-width: 1300px !important;
	width: auto !important;
}

.partners-block.industriessec .container {
	max-width: 1000px !important;
	width: auto !important;
}

.partners-block.smallwidth .container {
	max-width: 900px !important;
	width: auto !important;
}

.partners-block .title {
	font-size: 15px;
	line-height: 1.33;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 35px;
}

.partners-block ul:not(.line) li {
	width: 50%;
	padding-bottom: 45px;
}

.partners-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners-block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 45px;
}

.partners-block ul a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.partners-block ul a:hover {
	text-decoration: none;
	opacity: .6;
}

.partners-block .line {
	float: left;
	width: 99999px;
}


/*------------------MARKETING BANNER TAG---------*/

.featuretag{
	background-color: #08B8A0;
	width: 60%;
	text-align: center;
	line-height: 1;
}

.featuretag p{
	padding: 7px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}


/* -------------------------------- THIS IS THE MARKETING BANNER -------------------------------- */

.block-intro {
 background: #132228;
	background-image: url('https://f.hubspotusercontent40.net/hubfs/120299/pw_website_2019/css/banner_healthscores.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	padding: 33px 0;
	font-size: 18px;
	line-height: 1.56;
}

.block-intro .text-block {
	margin-bottom: 20px;
	/* background: rgb(32,50,60);
background: radial-gradient(circle, rgba(32,50,60,1) 0%, rgba(32,50,60,0) 60%); */
}

.block-intro h2 {
	text-align: center;
	font-size: 33px;
	line-height: 1.18;
	font-weight: 700;
	margin-bottom: 25px;
}

.block-intro p {
	margin-bottom: 10px;
}

.block-intro .link-more {
	color: ##FFFFFF	;
}

.block-intro .link-more:hover {
	color: ##FFFFFF	 !important;
}

.block-link-more {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	padding-right: 23px;
	color: #48BDAB;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	overflow: visible !important;
}

.block-link-more:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

/* .block-link-more:hover:before {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.block-link-more:before {
	content: "\e906";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
	-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
} */



.block-intro .img-block {
	text-align: center;
}

.block-info {
	padding: 49px 0 35px;
	font-size: 18px;
	line-height: 1.56;
	position: relative;
}

.block-info .decor-left {
	position: absolute;
	top: 46%;
	right: calc(100% - 179px);
	width: 535px;
}

.block-info .decor-right {
	position: absolute;
	bottom: 46.5%;
	left: calc(100% - 155px);
	width: 454px;
}

.block-info .left-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.block-info .left-block:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 106px;
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
	height: 8px;
}

.block-info .left-block .decor01 {
	position: absolute;
	bottom: 97%;
	left: 115px;
}

.block-info h2 {
	font-size: 36px;
	line-height: 1.17;
	font-weight: 700;
	color: #20323c;
	margin-bottom: 34px;
	padding-right: 10px;
}

.block-info p {
	margin-bottom: 28px;
}

.block-info .decor-block {
	text-align: center;
	padding: 26px 0;
}

.block-tools {
	text-align: center;
}

.block-tools .sub-title {
	display: block;
	font-size: 22px;
	line-height: 1.36;
	color: #20323c;
	margin-bottom: 39px;
}

.block-tools h2 {
	font-size: 32px;
	line-height: 1.19;
	font-weight: 700;
	color: #20323c;
	margin-bottom: 48px;
}

.block-tools h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.block-tools h2 mark:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 5px;
	z-index: 1;
}

.block-tools h2 mark.gradient01:before {
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.block-tools h2 mark.gradient02:before {
	background-image: -webkit-linear-gradient(112deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-22deg, #ff8f45 0%, #fe5250 100%);
}

.block-tools .text-wrap {
	font-size: 18px;
	line-height: 1.56;
	color: #21323b;
}

.block-metrics {
	padding: 40px 0 134px;
	text-align: center;
	position: relative;
}

.block-metrics .left-block {
	margin-bottom: 50px;
}

.block-metrics .icon-holder {
	margin-bottom: 20px;
}

.block-metrics h2 {
	font-size: 56px;
	line-height: 1.25;
	font-weight: 700;
	color: #20323c;
	margin-bottom: 23px;
}

.block-metrics .sub-title {
	display: block;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #20323c;
}

.block-metrics .link-more {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 116px;
	max-width: 80vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block-metrics .right-block {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}

.block-metrics .right-block .img01 {
	position: absolute;
	z-index: 3;
	width: 40%;
	bottom: -15px;
	right: 20px;
}

.block-metrics .right-block .img02 {
	position: absolute;
	z-index: 1;
	width: 90%;
	right: 0;
	top: 0;
}

.block-metrics .right-block .img03 {
	position: absolute;
	z-index: 2;
	width: 60%;
	top: 80px;
	left: 0;
}

.block-metrics .metric-features {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .8);
	text-align: left;
	max-width: 500px;
	margin: 0 auto;
}

.block-metrics .metric-features li {
	margin-bottom: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-metrics .metric-features .title {
	display: block;
	font-size: 22px;
	line-height: 1.36;
	font-weight: 700;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #21323b;
	margin-bottom: 3px;
}

.block-metrics .metric-features .title a {
	color: #21323b;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.block-metrics .metric-features .title a:hover {
	text-decoration: none;
	color: #00b9a1;
}

.block-metrics .metric-features .img-block {
	width: 56px;
}

.block-metrics .metric-features .text-holder {
	width: calc(100% - 56px);
	padding-left: 17px;
}

.block-join {
	background: rgba(225, 236, 239, .4);
	padding: 38px 0 128px;
	text-align: center;
	position: relative;
}

.block-join .left-block {
	display: inline-block;
	vertical-align: top;
	width: 248px;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: .75px;
	color: #20323c;
	margin-bottom: 40px;
}

.block-join h2 {
	font-size: 64px;
	line-height: 1.09;
	margin-bottom: 8px;
}

.block-join .btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 62px;
	min-width: 206px;
	font-size: 17px;
	line-height: 1.35;
	padding: 15px;
}

.block-join .right-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-join .right-block ul li {
	width: 50%;
	padding: 0 8px;
	text-align: center;
	margin-bottom: 30px;
}

.block-join .right-block a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.block-join .right-block a:hover {
	text-decoration: none;
	opacity: .6;
}

.block-discover {
	padding: 100px 0 57px;
	position: relative;
	z-index: 1;
}

.block-discover.inner {
	padding-bottom: 75px;
}

.block-discover .decor1 {
	width: 206px;
	height: 151px;
	position: absolute;
	left: 30px;
	top: 164px;
	z-index: -1;
}

.block-discover .heading {
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(32, 50, 60, .6);
	padding-bottom: 21px;
}

.block-discover .title {
	display: block;
	font-size: 28px;
	line-height: 1.36;
	font-weight: 400;
	color: #20323c;
	margin-bottom: 29px;
}

.discover-single {
	margin-bottom: 47px;
}

.desktop-wrapper .discover-single.v4c .text-wrap {
	position: relative;
	padding-top: 120px;
}

.discover-single .icon-block {
	text-align: center;
	margin-bottom: -50px;
	position: relative;
	z-index: 1;
}

.desktop-wrapper .discover-single .text-block {
	text-decoration: none;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.desktop-wrapper .discover-single .text-block:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.desktop-wrapper .discover-single .text-block:hover .link-more {
	text-decoration: none;
	color: #136f89;
}

.desktop-wrapper .discover-single .text-block:hover .link-more:before {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.discover-single .text-wrap {
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	padding: 61px 17px 23px;
	margin: 0 -3px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .8);
}

.discover-single .text-wrap .ico {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 34px;
	top: 30px;
}

.discover-single h2 {
	font-size: 22px;
	line-height: 1.36;
	margin-bottom: 7px;
	color: #21323b;
}

.discover-single .sub-title {
	font-size: 30px;
	line-height: 1.13;
	font-weight: 400;
	color: #20323c;
	margin-bottom: 24px;
}

.discover-single .btn {
	min-width: 214px;
	font-size: 17px;
	line-height: 1.35;
	padding: 15px;
	margin-bottom: 22px;
}

.discover-single .link-more {
	padding-right: 19px;
}

.discover-single .img-block {
	position: relative;
}

.discover-single .img-block.retain {
	height: 493px;
	width: 560px;
}

.discover-single .img-block.retain .decor {
	position: absolute;
	right: 0;
	top: 0;
}

.discover-single .img-block.retain .img01 {
	position: absolute;
	bottom: 2px;
	left: 106px;
	z-index: 3;
}

.discover-single .img-block.retain .img02 {
	position: absolute;
	top: 78px;
	right: -10px;
	z-index: 2;
}

.discover-single .img-block.retain .img03 {
	position: absolute;
	top: -3px;
	left: -6px;
	z-index: 1;
	width: 460px;
}

.discover-single .img-block.pi {
	height: 405px;
	width: 560px;
}

.discover-single .img-block.pi .decor {
	position: absolute;
	bottom: 17px;
	right: 214px;
}

.discover-single .img-block.pi .img01 {
	position: absolute;
	bottom: 3px;
	right: -7px;
	z-index: 3;
}

.discover-single .img-block.pi .img02 {
	position: absolute;
	top: -20px;
	right: 27px;
	z-index: 2;
}

.discover-single .img-block.pi .img03 {
	position: absolute;
	top: 116px;
	left: -9px;
	z-index: 1;
}

.discover-single .img-block.recog {
	height: 427px;
	width: 560px;
}

.discover-single .img-block.recog .img01 {
	position: absolute;
	bottom: 10px;
	left: -7px;
	z-index: 3;
}

.discover-single .img-block.recog .img02 {
	position: absolute;
	top: -8px;
	left: 22px;
	z-index: 2;
}

.discover-single .img-block.recog .img03 {
	position: absolute;
	bottom: 59px;
	right: -20px;
	z-index: 1;
}

.block-team {
	position: relative;
	z-index: 2;
}

.block-team .heading {
	text-align: center;
}

.block-team .heading .title {
	display: block;
	font-size: 22px;
	line-height: 1.36;
	font-weight: 400;
	color: #20323c;
	margin-bottom: 31px;
}

.team-cols {
	background: #20323c;
	color: #fff;
	font-size: 18px;
	line-height: 1.56;
	padding-bottom: 38px;
}

.team-cols .img-block {
	width: 101vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 277px;
	margin-bottom: 42px;
}

.team-cols .img-block .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 100% 50%;
}

.team-cols .text-block .logo-small {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 23px;
}

.team-cols .text-block h2 {
	font-size: 28px;
	line-height: 1.29;
	margin-bottom: 40px;
}

.team-cols .text-block p {
	margin-bottom: 49px;
}

.team-cols .btn {
	min-width: 206px;
	font-size: 16px;
	line-height: 1.44;
	padding: 15px 5px;
	margin-bottom: 22px;
	letter-spacing: .65px;
}

.team-cols .btn-white {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.block-subscription {
	position: relative;
	padding: 18px 0 70px;
}

.block-subscription .decor-left {
	position: absolute;
	left: -76px;
	top: -108px;
}

.block-subscription .decor-right {
	position: absolute;
	top: -63px;
	right: -50px;
}

.block-subscription .container {
	position: relative;
}

.block-subscription .block-cols {
	background: #f3f7f9;
	padding: 25px 21px 68px;
	position: relative;
	z-index: 1;
}

.block-subscription .left-block {
	font-size: 18px;
	line-height: 1.56;
	color: #21323b;
	padding-bottom: 20px;
}

.block-subscription h2 {
	font-size: 38px;
	line-height: 1.11;
	color: #20323c;
}

.block-subscription .link-more {
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	max-width: 80vw;
	overflow: hidden;
}

.block-subscription .right-block {
	font-size: 15px;
	line-height: 1.47;
	padding-left:40px;
}

.block-subscription .video-block {
	margin-bottom: 41px;
}

.block-subscription .video-block a {
	color: #20323c;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.block-subscription .video-block a:hover {
	text-decoration: none;
	color: #00b9a1;
}

.block-subscription .video-block a:hover .img-holder:before {
	opacity: 1;
}

.block-subscription .video-block .img-holder {
	width: 180px;
	position: relative;
	margin-bottom: 17px;
}

.block-subscription .video-block .img-holder img {
	width: 100%;
}

.block-subscription .video-block .img-holder:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48px;
	height: 34px;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	opacity: .73;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.block-subscription .video-block .img-holder:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #fff;
}

.block-testimonials {
	position: relative;
	margin-bottom: 55px;
}

.block-testimonials .testimonial-slider {
	margin-bottom: 89px;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .18);
	background: #fff;
}

.block-testimonials .testimonial-slider .slick-dots {
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.block-testimonials .testimonial-slider .slick-dots:before {
	content: "";
	display: block;
	position: absolute;
	left: -72px;
	right: -72px;
	top: -12px;
	bottom: -19px;
	background: #fff;
	box-shadow: -10px 20px 20px rgba(0, 0, 0, .18);
	z-index: -1;
	-webkit-transform: perspective(20px) rotateX(-9deg) translateZ(-10px);
	transform: perspective(20px) rotateX(-9deg) translateZ(-10px);
}

.block-testimonials .testimonial-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	position: relative;
	z-index: 5;
}

.block-testimonials .testimonial-slider .slick-dots li.slick-active button {
	background: #00b9a1;
}

.block-testimonials .testimonial-slider .slick-dots button {
	padding: 0;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	border: 0;
	background: #c9e1e7;
	border-radius: 50%;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.block-testimonials .testimonial-slider .slick-dots button:hover {
	text-decoration: none;
	background: #00b9a1;
}

.block-testimonials .img-block {
	height: 290px;
	position: relative;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.block-testimonials .img-block .bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.block-testimonials .img-block:before {
	content: "“";
	position: absolute;
	top: -12px;
	left: 19px;
	font-size: 200px;
	font-weight: 300;
	color: #fff;
	z-index: 1;
}

.block-testimonials .text-block {
	padding: 30px 15px;
}

.block-testimonials blockquote {
	text-align: center;
	margin: 0;
}

.block-testimonials blockquote q {
	quotes: none;
	color: #21323b;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	display: block;
	margin-bottom: 22px;
	color: #34c7b4;
}

.block-testimonials blockquote cite {
	display: block;
	text-align: center;
	color: rgba(33, 50, 59, .6);
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px;
	line-height: 1.46;
}

.block-testimonials blockquote cite .img {
	display: block;
	padding-top: 12px;
}

.block-testimonials blockquote cite .img a {
	display: inline-block;
	vertical-align: top;
}

.block-testimonials .right .top-block {
	text-align: center;
	margin-bottom: 25px;
}

.block-testimonials .right .title {
	display: block;
	font-size: 26px;
	line-height: 1.38;
	font-weight: 400;
	color: #20323c;
	margin-bottom: 24px;
}

.block-testimonials .right .btn {
	min-width: 206px;
	font-size: 15px;
	line-height: 1.53;
	padding: 15px;
	margin-bottom: 22px;
}

.block-testimonials .logo-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block-testimonials .logo-block li {
	width: 50%;
	padding: 0 5px 35px;
}

.cta-block {
	margin-bottom: 20px;
	text-align: center;
}

.cta-block h3 {
	font-weight: 400;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #20323c;
	margin-bottom: 19px;
	font-size: 22px;
	line-height: 1.7;
}

.cta-block h3 span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.cta-block h3 .text-green {
	color: #00b9a1;
	font-size: 26px;
	line-height: 1.43;
	margin-bottom: 6px;
}

.cta-btn-list li {
	padding-bottom: 19px;
}

.cta-btn-list .btn {
	min-width: 195px;
	font-size: 16px;
	line-height: 1.44;
	padding: 15px;
}

.cta-btn-list .btn.btn-dark {
	background: #00b9a1;
	color: #fff;
}

.cta-btn-list .btn.btn-dark:hover,
.cta-btn-list .btn.btn-dark:focus {
	color: #fff;
}

.cta-btn-list .btn.btn-dark:before {
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.cta-btn-list .btn.btn-outline {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.cta-btn-list .btn.btn-outline:hover,
.cta-btn-list .btn.btn-outline:focus {
	color: #00b9a1;
	border-color: #00b9a1;
}

.cta-btn-list .btn.btn-outline:before {
	background: transparent;
}

.cta-btn-list .btn:before {
	background: #20323c;
}

.inner-hero {
	margin-top: 69px;
	margin-bottom: 85px;
}

.inner-hero.overflow-visible .top {
	overflow: visible;
}

.inner-hero.v4c .top .decor1 {
	left: -35px;
	bottom: 159px;
}

.inner-hero.v4c .top .decor2 {
	right: -20px;
	bottom: 227px;
}

.inner-hero.v4c .bottom {
	margin-top: 0;
}

.inner-hero.v4c .bottom .decor1 {
	position: absolute;
	width: 938px;
	height: 375px;
	left: -510px;
	top: -110px;
	z-index: -1;
}

.inner-hero.v4c .bottom .decor2 {
	position: absolute;
	width: 280px;
	height: 96px;
	right: -189px;
	top: -215px;
	z-index: -1;
}

.inner-hero.b2b .top .decor1 {
	bottom: -105px;
	width: 590px;
	height: 592px;
	left: -180px;
}

.inner-hero.b2b .top .decor1 img {
	width: 100%;
}

.inner-hero.b2b .top .decor2 {
	right: 0;
	bottom: -62px;
	width: 792px;
}

.inner-hero.b2c .top .decor2 {
	bottom: -50px;
	width: 591px;
}

.inner-hero.s-m .top .decor2 {
	bottom: 20px;
	width: 629px;
}

.inner-hero.media .top .decor1 {
	left: -2px;
	bottom: 48px;
	width: 248px;
}

.inner-hero.media .top .decor2 {
	bottom: -140px;
	width: 751px;
}

.inner-hero.non-profit .top .decor1 {
	left: 0;
	bottom: -87px;
	width: 208px;
}

.inner-hero.non-profit .top .decor2 {
	bottom: -28px;
	width: 601px;
}

.inner-hero.sub-ecom .top .decor2 {
	bottom: 46px;
	width: 702px;
}

.inner-hero .more-stats li {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	text-align: center;
	margin-bottom: 16px;
}

.inner-hero .more-stats li .heading {
	text-align: center;
	font-size: 16px;
	line-height: 1.94;
	background: #00b9a1;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	padding: 10px 15px;
}

.inner-hero .more-stats li .heading strong {
	display: block;
	text-align: center;
	font-weight: 400;
	color: #fff;
}

.inner-hero .more-stats li .text-section {
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.6;
	color: #21323b;
	padding: 13px 50px 24px;
	background: #fff;
}

.inner-hero .more-stats li .text-section .num-large {
	display: block;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 60px;
	line-height: 1.17;
	font-weight: 700;
	margin-bottom: 9px;
}

.inner-hero .more-stats li .text-section .num-large _:-ms-fullscreen,
:root .inner-hero .more-stats li .text-section .num-large {
	color: #39b1d2;
	background-image: none;
}

.inner-hero .top {
	background: #142129;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	padding: 53px 0 65px;
	overflow: hidden;
	position: relative;
}

.inner-hero .top.bg-white {
	background: #fff !important;
	color: #20323c;
}

.inner-hero .top .decor1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.inner-hero .top .decor1.media {
	bottom: 50px;
}

.inner-hero .top .decor2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.inner-hero .top .decor2.media {
	bottom: -177px;
}

.inner-hero h1 {
	font-size: 32px;
	line-height: 1.13;
	margin-bottom: 39px;
}

.inner-hero h1 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.inner-hero h1 mark:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 5px;
	z-index: 1;
	background: #f05454;
}

.inner-hero h1 mark.gradient01:before {
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.inner-hero .sub-title {
	margin-bottom: 35px;
	display: block;
}

.inner-hero .btn-list li {
	margin-bottom: 24px;
}

.inner-hero .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.inner-hero .bottom {
	margin-top: -43px;
	position: relative;
	z-index: 1;
}

.inner-hero .bottom .dots {
	position: absolute;
	bottom: 1px;
	left: 327px;
	z-index: -1;
}

.inner-hero .bottom .match {
	position: absolute;
	bottom: -11px;
	z-index: -1;
	right: 335.75px;
}

.inner-hero .bottom .match:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 4px;
	right: 4px;
	background: #07b8a0;
	height: 110px;
}

.inner-hero .bottom .container {
	position: relative;
}

.inner-hero .stats li {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	line-height: 1.6;
	padding: 31px 14px 33px;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
	margin-bottom: 26px;
}

.inner-hero .num {
	font-size: 48px;
	line-height: 1.13;
	font-weight: 700;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #20323c;
	width: 115px;
}

.inner-hero .num _:-ms-fullscreen,
:root .inner-hero .num {
	background: none;
	color: #39b1d2;
}

.inner-hero .text-block {
	width: calc(100% - 115px);
	color: #21323b;
}

section.partners-block {
	margin-bottom: 43px;
}

.block-metrics-w-list {
	text-align: center;
	padding: 5px 0 0;
}

.block-metrics-w-list h1 {
	font-size: 32px;
	line-height: 1.19;
	color: #20323c;
	margin-bottom: 20px;
}

.block-metrics-w-list .img-block {
	position: relative;
	height: 300px;
	width: 100%;
	margin-bottom: 52px;
}

.block-metrics-w-list .img-block .img01 {
	position: absolute;
	bottom: -3px;
	left: 37px;
	z-index: 3;
}

.block-metrics-w-list .img-block .img02 {
	position: absolute;
	top: 50px;
	right: -12px;
	z-index: 2;
	width: 80%;
}

.block-metrics-w-list .img-block .img03 {
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 1;
}


.block-metrics-w-list .text-block {
	font-size: 15px;
	line-height: 1.6;
	color: #21323b;
	text-align: left;
	padding: 0 20px;
}

.block-metrics-w-list .text-block h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 46px;
}

.block-metrics-w-list .text-block .features li {
	position: relative;
	margin-bottom: 32px;
}

.block-metrics-w-list .text-block .features li:before {
	content: "\e900";
	position: absolute;
	top: 5px;
	left: 6px;
	color: #fff;
	z-index: 2;
}

.block-metrics-w-list .text-block .features li:after {
	content: "";
	position: absolute;
	top: -3px;
	left: -2px;
	width: 30px;
	height: 30px;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	z-index: 1;
	border-radius: 50%;
}

.block-metrics-w-list .text-block .title {
	display: block;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 18px;
	line-height: 1.33;
	color: #21323b;
	padding-left: 44px;
	margin-bottom: 19px;
}

.block-metrics-w-list .text-block .btn-list li {
	margin-bottom: 24px;
}

.block-metrics-w-list .text-block .btn {
	min-width: 206px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.more-companies {
	text-align: center;
	padding: 11px 0 83px;
}

.more-companies h2 {
	font-size: 22px;
	line-height: 1.27;
	font-weight: 400;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #20323c;
	margin-bottom: 42px;
}

.more-companies .filter-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px 36px;
}

.more-companies .filter-block .title {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.33;
	color: rgba(32, 50, 60, .7);
	font-weight: 500;
}

.more-companies .filter-block .fake-select {
	position: relative;
	display: inline-block;
}

.more-companies .filter-block .fake-select:before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 188.7' fill='%231ca6cc' xml:space='preserve'%3E %3Cpolygon class='st0' points='270.3,0 153,117.3 35.7,0 0,35.7 153,188.7 306,35.7 '/%3E %3C/svg%3E ");
	width: 9px;
	height: 12px;
	background-size: 100% 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

.more-companies .filter-block select:-ms-expand {
	display: none;
}

.more-companies .filter-block select {
	border: 0;
	display: inline-block;
	padding-right: 14px;
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 227px;
	position: relative;
	color: #1ca6cc;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: right;
	direction: rtl;
}

.more-companies .filter-block select option {
	direction: ltr;
}

.three-cols {
	padding: 0 10px;
}

.three-cols .col {
	box-shadow: 3px 5px 11px rgba(0, 0, 0, .1);
	padding: 30px 29px 32px;
	margin-bottom: 31px;
	text-decoration: none;
	color: rgba(33, 50, 59, .8);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.three-cols .col:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.three-cols .col:hover .link-more {
	text-decoration: none;
	color: #136f89;
}

.three-cols .col:hover .link-more:before {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.three-cols .img-holder {
	height: 162px;
	position: relative;
	margin-bottom: 19px;
}

.three-cols .img-holder .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.three-cols .text-holder {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}

.three-cols .link-logo {
	margin-bottom: 15px;
}

.three-cols p {
	margin-bottom: 32px;
}

.three-cols .link-more {
	font-size: 14px;
	line-height: 1.43;
}

.pi-hero {
	padding: 39px 0;
	text-align: center;
	position: relative;
}

.pi-hero .decor {
	position: absolute;
	top: -127px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1400px;
	height: 586px;
	z-index: -1;
	margin-left: -7px;
}

.pi-hero .container {
	position: relative;
	z-index: 2;
}

.pi-hero .img-block {
	display: inline-block;
	width: 378px;
	margin: 0 -40px 0 0;
}

.pi-hero .text-block {
	color: #20323c;
	font-size: 18px;
	line-height: 1.56;
	position: relative;
}

.pi-hero .text-block:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 852px;
	height: 623px;
	background: url(https://cdn2.hubspot.net/hubfs/120299/pw_website_2019/images/fade-bg.png);
	z-index: -1;
}

.pi-hero .text-block h1 {
	font-size: 32px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 33px;
}

.pi-hero .text-block h1 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.pi-hero .text-block h1 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(112deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-22deg, #ff8f45 0%, #fe5250 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	z-index: 1;
}

.pi-hero .text-block p {
	margin-bottom: 30px;
}

.pi-hero .text-block .btn {
	min-width: 253px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.pi-hero .left-block {
	position: absolute;
	width: 370px;
	top: 104px;
	left: -31px;
}

.pi-hero .right-block {
	position: absolute;
	right: -36px;
	top: -9px;
	width: 334px;
}

.grow-subs {
	position: relative;
}

.grow-subs .decor1 {
	position: absolute;
	left: 0;
	top: -75px;
}

.grow-subs .decor2 {
	position: absolute;
	right: -100px;
	top: -95px;
}

.grow-subs .main-title {
	display: block;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	color: #20323c;
	text-align: center;
	margin-bottom: 90px;
}

.grow-subs .grow-single {
	margin-bottom: 50px;
}

.grow-subs .grow-single.science .text-section h2 mark:before {
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.grow-subs .grow-single .img-section {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto 60px;
}

.grow-subs .grow-single .img-section .chart {
	position: absolute;
	top: 25px;
	left: 0;
}

.grow-subs .grow-single .img-section .bullet {
	width: auto;
	color: #21323b;
	font-size: 14px;
	line-height: 1.59;
	font-weight: 500;
	box-shadow: 0 2px 11px rgba(0, 0, 0, .1);
	display: block;
	background: #fff;
	border-radius: 30px;
	padding: 10px 20px 10px 49px;
	position: absolute;
	letter-spacing: -.015em;
}

.grow-subs .grow-single .img-section .bullet i {
	position: absolute;
	left: 22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.grow-subs .grow-single .img-section .bullet i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	border-radius: 14px;
	background: -webkit-linear-gradient(120deg, #ff8f45 0%, #fe5250 100%);
	background: linear-gradient(-30deg, #ff8f45 0%, #fe5250 100%);
	z-index: -1;
}

.grow-subs .grow-single .img-section .bullet1 {
	top: 0;
	left: 33px;
}

.grow-subs .grow-single .img-section .bullet2 {
	top: 87px;
	right: -18px;
}

.grow-subs .grow-single .img-section .bullet3 {
	left: 55px;
	bottom: -12px;
}

.grow-subs .grow-single .img-section.science {
	padding-top: 300px;
	height: auto;
}

.grow-subs .grow-single .img-section.science .decor {
	position: absolute;
	width: 200px;
	top: 0;
	right: 0;
}

.grow-subs .grow-single .img-section.science .img01 {
	position: absolute;
	z-index: 3;
	top: 150px;
	right: 40px;
	width: 200px;
}

.grow-subs .grow-single .img-section.science .img02 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50px;
	width: 250px;
}

.grow-subs .grow-single .img-section.science .img03 {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 0;
	width: 250px;
}

.grow-subs .grow-single .img-section.science .testimony {
	width: 100%;
	position: static;
	z-index: 5;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .8);
}

.grow-subs .grow-single .img-section.science .testimony .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 14px;
}

.grow-subs .grow-single .img-section.science .testimony .top .img-holder {
	margin-right: 21px;
	width: 80px;
}

.grow-subs .grow-single .img-section.science .testimony .top .text-wrap {
	font-size: 13px;
	line-height: 1.23;
	color: rgba(33, 50, 59, .6);
	text-transform: uppercase;
	display: block;
	padding-bottom: 18px;
	width: calc(100% - 133px);
}

.grow-subs .grow-single .img-section.science .testimony .top .text-wrap .logo-sm {
	margin-bottom: 7px;
}

.grow-subs .grow-single .img-section.science .testimony .title {
	font-size: 30px;
	line-height: 1.13;
	font-weight: 500;
	display: block;
	color: #21323b;
	margin-bottom: 9px;
}

.grow-subs .text-section {
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	padding-bottom: 50px;
}

.grow-subs .text-section h2 {
	font-size: 62px;
	line-height: 1.15;
	color: #20323c;
	margin-bottom: 28px;
}

.grow-subs .text-section h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.grow-subs .text-section h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(112deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-22deg, #ff8f45 0%, #fe5250 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: 1;
}

.grow-subs .text-section .sub-title {
	color: #20323c;
	display: block;
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	margin-bottom: 20px;
}

.grow-subs .text-section p {
	margin-bottom: 22px;
}

.expertise {
	text-align: center;
	padding: 76px 0 52px;
	position: relative;
	z-index: 3;
}

.expertise .heading {
	padding-bottom: 48px;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(32, 50, 60, .6);
}

.expertise h2 {
	font-size: 30px;
	line-height: 1.18;
	font-weight: 400;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 30px;
	color: #20323c;
}

.expertise-list {
	position: relative;
	margin: 0 -3px;
	text-align: left;
}

.expertise-list li {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
	position: relative;
}

.expertise-list li a {
	height: 100%;
	color: rgba(33, 50, 59, .8);
	text-decoration: none;
	display: block;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	padding: 24px 17px 17px;
	position: relative;
}

.expertise-list li a:hover {
	text-decoration: none;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.expertise-list li a:hover .link-more {
	text-decoration: none;
	color: #136f89;
}

.expertise-list li a:hover .link-more:before {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.expertise-list i {
	color: #00b9a1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 18px;
	width: 40px;
	text-align: center;
}

.expertise-list i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 185, 161, .12);
}

.expertise-list h3 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 22px;
	padding-left: 50px;
	color: #21323b;
	position: relative;
}

.expertise-list .link-more {
	font-size: 14px;
}

.block-subscription + .block-team {
	margin-bottom: 50px;
}

.recog-hero {
	padding: 52px 0 85px;
	text-align: center;
	position: relative;
}

.recog-hero .container {
	position: relative;
	z-index: 2;
}

.recog-hero .img-block {
	display: block;
	width: 349px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 34px;
}

.recog-hero .text-block {
	color: #20323c;
	font-size: 18px;
	line-height: 1.56;
	position: relative;
	z-index: 1;
}

.recog-hero .text-block h1 {
	font-size: 30px;
	line-height: 1.33;
	color: #20323c;
	margin-bottom: 29px;
}

.recog-hero .text-block h1 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.recog-hero .text-block h1 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	z-index: 1;
}

.recog-hero .text-block p {
	margin-bottom: 30px;
}

.recog-hero .text-block .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.recog-hero .text-block .decor {
	position: absolute;
	left: -68px;
	bottom: -61px;
	z-index: -1;
}

.recog-hero .img-section {
	position: absolute;
	top: 50%;
	right: -1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 650px;
	margin-top: -46px;
}

.feature-blocks {
	padding: 34px 0;
	position: relative;
}

.feature-blocks .decor-accent {
	position: absolute;
	z-index: -1;
	right: -54px;
	top: 292px;
}

.feature-blocks .title {
	text-align: center;
	font-size: 28px;
	line-height: 1.36;
	font-weight: 400;
	color: #20323c;
	margin-bottom: 20px;
}

.real-talk {
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	padding-bottom: 8px;
}

.real-talk .text-wrap {
	padding-bottom: 35px;
}

.real-talk h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 40px;
}

.real-talk h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.real-talk h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(112deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-22deg, #ff8f45 0%, #fe5250 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: 1;
}

.real-talk .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 34px;
}

.real-talk .img-section {
	height: 400px;
	position: relative;
	margin: 0 auto 46px;
}

.real-talk .img-section .decor {
	position: absolute;
	left: 27px;
	top: 0;
}

.real-talk .img-section .img01 {
	position: absolute;
	bottom: -2px;
	right: 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	z-index: 2;
}

.real-talk .img-section .img02 {
	position: absolute;
	top: 23px;
	right: 38px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	z-index: 3;
}

.real-talk .img-section .img03 {
	position: absolute;
	top: 166px;
	right: 150px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	z-index: 4;
}

.real-talk .img-section .img04 {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

.real-talk .img-section .img05 {
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 1;
}

.real-talk .img-section .code01 {
	position: absolute;
	top: 54px;
	right: 20px;
	z-index: 6;
}

.real-talk .img-section .code02 {
	position: absolute;
	top: 11px;
	right: 300px;
	z-index: 2;
}

.real-talk .img-section .code03 {
	position: absolute;
	z-index: 6;
	bottom: 95px;
	left: 0;
}

.real-talk .errors {
	text-align: left;
	color: #21323b;
	font-size: 18px;
	line-height: 1.28;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 700;
	padding-bottom: 6px;
}

.real-talk .errors li {
	position: relative;
	padding-left: 46px;
	margin-bottom: 33px;
}

.real-talk .errors li i {
	width: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}

.real-talk .errors li i:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: -webkit-linear-gradient(120deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-30deg, #ff8f45 0%, #fe5250 100%);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 50%;
}

.recognized {
	padding: 50px 0;
	text-align: center;
	color: rgba(33, 50, 59, .8);
	font-size: 18px;
	line-height: 1.56;
	position: relative;
	margin-bottom: 55px;
}

.recognized h2 {
	font-size: 46px;
	line-height: 1.14;
	color: #20323c;
	margin-bottom: 35px;
}

.recognized h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.recognized h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: -1;
}

.recognized .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 29px;
}

.recognized .link-more {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recognized .img-block {
	position: relative;
	padding-top: 300px;
}

.recognized .img-block .img01 {
	position: absolute;
	top: 100px;
	right: -7px;
	z-index: 3;
}

.recognized .img-block .img02 {
	position: absolute;
	top: -1px;
	left: 51px;
	z-index: 2;
}

.recognized .img-block .img03 {
	position: absolute;
	top: 26px;
	left: -8px;
}

.recognized .img-block .testimony {
	width: 100%;
	position: static;
	z-index: 5;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .8);
	text-align: left;
}

.recognized .img-block .testimony .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 14px;
}

.recognized .img-block .testimony .top .img-holder {
	margin-right: 21px;
	width: 80px;
}

.recognized .img-block .testimony .top .text-wrap {
	font-size: 13px;
	line-height: 1.23;
	color: rgba(33, 50, 59, .6);
	text-transform: uppercase;
	display: block;
	padding-bottom: 11px;
	width: calc(100% - 133px);
}

.recognized .img-block .testimony .top .text-wrap .logo-sm {
	margin-bottom: 1px;
}

.recognized .img-block .testimony .top .text-wrap .name {
	font-size: 18px;
	line-height: 1.39;
	display: block;
	color: #21323b;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 4px;
}

.recognized .img-block .testimony .title {
	font-size: 30px;
	line-height: 1.13;
	font-weight: 500;
	display: block;
	color: #21323b;
	margin-bottom: 9px;
}

.recognized .img-block .testimony p {
	margin-bottom: 1em;
}

.more-info {
	text-align: center;
	margin-bottom: 129px;
}

.more-info .main-title {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 1.36;
	font-weight: 400;
	margin-bottom: 32px;
}

.more-info .img-block {
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 50px;
}

.more-info .img-block .img01 {
	position: absolute;
	bottom: -6px;
	left: 41px;
	z-index: 3;
}

.more-info .img-block .img02 {
	position: absolute;
	top: 144px;
	right: 2px;
	z-index: 2;
	width: 80%;
}

.more-info .img-block .img03 {
	position: absolute;
	left: -7px;
	top: -5px;
	z-index: 1;
}

.more-info .img-block .decor {
	position: absolute;
	top: 229px;
	left: -11px;
}

.more-info .text-block h2 {
	font-size: 28px;
	line-height: 1.36;
	font-weight: 700;
	margin-bottom: 50px;
	color: #21323b;
}

.more-info .features {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .75);
	text-align: left;
}

.more-info .features li {
	padding-bottom: 37px;
}

.more-info .features li .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-right: 11px;
	text-align: center;
	position: relative;
	background: rgba(0, 185, 161, .12);
	border-radius: 50%;
}

.more-info .title {
	font-size: 18px;
	line-height: 1.17;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 700;
	margin-bottom: 10px;
	color: #21323b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.more-info .title .text {
	display: block;
	width: calc(100% - 53px);
}

.more-info .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.more-details {
	padding-bottom: 10px;
	text-align: center;
}

.more-details .main-title {
	font-size: 26px;
	line-height: 1.46;
	font-weight: 400;
	display: block;
	color: #20323c;
	margin-bottom: 36px;
}

.detail-blocks .single-detail {
	background: rgba(225, 236, 239, .3);
	padding: 51px 30px 50px;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.6;
}

.detail-blocks .num-lg {
	display: block;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: 6px;
}

.detail-blocks .num-lg _:-ms-fullscreen,
:root .detail-blocks .num-lg {
	color: #39b1d2;
	background-image: none;
}

.detail-blocks .sub-title {
	display: block;
	font-size: 24px;
	line-height: 1.33;
	color: #21323b;
	padding: 0 15px 29px;
}

.detail-blocks .bottom-block {
	border-top: 1px solid #e1ecef;
	padding-top: 22px;
}

.logo-block {
	margin-bottom: 31px;
}

.logo-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-block ul li {
	width: 50%;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 35px;
}

.team-section {
	padding: 52px 0 88px;
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
}

.team-section h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 40px;
}

.team-section h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.team-section h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: 1;
}

.team-section .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 34px;
}

.team-section .img-block {
	width: 100%;
	height: 338px;
	position: relative;
}

.team-section .img-block .decor {
	position: absolute;
	top: 48px;
	right: 0;
	width: 100px;
}

.team-section .img-block .img01 {
	position: absolute;
	top: 155px;
	right: -5px;
	z-index: 2;
	width: 60%;
}

.team-section .img-block .img02 {
	position: absolute;
	top: 0;
	left: 2px;
	z-index: 1;
	width: 80%;
}

.team-section .bottom-block {
	text-align: left;
}

.team-section .bottom-block ul li {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	line-height: 1.33;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 700;
	color: #21323b;
	margin-bottom: 36px;
}

.team-section .bottom-block ul li i {
	display: block;
	width: 30px;
	height: 30px;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
}

.team-section .bottom-block ul li i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.retain-hero {
	padding: 57px 0 85px;
	text-align: center;
	position: relative;
}

.retain-hero .container {
	position: relative;
	z-index: 2;
}

.retain-hero .img-block {
	display: block;
	width: 349px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 27px;
}

.retain-hero .text-block {
	color: #20323c;
	font-size: 18px;
	line-height: 1.56;
	position: relative;
	z-index: 1;
}

.retain-hero .text-block h1 {
	font-size: 32px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 29px;
}

.retain-hero .text-block h1 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.retain-hero .text-block h1 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: -5px;
	right: 0;
	height: 3px;
	z-index: 1;
}

.retain-hero .text-block p {
	margin-bottom: 30px;
}

.retain-hero .text-block .btn {
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.recog-hero .text-block .btn {
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.retain-hero .text-block .decor {
	position: absolute;
	left: -68px;
	bottom: -61px;
	z-index: -1;
}

.retain-hero .integrates-with {
	padding-top: 48px;
}

.retain-hero .integrates-with .sub-title {
	display: block;
	font-size: 13px;
	line-height: 1.54;
	font-weight: 400;
	color: #20323c;
	margin-bottom: 9px;
}

.retain-hero .integrates-with ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 510px;
	flex-wrap: wrap;
}

.retain-hero .integrates-with ul li + li {
	margin-left: 24px;
}

.retain-hero .integrates-with ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.retain-hero .img-section {
	position: absolute;
	top: 50%;
	right: -2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 600px;
	margin-top: -7px;
}

.partners-block + .fact-blocks {
	margin-top: -9px;
}

.fact-blocks {
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	position: relative;
}

.fact-blocks .decor-ring {
	position: absolute;
	left: -75px;
	top: -116px;
}

.fact-blocks .title {
	text-align: center;
	font-size: 28px;
	line-height: 1.36;
	font-weight: 400;
	color: #20323c;
	margin-bottom: 20px;
}

.fact01 {
	text-align: center;
	margin-bottom: 60px;
}

.fact01 h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 35px;
}

.fact01 h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.fact01 h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(112deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-22deg, #ff8f45 0%, #fe5250 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 6px;
	z-index: 1;
}

.fact01 .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 23px;
}

.fact01 .img-section {
	position: relative;
	height: 300px;
	width: 100%;
}

.fact01 .img-section .decor {
	position: absolute;
	right: 0;
	top: 60px;
}

.fact01 .img-section .img01 {
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 1;
	max-width: 300px;
}

.fact01 .img-section .img02 {
	position: absolute;
	top: 140px;
	left: -38px;
	z-index: 2;
	width: 80%;
}

.fact01 .img-section .img03 {
	position: absolute;
	top: 230px;
	left: 60px;
	z-index: 3;
	width: 80%;
}

.fact02 {
	text-align: center;
	margin-bottom: 50px;
}

.fact02 h2 {
	font-size: 56px;
	line-height: 1.11;
	color: #20323c;
	margin-bottom: 35px;
}

.fact02 h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.fact02 h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: 1;
}

.fact02 .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 23px;
}

.fact02 p {
	margin-bottom: 42px;
}

.fact02 .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
}

.fact02 .text-section {
	margin-bottom: 50px;
}

.fact02 .img-section {
	position: relative;
	width: 100%;
	padding-top: 340px;
}

.fact02 .img-section .facts-list li {
	position: absolute;
	z-index: 4;
	box-shadow: 0 2px 11px rgba(0, 0, 0, .1);
	border-radius: 30px;
	background: #fff;
	font-size: 17px;
	line-height: 1.47;
	font-weight: 700;
	padding: 11px 18px 11px 50px;
	letter-spacing: -.23px;
}

.fact02 .img-section .facts-list li:before {
	content: "\e900";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 9px;
	width: 29px;
	text-align: center;
	color: #fff;
	z-index: 2;
	font-size: 12px;
	margin-top: 1px;
}

.fact02 .img-section .facts-list li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 9px;
	width: 29px;
	height: 29px;
	border-radius: 15px;
	background-image: -webkit-linear-gradient(124deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-34deg, #39b1d2 0%, #00b9a1 100%);
}

.fact02 .img-section .facts-list li.f01 {
	right: 10px;
	top: 7px;
}

.fact02 .img-section .facts-list li.f02 {
	left: -18px;
	top: 146px;
}

.fact02 .img-section .facts-list li.f03 {
	top: 270px;
	right: 22px;
}

.fact02 .img-section .img01 {
	position: absolute;
	left: -8px;
	top: 7px;
	z-index: 1;
	width: 80%;
}

.fact02 .img-section .img02 {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 2;
}

.fact02 .testimony {
	width: 100%;
	position: static;
	z-index: 5;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .8);
	text-align: left;
}

.fact02 .testimony .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 14px;
}

.fact02 .testimony .top .img-holder {
	margin-right: 21px;
	width: 80px;
}

.fact02 .testimony .top .text-wrap {
	font-size: 13px;
	line-height: 1.23;
	color: rgba(33, 50, 59, .6);
	text-transform: uppercase;
	display: block;
	padding-bottom: 11px;
	width: calc(100% - 133px);
}

.fact02 .testimony .top .text-wrap .logo-sm {
	margin-bottom: 1px;
}

.fact02 .testimony .top .text-wrap .name {
	font-size: 18px;
	line-height: 1.39;
	display: block;
	color: #21323b;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 4px;
}

.fact02 .testimony .title {
	font-size: 30px;
	line-height: 1.13;
	font-weight: 500;
	display: block;
	color: #21323b;
	margin-bottom: 9px;
}

.fact02 .testimony p {
	margin-bottom: 1em;
}

.retain-w-slider {
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	margin-bottom: 50px;
	text-align: center;
}

.retain-w-slider h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 35px;
}

.retain-w-slider h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.retain-w-slider h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(112deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-22deg, #ff8f45 0%, #fe5250 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 6px;
	z-index: 1;
}

.retain-w-slider .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 12px;
}

.retain-w-slider p {
	margin-bottom: 19px;
}

.retain-w-slider .retain-list {
	color: rgba(33, 50, 59, .75);
	text-align: left;
}

.retain-w-slider .retain-list .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}

.retain-w-slider .retain-list .heading .icon-block {
	width: 30px;
	height: 30px;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	border-radius: 50%;
	color: #fff;
	margin-right: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.retain-w-slider .retain-list .heading .title {
	width: calc(100% - 42px);
	display: block;
	font-size: 17px;
	line-height: 1.29;
	font-weight: 700;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #21323b;
}

.retain-w-slider .img-section {
	overflow: hidden;
	position: relative;
	max-width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.retain-w-slider .img-section .decor {
	position: absolute;
	top: 0;
	right: 0;
}

/* Changed img-section for image-with-fade, so that we could keep using .img-section in other places */
.retain-w-slider .image-with-fade:before,
.retain-w-slider .image-with-fade:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background-image: linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	height: 115px;
	top: 0;
	z-index: 3;
}

.retain-w-slider .image-with-fade:after {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	top: auto;
	bottom: 0;
}

.retain-w-slider .v-slider {
	z-index: 2;
	width: 100%;
	max-width: 379px;
	height: 342px;
}

.retain-w-slider .v-slider .r-align {
	float: right;
}

.retain-w-slider .v-slider .slick-list {
	overflow: visible;
	padding: 0 !important;
}

.retain-w-slider .v-slider .slick-slide {
	padding-bottom: 15px;
}

/* Tactical retries section
 *
 *TODO: The whole section of tactical retries should be under the class .tactical-retries.
 * Not only these properties. Or some better way of recycling the .retain-w-slider class should
 * be thought.
 * This was done this way because it was kind of urgent.
 */
.tactical-retries h2 {
	line-height: 1.0 !important;
}

.tactical-retries h2 mark:before {
	max-width: 266px !important;
}
/* End of tactical retries section */

.recover-block {
	text-align: center;
	font-size: 17px;
	line-height: 1.65;
	color: #21323b;
	margin-bottom: 164px;
}

.recover-block .heading {
	padding-bottom: 28px;
	color: rgba(32, 50, 60, .8);
	font-size: 18px;
	line-height: 1.56;
}

.recover-block .main-title {
	font-size: 26px;
	line-height: 1.38;
	font-weight: 400;
	display: block;
	color: #20323c;
	margin-bottom: 20px;
}

.recover-block .sub-title {
	display: block;
	font-weight: 400;
}

.recover-block .recover {
	position: relative;
	background-color: rgba(225, 236, 239, .4);
	padding: 41px 23px 88px;
	text-align: left;
}

.recover-block h2 {
	font-size: 62px;
	line-height: 1.13;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 10px;
}

.recover-block .link-more {
	position: absolute;
	left: 23px;
	bottom: 40px;
	font-size: 13px;
	line-height: 1.54;
}

.class-pass {
	text-align: center;
}

.class-pass .main-title {
	font-size: 28px;
	line-height: 1.36;
	font-weight: 400;
	display: block;
	color: #20323c;
	margin-bottom: 34px;
	padding: 0 20px;
}

.class-pass .text-wrap {
	position: relative;
}

.class-pass h2 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #20323c;
	margin-bottom: 45px;
}

.class-pass .img-block {
	width: 100%;
	height: 500px;
	position: relative;
}

.class-pass .img-block .img01 {
	position: absolute;
	top: 9px;
	left: 4px;
}

.class-pass .img-block .img02 {
	position: absolute;
	top: 150px;
	right: 0;
	width: 80%;
}

.class-pass .img-block .img03 {
	position: absolute;
	left: 0;
	top: 340px;
	width: 80%;
}

.class-pass .class-list {
	color: rgba(33, 50, 59, .75);
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	padding: 35px 0 60px;
}

.class-pass .class-list li {
	padding-bottom: 5px;
}

.class-pass .class-list .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.class-pass .class-list .heading .icon-block {
	width: 30px;
	height: 30px;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.class-pass .class-list .heading .title {
	width: calc(100% - 45px);
	display: block;
	font-size: 17px;
	line-height: 1.29;
	font-weight: 700;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #21323b;
}

.hero-integration {
	padding: 86px 0 36px;
	background: #20323c;
	color: #fff;
	position: relative;
}

.hero-integration:before {
	position: absolute;
	bottom: 0;
	left: -80px;
	right: -18px;
	background: url(https://cdn2.hubspot.net/hubfs/120299/pw_website_2019/images/shape.svg);
	background-size: 100% 100%;
	height: 362px;
	z-index: 1;
}

.hero-integration .decor {
	position: absolute;
	right: -70px;
	top: 328px;
	z-index: 3;
}

.hero-integration .left-block {
	position: relative;
}

.hero-integration .left-block .heart {
	width: 58px;
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #99ffe1;
	border-radius: 50%;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, .2);
	color: #00b9a1;
	margin-left: -55px;
}

.hero-integration .left-block .logo-circle {
	width: 117px;
	height: 117px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	background: #344b5d;
	box-shadow: 3px 4px 16px rgba(0, 0, 0, .2);
	margin-left: 26px;
}

.hero-integration .img-holder {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin: 0 auto 70px;
}

.hero-integration blockquote {
	font-size: 28px;
	line-height: 1.36;
	font-weight: 300;
	display: block;
	padding: 0 20px 38px 30px;
	margin: 0;
	position: relative;
}

.hero-integration blockquote:before {
	content: "“";
	font-size: 100px;
	color: #fff;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	position: absolute;
	top: -60px;
	left: -20px;
}

.hero-integration blockquote q {
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	quotes: none;
	display: block;
	margin-bottom: 25px;
}

.hero-integration blockquote cite {
	display: block;
	font-size: 18px;
	line-height: 1.56;
	font-weight: 500;
	color: rgba(255, 255, 255, .6);
	font-style: normal;
}

.hero-integration .btn-list {
	text-align: center;
}

.hero-integration .btn-list li {
	margin-bottom: 24px;
}

.hero-integration .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	margin: 0 auto;
}

.rtalk-int {
	position: relative;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	text-align: center;
	padding: 68px 0 300px;
	z-index: 3;
}

.rtalk-int h1 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 41px;
}

.rtalk-int h1 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.rtalk-int h1 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(112deg, #ff8f45 0%, #fe5250 100%);
	background-image: linear-gradient(-22deg, #ff8f45 0%, #fe5250 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 6px;
	z-index: 1;
}

.rtalk-int.smchart h1 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 9px;
	z-index: 1;
}

.rtalk-int .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 35px;
}

.rtalk-int .btn-list {
	text-align: center;
	position: absolute;
	bottom: 58px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rtalk-int .btn-list li {
	margin-bottom: 24px;
}

.rtalk-int .btn {
	min-width: 204px;
	font-size: 16px;
	line-height: 1.31;
	padding: 16px 5px;
	margin: 0 auto;
}

.rtalk-int .text-block {
	margin-bottom: 100px;
}

.rtalk-int .img-block .img01 {
	position: relative;
}

.rtalk-int .img-block .img01 > img {
	width: 100%;
}

.rtalk-int .img-block .img01 .img02 {
	position: absolute;
	bottom: 61%;
	right: 28.4%;
}

.rtalk-int .img-block .img01 .img03 {
	position: absolute;
	bottom: 88.8%;
	right: 17.2%;
}

.rtalk-int.smchart .img-block .img01 .img02 {
	position: absolute;
	bottom: 48%;
	right: 30%;
}

.rtalk-int.smchart .img-block .img01 .img03 {
	position: absolute;
	bottom: 88.8%;
	right: 17.2%;
}

.int-metrics-w-list {
	text-align: center;
	padding: 5px 0 60px;
}

.int-metrics-w-list .img-block {
	position: relative;
	height: 400px;
	width: 100%;
	margin-bottom: 52px;
}

.int-metrics-w-list .img-block .decor {
	position: absolute;
	top: 74px;
	right: 22px;
}

.int-metrics-w-list .img-block .img01 {
	position: absolute;
	top: 3px;
	left: -6px;
	width: 80%;
}

.int-metrics-w-list .img-block .img02 {
	position: absolute;
	top: 80px;
	right: 0;
	width: 80%;
}

.int-metrics-w-list .img-block .img03 {
	position: absolute;
	top: 185px;
	left: 18px;
	z-index: 1;
}

.int-metrics-w-list .text-block {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .75);
	text-align: left;
}

.int-metrics-w-list .text-block h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 46px;
}

.int-metrics-w-list .text-block .features {
	padding-bottom: 18px;
}

.int-metrics-w-list .text-block .features li {
	position: relative;
	margin-bottom: 22px;
}

.int-metrics-w-list .text-block .features li:before {
	content: "\e900";
	position: absolute;
	top: 5px;
	left: 6px;
	color: #fff;
	z-index: 2;
}

.int-metrics-w-list .text-block .features li:after {
	content: "";
	position: absolute;
	top: -3px;
	left: -2px;
	width: 30px;
	height: 30px;
	background-image: -webkit-linear-gradient(125deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-35deg, #39b1d2 0%, #00b9a1 100%);
	z-index: 1;
	border-radius: 50%;
}

.int-metrics-w-list .text-block .title {
	display: block;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 18px;
	line-height: 1.33;
	color: #21323b;
	padding-left: 44px;
	margin-bottom: 14px;
}

.int-metrics-w-list .text-block .btn-list {
	text-align: center;
}

.int-metrics-w-list .text-block .btn-list li {
	margin-bottom: 24px;
}

.int-metrics-w-list .text-block .btn {
	min-width: 206px;
	font-size: 16px;
	line-height: 1.31;
	padding: 16px 5px;
}

.partners-block + .more-details {
	padding-top: 26px;
	padding-bottom: 117px;
}

.more-details .btn-list {
	text-align: center;
}

.more-details .btn-list li {
	margin-bottom: 24px;
}

.more-details .btn {
	min-width: 206px;
	font-size: 16px;
	line-height: 1.31;
	padding: 16px 5px;
}

.app-section {
	text-align: center;
	padding: 50px 0;
}

.app-section .container {
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}

.app-section .container:after {
	left: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 200px;
	background-color: rgba(225, 236, 239, .7);
	content: "";
	z-index: -1;
}

.app-section p {
	margin-bottom: 26px;
}

.app-section h2 {
	font-size: 32px;
	line-height: 1.13;
	margin-bottom: 28px;
	color: #20323c;
}

.app-section .btn {
	min-width: 155px;
}

.app-section .phone {
	max-width: 284px;
	margin: 0 auto 30px;
}

.app-section .btn {
	display: inline-block;
}

.access-section {
	text-align: center;
	padding: 50px 0;
	font-size: 18px;
	line-height: 1.56;
}

.access-section .title {
	display: block;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #20323c;
}

.access-section h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 32px;
}

.access-section h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.access-section h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: 1;
}

.access-section .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 34px;
}

.access-section .image-hold {
	height: 295px;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}

.access-section .image-hold .img {
	position: absolute;
}

.access-section .image-hold img {
	width: 100%;
}

.access-section .image-hold .access-01 {
	width: 78px;
	top: 69px;
	left: -9px;
}

.access-section .image-hold .access-02 {
	width: 76px;
	left: 28%;
	top: 13px;
}

.access-section .image-hold .access-03 {
	width: 101px;
	bottom: 34px;
	left: 9%;
}

.access-section .image-hold .access-04 {
	width: 70px;
	bottom: 115px;
	left: 45%;
}

.access-section .image-hold .access-05 {
	width: 102px;
	right: -2%;
	top: 64px;
}

.access-section .image-hold .access-06 {
	width: 51px;
	right: 15%;
	bottom: 42px;
}

.metrics-hero {
	padding: 77px 0 47px;
	text-align: center;
	position: relative;
}

.metrics-hero + section.partners-block {
	margin-bottom: 74px;
}

.metrics-hero .container {
	position: relative;
	z-index: 2;
}

.metrics-hero .img-block {
	display: block;
	width: 349px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 22px;
}

.metrics-hero .text-block {
	color: #20323c;
	font-size: 18px;
	line-height: 1.56;
	position: relative;
	z-index: 1;
}

.metrics-hero .text-block h1 {
	font-size: 32px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 29px;
}

.metrics-hero .text-block h1 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.metrics-hero .text-block h1 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	z-index: 1;
}

.metrics-hero .text-block p {
	margin-bottom: 35px;
}

.metrics-hero .text-block .decor {
	position: absolute;
	left: -69px;
	bottom: -34px;
	z-index: -1;
}

.metrics-hero .btn-list {
	text-align: center;
}

.metrics-hero .btn-list li {
	margin-bottom: 24px;
}

.metrics-hero .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	margin: 0 auto;
}

.metrics-hero .img-section {
	position: absolute;
	top: 50%;
	right: 0;
	width: 650px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 10px;
}

.integration {
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 1.56;
	color: #20323c;
	padding-bottom: 50px;
}

.integration h2 {
	font-size: 30px;
	line-height: 1.33;
	font-weight: 700;
	color: #20323c;
	margin-bottom: 27px;
}

.integration p {
	margin-bottom: 30px;
}

.integration .img-section {
	position: relative;
	width: 100%;
	height: 400px;
}

.integration .img-section .facts-list li {
	position: absolute;
	z-index: 4;
	box-shadow: 0 2px 11px rgba(0, 0, 0, .1);
	border-radius: 30px;
	background: #fff;
	font-size: 15px;
	line-height: 1.47;
	font-weight: 500;
	padding: 11px 18px 11px 50px;
	letter-spacing: -.23px;
}

.integration .img-section .facts-list li:before {
	content: "\e900";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 9px;
	width: 29px;
	text-align: center;
	color: #fff;
	z-index: 2;
	font-size: 12px;
	margin-top: 1px;
}

.integration .img-section .facts-list li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 9px;
	width: 29px;
	height: 29px;
	border-radius: 15px;
	background-image: -webkit-linear-gradient(124deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-34deg, #39b1d2 0%, #00b9a1 100%);
}

.integration .img-section .facts-list li.f01 {
	left: -4px;
	top: 12px;
}

.integration .img-section .facts-list li.f02 {
	right: 7px;
	top: 62px;
}

.integration .img-section .facts-list li.f03 {
	top: 314px;
	left: 26px;
}

.integration .img-section .img01 {
	position: absolute;
	top: 0;
	left: 10px;
}

.integration .img-section .img02 {
	position: absolute;
	right: 20px;
	top: 93px;
}

.integration .img-section .img03 {
	position: absolute;
	left: 5px;
	top: 144px;
}

.integration .logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.integration .logo-list li {
	width: calc(50% - 8px);
	text-align: center;
	padding: 0 10px;
	margin-bottom: 23px;
}

.segment {
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	padding: 0 0 50px;
}

.segment .main-title {
	font-size: 26px;
	line-height: 1.38;
	font-weight: 400;
	display: block;
	color: #20323c;
	margin-bottom: 20px;
}

.segment .img-section {
	width: 100%;
	height: 350px;
	position: relative;
}

.segment .img-section .img01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
}

.segment .img-section .img02 {
	position: absolute;
	top: 152px;
	left: 54px;
}

.segment .img-section .img03 {
	position: absolute;
	top: 52px;
	right: 0;
	width: 80%;
}

.segment .img-section .img04 {
	position: absolute;
	bottom: 0;
	left: 17px;
}

.segment h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 35px;
}

.segment h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.segment h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: 1;
}

.segment .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 23px;
}

.segment .btn-list {
	text-align: center;
	padding-top: 30px;
}

.segment .btn-list li {
	margin-bottom: 24px;
}

.segment .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	margin: 0 auto;
}

.acquisition {
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	padding-bottom: 100px;
}

.acquisition .container {
	position: relative;
}

.acquisition .main-title {
	font-size: 26px;
	line-height: 1.38;
	font-weight: 400;
	display: block;
	color: #20323c;
	margin-bottom: 20px;
}

.acquisition .img-section {
	margin-bottom: 100px;
	width: 100%;
	text-align: left;
}

.acquisition .img01 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 80%;
}

.acquisition .img01 .decor {
	position: absolute;
	width: 100px;
	left: -30px;
	z-index: -1;
}

.acquisition .img01 .img03 {
	position: absolute;
	width: 150px;
	height: auto;
	top: 69.2%;
	left: 74.6%;
}

.acquisition .img01 .img02 {
	position: absolute;
	top: 120px;
	left: -10px;
	width: 200px;
}

.acquisition .text-section {
	width: 100%;
}

.acquisition h2 {
	font-size: 52px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 35px;
}

.acquisition h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.acquisition h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 6px;
	z-index: 1;
}

.acquisition .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 18px;
}

.revenue {
	text-align: center;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	padding-bottom: 50px;
}

.revenue h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 35px;
}

.revenue h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.revenue h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 6px;
	z-index: 1;
}

.revenue .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 23px;
}

.revenue .btn-list {
	text-align: center;
}

.revenue .btn-list li {
	margin-bottom: 24px;
}

.revenue .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	margin: 0 auto;
}

.revenue .img-section {
	position: relative;
	width: 100%;
	height: 400px;
}

.revenue .img-section .img01 {
	position: absolute;
	top: 0;
	right: 27px;
	width: 80%;
}

.revenue .img-section .img02 {
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 2;
	width: 80%;
}

.revenue .img-section .img03 {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 3;
	width: 80%;
}

.retention {
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	padding-bottom: 50px;
}

.retention .decor {
	position: absolute;
	top: -250px;
	left: 50%;
	margin: 0 0 0 -78px;
	-webkit-transform: translateX(-50%) translateY(30px);
	-ms-transform: translateX(-50%) translateY(30px);
	transform: translateX(-50%) translateY(30px);
}

.retention .decor.in-viewport {
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

.retention h2 {
	font-size: 62px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 35px;
}

.retention h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.retention h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(48deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 6px;
	z-index: 1;
}

.retention .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 23px;
}

.retention .img-section {
	width: 100%;
	padding-top: 400px;
	position: relative;
}

.retention .img-section .img01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
}

.retention .img-section .img02 {
	position: absolute;
	top: 95px;
	right: 0;
	width: 80%;
}

.retention .img-section .img03 {
	position: absolute;
	top: 158px;
	left: -21px;
	width: 80%;
}

.retention .testimony {
	width: 100%;
	position: static;
	z-index: 5;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .8);
	text-align: center;
}

.retention .testimony .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.retention .testimony .top .img-holder {
	margin-right: 21px;
	width: 80px;
}

.retention .testimony .top .text-wrap {
	font-size: 13px;
	line-height: 1.23;
	color: rgba(33, 50, 59, .6);
	text-transform: uppercase;
	display: block;
	width: calc(100% - 133px);
}

.retention .testimony .top .text-wrap .logo-sm {
	margin-bottom: 1px;
	padding: 0 24px 3px 0;
}

.retention .testimony .top .text-wrap .name {
	font-size: 18px;
	line-height: 1.39;
	display: block;
	color: #21323b;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 4px;
}

.retention .testimony .title {
	font-size: 30px;
	line-height: 1.13;
	font-weight: 500;
	display: block;
	color: #21323b;
	margin-bottom: 9px;
}

.retention .testimony p {
	margin-bottom: 1em;
}

.engagement {
	position: relative;
	font-size: 18px;
	line-height: 1.56;
	color: rgba(33, 50, 59, .8);
	padding-bottom: 50px;
}

.engagement .decor {
	position: absolute;
	top: -250px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 0 0 -78px;
}

.engagement h2 {
	font-size: 45px;
	line-height: 1.13;
	color: #20323c;
	margin-bottom: 35px;
}

.engagement h2 mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	color: inherit;
}

.engagement h2 mark:before {
	content: "";
	background-image: -webkit-linear-gradient(48deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(42deg, #39b1d2 0%, #00b9a1 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 6px;
	z-index: 1;
}

.engagement .sub-title {
	font-size: 30px;
	line-height: 1.27;
	font-weight: 400;
	color: #20323c;
	display: block;
	margin-bottom: 23px;
}

.engagement .btn-list {
	text-align: center;
}

.engagement .btn-list li {
	margin-bottom: 24px;
}

.engagement .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	margin: 0 auto;
}

.engagement .text-section {
	position: relative;
	z-index: 1;
	text-align: center;
}

.engagement .img-section {
	width: 100%;
	padding-top: 400px;
	position: relative;
}

.engagement .img-section .img01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
}

.engagement .img-section .img02 {
	position: absolute;
	top: 95px;
	right: 0;
	width: 80%;
}

.engagement .img-section .img03 {
	position: absolute;
	top: 158px;
	left: 0;
	width: 80%;
}

.engagement .testimony {
	width: 100%;
	position: static;
	z-index: 5;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 50, 59, .8);
	text-align: center;
}

.engagement .testimony .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 10px;
}

.engagement .testimony .top .img-holder {
	margin-right: 21px;
	width: 80px;
}

.engagement .testimony .top .text-wrap {
	font-size: 13px;
	line-height: 1.23;
	color: rgba(33, 50, 59, .6);
	text-transform: uppercase;
	display: block;
	padding-bottom: 23px;
	width: calc(100% - 133px);
}

.engagement .testimony .top .text-wrap .logo-sm {
	margin-bottom: 1px;
	padding: 0 24px 3px 0;
}

.engagement .testimony .top .text-wrap .name {
	font-size: 18px;
	line-height: 1.39;
	display: block;
	color: #21323b;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 4px;
}

.engagement .testimony .title {
	font-size: 30px;
	line-height: 1.13;
	font-weight: 500;
	display: block;
	color: #21323b;
	margin-bottom: 9px;
}

.engagement .testimony p {
	margin-bottom: 1em;
}

.footer {
	border-top: 2px solid rgba(224, 230, 233, .6);
	padding: 28px 0;
}

.footer .logo {
	display: inline-block;
	vertical-align: top;
	width: 28px;
	margin-bottom: 18px;
}

.footer .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -7px 11px;
}

.footer .social-networks li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 7px 14px;
}

.footer .social-networks a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 50%;
	background: #00b9a1;
}

.footer .social-networks a:hover,
.footer .social-networks a:focus {
	text-decoration: none;
	background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.footer .copyright {
	color: #70878e;
	font-size: 12px;
}

.footer .copyright a {
	color: inherit;
}

.footer .copyright a:hover {
	text-decoration: none;
	color: #00b9a1;
}

.footer-align-l {
	margin-bottom: 26px;
	text-align: center;
}

.footer-align-l .text-holder {
	color: #20323c;
	font-size: 20px;
	line-height: 1.35;
	padding-bottom: 17px;
}

.footer-align-r h4 {
	font-size: 12px;
	line-height: 1.3333;
	letter-spacing: .82px;
	text-transform: uppercase;
	color: #20323c;
	margin-bottom: 12px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-columns {
	text-align: center;
	margin-bottom: -4px;
}

.footer-col {
	padding-bottom: 22px;
}

.footer-nav ul {
	font-size: 14px;
	line-height: 1.43;
}

.footer-nav li {
	padding-bottom: 8px;
}

.footer-nav a {
	color: #70878e;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.footer-nav a:hover {
	text-decoration: none;
	color: #00b9a1;
}

.social-wrapper {
	border-top: 2px solid #e0e6e9;
	padding-top: 38px;
	text-align: center;
}

@media screen and (min-width: 365px) {
	.pi-hero .text-block {
		padding: 0 15px;
	}

	.recog-hero .text-block {
		padding: 0 15px;
	}

	.retain-hero .text-block {
		padding: 0 15px;
	}

	.metrics-hero .text-block {
		padding: 0 15px;
	}
}

@media screen and (min-width: 375px) {
	.block-info {
		padding: 49px 19px 35px;
	}

	.block-tools .text-wrap {
		padding: 0 20px;
	}

	.team-cols .text-block {
		padding: 0 20px;
	}

	.block-subscription h2 {
		font-size: 48px;
		line-height: 1.04;
		letter-spacing: -1px;
	}

	.grow-subs .grow-single .img-section {
		max-width: 400px;
		height: 250px;
	}

	.grow-subs .grow-single .img-section.science .testimony {
		min-width: 80vw;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.grow-subs .grow-single .img-section.science .testimony .top .img-holder {
		width: 142px;
	}

	.grow-subs .grow-single .img-section.science .testimony .top .text-wrap {
		width: calc(100% - 187px);
		padding-bottom: 34px;
	}

	.grow-subs .text-section {
		padding: 0 15px 50px;
	}

	.expertise .heading {
		padding: 0 20px 48px;
	}

	.real-talk .text-wrap {
		padding: 0 15px 35px;
	}

	.real-talk .bottom {
		padding: 0 18px;
	}

	.recognized .text-block {
		padding: 0 18px;
	}

	.recognized h2 {
		font-size: 56px;
		line-height: 1.14;
	}

	.recognized .img-block {
		max-width: 380px;
		margin: 0 auto;
	}

	.recognized .img-block .testimony {
		min-width: 80vw;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.recognized .img-block .testimony .top .img-holder {
		width: 142px;
	}

	.recognized .img-block .testimony .top .text-wrap {
		width: calc(100% - 187px);
		padding-bottom: 34px;
	}

	.more-info .img-block {
		width: 334px;
		margin: 0 auto 50px;
	}

	.more-info .text-block {
		padding: 0 15px;
	}

	.more-info .features {
		padding: 0 12px;
	}

	.more-details .main-title {
		padding: 0 15px;
	}

	.team-section .text-block {
		padding: 0 20px;
	}

	.team-section .img-block {
		width: 331px;
		margin: 0 auto;
	}

	.team-section .bottom-block {
		padding: 0 20px;
	}

	.fact01 {
		padding: 0 20px;
	}

	.fact01 .img-section {
		max-width: 500px;
		margin: 0 auto;
	}

	.fact02 .text-section {
		padding: 0 20px;
	}

	.fact02 .img-section {
		max-width: 500px;
		margin: 0 auto;
	}

	.fact02 .testimony {
		width: 339px;
		min-width: 80vw;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.fact02 .testimony .top .img-holder {
		width: 142px;
	}

	.fact02 .testimony .top .text-wrap {
		width: calc(100% - 187px);
		padding-bottom: 34px;
	}

	.recover-block .heading {
		padding: 0 20px 28px;
	}

	.class-pass .img-block {
		width: 339px;
		margin: 0 auto;
	}

	.class-pass .class-list {
		padding: 35px 20px 60px;
	}

	.hero-integration blockquote {
		padding: 0 40px 38px 50px;
	}

	.hero-integration blockquote:before {
		left: 0;
	}

	.rtalk-int .text-block {
		padding: 0 20px;
	}

	.int-metrics-w-list .img-block {
		max-width: 500px;
		margin: 0 auto 52px;
	}

	.int-metrics-w-list .text-block {
		padding: 0 20px;
	}

	.segment .img-section {
		max-width: 500px;
		margin: 0 auto;
	}

	.segment .text-section {
		padding: 0 20px;
	}

	.acquisition .img-section {
		max-width: 500px;
		margin: 0 auto 81px;
	}

	.acquisition h2 {
		font-size: 62px;
	}

	.revenue .text-section {
		padding: 0 20px;
	}

	.revenue .img-section {
		max-width: 500px;
		margin: 0 auto;
	}

	.retention .text-section {
		padding: 0 20px;
	}

	.retention .img-section {
		max-width: 500px;
		margin: 0 auto;
	}

	.retention .testimony {
		width: 339px;
		min-width: 80vw;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.retention .testimony .top .img-holder {
		width: 142px;
	}

	.retention .testimony .top .text-wrap {
		width: calc(100% - 187px);
	}

	.engagement h2 {
		font-size: 52px;
	}

	.engagement .text-section {
		padding: 0 20px;
	}

	.engagement .img-section {
		max-width: 500px;
		margin: 0 auto;
	}

	.engagement .testimony {
		width: 339px;
		min-width: 80vw;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.engagement .testimony .top .img-holder {
		width: 142px;
	}

	.engagement .testimony .top .text-wrap {
		width: calc(100% - 187px);
		padding-bottom: 34px;
	}

	.footer-align-l .text-holder {
		padding: 0 40px 17px;
	}
}

@media screen and (min-width: 400px) {
	.real-talk .img-section {
		width: 369px;
	}
}

@media screen and (min-width: 420px) {
	.block-metrics-w-list .img-block {
		height: 380px;
	}

	.int-metrics-w-list .img-block {
		height: 380px;
	}
}

@media (min-width: 480px) {
	.app-section .phone {
		max-width: 160px;
	}
}

@media screen and (min-width: 480px) {
	.partners-block ul:not(.line) {
		margin: 0 -20px;
	}

	.partners-block ul:not(.line) li {
		width: auto;
		padding: 0 20px 25px;
	}

	.partners-block ul li {
		padding: 0 20px 45px;
	}

	.integration .img-section {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.block-subscription .left-block{
		padding-top:20px;
	}

	.block-subscription .right-block{
		padding-left:0px;
	}
}

@media screen and (min-width: 550px) {
	.block-metrics .right-block {
		height: 400px;
	}

	.block-metrics .right-block .img01 {
		bottom: -30px;
	}

	.block-metrics .right-block .img03 {
		top: 110px;
	}
}

@media screen and (min-width: 768px) {
	.hero-section {
		padding-top: 80px;
	}

	.hero-section h1 {
		font-size: 50px;
		margin-bottom: 42px;
	}

	.link-more {
		font-size: 14px;
		line-height: 1.43;
	}

	.partners-block ul:not(.line) {
		margin: 0 -42px;
	}

	.partners-block ul:not(.line) li {
		padding: 0 31px 34px;
	}

	.partners-block ul li {
		padding: 0 31px 34px;
	}


	.block-metrics-w-list.subecom-list .img-block .img01 {
		position: absolute;
		bottom: -10px;
		left: 40px;
		z-index: 2;
		width: 55%;
	}

	.block-metrics-w-list.subecom-list .img-block .img02 {
		position: absolute;
		top: 70px;
		right: 0px;
		z-index: 3;
		width: 58%;
	}

	.block-metrics-w-list.subecom-list .img-block .img03 {
		position: absolute;
		top: -50px;
		left: -10px;
		z-index: 1;
		width: 70%;
	}

	.block-metrics-w-list.subecom-list .img-block .img04 {
		position: absolute;
		bottom: -65px;
		right: 20px;
		z-index: 4;
		width: 50%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img01 {
		position: absolute;
		bottom: -10px;
		left: 40px;
		z-index: 2;
		width: 55%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img02 {
		position: absolute;
		top: 70px;
		right: 0px;
		z-index: 3;
		width: 58%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img03 {
		position: absolute;
		top: -50px;
		left: -10px;
		z-index: 1;
		width: 70%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img04 {
		position: absolute;
		bottom: -65px;
		right: 20px;
		z-index: 4;
		width: 50%;
	}
/**
	.block-intro {
		font-size: 15px;
		line-height: 1.6;
		background-image: url('https://cdn2.hubspot.net/hubfs/120299/recur2019/images/footerbg.svg');
		background-size: 80%;
		background-position: bottom;
		background-repeat: repeat-x;
	}
*/
	.block-intro .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 1000px;
	}

	.block-intro .text-block {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-right: 20px;
		margin-bottom: 0;
	}

	.block-intro h2 {
		text-align: left;
		font-size: 40px;
		line-height: 1.25;
		/* margin-bottom: 18px; */
	}

	.block-intro .text-wrap {
		max-width: 400px;
	}

	.block-intro p {
		margin-bottom: 19px;
	}

	.block-intro .img-block {

		width: 100%;
		/* margin: 8px 3px 0 0; */
	}

	.block-info {
		font-size: 15px;
		line-height: 1.6;
	}

	.block-info .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block-info .left-block {
		text-align: right;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-right: 90px;
		margin-bottom: 7px;
		overflow: visible;
	}

	.block-info .left-block:before {
		left: calc(100% - 46px);
		height: 249px;
		width: 9px;
		bottom: auto;
		background-image: -webkit-linear-gradient(132deg, #39b1d2 0%, #00b9a1 100%);
		background-image: linear-gradient(-42deg, #39b1d2 0%, #00b9a1 100%);
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -16px;
	}

	.block-info p {
		margin-bottom: 24px;
	}

	.block-info .right-block {
		width: 330px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.block-info .decor-block {
		padding: 112px 0;
	}

	.block-tools h2 {
		font-size: 44px;
		line-height: 1.14;
		color: #21323b;
		margin-bottom: 44px;
	}

	.block-tools h2 mark {
		color: #21323b;
	}

	.block-tools .text-wrap {
		max-width: 800px;
		margin: 0 auto;
	}

	.block-metrics .right-block {
		height: 445px;
		width: 732px;
		margin: 0 auto;
	}

	.block-metrics .right-block .img01 {
		bottom: 0;
		right: 40px;
		width: 300px;
	}

	.block-metrics .right-block .img02 {
		width: 600px;
	}

	.block-metrics .right-block .img03 {
		top: 70px;
		width: 440px;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img01 {
		position: absolute;
		bottom: 35px;
		left: -50px;
		z-index: 3;
		width:63%;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img02 {
		position: absolute;
		top: 100px;
		right: -45px;
		z-index: 2;
		width: 60%;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img03 {
		position: absolute;
		top: 15px;
		left: 8px;
		z-index: 1;
		width: 70%;
	}



	.block-join {
		padding: 30px 0 47px;
	}

	.block-join .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1008px;
	}

	.block-join .left-block {
		width: 250px;
		margin: 0;
	}

	.block-join h2 {
		font-size: 56px;
		line-height: 1.07;
		margin-bottom: 23px;
	}

	.block-join p {
		margin-bottom: 23px;
	}

	.block-join .btn {
		position: relative;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		min-width: 214px;
		bottom: auto;
	}

	.block-join .right-block {
		width: calc(100% - 250px);
		padding-left: 15px;
	}

	.block-join .right-block ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 55px;
		margin: 0 -28px;
	}

	.block-join .right-block ul li {
		width: auto;
		padding: 0;
		margin: 0 28px 35px;
	}

	.block-team .heading .title {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 51px;
	}

	.team-cols .text-block h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 19px;
	}

	.team-cols .text-block p {
		margin-bottom: 22px;
	}

	.block-subscription .block-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 25px 21px 5px;
	}

	.block-subscription .left-block {
		width: 50.7%;
		padding-right: 20px;
	}

	.block-subscription h2 {
		letter-spacing: 0;
	}

	.block-subscription .link-more {
		position: relative;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		bottom: auto;
		max-width: none;
		font-size: 13px;
	}

	.block-subscription .right-block {
		width: 49.3%;
		margin-top: -3px;
	}

	.block-subscription .video-block .img-holder {
		width: 169px;
	}

	.block-testimonials .logo-block li {
		width: auto;
		padding: 0 30px 26px;
	}

	.cta-block {
		margin-bottom: 57px;
		text-align: left;
	}

	.cta-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cta-block .cta-text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 25px;
	}

	.cta-btn-list {
		max-width: 471px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 471px;
		flex: 0 0 471px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -15px -16px;
	}

	.cta-btn-list li {
		width: 50%;
		padding: 0 15px 16px;
	}

	.inner-hero h1 mark {
		color: #fff;
	}

	.block-metrics-w-list .img-block {
		width: 500px;
		margin: 0 auto;
	}

	.pi-hero .text-block h1 mark {
		color: #21323b;
	}

	.grow-subs .text-section h2 mark {
		color: #21323b;
	}

	.expertise .heading {
		padding-bottom: 74px;
	}

	.expertise-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.expertise-list li {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}

	.expertise-list li a {
		padding-bottom: 47px;
	}

	.expertise-list .link-more {
		position: absolute;
		bottom: 25px;
		left: 17px;
	}

	.recog-hero .text-block h1 mark {
		color: #21323b;
	}

	.real-talk h2 mark {
		color: #21323b;
	}

	.recognized h2 mark {
		color: #21323b;
	}

	.more-info .features {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -14px;
	}

	.more-info .features li {
		position: relative;
		width: calc(50% - 15px);
		padding-bottom: 32px;
	}

	.team-section h2 mark {
		color: #21323b;
	}

	.retain-hero .text-block h1 mark {
		color: #21323b;
	}

	.fact01 h2 mark {
		color: #21323b;
	}

	.fact02 h2 mark {
		color: #21323b;
	}

	.retain-w-slider h2 mark {
		color: #21323b;
	}

	.class-pass .class-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.class-pass .class-list li {
		width: calc(50% - 15px);
	}

	.rtalk-int h1 mark {
		color: #21323b;
	}

	.int-metrics-w-list .img-block {
		max-width: none;
		width: 500px;
		height: 500px;
		margin: 0 auto;
	}

	.int-metrics-w-list .text-block .features {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.int-metrics-w-list .text-block .features li {
		width: 45%;
	}

	.access-section h2 mark {
		color: #21323b;
	}

	.metrics-hero .text-block h1 mark {
		color: #21323b;
	}

	.integration .logo-list li {
		width: 33%;
		padding: 0 5px;
		margin-bottom: 18px;
	}

	.integrates-with li {
		margin-bottom: 18px;
		line-height: 1.3;
	}

	.segment h2 mark {
		color: #21323b;
	}

	.acquisition h2 mark {
		color: #21323b;
	}

	.revenue h2 mark {
		color: #21323b;
	}

	.retention h2 mark {
		color: #21323b;
	}

	.engagement h2 {
		font-size: 62px;
	}

	.engagement h2 mark {
		color: #21323b;
	}

	.footer {
		padding: 72px 0 30px;
	}

	.footer .logo {
		margin-bottom: 7px;
	}

	.footer .social-networks {
		margin-bottom: -14px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.footer .copyright {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 32px;
		text-align: right;
	}

	.footer-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-align-l {
		max-width: 240px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 240px;
		flex: 0 0 240px;
		text-align: left;
	}

	.footer-align-l .text-holder {
		font-size: 20px;
		line-height: 1.5;
		padding: 0;
	}

	.footer-align-r {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 2px 0 0 46px;
	}

	.footer-align-r h4 {
		margin-bottom: 21px;
	}

	.footer-columns {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px;
	}

	.footer-col {
		width: 25%;
		padding: 0 25px 53px;
	}

	.social-wrapper {
		padding-top: 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}

	.hero-section {
		padding-top: 240px;
		padding-bottom: 126px;
	}

	.hero-section h1 {
		font-size: 65px;
	}

	.hero-section h1 mark {
		position: relative;
	}

	.hero-section h1 mark:before {
		content: "";
		position: absolute;
		bottom: 0;
		height: 7px;
		left: 0;
		right: 0;
		background-image: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
		background-image: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
	}

	.hero-section .sub-title {
		font-size: 28px;
		line-height: 1.25;
		font-weight: 300;
		max-width: 700px;
		margin: 0 auto 42px;
	}

	.hide-on-desktop {
		display: none;
	}

	.hide-on-mobile {
		display: block;
	}


	.fade-from-top {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
		-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	}

	.in-viewport .fade-from-top {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.fade-from-bottom {
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
		-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	}

	.in-viewport .fade-from-bottom {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.fade-from-right {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
		-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	}

	.in-viewport .fade-from-right {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.fade-from-left {
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
		-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	}

	.in-viewport .fade-from-left {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.grow-in {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
		-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	}

	.in-viewport .grow-in {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.text-fade-up {
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
		-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
		transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out, opacity .5s ease-in-out;
		transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	}

	.text-fade-up.in-viewport {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.text-fade-up + .text-fade-up {
		-webkit-transition-delay: .15s;
		transition-delay: .15s;
	}

	.header {
		padding: 28px 0;
	}

	.header.fixed-position,
	.header.bg-white {
		padding: 25px 0;
	}

	.nav-opener {
		display: none;
	}

	.nav {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		opacity: 1;
		visibility: visible;
		padding: 0;
		margin-top: -6px;
		background: transparent;
		font-size: 13px;
		line-height: 1.54;
	}

	.nav > ul:before {
		content: none;
	}

	.nav > ul > li {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}

	.nav > ul > li + li {
		margin-left: 13px;
	}

	.nav > ul > li + li:before {
		content: none;
	}

	.nav > ul > li > a:not(.btn) {
		padding: 0 31px 0 0;
	}

	.nav > ul > li > .btn {
		margin: 0;
	}

	.nav > ul > li.hover .slide {
		opacity: 1;
		visibility: visible;
		top: calc(100% + 17px);
	}

	.nav > ul > li.hover .opener {
		color: #00b9a1;
	}

	.nav > ul > li.active .slide {
		opacity: 1;
		visibility: visible;
		top: calc(100% + 17px);
	}

	.nav > ul > li:hover .opener {
		color: #00b9a1;
	}

	.nav > ul > li:focus-within .slide {
		opacity: 1;
		visibility: visible;
		top: calc(100% + 17px);
	}

	.nav > ul > li:focus-within .slide .opener {
		color: #00b9a1;
	}

	.nav > ul > li:focus-within .slide .opener:before {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
		background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 188.7' fill='%2300b9a1' xml:space='preserve'%3E %3Cpolygon class='st0' points='270.3,0 153,117.3 35.7,0 0,35.7 153,188.7 306,35.7 '/%3E %3C/svg%3E ");
	}

	.nav > ul > li > .opener {
		display: block;
	}

	.nav > ul .slide {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		top: -100vh;
		left: 0;
		background: #fff;
		z-index: 5;
	}

	.nav > ul .slide.product {
		left: -230px;
	}

	.nav > ul .slide.solutions {
		left: -187px;
	}

	.nav > ul .slide.integrations {
		left: -172px;
	}

	.nav > ul .slide.resources {
		left: -264px;
	}

	.nav > ul .slide:before {
		content: "";
		position: absolute;
		top: -17px;
		left: 0;
		right: 0;
		height: 17px;
	}

	.drop-products {
		width: 626px;
		border-radius: 4px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.drop-products .feature {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.drop-products .feature .desc {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.drop-products .links-list {
		width: 50%;
		border-left: 1px solid rgba(224, 230, 233, .6);
	}

	.drop-general {
		width: 467px;
		border-radius: 4px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	}

	.drop-general.drop-solutions .bottom .text {
		text-align: right;
	}

	.drop-general.drop-integrations {
		width: 431px;
	}

	.drop-general.drop-integrations .bottom .text {
		padding-left: 19px;
	}

	.drop-general.drop-resources {
		width: 626px;
	}

	.drop-general.drop-resources .col {
		padding: 25px 28px 2px;
	}

	.drop-general.drop-resources li p {
		display: block;
	}

	.drop-general .top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.drop-general .col {
		padding: 25px 28px 16px;
		width: 50%;
	}

	.drop-general .col + .col {
		border-left: 1px solid rgba(224, 230, 233, .6);
	}

	.drop-general .title {
		display: block;
	}

	.drop-general ul {
		font-size: 13px;
		line-height: 1.54;
		color: rgba(33, 50, 59, .6);
	}

	.drop-general ul li {
		margin-bottom: 8px;
	}

	.drop-general ul a {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 500;
		color: #21323b !important;
	}

	.drop-general .bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.drop-general .bottom .title-block {
		margin-bottom: 0;
	}

	.drop-general .bottom .text {
		padding-left: 10px;
	}

	.form-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 200px;
	}

	.partners-block .title {
		color: #70878e;
		margin-bottom: 26px;
	}

	.partners-block .title span {
		display: none;
	}

	.block-info {
		padding: 240px 0 100px;
	}

	.block-info h2 {
		font-size: 56px;
		line-height: 1.14;
		letter-spacing: -1px;
	}

	.block-info .right-block {
		margin-right: 170px;
	}

	.block-tools .sub-title {
		display: none;
	}

	.block-metrics {
		padding: 70px 0 80px;
	}

	.block-metrics .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block-metrics .left-block {
		text-align: left;
		width: 370px;
		margin-bottom: 17px;
	}

	.block-metrics .icon-holder {
		margin-bottom: 40px;
	}

	.block-metrics h2 {
		font-size: 82px;
		line-height: 1.1;
	}

	.block-metrics .sub-title {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 23px;
	}

	.block-metrics .btn {
		min-width: 214px;
		font-size: 17px;
		line-height: 1.35;
		padding: 15px;
		margin-bottom: 28px;
		display: inline-block;
		vertical-align: top;
	}

	.block-metrics .link-more {
		position: relative;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		bottom: auto;
		font-size: 13px;
		padding-right: 17px;
	}

	.block-metrics .right-block {
		width: 600px;
		height: 592px;
		margin: 0;
	}

	.block-metrics .right-block .img01 {
		bottom: -18px;
		right: 48px;
		width: auto;
	}

	.block-metrics .right-block .img02 {
		right: 24px;
		top: 0;
		width: 90%;
	}

	.block-metrics .right-block .img03 {
		bottom: 57px;
		left: -12px;
		top: auto;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img01 {
		bottom: -25px;
		left: 0px;
		width:60%;
}

	.block-metrics-w-list.customersuccesssec .img-block .img02 {
		top: 150px;
		right: 20px;
		width: 55%;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img03 {
		top: 0;
		left: 40px;
		width: 75%;
	}

	.block-metrics .metric-features {
		max-width: none;
		margin: -36px 0 0;
		width: 100%;
		padding: 0 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.block-metrics .metric-features li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 235px;
	}

	.block-metrics .metric-features li:nth-child(2) {
		margin-top: 51px;
	}

	.block-metrics .metric-features li:nth-child(3) {
		margin-top: 102px;
	}

	.block-metrics .metric-features li:nth-child(4) {
		margin-top: 153px;
	}

	.block-metrics .metric-features .img-block {
		margin-bottom: 14px;
	}

	.block-metrics .metric-features .text-holder {
		padding-left: 10px;
	}

	.block-join .right-block {
		padding-left: 55px;
	}

	.block-discover {
		padding: 160px 0 40px;
	}

	.block-discover.inner {
		padding: 144px 0 143px;
	}

	.block-discover.inner.industriessec {
		padding: 20px 0 143px;
	}

	.block-discover.inner .heading {
		padding-bottom: 25px;
	}

	.block-discover .heading {
		padding-bottom: 74px;
	}

	.block-discover .title {
		margin-bottom: 13px;
	}

	.desktop-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.discover-single {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 160px;
	}

	.desktop-wrapper .discover-single {
		display: block;
		width: calc(33.33% - 20px);
		margin-bottom: 0;
	}

	.desktop-wrapper .discover-single.v4c .text-wrap {
		padding: 120px 31px 39px;
	}

	.discover-single .icon-block {
		text-align: left;
		margin-bottom: 31px;
	}

	.desktop-wrapper .discover-single .icon-block {
		text-align: center;
		margin-bottom: -51px;
		min-height: 100px;
	}

	.discover-single .text-block {
		width: 397px;
		text-align: left;
	}

	.desktop-wrapper .discover-single .text-block {
		width: auto;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.discover-single .text-wrap {
		box-shadow: none;
		padding: 0;
	}

	.desktop-wrapper .discover-single .text-wrap {
		box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
		padding: 91px 31px 39px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.desktop-wrapper .discover-single .text-wrap p {
		margin-bottom: 19px;
	}

	.discover-single h2 {
		font-size: 50px;
		line-height: 1.1;
		margin-bottom: 12px;
	}

	.desktop-wrapper .discover-single h2 {
		font-size: 22px !important;
		line-height: 1.36 !important;
		margin-bottom: 15px;
	}

	.discover-single .sub-title {
		display: block;
	}

	.team-cols {
		padding-bottom: 0;
	}

	.team-cols .container {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.team-cols .img-block {
		width: calc(50% - 120px);
		margin-bottom: 0;
		height: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		left: auto;
	}

	.team-cols .img-block .bg-stretch {
		left: auto;
		width: calc(50vw - 84px);
	}

	.team-cols .text-block {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: left;
		padding: 80px 280px 80px 60px;
	}

	.block-subscription {
		padding: 120px 0 140px;
	}

	.block-subscription.inner {
		padding: 150px 0 143px;
	}

	.block-subscription.inner.industriessec {
		padding: 0px 0 80px;
	}

	.block-subscription .block-cols {
		padding: 53px 56px 21px;
	}

	.block-subscription .left-block {
		font-size: 17px;
		line-height: 1.65;
	}

	.block-subscription p {
		margin-bottom: 15px;
	}

	.block-subscription .video-block {
		margin-bottom: 27px;
	}

	.block-subscription .video-block a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block-subscription .video-block .img-holder {
		width: 185px;
		border: 8px solid #fff;
		margin-bottom: 0;
	}

	.block-subscription .video-block .text-holder {
		width: calc(100% - 185px);
		padding-left: 23px;
	}

	.block-testimonials {
		margin-bottom: 255px;
	}

	.block-testimonials.low-margin {
		margin-bottom: 145px;
	}

	.block-testimonials .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 33px;
	}

	.block-testimonials .testimonial-slider {
		margin-bottom: 27px;
	}

	.block-testimonials .text-block {
		padding: 47px 30px 35px;
	}

	.block-testimonials blockquote q {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 17px;
	}

	.block-testimonials .left {
		width: 450px;
	}

	.block-testimonials .right {
		width: calc(100% - 500px);
	}

	.block-testimonials .right .top-block {
		margin-bottom: 41px;
	}

	.block-testimonials .right .title {
		font-size: 28px;
		line-height: 1.43;
		margin-bottom: 32px;
	}

	.cta-block h3 {
		margin-bottom: 0;
		font-size: 28px;
	}

	.cta-block h3 .text-green {
		font-size: 28px;
		line-height: 1.43;
	}

	.cta-btn-list {
		margin: 0 -15px -12px;
	}

	.cta-btn-list .btn {
		min-width: 206px;
	}

	.inner-hero.v4c .top {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 633px;
	}

	.inner-hero.v4c .top .text-holder {
		max-width: 800px;
		margin: 0 auto;
		height: auto;
		padding-bottom: 72px;
		padding-top: 16px;
	}

	.inner-hero.v4c .top .btn-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.inner-hero.v4c h1 {
		font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-weight: 500;
	}

	.inner-hero.v4c .bottom {
		margin-top: 0;
	}

	.inner-hero .more-stats {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.inner-hero .more-stats li {
		width: calc(33.33% - 20px);
	}

	.inner-hero .top {
		background: url(https://cdn2.hubspot.net/hubfs/120299/pw_website_2019/images/bg-roles.jpg) 50% 50%;
		background-size: cover;
		text-align: left;
		height: 691px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.inner-hero .top .container {
		width: 1008px;
		position: relative;
		z-index: 2;
	}

	.inner-hero .top .text-holder {
		max-width: 500px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
		padding-bottom: 42px;
	}

	.inner-hero h1 {
		font-size: 38px;
		line-height: 1.26;
		letter-spacing: .5px;
		margin-bottom: 31px;
	}

	.inner-hero h1 span.hide-on-mobile {
		display: inline;
	}

	.inner-hero .sub-title {
		display: none;
	}

	.inner-hero .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.inner-hero .btn-list li + li {
		margin-left: 30px;
	}

	.inner-hero .btn {
		min-width: 170px;
	}

	.inner-hero .bottom {
		margin-top: -61px;
	}

	.inner-hero .stats {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.inner-hero .stats li {
		width: calc(33% - 15px);
		padding: 31px 30px 33px;
		margin-bottom: 39px;
	}

	section.partners-block {
		margin-bottom: 114px;
	}

	.block-metrics-w-list h1 {
		font-size: 28px;
		line-height: 1.2;
		font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-weight: 400;
		margin-bottom: 40px;
	}

	.block-metrics-w-list .two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block-metrics-w-list .img-block {
		margin: 0;
	}

	.block-metrics-w-list .text-block {
		width: calc(100% - 500px);
		padding-right: 20px;
		padding-left: 0;
		padding-top: 33px;
	}

	.block-metrics-w-list .text-block .features {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: -4px;
	}

	.block-metrics-w-list .text-block .features li {
		width: 45%;
		padding-top: 42px;
		margin-bottom: 45px;
	}

	.block-metrics-w-list .text-block .title {
		padding-left: 0;
		margin-bottom: 7px;
		font-size: 17px;
		line-height: 1.41;
	}

	.block-metrics-w-list .text-block .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-metrics-w-list .text-block .btn-list li + li {
		margin-left: 30px;
	}

	.block-metrics-w-list .text-block .btn {
		font-size: 16px;
		line-height: 1.31;
	}


	.more-companies {
		padding: 11px 0 105px;
	}

	.more-companies .container {
		max-width: 1106px;
	}

	.more-companies h2 {
		font-size: 28px;
		line-height: 1.29;
		margin-bottom: 48px;
	}

	.more-companies .filter-block {
		display: none;
	}

	.three-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}

	.three-cols .col {
		width: calc(33.33% - 36px);
	}

	.pi-hero {
		padding: 128px 0 144px;
	}

	.pi-hero .img-block {
		display: none;
	}

	.pi-hero .text-block {
		max-width: 450px;
		margin: 0 auto;
		font-size: 20px;
		line-height: 1.6;
	}

	.pi-hero .text-block:before {
		content: "";
	}

	.pi-hero .text-block h1 {
		font-size: 44px;
		line-height: 1.16;
		margin-bottom: 25px;
	}

	.pi-hero .text-block h1 mark:before {
		height: 5px;
	}

	.pi-hero .text-block p {
		margin-bottom: 33px;
	}

	.partners-block + .grow-subs {
		margin-top: -8px;
	}

	.grow-subs .main-title {
		font-size: 28px;
		line-height: 1.36;
	}

	.grow-subs .grow-single {
		margin-bottom: 107px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.grow-subs .grow-single.science {
		margin-bottom: 82px;
	}

	.grow-subs .grow-single.science .text-section {
		padding-right: 0;
		padding-left: 30px;
	}

	.grow-subs .grow-single .img-section {
		max-width: none;
		width: 500px;
		height: 300px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.grow-subs .grow-single .img-section .chart {
		left: 72px;
		top: 25px;
	}

	.grow-subs .grow-single .img-section .bullet {
		font-size: 17px;
		line-height: 1.59;
	}

	.grow-subs .grow-single .img-section .bullet3 {
		left: 185px;
		bottom: 16px;
	}

	.grow-subs .grow-single .img-section.science {
		width: 500px;
		height: 679px;
		padding-top: 0;
	}

	.grow-subs .grow-single .img-section.science .decor {
		width: auto;
		top: 102px;
		right: 1px;
	}

	.grow-subs .grow-single .img-section.science .img01 {
		width: auto;
		top: auto;
		bottom: 200px;
		right: 28px;
	}

	.grow-subs .grow-single .img-section.science .img02 {
		width: auto;
		top: 16px;
		left: 54px;
	}

	.grow-subs .grow-single .img-section.science .img03 {
		width: auto;
		top: 118px;
		left: -9px;
	}

	.grow-subs .grow-single .img-section.science .testimony {
		width: 335px;
		position: absolute;
		bottom: -2px;
		left: 17px;
		min-width: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.grow-subs .grow-single .img-section.science .testimony .top .img-holder {
		width: 148px;
		margin-right: 29px;
	}

	.grow-subs .grow-single .img-section.science .testimony .top .text-wrap {
		padding-bottom: 18px;
		width: calc(100% - 181px);
	}

	.grow-subs .grow-single .img-section.science .testimony .title {
		margin-bottom: 17px;
	}

	.grow-subs .text-section {
		width: calc(100% - 500px);
		padding-right: 40px;
		padding-left: 0;
		padding-bottom: 0;
		text-align: left;
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 27px;
	}

	.grow-subs .text-section h2 mark:before {
		height: 10px;
	}

	.grow-subs .text-section .sub-title {
		font-size: 30px;
		line-height: 1.13;
		margin-bottom: 23px;
	}

	.expertise {
		padding: 50px 0 21px;
	}

	.expertise h2 {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.expertise-list li {
		width: calc(33.33% - 20px);
	}

	.expertise-list li a {
		padding: 124px 31px 47px;
	}

	.expertise-list i {
		right: 30px;
		width: 74px;
		font-size: 30px;
		left: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		top: 52px;
	}

	.expertise-list i:after {
		width: 74px;
		height: 74px;
	}

	.expertise-list h3 {
		position: static;
		padding-left: 0;
		margin-bottom: 16px;
	}

	.expertise-list .link-more {
		left: 31px;
	}

	.block-subscription + .block-team {
		margin-top: 40px;
		margin-bottom: 160px;
	}

	.recog-hero {
		padding: 188px 0 193px;
		text-align: left;
	}

	.recog-hero .img-block {
		display: none;
	}

	.recog-hero .text-block {
		max-width: 450px;
		font-size: 20px;
		line-height: 1.6;
		padding: 0;
	}

	.recog-hero .text-block h1 {
		font-size: 42px;
		line-height: 1.14;
		margin-bottom: 33px;
	}

	.recog-hero .text-block h1 mark:before {
		height: 5px;
	}

	.recog-hero .text-block p {
		margin-bottom: 33px;
	}

	.recog-hero .text-block .btn {
		min-width: 170px;
	}

	.recog-hero .text-block .btn-dark-hover {
		min-width: 210px;
	}

	.feature-blocks {
		padding: 8px 0 0;
	}

	.real-talk {
		text-align: left;
		position: relative;
		padding: 70px 0;
		font-size: 15px;
		line-height: 1.6;
	}

	.real-talk .text-wrap {
		padding: 0;
		width: 370px;
	}

	.real-talk h2 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 28px;
	}

	.real-talk h2 mark:before {
		height: 9px;
	}

	.real-talk .sub-title {
		line-height: 1.13;
		margin-bottom: 27px;
	}

	.real-talk p {
		margin-bottom: 24px;
	}

	.real-talk .img-section {
		position: absolute;
		top: 62px;
		right: 0;
		width: 600px;
		height: 349px;
	}

	.real-talk .img-section .img01 {
		right: -4px;
	}

	.real-talk .img-section .img02 {
		right: 138px;
	}

	.real-talk .img-section .img03 {
		right: 309px;
	}

	.real-talk .img-section .img04 {
		right: 55px;
	}

	.real-talk .img-section .img05 {
		left: 60px;
	}

	.real-talk .bottom {
		padding: 0;
		max-width: 615px;
	}

	.real-talk .errors {
		font-size: 15px;
		line-height: 1.6;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 15px;
	}

	.real-talk .errors li {
		width: 48%;
		padding-left: 36px;
		margin-bottom: 22px;
	}

	.real-talk .errors li i {
		width: 26px;
	}

	.real-talk .errors li i:after {
		width: 26px;
		height: 26px;
	}

	.recognized {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 78px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 15px;
		line-height: 1.6;
	}

	.recognized .text-block {
		width: calc(100% - 550px);
		padding: 0 0 99px 40px;
		text-align: left;
	}

	.recognized h2 {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 34px;
	}

	.recognized h2 mark:before {
		height: 9px;
	}

	.recognized .sub-title {
		line-height: 1.13;
		margin-bottom: 30px;
	}

	.recognized p {
		margin-bottom: 19px;
	}

	.recognized .link-more {
		position: relative;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		bottom: auto;
	}

	.recognized .img-block {
		max-width: none;
		width: 550px;
		height: 734px;
		padding-top: 0;
	}

	.recognized .img-block .img01 {
		top: 317px;
	}

	.recognized .img-block .testimony {
		width: 335px;
		position: absolute;
		bottom: -2px;
		left: 17px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		min-width: 0;
	}

	.recognized .img-block .testimony .top .img-holder {
		width: 148px;
		margin-right: 29px;
	}

	.recognized .img-block .testimony .top .text-wrap {
		padding-bottom: 11px;
		width: calc(100% - 181px);
	}

	.recognized .img-block .testimony .title {
		margin-bottom: 17px;
	}

	.more-info {
		margin-bottom: 161px;
	}

	.more-info .main-title {
		font-size: 28px;
		line-height: 1.29;
		margin-bottom: 55px;
	}

	.more-info .two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.more-info .img-block {
		width: 509px;
		height: 646px;
		margin: 0;
	}

	.more-info .img-block .img02 {
		width: auto;
	}

	.more-info .img-block .decor {
		top: 259px;
	}

	.more-info .text-block {
		width: calc(100% - 509px);
		text-align: left;
		padding: 0 0 0 30px;
	}

	.more-info .text-block h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 55px;
	}

	.more-info .features li {
		padding-top: 66px;
	}

	.more-info .features li .ico {
		width: 54px;
		height: 54px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.more-info .features li .ico img {
		width: auto;
	}

	.more-info .title {
		display: block;
		font-size: 17px;
		line-height: 1.18;
	}

	.more-info .title .text {
		width: 100%;
	}

	.more-details {
		padding-bottom: 31px;
	}

	.more-details .main-title {
		font-size: 28px;
		margin-bottom: 46px;
	}

	.detail-blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.detail-blocks .single-detail {
		width: calc(33.33% - 20px);
		padding: 57px 20px 41px;
	}

	.detail-blocks .num-lg {
		font-size: 52px;
		margin-bottom: 0;
	}

	.detail-blocks .sub-title {
		padding: 0 15px 49px;
	}

	.logo-block ul li {
		width: auto;
		padding: 0 41px;
	}

	.team-section {
		text-align: left;
		padding: 89px 0 194px;
		font-size: 15px;
		line-height: 1.6;
	}

	.team-section .top-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.team-section .text-block {
		padding: 84px 0 0;
		width: calc(100% - 600px);
	}

	.team-section h2 {
		font-size: 82px;
		line-height: 1.28;
		margin-bottom: 35px;
		letter-spacing: -.5px;
	}

	.team-section h2 mark:before {
		height: 9px;
	}

	.team-section .sub-title {
		line-height: 1.07;
		margin-bottom: 25px;
	}

	.team-section p {
		margin-bottom: 24px;
	}

	.team-section .img-block {
		width: 500px;
		height: 478px;
		margin: 0;
	}

	.team-section .img-block .decor {
		width: auto;
	}

	.team-section .img-block .img01 {
		width: auto;
	}

	.team-section .bottom-block {
		padding: 0;
		margin-top: -46px;
		max-width: 604px;
	}

	.team-section .bottom-block ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.team-section .bottom-block ul li {
		font-size: 15px;
		line-height: 1.33;
		padding-left: 37px;
		width: calc(50% - 20px);
		margin-bottom: 26px;
	}

	.team-section .bottom-block ul li i {
		width: 26px;
		height: 26px;
	}

	.retain-hero {
		padding: 130px 0 127px;
		text-align: left;
	}

	.retain-hero .img-block {
		display: none;
	}

	.retain-hero .text-block {
		max-width: 420px;
		font-size: 20px;
		line-height: 1.6;
		padding: 0;
	}

	.retain-hero .text-block h1 {
		font-size: 44px;
		line-height: 1.09;
		margin-bottom: 20px;
		letter-spacing: -.5px;
	}

	.retain-hero .text-block h1 mark:before {
		height: 5px;
	}

	.retain-hero .text-block p {
		margin-bottom: 24px;
	}

	.retain-hero .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.recog-hero .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.retain-hero .btn-list li + li {
		margin-left: 30px;
	}

	.recog-hero .btn-list li + li {
		margin-left: 30px;
	}

	.retain-hero .btn {
		min-width: 170px;
	}

	.recog-hero .btn {
		min-width: 170px;
	}

	.retain-hero .btn-list {
	text-align: center;
}

.recog-hero .btn-list {
text-align: center;
}

.retain-hero .btn-list li {
	margin-bottom: 24px;
}

.recog-hero .btn-list li {
	margin-bottom: 24px;
}

.retain-hero .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	margin: 0 auto;
}

.recog-hero .btn {
	min-width: 204px;
	font-size: 13px;
	line-height: 1.62;
	padding: 16px 5px;
	margin: 0 auto;
}

	.fact-blocks {
		font-size: 15px;
		line-height: 1.6;
	}

	.fact-blocks .title {
		margin-bottom: 70px;
	}

	.fact01 {
		text-align: left;
		padding: 0;
		margin-bottom: 160px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fact01 h2 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 28px;
	}

	.fact01 h2 mark:before {
		height: 9px;
		bottom: -4px;
	}

	.fact01 .sub-title {
		line-height: 1.13;
		margin-bottom: 21px;
	}

	.fact01 p {
		margin-bottom: 24px;
	}

	.fact01 .text-section {
		width: calc(100% - 695px);
		padding-top: 41px;
	}

	.fact01 .img-section {
		max-width: none;
		width: 575px;
		height: 456px;
		margin: 0;
	}

	.fact01 .img-section .decor {
		top: 272px;
	}

	.fact01 .img-section .img01 {
		max-width: none;
		left: 51px;
	}

	.fact01 .img-section .img02 {
		top: 277px;
		width: auto;
	}

	.fact01 .img-section .img03 {
		left: 111px;
		top: 359px;
		width: auto;
	}

	.fact02 {
		margin-bottom: 113px;
		text-align: left;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fact02 h2 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 28px;
	}

	.fact02 h2 mark:before {
		height: 9px;
		bottom: -4px;
	}

	.fact02 .sub-title {
		line-height: 1.13;
		margin-bottom: 21px;
	}

	.fact02 p {
		margin-bottom: 24px;
	}

	.fact02 .text-section {
		width: calc(100% - 695px);
		padding-top: 41px;
		padding-left: 0;
		padding-right: 0;
	}

	.fact02 .img-section {
		max-width: none;
		width: 600px;
		height: 727px;
		margin: 0;
		padding-top: 0;
	}

	.fact02 .img-section .facts-list li.f01 {
		right: -18px;
	}

	.fact02 .img-section .facts-list li.f03 {
		top: 500px;
	}

	.fact02 .img-section .img01 {
		width: auto;
	}

	.fact02 .img-section .img02 {
		top: 336px;
		right: -10px;
	}

	.fact02 .testimony {
		width: 335px;
		position: absolute;
		bottom: -2px;
		left: 17px;
		min-width: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.fact02 .testimony .top .img-holder {
		width: 148px;
		margin-right: 29px;
	}

	.fact02 .testimony .top .text-wrap {
		padding-bottom: 11px;
		width: calc(100% - 181px);
	}

	.fact02 .testimony .title {
		margin-bottom: 17px;
	}

	.retain-w-slider {
		font-size: 15px;
		line-height: 1.6;
		text-align: left;
		margin-bottom: 161px;
	}

	.retain-w-slider .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.retain-w-slider h2 {
		font-size: 82px;
		line-height: 1.2;
	}

	.retain-w-slider h2 mark:before {
		height: 9px;
		bottom: -4px;
	}

	.retain-w-slider .text-section {
		width: calc(100% - 600px);
	}

	.recover-block .heading {
		padding: 0 0 41px;
	}

	.recover-block .main-title {
		font-size: 28px;
		line-height: 1.29;
		margin-bottom: 11px;
	}

	.recover-block .recover {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 50px 63px 61px;
	}

	.recover-block .text-block {
		width: calc(100% - 571px);
		padding-bottom: 20px;
	}

	.recover-block .img-block {
		width: 520px;
	}

	.recover-block h2 {
		font-size: 72px;
		line-height: 1.11;
		margin-bottom: 8px;
	}

	.recover-block .link-more {
		position: relative;
		left: auto;
		bottom: auto;
		font-size: 14px;
	}

	.class-pass {
		margin-bottom: 165px;
	}

	.class-pass .main-title {
		font-size: 28px;
		line-height: 1.29;
		margin-bottom: 38px;
	}

	.class-pass .text-wrap {
		padding-left: 520px;
		text-align: left;
		min-height: 700px;
	}

	.class-pass h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 43px;
	}

	.class-pass .img-block {
		position: absolute;
		top: 0;
		left: 0;
		width: 499px;
		height: 675px;
	}

	.class-pass .img-block .img02 {
		top: 239px;
		right: -14px;
		width: auto;
	}

	.class-pass .img-block .img03 {
		top: 470px;
		left: -4px;
		width: auto;
	}

	.class-pass .class-list li {
		padding-top: 46px;
		position: relative;
		padding-bottom: 18px;
	}

	.class-pass .class-list .heading {
		margin-bottom: 8px;
	}

	.class-pass .class-list .heading .icon-block {
		position: absolute;
		top: 0;
		left: 0;
	}

	.class-pass .class-list .heading .title {
		width: 100%;
	}

	.hero-integration {
		padding: 172px 0;
	}

	.hero-integration:before {
		content: "";
	}

	.hero-integration .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 33px;
		position: relative;
		z-index: 2;
	}

	.hero-integration .left-block {
		width: 340px;
	}

	.hero-integration .left-block .heart {
		width: 78px;
		height: 78px;
		bottom: 65px;
		margin-left: -61px;
	}

	.hero-integration .left-block .logo-circle {
		width: 146px;
		height: 146px;
		bottom: 19px;
		margin-left: 42px;
	}

	.hero-integration .right-block {
		width: calc(100% - 340px);
		max-width: 600px;
		padding: 46px 45px 120px;
	}

	.hero-integration .img-holder {
		width: 340px;
		height: 340px;
	}

	.hero-integration blockquote {
		padding: 0 0 22px;
	}

	.hero-integration blockquote:before {
		left: -50px;
	}

	.hero-integration blockquote q {
		margin-bottom: 10px;
	}

	.hero-integration .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hero-integration .btn-list li + li {
		margin-left: 30px;
	}

	.hero-integration .btn {
		min-width: 170px;
	}

	.rtalk-int {
		text-align: left;
		font-size: 15px;
		line-height: 1.6;
		padding: 0 0 90px;
	}

	.rtalk-int.smchart{
		margin-top: 120px;
		padding-bottom:40px;
	}

	.rtalk-int.industriessec {
		padding: 0 0 40px;
	}


	.rtalk-int .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.rtalk-int h1 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 21px;
	}

	.rtalk-int h1 mark:before {
		height: 9px;
		bottom: 0;
	}

	.rtalk-int .sub-title {
		line-height: 1.13;
		margin-bottom: 25px;
	}

	.rtalk-int p {
		margin-bottom: 26px;
	}

	.rtalk-int .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: static;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		bottom: auto;
	}

	.rtalk-int .btn-list li + li {
		margin-left: 20px;
	}

	.rtalk-int .btn {
		min-width: 155px;
		padding: 11px 5px;
		font-size: 13px;
		line-height: 1.62;
	}

	.rtalk-int .text-block {
		padding: 0;
		width: calc(50% - 150px);
	}

	.rtalk-int .img-block {
		width: calc(50% + 90px);
		margin-top: -12px;
	}

	.rtalk-int.smchart .img-block {
		width: calc(50% + 90px);
		margin-top: 0px;
	}

	.rtalk-int .img-block .img01 {
		width: calc(50vw + 150px);
	}

	.int-metrics-w-list {
		padding: 200px 0 234px;
	}

	.int-metrics-w-list.industriessec {
		padding: 80px 0 160px;
	}

	.int-metrics-w-list.smchart {
		padding: 80px 0 120px;
	}

	.int-metrics-w-list .two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.int-metrics-w-list .img-block {
		margin: 0;
		height: 611px;
	}

	.int-metrics-w-list .img-block .img01 {
		width: auto;
	}

	.int-metrics-w-list .img-block .img02 {
		top: 150px;
	}

	.int-metrics-w-list .img-block .img03 {
		top: 385px;
		left: 36px;
	}

	.int-metrics-w-list.smchart .img-block .img03 {
		top: 355px;
		left: 36px;
	}

	.int-metrics-w-list .text-block {
		width: calc(100% - 510px);
		padding-right: 0;
		padding-left: 0;
		padding-top: 29px;
	}

	.int-metrics-w-list .text-block .features {
		margin-bottom: -12px;
		padding-bottom: 0;
	}

	.int-metrics-w-list .text-block .features li {
		padding-top: 42px;
		margin-bottom: 45px;
	}

	.int-metrics-w-list .text-block .title {
		padding-left: 0;
		margin-bottom: 7px;
		font-size: 17px;
		line-height: 1.41;
	}

	.int-metrics-w-list .text-block .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.int-metrics-w-list .text-block .btn-list li + li {
		margin-left: 20px;
	}

	.int-metrics-w-list .text-block .btn {
		font-size: 13px;
		line-height: 1.62;
		padding: 11px 5px;
		min-width: 155px;
	}

	.partners-block + .more-details {
		padding-top: 97px;
		padding-bottom: 188px;
	}

	.more-details .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 31px 0;
	}

	.more-details .btn-list li + li {
		margin-left: 20px;
	}

	.access-section h2 {
		font-size: 82px;
		line-height: 1.28;
		margin-bottom: 22px;
		letter-spacing: -.5px;
	}

	.access-section h2 mark:before {
		height: 9px;
	}

	.access-section .sub-title {
		line-height: 1.07;
		margin-bottom: 20px;
	}

	.access-section p {
		margin-bottom: 24px;
	}

	.metrics-hero {
		padding: 185px 0 223px;
		text-align: left;
	}

	.metrics-hero .img-block {
		display: none;
	}

	.metrics-hero .text-block {
		max-width: 450px;
		font-size: 20px;
		line-height: 1.6;
		padding: 0;
	}

	.metrics-hero .text-block h1 {
		font-size: 42px;
		line-height: 1.14;
		margin-bottom: 17px;
	}

	.metrics-hero .text-block h1 mark:before {
		height: 5px;
	}

	.metrics-hero .text-block p {
		margin-bottom: 26px;
	}

	.metrics-hero .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.metrics-hero .btn-list li + li {
		margin-left: 30px;
	}

	.metrics-hero .btn {
		min-width: 170px;
	}

	.retain-hero .btn {
		min-width: 170px;
	}

	.recog-hero .btn {
		min-width: 170px;
	}

	.integration {
		font-size: 15px;
		line-height: 1.73;
		padding-bottom: 129px;
	}

	.integration .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.integration h2 {
		font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		letter-spacing: -.5px;
	}

	.integration p {
		margin-bottom: 25px;
	}

	.integration .text-section {
		width: calc(100% - 500px);
		padding-top: 26px;
	}

	.integration .img-section {
		margin: 0;
		max-width: none;
		width: 450px;
		height: 358px;
	}

	.integration .img-section .facts-list li {
		font-size: 17px;
		line-height: 1.47;
	}

	.integration .img-section .facts-list li.f03 {
		left: 126px;
	}

	.integration .img-section .img01 {
		left: 57px;
	}

	.integration .logo-list li img {
		max-width: none;
	}

	.segment {
		text-align: left;
		font-size: 15px;
		line-height: 1.6;
		padding: 0 0 154px;
	}

	.segment .main-title {
		font-size: 28px;
		line-height: 1.29;
		margin-bottom: 36px;
		text-align: center;
	}

	.segment .segment-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.segment .img-section {
		margin: 0;
		max-width: none;
		width: 500px;
		height: 400px;
	}

	.segment .img-section .img02 {
		left: 204px;
		top: 252px;
	}

	.segment .img-section .img03 {
		width: auto;
		top: 132px;
		right: -11px;
	}

	.segment .img-section .img04 {
		left: 57px;
		bottom: -20px;
	}

	.segment .text-section {
		padding: 0 0 6px;
		width: calc(100% - 550px);
	}

	.segment h2 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 23px;
	}

	.segment h2 mark:before {
		height: 9px;
		bottom: 1px;
	}

	.segment .sub-title {
		line-height: 1.13;
		margin-bottom: 21px;
	}

	.segment p {
		margin-bottom: 24px;
	}

	.segment .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 5px;
	}

	.segment .btn-list li + li {
		margin-left: 20px;
	}

	.segment .btn {
		min-width: 155px;
		padding: 11px 5px;
	}

	.acquisition {
		font-size: 15px;
		line-height: 1.6;
		padding-bottom: 132px;
	}

	.acquisition .main-title {
		font-size: 28px;
		line-height: 1.29;
		margin-bottom: 47px;
		text-align: center;
	}

	.acquisition .img-section {
		max-width: none;
		text-align: center;
		width: 100%;
		margin-bottom: 31px;
	}

	.acquisition .img01 {
		width: 650px;
		left: -100px;
	}

	.acquisition .img01 .decor {
		width: auto;
		left: -89px;
		top: 200px;
	}

	.acquisition .img01 .img03 {
		width: 333px;
		height: 152px;
	}

	.acquisition .img01 .img02 {
		width: auto;
		top: 310px;
		left: -166px;
	}

	.acquisition .text-section {
		text-align: left;
		width: 370px;
		margin-left: 42%;
		margin-right: auto;
	}

	.acquisition h2 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 28px;
		position: absolute;
		right: 55px;
		top: 200px;
	}

	.acquisition h2 mark:before {
		height: 9px;
		bottom: -4px;
	}

	.acquisition .sub-title {
		line-height: 1.13;
	}

	.acquisition p {
		margin-bottom: 24px;
	}

	.revenue {
		text-align: left;
		font-size: 15px;
		line-height: 1.6;
		padding-bottom: 133px;
	}

	.revenue h2 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 26px;
	}

	.revenue h2 mark:before {
		height: 9px;
		bottom: -3px;
	}

	.revenue .sub-title {
		line-height: 1.13;
		margin-bottom: 17px;
	}

	.revenue p {
		margin-bottom: 27px;
	}

	.revenue .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.revenue .btn-list li + li {
		margin-left: 20px;
	}

	.revenue .btn {
		min-width: 155px;
		padding: 11px 5px;
	}

	.revenue .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.revenue .text-section {
		width: calc(100% - 550px);
		padding: 0 0 19px;
	}

	.revenue .img-section {
		max-width: none;
		width: 492px;
		height: 627px;
		margin-left: 0;
		margin-right: 0;
	}

	.revenue .img-section .img01 {
		width: auto;
	}

	.revenue .img-section .img02 {
		width: auto;
		top: 262px;
		left: -38px;
	}

	.revenue .img-section .img03 {
		width: auto;
		right: 56px;
	}

	.retention {
		text-align: left;
		font-size: 15px;
		line-height: 1.6;
		padding-bottom: 100px;
	}

	.retention h2 {
		font-size: 82px;
		line-height: 1.2;
		margin-bottom: 34px;
	}

	.retention h2 mark:before {
		height: 9px;
		bottom: -4px;
	}

	.retention .sub-title {
		line-height: 1.13;
		margin-bottom: 26px;
	}

	.retention p {
		margin-bottom: 24px;
	}

	.retention .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.retention .text-section {
		width: calc(100% - 590px);
		padding: 0 0 130px;
	}

	.retention .img-section {
		max-width: none;
		width: 574px;
		height: 665px;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.retention .img-section .img01 {
		width: auto;
		left: 28px;
	}

	.retention .img-section .img02 {
		width: auto;
		top: 95px;
		right: 17px;
	}

	.retention .img-section .img03 {
		width: auto;
	}

	.retention .testimony {
		text-align: left;
		width: 335px;
		position: absolute;
		min-width: 0;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		bottom: -2px;
		right: 44px;
	}

	.retention .testimony .top .img-holder {
		width: 148px;
		margin-right: 29px;
	}

	.retention .testimony .top .text-wrap {
		width: calc(100% - 181px);
	}

	.retention .testimony .top .text-wrap .logo-sm {
		text-align: center;
	}

	.retention .testimony .title {
		margin-bottom: 17px;
	}

	.engagement {
		font-size: 15px;
		line-height: 1.6;
		padding-bottom: 100px;
	}

	.engagement h2 {
		font-size: 68px;
		line-height: 1.2;
		margin-bottom: 34px;
	}

	.engagement h2 mark:before {
		height: 9px;
		bottom: -4px;
	}

	.engagement .sub-title {
		line-height: 1.13;
		margin-bottom: 26px;
	}

	.engagement p {
		margin-bottom: 24px;
	}

	.engagement .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.engagement .btn-list li + li {
		margin-left: 20px;
	}

	.engagement .btn {
		min-width: 155px;
		padding: 11px 5px;
	}

	.engagement .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.engagement .text-section {
		width: calc(100% - 590px);
		padding: 0 0 53px;
		text-align: left;
	}

	.engagement .img-section {
		max-width: none;
		width: 574px;
		height: 661px;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.engagement .img-section .img01 {
		width: auto;
		left: 28px;
	}

	.engagement .img-section .img02 {
		width: auto;
		top: 95px;
		right: -17px;
	}

	.engagement .img-section .img03 {
		width: auto;
	}

	.engagement .testimony {
		width: 335px;
		min-width: 0;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		position: absolute;
		bottom: -2px;
		right: 7px;
		text-align: left;
	}

	.engagement .testimony .top .img-holder {
		width: 148px;
		margin-right: 29px;
	}

	.engagement .testimony .top .text-wrap {
		padding-bottom: 23px;
		width: calc(100% - 181px);
	}

	.engagement .testimony .title {
		margin-bottom: 12px;
	}

	.footer-align-r {
		padding-left: 258px;
	}
}

@media (min-width: 1024px) {
	.app-section {
		text-align: left;
		margin-bottom: 44px;
	}

	.app-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
	}

	.app-section .container:after {
		top: 114px;
		bottom: 114px;
		left: 100px;
		right: auto;
		width: 999999px;
	}

	.app-section h2 {
		font-size: 48px;
		line-height: 1;
	}

	.app-section .phone {
		max-width: 343px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 343px;
		flex: 0 0 343px;
	}

	.app-section .description {
		padding: 105px 283px 105px 83px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.access-section {
		text-align: left;
		font-size: 15px;
		line-height: 1.6;
	}

	.access-section .title {
		font-size: 28px;
		margin-bottom: 44px;
	}

	.access-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.access-section .text-block {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 51px 0 0 20px;
	}

	.access-section .image-hold {
		max-width: 650px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 650px;
		flex: 0 0 650px;
		height: 450px;
	}

	.access-section .image-hold .access-01 {
		width: 100px;
		top: 89px;
		left: 0;
	}

	.access-section .image-hold .access-02 {
		width: 100px;
		left: 21.5%;
		top: -4px;
	}

	.access-section .image-hold .access-03 {
		width: 140px;
		bottom: 37px;
		left: 8%;
	}

	.access-section .image-hold .access-04 {
		width: 127px;
		bottom: 166px;
		left: 39%;
	}

	.access-section .image-hold .access-05 {
		width: 135px;
		right: 11%;
	}

	.access-section .image-hold .access-06 {
		width: 95px;
		right: 35.5%;
		bottom: 31px;
	}
}

@media screen and (min-width: 1200px) {
	.hero-section h1 {
		font-size: 88px;
		line-height: 1.06;
	}

	.nav > ul .slide.product {
		left: -267px;
	}

	.block-metrics .right-block {
		width: 741px;
	}

	.block-metrics .right-block .img02 {
		width: auto;
	}

	.block-metrics .metric-features li {
		max-width: 250px;
	}

	.block-metrics .metric-features .text-holder {
		padding-left: 17px;
	}

	.discover-single .text-block.recog {
		width: 468px;
	}

	.discover-single h2 {
		font-size: 68px;
	}

	.discover-single .img-block.retain {
		width: 699px;
	}

	.discover-single .img-block.retain .decor {
		top: 66px;
		right: 39px;
	}

	.discover-single .img-block.retain .img02 {
		top: 128px;
	}

	.discover-single .img-block.retain .img03 {
		width: auto;
	}

	.discover-single .img-block.pi {
		width: 613px;
		margin-right: 40px;
	}

	.discover-single .img-block.recog {
		width: 599px;
	}

	.discover-single .img-block.recog .img03 {
		bottom: -10px;
		right: -80px;
	}

	.block-subscription h2 {
		font-size: 72px;
		line-height: 1;
		margin-bottom: 17px;
	}

	.block-testimonials .text-block {
		padding: 47px 70px 35px;
	}

	.block-testimonials .left {
		width: 600px;
	}

	.block-testimonials .right {
		width: calc(100% - 668px);
	}

	.block-metrics-w-list .img-block {
		width: 514px;
		height: 578px;
	}

	.block-metrics-w-list .img-block .img02 {
		width: auto;
		top: 224px;
	}


	.block-metrics-w-list.subecom-list .img-block .img01 {
		position: absolute;
		bottom: 40px;
		left: 0px;
		z-index: 2;
		width: 60%;
	}

	.block-metrics-w-list.subecom-list .img-block .img02 {
		position: absolute;
		top: 180px;
		right: -12px;
		z-index: 3;
		width: 65%;
	}

	.block-metrics-w-list.subecom-list .img-block .img03 {
		position: absolute;
		top: 10px;
		left: -30px;
		z-index: 1;
		width: 75%;
	}

	.block-metrics-w-list.subecom-list .img-block .img04 {
		position: absolute;
		bottom: 0px;
		right: 20px;
		z-index: 4;
		width: 55%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img01 {
		position: absolute;
		bottom: 40px;
		left: 0px;
		z-index: 2;
		width: 60%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img02 {
		position: absolute;
		top: 180px;
		right: -12px;
		z-index: 3;
		width: 65%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img03 {
		position: absolute;
		top: 10px;
		left: -30px;
		z-index: 1;
		width: 75%;
	}

	.block-metrics-w-list.nonprof-list .img-block .img04 {
		position: absolute;
		bottom: 0px;
		right: 20px;
		z-index: 4;
		width: 55%;
	}

	.block-metrics-w-list .text-block {
		width: calc(100% - 514px);
		padding-right: 110px;
	}

	.grow-subs .grow-single .img-section {
		width: 769px;
		height: 455px;
	}

	.grow-subs .grow-single .img-section.science {
		width: 739px;
		height: 679px;
	}

	.grow-subs .grow-single .img-section.science .decor {
		top: 202px;
	}

	.grow-subs .grow-single .img-section.science .img01 {
		bottom: 80px;
	}

	.grow-subs .grow-single .img-section.science .img02 {
		left: 104px;
	}

	.grow-subs .grow-single .img-section.science .img03 {
		top: 218px;
	}

	.grow-subs .text-section {
		width: calc(100% - 769px);
	}

	.grow-subs .text-section h2 {
		font-size: 82px;
		line-height: 1.37;
		margin-bottom: 33px;
	}

	.recog-hero .img-section {
		width: 720px;
	}

	.real-talk .img-section {
		width: 659px;
	}

	.recognized .text-block {
		padding-left: 82px;
		width: calc(100% - 687px);
	}

	.recognized .img-block {
		width: 687px;
	}

	.more-info .text-block {
		padding-left: 90px;
	}

	.detail-blocks .num-lg {
		font-size: 64px;
	}

	.team-section .text-block {
		width: calc(100% - 783px);
	}

	.team-section .img-block {
		width: 683px;
		height: 478px;
	}

	.team-section .img-block .decor {
		right: 73px;
	}

	.team-section .img-block .img02 {
		width: auto;
	}

	.team-section .bottom-block {
		max-width: 804px;
	}

	.team-section .bottom-block ul li {
		width: calc(33.33% - 20px);
	}

	.retain-hero .img-section {
		width: 660px;
	}

	.fact01 .text-section {
		width: calc(100% - 795px);
		padding-top: 41px;
	}

	.fact01 .img-section {
		margin-right: 67px;
	}

	.fact02 .text-section {
		width: calc(100% - 799px);
		padding-top: 41px;
	}

	.fact02 .img-section {
		width: 700px;
	}

	.fact02 .img-section .facts-list li.f01 {
		right: -72px;
	}

	.fact02 .img-section .facts-list li.f03 {
		top: 524px;
	}

	.retain-w-slider .text-section {
		width: calc(100% - 700px);
	}

	.recover-block .text-block {
		width: calc(100% - 771px);
		padding-bottom: 20px;
	}

	.recover-block .img-block {
		width: 720px;
	}

	.class-pass .text-wrap {
		padding-left: 597px;
	}

	.rtalk-int .text-block {
		width: calc(50% - 210px);
	}

	.rtalk-int .img-block {
		width: calc(50% + 150px);
	}

	.int-metrics-w-list .img-block {
		width: 536px;
	}

	.int-metrics-w-list .img-block .img02 {
		width: auto;
		top: 211px;
		right: -7px;
	}

	.int-metrics-w-list .text-block {
		width: calc(100% - 600px);
		padding-right: 17px;
	}

	.metrics-hero .img-section {
		width: 857px;
		margin-top: 31px;
		right: -86px;
	}

	.integration .text-section {
		width: calc(100% - 664px);
	}

	.integration .img-section {
		width: 620px;
	}

	.integration .img-section .img01 {
		left: 107px;
	}

	.integration .img-section .img02 {
		right: 55px;
	}

	.segment .img-section {
		width: 745px;
		height: 553px;
	}

	.segment .img-section .img01 {
		width: auto;
	}

	.segment .text-section {
		width: calc(100% - 850px);
	}

	.acquisition .text-section {
		margin-left: 540px;
	}

	.revenue .text-section {
		width: calc(100% - 800px);
	}

	.revenue .img-section {
		width: 692px;
	}

	.retention .text-section {
		width: calc(100% - 790px);
	}

	.retention .img-section {
		width: 774px;
	}

	.retention .img-section .img01 {
		left: 68px;
	}

	.retention .img-section .img02 {
		top: 135px;
	}

	.retention .img-section .img03 {
		top: 258px;
	}

	.engagement h2 {
		font-size: 82px;
	}

	.engagement .text-section {
		width: calc(100% - 790px);
	}

	.engagement .img-section {
		width: 774px;
	}

	.engagement .img-section .img01 {
		left: 104px;
	}

	.engagement .img-section .img02 {
		top: 122px;
		right: -21px;
	}

	.engagement .img-section .img03 {
		top: 260px;
		left: 17px;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img01 {
		position: absolute;
		bottom: 55px;
		left: -80px;
		z-index: 3;
		width:70%;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img02 {
		position: absolute;
		top: 170px;
		right: -60px;
		z-index: 2;
		width: 75%;
	}

	.block-metrics-w-list.customersuccesssec .img-block .img03 {
		position: absolute;
		top: 0;
		left: -68px;
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.app-section .phone {
		margin-left: 70px;
	}

	.access-section .image-hold {
		max-width: 780px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 780px;
		flex: 0 0 780px;
	}

	.access-section .image-hold .access-01 {
		width: 142px;
		left: -85px;
	}

	.access-section .image-hold .access-02 {
		width: 140px;
	}

	.access-section .image-hold .access-03 {
		width: 186px;
	}

	.access-section .image-hold .access-05 {
		width: 188px;
	}

}

@media screen and (min-width: 1280px) {
	.recognized h2 {
		font-size: 82px;
		line-height: 1.2;
	}
}

@media screen and (min-width: 1300px) {
	.fact02 .img-section .facts-list li.f02 {
		left: -53px;
	}

	.acquisition h2 {
		right: -15px;
		top: 216px;
	}
}

@media screen and (max-width: 1023px) {
	.header .btn {
		position: relative;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: top;
		font-size: 12px !important;
		line-height: 1.5 !important;
		font-weight: 700;
		padding: 0 20px 0 0 !important;
		margin-bottom: 0 !important;
		color: #20323c !important;
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
		background: none !important;
		box-shadow: none !important;
		border: 0 !important;
		min-width: 0 !important;
		overflow: visible !important;
	}

	.header .btn:hover {
		text-decoration: none;
		color: #136f89;
	}

	.header .btn:hover:after {
		-webkit-transform: translateY(-50%) translateX(10px);
		-ms-transform: translateY(-50%) translateX(10px);
		transform: translateY(-50%) translateX(10px);
	}

	.header .btn:before {
		content: none !important;
	}

	.header .btn:after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		font-size: 12px;
		-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, color .3s ease-in-out;
		transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
		background: transparent !important;
	}


	.cta-btn-list .btn:hover {
		text-decoration: none;
		color: #136f89;
	}

	.cta-btn-list .btn:hover:after {
		-webkit-transform: translateY(-50%) translateX(10px);
		-ms-transform: translateY(-50%) translateX(10px);
		transform: translateY(-50%) translateX(10px);
	}

	.cta-btn-list .btn:before {
		content: none !important;
	}

	.cta-btn-list .btn:after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		font-size: 12px;
		-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, color .3s ease-in-out;
		transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
		background: transparent !important;
	}
}

@media screen and (max-width: 767px) {
	.more-info .features li:last-child {
		padding-bottom: 23px;
	}

	.partners-block li:nth-of-type(1n+6){
		display: none;
	}

	.block-join li:nth-of-type(1n+5){
		display: none;
	}

	.block-join .left-block{
		width: 360px;
	}

	.featuretag{
		margin: 0 auto;
	}

	.pi-hero .img-block{
		margin:0;
	}

	.grow-subs .main-title{
		margin-bottom: 50px;
	}

	.retain-hero .text-block .btn{
		margin-bottom: 10px;
		min-width: 240px;
	}

	.recog-hero .text-block .btn{
		margin-bottom: 10px;
		min-width: 240px;
	}

	.fact01{
		margin-bottom:120px;
	}
}
