@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*! 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;
}

.menu-block ul[role="menu"],
.key_benefits-section .left-column .benefits-list,
#footer .menu-block ul[role="menu"],
#footer .bottom-block .socials-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #fff;
	background: -webkit-linear-gradient(top, #1c1d1f 0%, #212224 100%);
	background: linear-gradient(180deg, #1c1d1f 0%, #212224 100%);
	font: 16px/1.2 "Raleway", "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: inherit;
	font-weight: bold;
	margin: 0 0 .6em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #fff;
}

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 #212224;
	padding: .95em 2.5em;
}

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: #212224;
}

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: #212224;
}

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: #212224;
}

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: #212224;
}

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

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;
}

@font-face {
	font-family: "icomoon";
	src: url("https://46342536.fs1.hubspotusercontent-na1.net/hubfs/46342536/Amped%20Success%2009-01-2025/fonts/icomoon.eot");
	src: url("https://46342536.fs1.hubspotusercontent-na1.net/hubfs/46342536/Amped%20Success%2009-01-2025/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("https://46342536.fs1.hubspotusercontent-na1.net/hubfs/46342536/Amped%20Success%2009-01-2025/fonts/icomoon.ttf?gn382r") format("truetype"), url("https://46342536.fs1.hubspotusercontent-na1.net/hubfs/46342536/Amped%20Success%2009-01-2025/fonts/icomoon.woff?gn382r") format("woff"), url("https://46342536.fs1.hubspotusercontent-na1.net/hubfs/46342536/Amped%20Success%2009-01-2025/fonts/icomoon.svg?gn382r#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="ico-"],
[class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	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;
}

.ico-instagram:before {
	content: "\e900";
}

.ico-facebook:before {
	content: "\e901";
}

.ico-dollar:before {
	content: "\e902";
}

.ico-x:before {
	content: "\e903";
}

.ico-briefcase:before {
	content: "\e904";
}

.ico-layers:before {
	content: "\e905";
}

.ico-diagram:before {
	content: "\e906";
}

.ico-comment:before {
	content: "\e907";
}

.ico-arrow:before {
	content: "\e908";
}

@property --opacity {
	syntax: "<number>";
	inherits: false;
	initial-value: 0;
}

h1 {
	font-size: 36px;
	line-height: 1.34;
	font-weight: 800;
}

h2 {
	font-size: 30px;
	line-height: 1.29;
}

h3 {
	font-size: 26px;
	line-height: 1.4;
}

h4 {
	font-size: 24px;
	line-height: 1.25;
}

h5 {
	font-size: 22px;
	line-height: 1.25;
}

h6 {
	font-size: 20px;
	line-height: 1.25;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: #16b975;
}

h1 span[style="text-decoration: underline;"],
h2 span[style="text-decoration: underline;"],
h3 span[style="text-decoration: underline;"],
h4 span[style="text-decoration: underline;"],
h5 span[style="text-decoration: underline;"],
h6 span[style="text-decoration: underline;"] {
	color: #16b975;
	text-decoration: none !important;
	white-space: nowrap;
	position: relative;
}

h1 span[style="text-decoration: underline;"]:after,
h2 span[style="text-decoration: underline;"]:after,
h3 span[style="text-decoration: underline;"]:after,
h4 span[style="text-decoration: underline;"]:after,
h5 span[style="text-decoration: underline;"]:after,
h6 span[style="text-decoration: underline;"]:after {
	content: "";
	background-image: url("../images/decoration-01.svg");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	inset: 90% 0 -.3em 0;
}

.widget-type-custom_widget {
	min-height: 0 !important;
}

.hs_cos_wrapper_type_module:first-child section,
section:first-of-type:not(.hs_cos_wrapper_type_module section) {
	padding-top: 100px;
}

.container {
	padding: 0 20px;
	position: relative;
}

.logo {
	display: block;
	width: 100%;
	max-width: 100px;
}

.logo a,
.logo img {
	display: block;
}

.btn {
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out, outline-offset .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out, outline-offset .2s ease-in-out;
	display: inline-block;
	background: rgba(86, 85, 85, .03);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border: 1px solid #16b975;
	outline: 1px solid rgba(22, 185, 117, 0.502);
	outline-offset: -1px;
	border-radius: 100px;
	padding: .95em 2.5em;
	font: 600 18px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #16b975;
	letter-spacing: -.4px;
	text-align: center;
	text-decoration: none;
}

.btn:hover {
	background: #16b975;
	color: #212224;
	outline: 1px solid rgba(22, 185, 117, 0.502);
	outline-offset: 6px;
}

.cta {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 40px;
	font: 500 18px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.4px;
	color: #16b975;
	text-transform: uppercase;
	text-decoration: none;
}

.cta:after {
	-webkit-transition: color .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: color .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out, color .2s ease-in-out;
	transition: transform .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out;
	content: "\e908";
	display: inline-block;
	font-family: "icomoon";
	font-size: 18px;
	font-weight: 500;
	color: #16b975;
}

.cta:hover {
	color: #fff;
}

.cta:hover:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
}

.menu-block ul[role="menu"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0 auto;
	color: #16b975;
	text-align: center;
}

.menu-block ul[role="menu"] .hs-menu-item {
	margin: 0 0 10px;
}

.menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"] {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	padding: 20px 20px 15px;
	position: relative;
	display: inline-block;
	font: 500 18px/1.22 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"]:hover {
	color: #16b975;
}

.menu-block ul[role="menu"] .hs-menu-item:last-child a {
	color: #16b975;
}

.menu-block ul[role="menu"] .hs-menu-item:last-child a:hover {
	color: #fff;
}

#header {
	-webkit-transition: background .2s ease-in-out, padding .2s ease-in-out, border-color .2s ease-in-out;
	transition: background .2s ease-in-out, padding .2s ease-in-out, border-color .2s ease-in-out;
	background: transparent;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 2px solid transparent;
	width: 100%;
	z-index: 9999;
}

#header.fixed-position {
	background: #212224;
	border-color: #585a5b;
	padding: 15px 0;
}

#header .container {
	position: relative;
}

#header .logo {
	position: relative;
	z-index: 9999;
}

#header .columns-wrapper {
	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;
	gap: 0 15px;
}

#header .menu-column {
	width: 100%;
}

#header #nav-bar.active .opener:before {
	background: #16b975;
	-webkit-transform: translate(0, 10px) rotate(-135deg);
	-ms-transform: translate(0, 10px) rotate(-135deg);
	transform: translate(0, 10px) rotate(-135deg);
	width: 30px;
}

#header #nav-bar.active .opener span {
	background: #16b975;
	width: 0;
}

#header #nav-bar.active .opener:after {
	background: #16b975;
	-webkit-transform: translate(0, -10px) rotate(135deg);
	-ms-transform: translate(0, -10px) rotate(135deg);
	transform: translate(0, -10px) rotate(135deg);
	width: 30px;
}

#header #nav-bar.active .drop {
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: top 0s 0s,
	left 0s 0s,
	opacity .2s 0s,
	-webkit-transform .2s 0s;
	transition: top 0s 0s,
	left 0s 0s,
	opacity .2s 0s,
	-webkit-transform .2s 0s;
	transition: top 0s 0s,
	left 0s 0s,
	opacity .2s 0s,
	transform .2s 0s;
	transition: top 0s 0s,
	left 0s 0s,
	opacity .2s 0s,
	transform .2s 0s,
	-webkit-transform .2s 0s;
}

#header #nav-bar .opener {
	-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
	transition: background .2s ease-in-out, border-color .2s ease-in-out;
	width: 50px;
	height: 50px;
	position: relative;
	margin: -10px;
	padding: 10px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px 0;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
	float: right;
}

#header #nav-bar .opener:before,
#header #nav-bar .opener:after,
#header #nav-bar .opener span {
	-webkit-transition: background .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: background .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: background .2s ease-in-out, width .2s ease-in-out, transform .2s ease-in-out;
	transition: background .2s ease-in-out, width .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	content: "";
	background: #16b975;
	width: 100%;
	height: 2px;
}

#header #nav-bar .drop {
	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;
}

#header #nav-bar .btn-block {
	margin: 30px 0 0;
	text-align: center;
}

#header #nav-bar .btn-block .btn {
	white-space: nowrap;
}

.intro-section {
	position: relative;
	padding: 0 0 30px;
}

.intro-section .bg-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-mask-image: -webkit-linear-gradient(top, black 70%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 25%, transparent 100%);
	-webkit-border-image: fill 1 -webkit-linear-gradient(bottom, rgba(36, 36, 36, .73), rgba(36, 36, 36, .73));
	border-image: fill 1 linear-gradient(0deg, rgba(36, 36, 36, .73), rgba(36, 36, 36, .73));
}

.intro-section .columns-block {
	padding: 0 0 30px;
	font-size: 20px;
	color: #fff;
}

.intro-section .columns-block:not(:has(+ .points-block)) {
	padding-bottom: 0;
}

.intro-section .columns-block h1,
.intro-section .columns-block h2,
.intro-section .columns-block h3,
.intro-section .columns-block h4,
.intro-section .columns-block h5,
.intro-section .columns-block h6 {
	margin: 0 0 .3em;
	letter-spacing: -1.7px;
	text-transform: uppercase;
	text-align: center;
}

.intro-section .columns-block .post-column {
	margin: 0 0 40px;
}

.intro-section .columns-block .img-column .img-holder {
	border-radius: 35px;
	overflow: hidden;
}

.intro-section .points-block {
	margin: -30px auto 0;
	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;
	gap: 0 20px;
	text-align: center;
	font-size: 16px;
	letter-spacing: -.3px;
	color: #909da2;
}

.intro-section .points-block .column {
	margin-top: 30px;
	width: calc(50% - 10px);
	max-width: 200px;
	margin-bottom: -1em;
}

.intro-section .points-block .column h1,
.intro-section .points-block .column h2,
.intro-section .points-block .column h3,
.intro-section .points-block .column h4,
.intro-section .points-block .column h5,
.intro-section .points-block .column h6 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
	margin: 0 0 .41em;
}

.intro-section .points-block [class^="ico-"] {
	width: 50px;
	height: 50px;
	background: #16b975;
	border-radius: 100%;
	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;
	font-size: 20px;
	color: #fff;
	filter: drop-shadow(10.333px 7.333px 10.5px rgba(69, 244, 157, 0.3));
	margin: 0 auto 15px;
}

.about-section {
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 1.36;
	letter-spacing: -.35px;
	color: #fff;
}

.about-section .columns-block {
	padding: 20px 0 0;
	border-top: 1px solid #585a5b;
}

.about-section .title-column {
	border-bottom: 1px solid #585a5b;
	padding: 0 0 10px;
}

.about-section .post-column {
	padding: 0 0 5px;
}

.about-section .post-column .subtitle-holder {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: #16b975;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.key_offering-section {
	position: relative;
	padding: 10px 0 30px;
	color: #fff;
}

.key_offering-section .title-block {
	margin: 0 0 30px;
}

.key_offering-section .columns-block {
	max-width: 360px;
	margin: 0 auto;
}

.key_offering-section .card-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #16b975;
}

.key_offering-section .card-block a {
	display: block;
	text-decoration: none;
}

.key_offering-section .card-block a:hover .img-holder {
	box-shadow: 0 0 0 4px #16b975;
}

.key_offering-section .card-block a:hover .cta {
	color: #16b975;
}

.key_offering-section .card-block a:hover .cta:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #16b975;
}

.key_offering-section .img-holder {
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	border-radius: 35px;
	overflow: hidden;
	box-shadow: 8px 8px 0 0 #16b975;
	margin: 0 8px 30px 0;
}

.key_offering-section .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: .911;
}

.key_offering-section .cta-holder .cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font: 600 18px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.2px;
	text-transform: none;
}

.key_offering-section .btn-holder {
	text-align: center;
}

.post-section {
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.37;
	letter-spacing: -.33px;
	color: #fff;
}

.post-section .divider {
	border-top: 1px solid #585a5b;
}

.post-section .section-wrapper {
	padding: 20px 0;
}

.post-section .title-block {
	margin: 0 0 18px;
}

.post-section .title-block .subtitle-holder {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: #16b975;
	text-transform: uppercase;
}

.post-section .post-block .post-wrapper {
	transition: --opacity .2s ease-in-out;
	-webkit-mask-image: -webkit-linear-gradient(top, black, rgba(0, 0, 0, var(--opacity)));
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, var(--opacity)));
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}

.post-section .post-block.active .post-wrapper {
	--opacity: 1;
}

.post-section .post-block.active .cta-holder {
	margin: 0;
}

.post-section .post-block.active .opener:before {
	content: "Read Less";
}

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

.post-section .cta-holder {
	-webkit-transition: margin .2s ease-in-out;
	transition: margin .2s ease-in-out;
	margin: -20px 0 0;
}

.post-section .opener:before {
	content: "Read More";
}

.key_benefits-section {
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}

.key_benefits-section h1,
.key_benefits-section h2,
.key_benefits-section h3,
.key_benefits-section h4,
.key_benefits-section h5,
.key_benefits-section h6 {
	letter-spacing: -1.1px;
}

.key_benefits-section .left-column {
	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;
	margin: 0 0 30px;
}

.key_benefits-section .left-column .title-block {
	margin: 0 0 30px;
}

.key_benefits-section .left-column .subtitle {
	display: block;
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: .4px;
	color: #16b975;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.key_benefits-section .left-column .benefits-list h1,
.key_benefits-section .left-column .benefits-list h2,
.key_benefits-section .left-column .benefits-list h3,
.key_benefits-section .left-column .benefits-list h4,
.key_benefits-section .left-column .benefits-list h5,
.key_benefits-section .left-column .benefits-list h6 {
	font-weight: 500;
	color: #16b975;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 8px;
}

.key_benefits-section .left-column .benefits-list li {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr;
	grid-template-columns: auto 1fr;
	gap: 0 20px;
	counter-increment: list-counter;
	border-bottom: 1px solid #585a5b;
	padding: 0 0 3px;
}

.key_benefits-section .left-column .benefits-list li:not(:last-child) {
	margin: 0 0 20px;
}

.key_benefits-section .left-column .benefits-list li:before {
	content: counter(list-counter, decimal-leading-zero);
	font-size: 21px;
	font-weight: 500;
	color: #16b975;
	vertical-align: 4px;
	display: inline-block;
	-ms-grid-row: span 2;
	grid-row: span 2;
}

.key_benefits-section .right-column .img-holder {
	background: #16b975;
	padding: 20px 20px 0;
	border-radius: 35px;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.key_benefits-section .right-column .img-holder img {
	width: 100%;
	max-width: 375px;
	filter: drop-shadow(-37.667px 54.333px 63.5px rgba(0, 0, 0, .3));
}

.get_started-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px 0;
	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;
	text-align: center;
	color: #fff;
}

.get_started-section h1,
.get_started-section h2,
.get_started-section h3,
.get_started-section h4,
.get_started-section h5,
.get_started-section h6 {
	letter-spacing: -1px;
}

.get_started-section .ico-holder {
	width: 50px;
	height: 50px;
	background: #16b975;
	border-radius: 100%;
	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;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 15px;
	filter: drop-shadow(10.333px 7.333px 10.5px rgba(69, 244, 142, 0.3));
}

#footer {
	padding: 30px 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -.4px;
}

#footer .top-block {
	border-bottom: 1px solid #585a5b;
	margin: 0 0 20px;
	padding: 0 0 15px;
}

#footer .logo-holder {
	margin: 0 0 30px;
}

#footer .logo-holder .logo {
	width: 100%;
	margin: 0 auto;
}

#footer .menu-block ul[role="menu"] {
	display: block;
	padding: 0;
	margin: 0;
}

#footer .menu-block ul[role="menu"] .hs-menu-item {
	margin: 0;
}

#footer .menu-block ul[role="menu"] .hs-menu-item:not(:last-child) {
	margin: 0 0 10px;
}

#footer .menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"] {
	padding: 10px;
}

#footer .bottom-block {
	text-align: center;
}

#footer .bottom-block .copyright-holder {
	margin: 0 0 20px;
}

#footer .bottom-block .copyright-holder p {
	margin: 0;
}

#footer .bottom-block .socials-list {
	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;
	gap: 0 20px;
}

#footer .bottom-block .socials-list a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	display: block;
	font-size: 22px;
	text-decoration: none;
	color: #16b975;
	padding: 5px;
}

#footer .bottom-block .socials-list a:hover {
	color: #fff;
}

@media (min-width: 480px) {
	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 28px;
		letter-spacing: -1px;
	}

	h4 {
		font-size: 26px;
	}

	.intro-section {
		padding: 0 0 50px;
	}

	.intro-section .columns-block {
		padding: 0 0 50px;
	}

	.about-section {
		padding: 0 0 25px;
	}

	.key_offering-section {
		padding: 25px 0 50px;
	}

	.key_offering-section .columns-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;
		gap: 0 20px;
		max-width: none;
		margin: 0;
	}

	.key_offering-section .card-block {
		max-width: calc(50% - 15px);
	}

	.key_benefits-section {
		padding: 50px 0;
		letter-spacing: -.2px;
	}

	.key_benefits-section .left-column .benefits-list h1,
	.key_benefits-section .left-column .benefits-list h2,
	.key_benefits-section .left-column .benefits-list h3,
	.key_benefits-section .left-column .benefits-list h4,
	.key_benefits-section .left-column .benefits-list h5,
	.key_benefits-section .left-column .benefits-list h6 {
		letter-spacing: -.3px;
	}

	#footer .bottom-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;
		text-align: left;
	}

	#footer .bottom-block .copyright-holder {
		margin: 0;
	}

	#footer .bottom-block .socials-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 44px;
	}

	.hs_cos_wrapper_type_module:first-child section,
	section:first-of-type:not(.hs_cos_wrapper_type_module section) {
		padding-top: 130px;
	}

	.container {
		padding: 0 30px;
	}

	.btn {
		font-size: 16px;
	}

	.menu-block {
		width: 100%;
	}

	.menu-block ul[role="menu"] {
		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;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		gap: 0 15px;
	}

	.menu-block ul[role="menu"] .hs-menu-item {
		margin: 0;
	}

	.menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"] {
		padding: 5px;
		font-size: 14px;
	}

	.menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"]:hover {
		color: #fff;
	}

	.menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"]:hover:before {
		width: 100%;
	}

	.menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"]:before {
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 2px;
		background: #16b975;
	}

	#header #nav-bar .opener {
		display: none;
	}

	#header #nav-bar .drop {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 0 20px;
	}

	#header #nav-bar .btn-block {
		margin: 0;
	}

	.intro-section .columns-block {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr auto;
		grid-template-columns: 1fr auto;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 0 30px;
	}

	.intro-section .columns-block h1,
	.intro-section .columns-block h2,
	.intro-section .columns-block h3,
	.intro-section .columns-block h4,
	.intro-section .columns-block h5,
	.intro-section .columns-block h6 {
		text-align: left;
	}

	.intro-section .columns-block .post-column {
		margin: 0 0 -1em;
	}

	.about-section .columns-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0 40px;
	}

	.about-section .title-column {
		border: none;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 515px;
	}

	.about-section .post-column {
		padding: 0 0 15px;
		border-bottom: 1px solid #585a5b;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 560px;
	}

	.key_offering-section .card-block {
		margin: 0 0 30px;
		padding: 0 0 20px;
		max-width: calc(33% - 15px);
	}

	.key_offering-section .cta-holder .cta {
		font-size: 20px;
	}

	.post-section .section-wrapper {
		max-width: 756px;
		margin: 0 auto;
	}

	.key_benefits-section .columns-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 20px;
	}

	.key_benefits-section .left-column {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0;
	}

	.key_benefits-section .right-column {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.key_benefits-section .right-column .img-holder {
		max-width: none;
		margin: 0;
	}

	.get_started-section {
		min-height: 344px;
	}

	#footer .menu-block ul[role="menu"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 774px;
		margin: 0 auto;
	}

	#footer .menu-block ul[role="menu"] .hs-menu-item:not(:last-child) {
		margin: 0 0 10px;
	}

	#footer .menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"] {
		font-size: 18px;
		padding: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#header #nav-bar .btn-block .btn {
		padding: .95em 1.5em;
	}
}

@media (min-width: 1024px) {
	h1 {
		font-size: 58px;
	}

	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 30px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 24px;
	}

	.hs_cos_wrapper_type_module:first-child section,
	section:first-of-type:not(.hs_cos_wrapper_type_module section) {
		padding-top: 190px;
	}

	.container {
		width: 100%;
		max-width: 1240px;
		padding: 0 40px;
		margin: 0 auto;
	}

	.btn {
		font-size: 18px;
	}

	.menu-block ul[role="menu"] {
		max-width: 650px;
		gap: 0 32px;
	}

	.menu-block ul[role="menu"] .hs-menu-item a[role="menuitem"] {
		font-size: 18px;
	}

	#header {
		padding: 22px 0;
	}

	#header .logo {
		margin: 0 auto;
	}

	#header .logo-column {
		width: 100px;
	}

	#header #nav-bar .btn-block .btn {
		width: 100%;
	}

	.intro-section {
		padding: 0 0 125px;
	}

	.intro-section .columns-block {
		padding: 0 0 95px;
		font-size: 24px;
		line-height: 1.33;
		letter-spacing: -.8px;
	}

	.intro-section .columns-block h1,
	.intro-section .columns-block h2,
	.intro-section .columns-block h3,
	.intro-section .columns-block h4,
	.intro-section .columns-block h5,
	.intro-section .columns-block h6 {
		margin: 0 0 .4em;
	}

	.intro-section .points-block {
		font-size: 18px;
		max-width: 1140px;
	}

	.intro-section .points-block .column {
		width: calc(20% - 16px);
		max-width: none;
	}

	.intro-section .points-block .column h1,
	.intro-section .points-block .column h2,
	.intro-section .points-block .column h3,
	.intro-section .points-block .column h4,
	.intro-section .points-block .column h5,
	.intro-section .points-block .column h6 {
		font-size: 32px;
	}

	.intro-section .points-block [class^="ico-"] {
		margin: 0 auto 30px;
	}

	.about-section {
		padding: 0 0 65px;
	}

	.about-section .title-column {
		padding: 20px 0 0;
	}

	.key_offering-section {
		padding: 65px 0 40px;
	}

	.key_offering-section .title-block {
		margin: 0 0 50px;
	}

	.key_offering-section .card-block {
		margin: 0 0 40px;
		padding: 0 0 40px;
	}

	.key_offering-section .card-block a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.key_offering-section .img-holder {
		margin-bottom: 50px;
	}

	.key_offering-section .cta-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.key_offering-section .cta-holder .cta {
		font-size: 23px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.post-section {
		padding: 50px 0;
	}

	.post-section .container {
		max-width: 1240px;
	}

	.key_benefits-section {
		padding: 70px 0 120px;
	}

	.key_benefits-section .columns-block {
		gap: 0 40px;
	}

	.key_benefits-section .left-column .benefits-list li {
		gap: 0 76px;
	}

	.key_benefits-section .right-column .img-holder {
		padding: 55px 30px 0;
	}

	.get_started-section .ico-holder {
		margin: 0 auto 22px;
	}

	.get_started-section .post-holder {
		margin: 0 0 20px;
	}

	#footer {
		padding: 50px 0;
	}

	#footer .logo-holder {
		margin: 0 0 35px;
	}

	#footer .logo-holder .logo {
		width: 100%;
	}

	#footer .menu-block ul[role="menu"] {
		gap: 0 15px;
	}

	#footer .menu-block ul[role="menu"] .hs-menu-item:not(:last-child) {
		margin: 0;
	}

	#footer .bottom-block .socials-list {
		gap: 0 32px;
	}
}

@media (min-width: 1200px) {
	#header .logo-column {
		width: 120px;
	}

	.key_offering-section .columns-block {
		gap: 0 28px;
	}

	.key_offering-section .card-block {
		max-width: calc(33% - 15px);
	}

	#footer .menu-block ul[role="menu"] {
		gap: 0 30px;
	}
}

@media (max-width: 767px) {
	#header #nav-bar .drop {
		-webkit-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
		width: 100%;
		height: 100%;
		position: fixed;
		top: -99999px;
		left: -9999px;
		background: #212224;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		z-index: 9997;
		opacity: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transition: top 0s .2s,
		left 0s .2s,
		opacity .2s 0s,
		-webkit-transform .2s 0s;
		transition: top 0s .2s,
		left 0s .2s,
		opacity .2s 0s,
		-webkit-transform .2s 0s;
		transition: top 0s .2s,
		left 0s .2s,
		opacity .2s 0s,
		transform .2s 0s;
		transition: top 0s .2s,
		left 0s .2s,
		opacity .2s 0s,
		transform .2s 0s,
		-webkit-transform .2s 0s;
	}

	.intro-section .columns-block .img-column {
		max-width: 360px !important;
		margin: 0 auto;
	}
}

