:root {
	--c-white: #fff;
	--c-black: #000;
	--c-dark: #000427;
	--c-blue: #174979;
	--c-blue-light: rgba(21, 172, 245, 1);
	--c-blue-white: #e7f6fe;
	--c-red: #ed3434;
	--c-green: #00a363;
	--font-sans-serif: "Poppins", sans-serif;
	--font-sans-serif-header: "Poppins", sans-serif;
	--font-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--base-bg: var(--c-white);
	--base-ff: var(--font-sans-serif);
	--base-fz: 1.8rem;
	--base-lh: 1.666666667;
	--base-tc: var(--c-blue);
	--base-lc: inherit;
	--base-mw: 320px;
	--base-ts: 0.2s;
	--base-rd: 1rem;
	--gap: 1.5rem;
	--btn-fz: 1.9rem;
	--btn-ff: var(--font-sans-serif);
	--btn-pd: 1em 1.875em;
	--btn-height: 3.684210526em;
	--btn-rd: 0.3125em;
	--btn-bg: var(--c-blue);
	--btn-color: var(--c-white);
	--h-s-h1: 8rem;
	--h-s-h2: 5rem;
	--h-s-h3: 3rem;
	--h-s-h4: 2.4rem;
	--h-s-h5: 2.1rem;
	--h-s-h6: 1.8rem;
	--theme-color: rgba(21, 172, 245, 1);
	--theme-color-secondary: #174979;
	--theme-color-orange: #FBA756;
	--theme-color-blue: #057FD4;
	--theme-color-violet: #6E68F1;
	--theme-color-cyan: #00C6EE;
	--theme-color-dark: #102941;
	--theme-color-black: #061624;
}

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

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--base-tc);
/* 	background: url("../images/background.png"), var(--base-bg); */
	background: var(--base-bg);
	font: var(--base-fz)/var(--base-lh) var(--base-ff);
	min-width: var(--base-mw);
	font-weight: 400;
	overflow-anchor: none;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	margin: 0;
	line-height: 1.2;
	font-family: var(--font-sans-serif-header);
}
h1:not(:last-child),
.h1:not(:last-child),
h2:not(:last-child),
.h2:not(:last-child),
h3:not(:last-child),
.h3:not(:last-child),
h4:not(:last-child),
.h4:not(:last-child),
h5:not(:last-child),
.h5:not(:last-child),
h6:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child) {
	margin-bottom: 3rem;
}

h1,
.h1 {
	font-size: var(--h-s-h1);
}

h2,
.h2 {
	font-size: var(--h-s-h2);
}

h3,
.h3 {
	font-size: var(--h-s-h3);
}

h4,
.h4 {
	font-size: var(--h-s-h4);
	font-weight: 500;
	line-height: 1.458333333;
}

h5,
.h5 {
	font-size: var(--h-s-h5);
}

h6,
.h6 {
	font-size: var(--h-s-h6);
}

p {
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 1.25em;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 1.25em;
}

strong {
	font-weight: 600 !important;
}

.lt {
	font-weight: 300 !important;
}

.rg {
	font-weight: 400 !important;
}

.md {
	font-weight: 500 !important;
}

.sbd {
	font-weight: 600 !important;
}

.bd {
	font-weight: 700 !important;
}

.under {
	text-decoration: underline;
}

.ttu {
	text-transform: uppercase;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.c-red {
	color: var(--c-red) !important;
}

.c-blue {
	color: var(--c-blue) !important;
}

.c-blue-light {
	color: var(--c-blue-light) !important;
}

.c-green {
	color: var(--c-green) !important;
}

.icon {
	--i-size: 2rem;
	fill: currentColor;
	stroke: currentColor;
	color: inherit;
	min-width: var(--i-size);
	width: var(--i-size);
	height: var(--i-size);
	display: inline-block;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	-webkit-mask-image: none;
	mask-image: none;
}
.icon-chevron--down {
	-webkit-mask-image: url("../images/icons/icon-chevron--down.svg");
	mask-image: url("../images/icons/icon-chevron--down.svg");
}
.icon-arrow--right {
	-webkit-mask-image: url("../images/icons/icon-arrow--right.svg");
	mask-image: url("../images/icons/icon-arrow--right.svg");
}
.icon-facebook {
	-webkit-mask-image: url("../images/icons/icon-facebook.svg");
	mask-image: url("../images/icons/icon-facebook.svg");
}
.icon-twitter {
	-webkit-mask-image: url("../images/icons/icon-twitter.svg");
	mask-image: url("../images/icons/icon-twitter.svg");
}
.icon-rss {
	-webkit-mask-image: url("../images/icons/icon-rss.svg");
	mask-image: url("../images/icons/icon-rss.svg");
}
.icon-quote {
	-webkit-mask-image: url("../images/icons/icon-quote.svg");
	mask-image: url("../images/icons/icon-quote.svg");
}
.icon-phone {
	-webkit-mask-image: url("../images/icons/icon-phone.svg");
	mask-image: url("../images/icons/icon-phone.svg");
}
.icon-place {
	-webkit-mask-image: url("../images/icons/icon-place.svg");
	mask-image: url("../images/icons/icon-place.svg");
}
.icon-clock {
	-webkit-mask-image: url("../images/icons/icon-clock.svg");
	mask-image: url("../images/icons/icon-clock.svg");
}

.logo {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: inherit;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 100%;
	transition: all var(--base-ts) ease-in-out;
	color: inherit;
	max-width: 28.5rem;
}
.logo picture {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: inherit;
	flex-wrap: nowrap;
	flex-direction: row;
}
.logo img {
	width: 100%;
	height: auto;
	pointer-events: none;
}

.image {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
}
.image picture {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: inherit;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 100%;
	min-height: 100%;
	height: auto;
	z-index: 1;
}
.image img {
	width: 100%;
}
.image--block-title picture {
	justify-content: flex-start;
}
.image--block-title img {
	object-fit: contain;
	width: auto;
	max-height: 11.5rem;
}

.image--cover {
	min-height: 100%;
	height: auto;
}
.image--cover img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image--1-1 picture {
	padding-top: 100%;
}
.image--3-2 picture {
	padding-top: 66.66%;
}
.image--3-4 picture {
	padding-top: 75%;
}
.image--4-5 picture {
	padding-top: 120%;
}
.image--16-9 picture {
	padding-top: 56.25%;
}

body {
	position: relative;
	width: 100%;
}

.wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

.content {
	display: flex;
	flex-direction: column;
	flex: 1;
	z-index: 0;
	padding-top: 15rem;
}

.container {
	padding: 0 var(--gap);
}

.row {
	margin: 0 calc(-1 * var(--gap));
}
.row > div {
	padding: 0 var(--gap);
}

.inf {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	color: var(--c-blue-light);
	font-size: 1.5rem;
	font-style: italic;
	margin-top: 1.5rem;
}
.inf .image {
	width: 1.7rem;
	min-width: 1.7rem;
	margin: 0 !important;
	margin-right: 1rem !important;
}

.sc {
	--sc-pd: 4rem 0;
	--sc-bg: transparent;
	position: relative;
	width: 100%;
	padding: var(--sc-pd);
	background: var(--sc-bg);
}
.sc img {
	pointer-events: none;
}
.sc h1,
.sc h2 {
	font-style: italic;
	font-weight: 400;
}
.sc h1 strong,
.sc h2 strong {
	font-style: normal;
}
.sc_text {
	position: relative;
}
.sc_text:not(:last-child) {
	margin-bottom: 4rem;
}

.sc_buttons {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: -1rem;
}
.sc_buttons .button {
	margin: 1rem;
}

.sc_bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero {
	--sc-pd: 10rem 0;
}
.hero-extra-message {
	position: absolute;
	right: 6rem;
	bottom: 5rem;
	z-index: 1;
}
.hero-extra-message h4 {
	font-style: italic;
	font-weight: 400;
}
.hero_image {
	position: relative;
	border-radius: 1.5rem;
	height: 37.5rem;
	overflow: hidden;
	z-index: 0;
}
.hero-wrapped-text {
	position: relative;
	margin: 0 5rem;
	border-radius: 1.5rem;
	z-index: 1;
	background: var(--c-white);
	margin-top: -8.5rem;
	padding: 5rem 5.5rem;
}
.hero-home {
	background-image: url("../images/home/skyline.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: var(--c-white);
	height: calc(var(--vh, 1vh) * 100 - 15rem);
	min-height: 60rem;
	max-height: 92rem;
	display: flex;
	align-items: center;
	align-content: center;
}
.hero-home p {
	max-width: 95rem;
}
.hero-home .decorated {
	position: relative;
	display: inline;
}
.hero-home .decorated:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1rem;
	height: 1.2rem;
	width: 100%;
	background-image: url("../images/home/hero-decor-2.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.hero-financial {
	padding-bottom: 12rem;
}
.hero-financial .hero_image {
	margin-top: 7.5rem;
}
.hero-financial .hero-wrapped-text {
	padding-bottom: 0;
}
.hero-financial .container > .row {
	align-items: center;
	align-content: center;
	margin-bottom: -4rem;
}
.hero-financial .container > .row > div {
	margin-bottom: 4rem;
}
.hero-financial .decorated {
	position: relative;
}
.hero-financial .decorated:after {
	content: "";
	position: absolute;
	left: -5rem;
	bottom: -1rem;
	height: 0.9rem;
	width: 100%;
	background-image: url("../images/fr/brush.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.hero_menu {
	margin-bottom: 9rem;
	position: relative;
	z-index: 1;
}
.hero_menu:before {
	content: "";
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	background: #f3f6f8;
}
.hero_menu ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.hero_menu ul li {
	margin: 0 5rem;
}
.hero_menu ul a {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 2.75rem 0;
	font-style: italic;
	background: #f3f6f8;
	z-index: 1;
	text-decoration: none;
}
.hero_menu ul a strong {
	font-style: normal;
}
.hero_menu ul a:after, .hero_menu ul a:before {
	content: "";
	position: absolute;
}
.hero_menu ul a:after {
	height: 0.2rem;
	width: 100%;
	background: var(--c-blue-light);
	left: 0;
	bottom: 0;
	opacity: 0;
}
.hero_menu ul a:before {
	width: 2rem;
	height: 2rem;
	transform: rotate(45deg);
	background: linear-gradient(-45deg, var(--c-blue-light) 0%, var(--c-blue-light) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	bottom: -0.8rem;
	z-index: -1;
	opacity: 0;
}
.hero_menu ul a.active:after, .hero_menu ul a.active:before {
	opacity: 1;
}
.hero-default {
	--sc-pd: 2rem 0;
	--sc-bg: #f3f6f8;
	--h-s-h1: 3.5rem;
	display: flex;
	align-items: center;
	align-content: center;
	min-height: 13rem;
}
.hero-default:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url("../images/hero-decor.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
}
.hero-default--faq {
	--sc-bg: var(--c-blue);
	color: var(--c-white);
}
.hero-default--faq:before {
	background-image: url("../images/hero-faq.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
}
.hero-default--faq h1 {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.hero-default--faq h1 .image {
	width: 4.9rem;
	margin-right: 1rem;
}
.hero-turn {
	--sc-pd: 20rem 0 6.8rem 0;
}
.hero-turn_content {
	position: relative;
	border-radius: 1.5rem;
	border: 1px solid var(--c-blue-light);
}
.hero-turn .image {
	max-width: 33rem;
	width: 33rem;
	min-width: 33rem;
	margin: -4rem auto -6.9rem auto;
	z-index: 1;
}
.hero-turn .row {
	align-items: center;
	align-content: center;
	margin: 0;
}
.hero-turn .text-side {
	padding: 5rem var(--gap);
}
.hero-financing {
	--sc-pd: 20rem 0 6.8rem 0;
}
.hero-financing_content {
	position: relative;
	border-radius: 1.5rem;
	border: 1px solid var(--c-blue-light);
}
.hero-financing .image {
	max-width: 38.5rem;
	width: 38.5rem;
	min-width: 38.5rem;
	margin: -4rem auto -6.9rem auto;
	z-index: 1;
}
.hero-financing .row {
	align-items: center;
	align-content: center;
	margin: 0;
}
.hero-financing .text-side {
	padding: 5rem var(--gap);
}

.support {
	--sc-pd: 10rem 0 0 0;
	border-bottom: 1px solid #15acf5;
}
.support .text-side {
	padding: 6rem var(--gap);
}
.support .image {
	display: flex;
	justify-content: flex-end;
}
.support .image picture {
	min-width: 100vw;
	margin: 0 calc((100% - 100vw) / 2);
}
.support_head {
	border-bottom: 1px solid #15acf5;
	padding-bottom: 4rem;
}
.support_head .sc_text {
	padding: 0;
}
.support--what {
	padding-top: 0;
	border-top: 1px solid #15acf5;
}

.tb {
	--sc-pd: 8rem 0;
	border-bottom: 1px solid #15acf5;
}
.tb .row {
	align-items: center;
	align-content: center;
}
.tb h2 .decorated {
	position: relative;
}
.tb h2 .decorated:after {
	content: "";
	position: absolute;
	left: 0rem;
	bottom: 0rem;
	height: 0.9rem;
	width: 15rem;
	background-image: url("../images/fr/brush.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.tb h2.d-line {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 4rem;
}
.tb h2.d-line:before {
	content: "";
	position: absolute;
	width: 11rem;
	height: 0.2rem;
	background: var(--c-blue-light);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.tb ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
	gap: 2rem;
	padding-left: 0;
	max-width: 67.5rem;
	text-align: left !important;
}
.tb ul li {
	position: relative;
	list-style: none;
	padding-left: 3rem;
}
.tb ul li:before {
	content: "";
	position: absolute;
	width: 2.2rem;
	height: 2.2rem;
	left: 0;
	top: 0.3rem;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--c-blue-light);
	-webkit-mask-image: url("../images/icons/icon-cm.svg");
	mask-image: url("../images/icons/icon-cm.svg");
}
.tb .image {
	max-width: 60.5rem;
	margin-left: auto;
	min-height: inherit;
}
.tb .image:after {
	content: "";
	position: absolute;
	width: 43.4rem;
	height: 40.1rem;
	/*background-image: url("../images/home/who-decor.png");*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	right: -5.5rem;
	bottom: -5.5rem;
}
.tb .image picture {
	border-radius: 100%;
	overflow: hidden;
}
.tb .image .txt {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	padding: 2rem;
	color: var(--c-white);
	font-style: italic;
}
.tb .image .txt strong {
	font-weight: 700;
}
.tb .image .txt .decorated {
	position: relative;
}
.tb .image .txt .decorated:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1rem;
	height: 0.6rem;
	width: 100%;
	background-image: url("../images/fr/brush.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.tb .image--normal {
	border-radius: 0;
	max-width: 55rem;
	margin-left: auto;
}
.tb .image--normal:after {
	width: 10.9rem;
	height: 7.6rem;
	left: -4.8rem;
	right: auto;
	top: 7.4rem;
	bottom: auto;
	/*background-image: url("../images/about/decor.png");*/
	z-index: 2;
}
.tb .image--normal picture {
	border-radius: 0;
}
.tb .row:not(:last-child) {
	margin-bottom: 8rem;
}
.tb .row:nth-child(2n) {
	flex-direction: row-reverse;
}
.tb figure {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 8rem;
	text-align: left !important;
}
.tb figure:not(:last-child) {
	margin-bottom: 2rem;
}
.tb figure blockquote {
	position: relative;
	font-style: italic;
	font-weight: 700;
}
.tb figure blockquote:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1.7rem;
	top: 0;
	left: -4.4rem;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background: var(--c-blue-light);
	-webkit-mask-image: url("../images/about/quote-line.png");
	mask-image: url("../images/about/quote-line.png");
}
.tb--style-1 .row {
	align-items: flex-start;
	align-content: flex-start;
}
.tb--just-text .image:before, .tb--just-text .image:after {
	display: none;
}
.tb--blue {
	--sc-bg: var(--c-blue);
	color: var(--c-white);
}
.tb--light {
	--sc-bg: #e7f6fe;
}
.tb--turn-2 {
	padding-bottom: 10rem;
}
.tb--turn h5 {
	font-style: italic;
}
.tb--turn .image--normal {
	margin: 0;
	margin-right: auto;
	max-width: 65rem;
}
.tb--turn .image--normal:after {
	display: none;
}
.tb--turn .empty {
	width: 6rem;
	flex: 0 0 auto;
}
.tb--turn .row:nth-child(2) .image--normal {
	margin-right: 0;
	margin-left: auto;
	margin-top: 6rem;
	background: #e4e4e4;
	border-radius: 2rem;
}
.tb--turn .row:nth-child(2) .image--normal picture {
	transform: translateY(-6rem);
}
.tb--financing-2 {
	padding-bottom: 10rem;
}
.tb--financing h5 {
	font-style: italic;
}
.tb--financing .image--normal {
	margin: 0;
	margin-right: auto;
	max-width: 65rem;
}
.tb--financing .image--normal:after {
	display: none;
}
.tb--financing .empty {
	width: 6rem;
	flex: 0 0 auto;
}
.tb--financing .row:nth-child(2) .image--normal {
	margin-right: 0;
	margin-left: auto;
}
.tb--terc {
	border-bottom: none;
}
.tb--terc .under {
	-webkit-text-decoration-color: #15acf5;
					text-decoration-color: #15acf5;
}
.tb--terc h5 {
	font-style: normal;
	font-weight: 400;
}
.tb--terc h5 strong {
	font-weight: 700;
}
.tb--terc-1 {
	border-bottom: none;
}
.tb--terc-1 .image:before, .tb--terc-1 .image:after {
	display: none;
}
.tb--terc-1 .button {
	width: 100%;
	max-width: 36rem;
}
.tb--terc-1 .inf {
	max-width: 36rem;
}
.tb--terc-1 ul {
	grid-template-columns: repeat(1, 1fr);
}
.tb--terc-1 ul:not(:last-child) {
	margin-bottom: 4rem;
}

.testimonials {
	--sc-pd: 15rem 0 4.6rem 0;
	--sc-bg: linear-gradient(
		180deg,
		rgba(21, 172, 245, 0.1) 0%,
		#e7f6fe 45%,
		rgba(255, 255, 255, 0)
	);
}
.testimonials_head {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.testimonials_head .sc_text {
	flex: 1;
}
.testimonials_head .swiper_buttons {
	margin-left: auto;
}
.testimonials_head:not(:last-child) {
	margin-bottom: 4rem;
}
.testimonials .item {
	position: relative;
	min-height: 100%;
	border-radius: 1.5rem;
	padding: 4rem 5rem;
	background: var(--c-blue);
	color: var(--c-white);
	max-width: 59.5rem;
	display: flex;
	flex-direction: column;
		min-height: 600px;
}
.testimonials .item_icon .icon {
	--i-size: 5rem;
}
.testimonials .item_text {
	margin-bottom: 2rem;
}
.testimonials .item_author {
	margin-top: auto;
}
.testimonials .swiper-container {
	overflow: visible;
}
.testimonials .swiper-slide {
	width: auto;
}

.help {
	--sc-pd: 4.6rem 0 9.2rem 0;
}
.help .sized {
	--h-s-h2: 10rem;
}
.help .container > .row {
	align-items: center;
	align-content: center;
	margin-bottom: -4rem;
}
.help .container > .row > div {
	margin-bottom: 4rem;
}
.help .form {
	position: relative;
}
.help .form_wrap {
	position: relative;
	border-radius: 1.5rem;
	background: #f3f3f3;
	padding: 4rem 3rem;
}
.help .form_text {
	font-size: 1.3rem;
	margin: 0 -2rem;
}
.help .form .row {
	margin-bottom: -1.7rem;
}
.help .form .row > div {
	margin-bottom: 1.7rem;
}
.help .form label {
	position: relative;
	display: block;
	line-height: 1;
	margin-bottom: 1.1rem;
	font-size: 1.6rem;
}
.help .form label span {
	color: var(--c-blue-light);
}
.help .form input {
	position: relative;
	display: inline-flex;
	border-style: solid;
	border-width: 0.2rem;
	border-color: #174979;
	border-radius: var(--base-rd);
	outline: none;
	padding: 1rem 2rem;
	color: var(--c-blue);
	width: 100%;
	min-height: 6rem;
}
.help .form input[name=newletters-name] {
	max-width: 19rem;
}
.help .form input::-webkit-input-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form input::-moz-placeholder {
	opacity: 1;
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form input:-moz-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form input:-ms-input-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form input.placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form select {
	position: relative;
	display: inline-flex;
	border-style: solid;
	border-width: 0.2rem;
	min-height: 6rem;
	border-color: #174979;
	border-radius: var(--base-rd);
	background: url("../images/icons/icon-chevron--down.svg"), var(--c-white);
	background-repeat: no-repeat;
	background-size: 1.2rem auto;
	background-position: center right 1rem;
	outline: none;
	padding: 0.2rem 2rem;
	color: #797979;
	width: 100%;
	-webkit-appearance: none;
					appearance: none;
}
.help .form select option {
	color: var(--c-blue);
}
.help .form select[name=newletters-name] {
	max-width: 19rem;
}
.help .form select::-webkit-input-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form select::-moz-placeholder {
	opacity: 1;
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form select:-moz-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form select:-ms-input-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form select.placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.help .form select.selected {
	color: var(--c-blue);
}
.help .form .button {
	margin: 0 auto;
}
.help_info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5rem var(--gap) !important;
	border-top: 1px solid var(--c-blue-light);
	border-bottom: 1px solid var(--c-blue-light);
	margin: 0 calc(-2 * var(--gap));
}
.help_info:not(:last-child) {
	margin-bottom: 9rem;
}
.help_info > * {
	padding: 0 calc(2 * var(--gap));
}
.help_info > *:not(:last-child) {
	margin-bottom: calc(2 * var(--gap));
}
.help-link {
	position: relative;
	display: flex;
	align-items: baseline;
	align-content: inherit;
	text-decoration: none;
	color: var(--c-blue-light);
	font-size: 1.8rem;
	font-weight: 600;
}
.help-link .icon {
	--i-size: 1.8rem;
	margin-right: 0.5rem;
	transform: translateY(0.3rem);
}
.help-link .txt {
	flex: 1;
}
.help--alter .sc_text {
	max-width: 60rem;
}
.help--contact {
	--sc-pd: 9rem 0 12rem 0;
}
.help--contact h3 {
	font-style: italic;
	font-weight: 400;
}
.help--contact h3 strong {
	font-style: normal;
}

.help-with {
	--sc-pd: 0;
}
.help-with .row {
	margin: 0;
}
.help-with .row > div {
	padding: 0;
}
.help-with .image {
	aspect-ratio: 1/1;
	display: flex;
	justify-content: flex-end;
}
.help-with .image picture {
	min-width: 100vw;
	margin: 0 calc((100% - 100vw) / 2);
}
.help-with .sc_text {
	padding-left: 6rem;
	padding-top: 12.5rem;
}
.help-with .sc_text:not(:last-child) {
	margin-bottom: 2rem;
}
.help-with .accordion {
	grid-gap: 0;
}
.help-with .accordion-item {
	box-shadow: none;
	padding: 2.25rem 0rem 2.25rem 12rem;
	border-radius: 0;
}
.help-with .accordion-item:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	transition: all var(--base-ts) ease-in-out;
	background: #15acf5;
	min-width: 100vw;
	margin: 0 calc((100% - 100vw) / 2);
}
.help-with .accordion-item:not(:last-child):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #15acf5;
	min-width: 100vw;
	margin: 0 calc((100% - 100vw) / 2);
}
.help-with .accordion-item_head {
	justify-content: flex-start;
	padding: 1.5rem 0;
	background: none;
}
.help-with .accordion-item_head h3 {
	font-weight: 300;
	color: #b1c8df;
}
.help-with .accordion-item_head .icon {
	--i-size: 3.3rem;
	color: var(--c-blue-light);
	min-width: 3.3rem;
	margin-left: 0;
	margin-right: 3.5rem;
	transform: none !important;
}
.help-with .accordion-item_inner {
	padding-left: 6.8rem;
}
.help-with .accordion-item.open:before {
	opacity: 5%;
}
.help-with .accordion-item.open:after {
	opacity: 0;
}
.help-with .accordion-item.open .accordion-item_head h3 {
	font-weight: 600;
}
.help-with .accordion-item.open .accordion-item_head h3,
.help-with .accordion-item.open .accordion-item_head .icon {
	color: var(--c-blue);
}

.newsletters {
	--sc-pd: 4rem 0;
	--sc-bg: var(--c-blue-white);
	margin-top: auto;
}
.newsletters .row {
	align-items: center;
	align-content: center;
	margin-bottom: -4rem;
}
.newsletters .row > div {
	margin-bottom: 4rem;
}
.newsletters .form {
	position: relative;
	display: flex;
	border-radius: var(--base-rd) 0 0 var(--base-rd);
	background: var(--c-white);
	align-items: center;
	align-content: center;
}
.newsletters .form_wrap {
	position: relative;
}
.newsletters .form input {
	position: relative;
	display: inline-flex;
	border: none;
	outline: none;
	padding: 2rem 3.5rem;
	color: var(--c-blue);
}
.newsletters .form input[name=newletters-name] {
	max-width: 19rem;
}
.newsletters .form input::-webkit-input-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.newsletters .form input::-moz-placeholder {
	opacity: 1;
	color: var(--c-blue);
	opacity: 0.6;
}
.newsletters .form input:-moz-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.newsletters .form input:-ms-input-placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.newsletters .form input.placeholder {
	color: var(--c-blue);
	opacity: 0.6;
}
.newsletters .form .button {
	margin-left: auto;
}
.newsletters .form .line {
	position: relative;
	display: inline-block;
	width: 0.1rem;
	min-width: 0.1rem;
	height: 3.7rem;
	background: var(--c-blue);
	opacity: 0.5;
}

.cb {
	--sc-pd: 10rem 0 12rem 0;
}
.cb .row {
	margin-bottom: -6rem;
}
.cb .row > div {
	margin-bottom: 6rem;
}

.cr {
	--sc-pd: 10rem 0 12rem 0;
}
.cr .row {
	margin-bottom: -6rem;
}
.cr .row > div {
	margin-bottom: 6rem;
}

.get-started {
	--sc-pd: 4rem 0;
	--sc-bg: var(--c-blue-light);
	color: var(--c-white);
	margin-top: auto;
}
.get-started h2 {
	font-style: normal;
}
.get-started .container {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.get-started .sc_text {
	margin-bottom: 2rem;
}

.contact-cta {
	--sc-pd: 5rem 0 10rem 0;
	--sc-bg: transparent;
	margin-top: auto;
}
.contact-cta_content {
	position: relative;
	border-radius: 1.5rem;
	background: var(--c-blue);
	color: var(--c-white);
	display: flex;
	align-items: center;
	align-content: center;
	padding: 4rem;
	max-width: 79rem;
	margin: 0 auto;
}
.contact-cta_content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 11.5rem;
	width: 9.5rem;
	background-image: url("../images/contact-cta-icon.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 11.9rem auto;
	z-index: 1;
}
.contact-cta_content h2 {
	font-style: normal;
}
.contact-cta_content .sc_text {
	flex: 1;
	text-align: center;
	margin-bottom: 2rem;
}

.faq {
	--sc-pd: 8rem 0 5rem 0;
}
.faq .accordion {
	max-width: 111rem;
	margin: 0 auto;
	font-size: 1.6rem;
}
.faq .accordion ol,
.faq .accordion ul {
	padding-left: 1.25em;
}

.advs {
	--sc-pd: 10rem 0 2rem 0;
	--sc-bg: var(--c-white);
}
.advs .row {
	--gap: 0.1rem;
}
.advs .row > div:nth-child(1) {
	background: #174979;
}
.advs .row > div:nth-child(2) {
	background: #2e5b86;
}
.advs .row > div:nth-child(3) {
	background: #5c7fa1;
}
.advs .adv {
	position: relative;
	padding: 4rem;
	color: var(--c-white);
}
.advs .adv > *:not(:last-child) {
	margin-bottom: 2rem;
}
.advs .adv-icon {
	position: relative;
	display: inline-block;
	height: 5.2rem;
	width: 5.2rem;
	-webkit-mask-size: contain;
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
}
.advs .adv-icon--calc {
	-webkit-mask-image: url("../images/calc.svg");
	mask-image: url("../images/calc.svg");
}
.advs .adv-icon--doc {
	-webkit-mask-image: url("../images/doc.svg");
	mask-image: url("../images/doc.svg");
}
.advs .adv-icon--gov {
	-webkit-mask-image: url("../images/gov.svg");
	mask-image: url("../images/gov.svg");
}

.learn-more {
	--sc-pd: 10rem 0;
	--sc-bg: #c0e1f1;
}
.learn-more h2 {
	margin-bottom: 2rem;
}
.learn-more .row {
	margin-bottom: -2rem;
}
.learn-more .row > div {
	margin-bottom: 2rem;
}
.learn-more .button {
	--btn-fz: 1.7rem;
	--btn-height: 3.235294118em;
	width: 100%;
}
.learn-more .form {
	position: relative;
	display: flex;
}
.learn-more .form_field {
	flex: 1;
}
.learn-more .form_field-actions {
	flex: none;
	width: 22.5rem;
}
.learn-more .form_field:not(:last-child) {
	margin-right: 2rem;
}
.learn-more .form input {
	position: relative;
	width: 100%;
	height: 5.5rem;
	border-radius: 0.8rem;
	background: var(--c-white);
	padding: 1.5rem;
	border: none;
	outline: none;
}

.about-page .tb h4 {
	font-style: italic;
	font-weight: 700;
}
.about-page .tb .image:after {
	left: -5.5rem;
	right: auto;
}

.bt-page .help {
	padding-top: 10rem;
}

.faq-page .content {
	padding-top: 10.5rem;
}
.faq-page .button {
	--btn-fz: 1.7rem;
	--btn-height: 3.235294118em;
	border-radius: 4.8rem;
	font-weight: 400;
}

.button {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: var(--btn-pd);
	height: var(--btn-height);
	font-family: var(--btn-ff);
	font-size: var(--btn-fz);
	background: var(--btn-bg);
	color: var(--btn-color);
	border: none;
	text-transform: none;
	text-decoration: none !important;
	border-radius: var(--btn-rd);
	transition: all 0.3s ease-in-out;
	line-height: 1;
	cursor: pointer;
	font-weight: 600;
}
.button > * {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 1;
	z-index: 1;
}
.button > *:not(:last-child) {
	margin-right: 1rem;
}
.button .icon {
	--i-size: 2rem;
	transition: transform 0.3s ease-in-out;
}
.button.bordered {
	background: transparent;
	color: var(--btn-bg);
}
.button.with-shadow {
	--btn-pd: 1em calc(1.875em + 0.8rem);
	box-shadow: inset 0.8rem 0px 0px 0px var(--c-blue-light);
}
.button--white {
	--btn-color: var(--c-blue);
	--btn-bg: var(--c-white);
}
.button--red {
	--btn-color: var(--c-white);
	--btn-bg: var(--c-red);
}
.button--green {
	--btn-color: var(--c-white);
	--btn-bg: var(--c-green);
}
.button--black {
	--btn-color: var(--c-white);
	--btn-bg: var(--c-black);
}
.button--blue-light {
	--btn-color: var(--c-white);
	--btn-bg: var(--c-blue-light);
}
.button:hover {
	box-shadow: inset -0.8rem 0px 0px 0px var(--c-blue-light);
}
.button:hover .icon:last-child {
	transform: translateX(1rem);
}

.header {
	--h-pos: fixed;
	--h-bg: var(--c-blue-light);
	--h-pd: 2.5rem 0;
	--h-pd-scroll: 2.5rem 0;
	--h-color: inherit;
	--h-z: 10;
	position: var(--h-pos);
	background: var(--h-bg);
	color: var(--h-color);
	z-index: var(--h-z);
	top: 0;
	left: 0;
	width: var(--vw);
	height: 10.5rem;
}
.header .button {
	--btn-fz: 1.7rem;
	--btn-height: 3.235294118em;
}
.header-container {
	position: relative;
	display: flex;
}
.header-notification-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4.5rem;
	z-index: 0;
	display: flex;
	align-items: center;
	align-content: center;
	color: var(--c-white);
	text-align: center;
	font-size: 1.4rem;
}
.header-notification-bar .header-container {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.header-notification-bar .header-container > *:not(:last-child) {
	margin-right: 2rem;
}
.header-notification-bar .button {
	--btn-fz: 1.1rem;
}
.header-notification-bar .button:hover {
	box-shadow: inset -0.8rem 0px 0px 0px var(--c-blue);
}
.header-notification-bar .text {
	position: relative;
}
.header_content {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	background: var(--c-white);
	padding: var(--h-pd);
	transition: all 0.3s ease-in-out;
	height: 10.5rem;
}
.header-notification-bar+.header_content {
	transform: translateY(4.5rem);
}
.header_content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--c-white);
	z-index: 0;
}
.header_content:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.4rem;
	background: var(--c-blue-light);
	transform: rotate(45deg);
	bottom: -1rem;
	opacity: 0;
}

.header.scrolled .header_content {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
}

.header.no-notification-bar + .content {
	padding-top: 10.5rem;
}

.header_nav {
	display: flex;
	justify-content: flex-end;
	flex: 1;
}

.header_buttons {
	display: flex;
	align-items: center;
	align-content: center;
}
/*.header.scrolled {
	--h-pd: var(--h-pd-scroll);
}
.header.scrolled:before {
	opacity: 1;
}
.header.scrolled .header_content {
	transform: translateY(0);
}*/
.header--simple .header_content {
	transform: none;
}

.header-transition .header_nav {
	transition: all var(--base-ts) ease-in-out;
}

.menu-open {
	overflow: hidden;
}
.menu-open .header:before {
	background: var(--c-white);
}
.menu-open .header_nav {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.footer {
	--f-color: var(--c-white);
	--f-bg: var(--c-blue);
	--f-pd: 5rem 0;
	--f-fz: 1.5rem;
	--f-z: 1;
	--h-s-h3: 3rem;
	position: relative;
	z-index: 2;
	display: block;
	background: var(--f-bg);
	color: var(--f-color);
	padding: var(--f-pd);
	font-size: var(--f-fz);
	line-height: 1.6;
	width: 100%;
	z-index: 1;
}
.footer .row {
	margin-bottom: -4rem;
}
.footer .row > div {
	margin-bottom: 4rem;
}
.footer .logo {
	margin-bottom: 4.5rem;
}
.footer_text {
	max-width: 50rem;
}
.footer-title {
	color: var(--c-blue-light);
	text-transform: uppercase;
	margin-bottom: 2rem;
	font-weight: 600;
}
.footer_block:nth-child(1) {
	margin-bottom: 3.5rem;
	padding-bottom: 7.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer_block:nth-child(2) .row {
	align-items: flex-start;
	align-content: flex-start;
}
.footer_menu {
	position: relative;
	position: relative;
	list-style: none;
	margin: -0.25rem -1.5rem;
	padding: 0;
	flex-wrap: wrap;
}
.footer_menu:not(:last-child) {
	margin-bottom: 3rem;
}
.footer_menu li {
	padding: 0.25rem 1.5rem;
}
.footer_menu a {
	transition: color var(--base-ts) ease-in-out;
	text-decoration: none;
}
.footer_menu a:hover {
	color: var(--c-blue-light);
}
.footer .menu-side {
	display: flex;
	justify-content: flex-end;
}
.footer .socials-side {
	display: flex;
	justify-content: flex-end;
}
.footer .info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
}
.footer .info a {
	transition: all var(--base-ts) ease-in-out;
}
.footer .info a:hover {
	color: var(--c-blue-light);
	text-decoration: underline;
}
.footer .info > * {
	position: relative;
	display: block;
}
.footer .info > *:not(:last-child) {
	margin-right: 2rem;
	padding-right: 2rem;
}
.footer .info > *:not(:last-child):after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 100%;
	background: var(--c-white);
	display: block;
}
.footer .info .link-mail {
	color: var(--c-blue-light);
	text-decoration: underline;
}
.footer--white {
	--f-bg: var(--c-white);
	--f-color: var(--c-blue);
}
.footer--white .socials .social {
	color: var(--c-blue-light);
}
.footer--white .info .link-mail {
	color: var(--c-blue);
}
.footer--white .info .link-phone {
	color: var(--c-blue-light);
}

.swiper-container {
	overflow: hidden;
}

.swiper_buttons {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.swiper_buttons > *:not(:last-child) {
	margin-right: 4.8rem;
}
.swiper-button {
	position: relative;
	width: 3.3rem;
	height: 3.3rem;
	border-radius: 100%;
	color: var(--c-red-dark);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	transform: none;
	margin: 0;
	top: 0;
}
.swiper-button-disabled {
	display: none;
}
.swiper-button:after {
	display: none;
}
.swiper-button .icon {
	--i-size: 3.3rem;
}
.swiper-button-prev .icon {
	transform: scale(-1, 1);
}

.accordion {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5rem;
	height: auto;
	align-items: flex-start;
	align-content: flex-start;
	z-index: 1;
}

.accordion-item {
	position: relative;
	width: 100%;
	background: transparent;
	border-radius: 0;
	color: var(--c-blue);
}
.accordion-item_head {
	position: relative;
	padding: 1.5rem 2.5rem;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	cursor: pointer;
	min-height: 6.5rem;
	color: var(--c-blue);
	background: #e7f6fe;
	border-radius: 1.5rem;
}
.accordion-item_head h6 {
	font-weight: 400;
	padding-right: 8rem;
}
.accordion-item_head > * {
	margin-bottom: 0 !important;
}
.accordion-item_head .icon {
	--i-size: 1.2rem;
	margin-left: auto;
	position: relative;
	transition: all var(--base-ts) ease-in-out;
	color: var(--c-blue-light);
}

.accordion-item_body {
	position: relative;
	overflow: hidden;
	height: 0;
	transition: all var(--base-ts) ease-in-out;
}

.accordion-item_inner {
	position: relative;
	padding: 3rem 2.5rem;
}

.accordion-item.open .accordion-item_head {
	color: var(--c-blue);
}
.accordion-item.open .accordion-item_head .icon {
	transform: rotate(-180deg);
	color: var(--c-blue);
}

.menu {
	position: static;
	display: flex;
	justify-content: center;
	list-style: none;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.menu:not(:last-child) {
	margin-right: 3rem;
}
.menu_item {
	position: relative;
	height: 10.5rem;
}
.menu_item:not(:last-child) {
	margin-right: 3rem;
}
.menu_item.with-child .menu_link:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	-webkit-mask-image: url("../images/icons/icon-chevron--down.svg");
	mask-image: url("../images/icons/icon-chevron--down.svg");
	margin-left: 1rem;
}
.menu_link {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: inherit;
	text-decoration: none !important;
	transition: color 0.3s ease-in-out;
}
.menu_link:hover {
	color: var(--c-blue-light);
}
.menu_link.active {
	color: var(--c-blue-light);
}
.menu-button {
	position: relative;
	border: none;
	outline: none;
	background-color: transparent;
	width: 3.5rem;
	height: 3.5rem;
	min-width: 3.5rem;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: inherit;
	transition: all 0.4s ease-in-out 0.2s;
	color: var(--c-blue-light);
	margin-left: auto;
}
.menu-button .icon {
	--i-size: 3rem;
	-webkit-mask-image: url("../images/icons/icon-menu--open.svg");
	mask-image: url("../images/icons/icon-menu--open.svg");
}
.menu-button.active .icon {
	-webkit-mask-image: url("../images/icons/icon-menu--close.svg");
	mask-image: url("../images/icons/icon-menu--close.svg");
}

.submenu {
	background: var(--c-white);
	color: var(--c-blue);
	padding: 3rem;
	border-radius: 0;
	border: 1px solid #15acf5;
	background: #f3f6f8;
	list-style: none;
	margin: 0;
	text-transform: none;
	font-size: 1.6rem;
}
.submenu_wrap {
	z-index: 1;
	transition: all var(--base-ts) ease-in-out;
}
.submenu li:not(:last-child) {
	margin-bottom: 1em;
}
.submenu a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: all var(--base-ts) ease-in-out;
}
.submenu a:after {
	content: "";
	position: absolute;
	width: 1.1rem;
	height: 1.1rem;
	right: -2rem;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-image: url("../images/icons/icon-chevron--down.svg");
	mask-image: url("../images/icons/icon-chevron--down.svg");
	background: currentColor;
	transform: rotate(-90deg);
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: all var(--base-ts) ease-in-out;
	opacity: 0;
	transform: translateX(-1rem) rotate(-90deg);
}
.submenu a:hover, .submenu a.active {
	color: var(--c-blue-light);
}
.submenu a:hover:after, .submenu a.active:after {
	opacity: 1;
	transform: translateX(0) rotate(-90deg);
}

.menu_item--services {
	position: static;
}
.menu_item--services .submenu {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 0 !important;
	border: none;
	background: none;
	text-align: left;
}
.menu_item--services .submenu_wrap {
	width: 100%;
	padding: 3rem 0;
}
.menu_item--services .submenu li {
	margin-bottom: 0 !important;
	padding: 2.4rem;
}
.menu_item--services .submenu .title {
	position: relative;
	display: inline-block;
	margin-bottom: 1rem;
	font-style: italic;
	font-weight: 400;
}
.menu_item--services .submenu .title strong {
	font-style: normal;
}
.menu_item--services .submenu .title:after {
	content: "";
	position: absolute;
	width: 1.1rem;
	height: 1.1rem;
	right: -2rem;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-image: url("../images/icons/icon-chevron--down.svg");
	mask-image: url("../images/icons/icon-chevron--down.svg");
	background: currentColor;
	transform: rotate(-90deg);
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: all var(--base-ts) ease-in-out;
	opacity: 0;
	transform: translateX(-1rem) rotate(-90deg);
}
.menu_item--services .submenu a:after {
	display: none;
}
.menu_item--services .submenu a:hover .title:after {
	opacity: 1;
	transform: translateX(0) rotate(-90deg);
}

.socials {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.socials_items {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.socials .social {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 3rem;
	transition: all var(--base-ts) ease-in-out;
}
.socials .social:not(:last-child) {
	margin-right: 2rem;
}
.socials .social .icon {
	--i-size: 3rem;
}
.socials .social:hover {
	color: var(--c-blue-light);
}

.dropdown {
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
	z-index: 1;
}
.dropdown_head {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 5.2rem;
	padding: 1.5rem 2rem;
	border-radius: var(--base-rd);
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: border-color var(--base-ts) ease-in-out;
}
.dropdown_head .text {
	display: flex;
	align-items: center;
	align-content: center;
	line-height: 1;
}
.dropdown_head .text .txt {
	height: 1.7rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown_head .image {
	width: 2.6rem;
	min-width: 2.6rem;
	margin-right: 1rem;
}
.dropdown_head .icon {
	--i-size: 1.3rem;
	color: var(--c-blue);
	margin-left: auto;
}
.dropdown_head:hover {
	border-color: var(--c-blue);
}
.dropdown_body {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
	background: var(--c-white);
	box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
	border-radius: var(--base-rd);
	max-height: 20rem;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: all var(--base-ts) ease-in-out;
}
.dropdown.open {
	z-index: 2;
}
.dropdown.open .dropdown_head {
	border-color: var(--c-blue);
}
.dropdown.open .dropdown_body {
	opacity: 1;
	visibility: visible;
}
.dropdown_inner {
	position: relative;
}
.dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
}
.dropdown ul a {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 1rem 2rem;
	text-decoration: none;
}
.dropdown ul a .image {
	width: 2.6rem;
	min-width: 2.6rem;
	margin-right: 1rem;
}
.dropdown ul a.selected, .dropdown ul a:hover {
	color: var(--c-blue);
}

.author {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
}
.author_image {
	width: 6rem;
	min-width: 6rem;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 1.6rem;
}
.author_info h5 {
	margin-bottom: 0;
}
.author_info small {
	color: var(--c-placeholder);
}

.card {
	position: relative;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 1.5rem;
	background: #f3fbfe;
	padding: 4.5rem 5rem;
}
.card h3 {
	font-style: italic;
	font-weight: 400;
	margin-bottom: 2.5rem;
}
.card h3 strong {
	font-style: normal;
}
.card h5 {
	color: var(--c-blue-light);
}
.card_buttons {
	margin-top: auto;
}
.card > * {
	position: relative;
	width: 100%;
}
.card > *:not(:last-child) {
	margin-bottom: 2rem;
}
.card--result h3 {
	padding-right: 5rem;
	margin-bottom: 1rem;
}
.card--result h5:before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	min-width: 2rem;
	margin-right: 1rem;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background: currentColor;
	-webkit-mask-image: url("../images/results/percentage.png");
	mask-image: url("../images/results/percentage.png");
}
.card-icon {
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background: currentColor;
	width: 100%;
	height: 100%;
}
.card-icon_wrap {
	position: absolute;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 100%;
	color: var(--c-blue-light);
	border: 1px solid currentColor;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 1rem;
	right: 2.5rem;
	top: 2.5rem;
}
.card-icon--package {
	-webkit-mask-image: url("../images/results/package.png");
	mask-image: url("../images/results/package.png");
}
.card-icon--idea {
	-webkit-mask-image: url("../images/results/idea.png");
	mask-image: url("../images/results/idea.png");
}
.card-icon--programming {
	-webkit-mask-image: url("../images/results/programming.png");
	mask-image: url("../images/results/programming.png");
}
.card-icon--tractor {
	-webkit-mask-image: url("../images/results/tractor.png");
	mask-image: url("../images/results/tractor.png");
}
.card-icon--delivery {
	-webkit-mask-image: url("../images/results/delivery.png");
	mask-image: url("../images/results/delivery.png");
}
.card-icon--tree {
	-webkit-mask-image: url("../images/results/tree.png");
	mask-image: url("../images/results/tree.png");
}

/* BEGIN css of FFCRA template */

.tb--just-text p {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

html body .list-simple {
	display: block;
	width: auto;
	max-width: 100%;
	padding: 0 0 1px;
}

ul strong em {
	font-weight: 700;
}

.image-half-width {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.image-half-width.image-rigth {
	background-size: 52%;
	background-position: left 120% center;
}

html body .list-markers-numbers {
	display: block;
}

html body .list-markers-numbers li {
	border-bottom: 3px solid var(--c-blue-light);
	padding: 18px 0 18px 60px;
}

html body .list-markers-numbers li:last-child {
	border-bottom: none;
}

html body .list-markers-numbers li:before {
	content: counter(list-item);
	background-color: transparent;
	-webkit-mask-image: none;
	mask-image: none;
	color: var(--c-blue-light);
	position: absolute;
	left: 5px;
	top: 0;
	line-height: 1;
	font-size: 50px;
	font-weight: 500;
	height: 50px;
	margin: auto;
	bottom: 0;
}

/* END css of FFCRA template */
/* BEGIN css of EIDL template */

.box-form .h1 {
	font-size: 70px;
	line-height: 1;
	font-weight: 800;
}

.box-form h5 {
	line-height: 1.6;
}

html body .list-items-bordered {
	grid-gap: 0;
	gap: 0;
}

html body .list-items-bordered li:first-child {
	border-top: 2px solid var(--c-blue-light);
}

html body .list-items-bordered li {
	padding: 10px 0 10px;
	border-bottom: 2px solid var(--c-blue-light);
}

html body .list-items-bordered li:before {
	display: none;
}

.lh-1-6 {
	line-height: 1.6;
}

/*  */

.form-wr.bg-white {
	border: 1px solid rgba(23, 73, 121, 0.2);
	border-radius: 10px;
	max-width: 580px;
	margin: 0 auto 0;
	padding: 25px 33px 25px;
	font-size: 18px;
	background: #ffffff;
}

.form-simple {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.form-simple fieldset {
	border: none;
	padding: 0 0 0;
}

.input-item {
	padding: 0 0 0;
	margin: 0 0 18px;
	position: relative;
	display: block;
}

.input-item h5 {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.form-simple input, .form-simple textarea, .form-simple select {
	font-size: 16px;
	color: var(--c-blue-light);
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0;
	padding: 12px 20px 12px;
	height: 56px;
	display: block;
	width: 100%;
	background: #ffffff;
	border-radius: 6px;
	border: 1px solid rgba(23, 73, 121, 0.2);
	outline: none;
	box-shadow: none;
}

.form-simple textarea {
	min-height: 100px;
}

html body .form-simple h5 {
	font-size: inherit;
	padding: 0 0 10px;
	margin: 0 0 0;
}

.form-simple input[type="checkbox"], .form-simple input[type="radio"] {
	display: inline-flex;
	width: auto;
	height: auto;
	margin: 0 6px 0 0;
}

.form-simple .with-shadow {
	height: 56px;
	padding: 0 30px 0;
	min-width: 175px;
	margin: 15px auto 15px;
}

body .display-inline-flex {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.input-item.display-inline-flex {
	margin-right: 15px;
}

/* END css of EIDL template */
/* BEGIN CSS of page Merchant-Processing-Landing-Page */

.hero-simple {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.btns-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}

.btns-wr .btn-main:not(:last-child) {
	margin-right: 15px;
}

/*  */

.box-item {
	padding: 80px 0 80px;
	margin: 0 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.box-item h6 {
	font-weight: 400;
	font-size: 90%;
}

/*  */

.tdu-color-theme {
	text-decoration-color: var(--theme-color-secondary);
}

.color-white {
	color: #ffffff;
}

body .display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

html body hr.display-inline-block {
	height: 3px;
	width: 110px;
	margin: 10px 0 10px;
	padding: 0 0 0;
	display: inline-block;
	opacity: 1;
	position: relative;
	background-color: var(--c-blue-light);
	border: none;
}

body .tdu {
	text-decoration: underline;
}

body .tdu-blue {
	text-decoration-color: var(--c-blue-light);
}

.block-link-item {
	padding: 0 0 0;
	margin: 0 0 50px;
	max-width: 530px;
	position: relative;
}

.block-link-item h3 {
	padding: 0 0 0;
	margin: 0 0 0;
}

/*  */

.box-links {
	padding: 70px 0 20px;
}

.img-border-radius {
	border-radius: 20px;
}

/*  */

.box-platform-info .list-items-bordered {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.box-platform-info .list-items-bordered h5 {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-platform-info .list-items-bordered p {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-platform-info .list-items-bordered li {
	padding: 20px 0 20px;
}

.box-platform-info .text-wr {
	padding: 0 150px 0 0;
	margin: 0 0 0;
}

.box-platform-info h3 {
	font-size: 35px;
	font-weight: 500;
}

.box-platform-info .btn-small {
	margin: 50px 0 0;
}

html body .bg-theme-light {
	background-color: #E7F6FE;
}

html body .bg-theme-light-gradient {
	background-color: #E7F6FE;
	background: linear-gradient(180deg, rgba(21, 172, 245, 0.10) 31%, rgba(36, 72, 117, 0) 100%);
}

.btn-small {
	padding: 6px 30px 6px;
	height: 55px;
}

/*  */

.img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.img-wr a {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	position: relative;
}

.img-wr img {
	padding: 0 0 0;
	margin: 0 auto 0;
	display: block;
	position: relative;
}

/*  */

.service-thumb-item {
	padding: 10px 10px 10px;
	margin: 0 20px 40px;
	width: 400px;
	min-height: 320px;
	position: relative;
	border-radius: 20px;
	border: 3px solid var(--c-blue-light);
}

.service-thumb-item .img-wr {
	margin: 0 auto 22px;
	border-radius: 20px;
	overflow: hidden;
}

.service-thumb-item .img-wr img {
	padding: 0 0 0;
	margin: 0 auto 0;
	width: 100%;
	display: block;
	border-radius: 20px;
}

.service-thumb-item .text-wr {
	padding: 0 5px 0;
}

.service-thumb-item h4 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-weight: 600;
}

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

.block-header {
	padding: 0 0 50px;
	margin: 0 0 0;
	position: relative;
}

.block-header h3 {
	font-size: 35px;
	font-weight: 500;
}

.slider-services {
	display: flex;
	justify-content: center;
}

/*  */

.box-solutions-thumbs {
	padding: 80px 0 10px;
}

.solutions-thumb-item {
	padding: 0 0 0;
	max-width: 520px;
	margin: 0 auto 80px;
	position: relative;
}

.solutions-thumb-item .img-wr {
	padding: 0 0 0;
	margin: 0 auto 22px;
}

.solutions-thumb-item .img-wr img {
	border-radius: 20px;
}

.solutions-thumb-item .text-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}

.solutions-thumb-item h3 {
	margin: 0 0 0;
	padding: 0 0 0;
}

.solutions-thumb-item ul {
	margin: 0 0 0;
	padding: 10px 0 20px 20px;
}

/*  */

.testimonial-thumb-item {
	padding: 40px 43px 40px;
	margin: 0 auto 0;
	max-width: 1280px;
	border: 3px solid var(--c-blue-light);
	position: relative;
}

.testimonial-thumb-item blockquote {
	padding: 0 0 0 80px;
	margin: 0 0 0;
	position: relative;
}

.testimonial-thumb-item blockquote::before {
	content: "“";
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 150px;
	line-height: .85;
	font-weight: 500;
	color: var(--c-blue-light);
	position: absolute;
	top: 0;
	left: -6px;
}

/*  */

.box-img-half-width {
	border-top: 2px solid var(--c-blue-light);
	border-bottom: 2px solid var(--c-blue-light);
}

.box-img-half-width .text-wr {
	padding: 20px 50px 20px 0;
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-img-half-width .img-wr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
}

/*  */

.btns-wr {
	padding: 25px 0 0;
}

.btns-wr .btn-main {
	margin: 0 25px 15px 0;
}

.btns-wr.text-center .btn-main {
	margin: 0 15px 15px;
}

/*  */

input[type="range"] {
	display: flex;
	padding: 0 0 0;
	margin: 0 0 25px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	opacity: 1;
}

/*  */

input[type=range] {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	background: rgba(29, 47, 119, 0.2);
	border-radius: 30px;
	border: none;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: none;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	border-radius: 50%;
	background: var(--theme-color);
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	background: rgba(29, 47, 119, 0.2);
	border-radius: 30px;
	border: none;
}

input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: none;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	border-radius: 50%;
	background: var(--theme-color);
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	background: rgba(29, 47, 119, 0.2);
	border-radius: 30px;
	border: none;
}

input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: none;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	border-radius: 50%;
	background: var(--theme-color);
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

/*  */

.bar-item-wr {
	margin-top: 22px;
	padding: 0 0 0;
}

.bar-item-wr h6 {
	font-size: 15px;
	padding: 0 0 0;
	line-height: 1;
}

.bar-item {
	height: 12px;
	padding: 0 0 0;
	margin: 0 auto 20px;
}

/*  */

.box-calculator .btns-wr {
	padding: 50px 0 0;
}

.block-calculator {
	max-width: 970px;
	margin: 0 auto 15px;
	padding: 50px 60px 35px;
}

.block-calculator h2 {
	font-weight: 600;
	font-style: normal;
}

.revenue-item {
	padding: 15px 15px 15px;
	margin: 20px 35px 0;
	width: 200px;
	height: 200px;
	text-align: center;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.revenue-item h4 {
	font-size: 30px;
	padding: 0 0 0;
	line-height: 1.1;
	padding: 0 0 0;
	margin: 0 0 0;
}

.revenue-item h4+h4 {
	margin-top: 5px;
}

/*  */

.range-wrap {
	position: relative;
	margin: 30px auto 0;
	padding: 0 0 0;
}

.range-item {
	width: 100%;
}

.bubble-item {
	background: var(--theme-color);
	color: #ffffff;
	padding: 4px 15px 2px;
	position: absolute;
	border-radius: 0;
	left: 50%;
	font-size: 90%;
	top: -50px;
	transform: translateX(-50%);}

.bubble-item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: transparent;
	color: var(--theme-color);
	top: 100%;
	left: 50%;
	margin: 0 0 0;
	padding: 0 0 0;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: inherit;
}

/*  */

.block-rounded {
	border-radius: 500px;
	border-radius: 50%;
}

.block-bordered {
	border: 3px solid var(--theme-color);
}

.justify-content-center {
	justify-content: center;
}

.border-bottom {
	border-bottom: 3px solid var(--theme-color)!important;
}

.hide, .hidden {
	display: none;
}

/*  */

.display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

.display-block {
	display: block;
}

.display-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

html body .bg-theme {
	background-color: var(--theme-color);
	color: #ffffff;
}

html body .bg-theme-secondary {
	background-color: var(--theme-color-secondary);
	color: #ffffff;
}

html body .bg-theme-orange {
	background-color: var(--theme-color-orange);
	color: #ffffff;
}

html body .bg-theme-blue {
	background-color: var(--theme-color-blue);
	color: #ffffff;
}

html body .bg-theme-violet {
	background-color: var(--theme-color-violet);
	color: #ffffff;
}

html body .bg-theme-cyan {
	background-color: var(--theme-color-cyan);
	color: #ffffff;
}

html body .bg-theme-dark {
	background-color: var(--theme-color-dark);
	color: #ffffff;
}

html body .bg-theme-black {
	background-color: var(--theme-color-black);
	color: #ffffff;
}

html body .bg-theme-violet-light {
	background-color: rgba(34, 28, 198, 0.05);
}

html body .bg-gradient-white-theme-light {
	background: linear-gradient(180deg, white 55%, #D4EBF6 100%) !important;
}

/*  */

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/* END CSS of page Merchant-Processing-Landing-Page */

/* START CSS for user page  */

.header.bg-white .header-container {
	position: relative;
	display: flex;
	justify-content: center;
}

.header.bg-white .header_content {
	border-bottom: 1px solid var(--theme-color);
}

.header.bg-white .logo {
	display: block;
	margin: 0 auto 0;
}

.user-main-info {
	padding: 0 0 0;
	margin: 0 auto 50px;
	position: relative;
	display: inline-flex;
	align-items: flex-start;
}

.user-main-info .img-wr {
	padding: 0 0 0;
	margin: 0 35px 0 0;
}

.user-main-info .img-wr img {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
}

.user-main-info .text-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}

.user-main-info h2.border-bottom {
	padding: 0 0 0;
	margin: 5px 0 25px;
	line-height: .8;
	border-bottom-width: 5px !important;
	font-style: normal;
	font-weight: 600;
}

.user-main-info a:not(.button) {
	font-size: 27px;
	display: inline-flex;
	align-items: center;
	margin: 0 35px 0 0;
	line-height: 1.4;
	padding: 0 0 0;
	font-weight: 500;
}

.user-main-info a i {
	margin: 0 15px 0 0;
	font-size: 120%;
	display: inline-flex;
}

body .box-user {
	padding: 80px 0 80px;
}

/*  */

.user-cards {
	margin: 0 auto 0;
	padding: 0 0 0;
	max-width: 1170px;
}

.user-card-item {
	padding: 45px 50px 35px;
	margin: 0 auto 30px;
	min-height: 360px;
	line-height: 1.6;
	font-size: 18px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.user-card-item.bg-gray {
	background: rgba(21, 172, 245, 0.07);
	border-radius: 15px;
}

.user-card-item .btns-wr {
	padding: 5px 0 0;
	display: flex;
	align-items: center;
}

.user-card-item h4, .about-page .user-card-item h4 {
	padding: 0 0 0;
	margin: 0 0 10px;
	font-size: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

body .user-card-item .btn-main, .user-card-item .btns-wr .btn-main:not(:last-child) {
	padding: 8px 20px 8px;
	margin: 0 35px 0 0;
	min-width: 180px;
	height: 55px;
	font-size: 18px;
}

.user-card-item p {
	padding: 0 0 0;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

body .btn-read-more {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 16px;
	font-weight: 500;
	display: inline-flex;
	position: relative;
	color: var(--c-blue-light);
}

body .btn-read-more i {
	margin: 0 0 0 10px;
	transition: all .3s ease;
	position: relative;
	left: 0;
}

body .btn-read-more:hover i {
	left: 5px;
}

/* END CSS for user page  */

/*  */

/* BEGIN of CSS for blog-article-page.php page */

.box-blog-article {
	position: relative;
	padding: 90px 0 90px;
}

.box-blog-article h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 20px;
}

.box-blog-article h4 {
	font-size: 30px;
	padding: 0 0 0;
	margin: 0 0 20px;
}

.box-blog-article {
}

.box-blog-article {
}

.box-blog-article {
}

.box-blog-article {
}

html body .color-theme {
	color: var(--c-blue-light);
}

html body hr.display-inline-block {
	display: inline-block;
	margin: 0 auto 25px;
}

.blog-article-author {
	line-height: 1.8;
	margin: 0 0 10px;
	font-size: 90%;
}

.listicle-date {
	display: block;
	margin: 0 0 10px;
}

.blog-article-author .fa {
	margin: -4px 8px 0 0;
}

.blog-article-author i {
	margin: 3px 5px 8px 0;
	display: inline-block;
	vertical-align: middle;
}

.blog-article-author i img {
	display: block;
}

/*  */

.box-blog-article .grid-main-area {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.box-blog-article .breadcrumbs-wr {
	padding: 0 0 10px;
	margin: 0 0 0;
}

body .breadcrumbs-wr li {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline-block;
}

body .breadcrumbs-wr a {
	padding: 0 0 0;
	margin: 0 0 0;
	color: inherit;
}

body .breadcrumbs-wr li:last-child {
	font-weight: 600;
}

body .breadcrumbs-wr li + li:before {
	content: "> ";
	display: inline-block;
	padding: 0 0 0;
	margin: 0 10px 0;
	font-weight: 100;
}

.box-blog-article .img-wr {
	margin: 0 0 40px;
}

.box-blog-article .center {
	max-width: 1330px;
}

.box-blog-article .video-wr {
	position: relative;
	margin: 15px auto 40px;
	padding: 0 0 0;
}

.box-blog-article .video-wr video {
	margin: 0 auto 0;
	padding: 0 0 0;
	width: 100%;
}

.box-blog-article .tx-center + .connect-wr {
	margin-top: 70px;
}

.box-blog-article .grid-main-area {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	max-width: 806px;
}

.block-angles-bordered {
	padding: 40px 40px 30px;
	margin: 20px 0 40px;
	position: relative;
}

.no-block-angles-bordered {
	background-color: transparent !important;
}

body .sidebar-link-item {
	font-size: 90%;
}

body .block-angles-bordered ul{
	margin-bottom: 0;
}

body .block-angles-bordered h5 {
	padding: 0 0 15px;
	margin: 0 0 0 0;
}

body .block-angles-bordered .list-simple {
	margin-bottom: 0;
}

.block-angles-bordered:before, .block-angles-bordered:after {
	position: absolute;
	content: "";
	border: 4px solid var(--theme-color);
	width: 175px;
	height: 40px;
}

.block-angles-bordered:before {
	left: 0;
	top: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-left-radius: 10px;
}

.block-angles-bordered:after {
	right: 0;
	bottom: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-right-radius: 10px;
}

.list-simple {
	margin: 0 0 15px 35px;
	padding: 0 0 0;
}

.list-simple li {
	margin: 0 0 2px;
	list-style: disc;
}

.list-simple li::marker {
	font-size: 100%;
	color: var(--theme-color);
}

body .block-angles-bordered ul {
	margin: 0 0 15px 35px;
	padding: 0 0 0;
	line-height: 1.55;
}

body .block-angles-bordered ul li {
	margin: 0 0 2px;
	list-style: disc;
}

body .block-angles-bordered ul li::marker {
	font-size: 100%;
	color: var(--theme-color);
}

.grid-main-area li {
	list-style: disc;
}

.grid-main-area a:not(#bar) {
	color: var(--c-blue-light) !important;
	text-decoration: underline !important;
}

.block-item.border-left,
.block-item.border-right {
	padding: 30px 40px 15px;
	margin: 20px 0 30px;
	position: relative;
	border-radius: 10px;
}

.block-item.border-left h5 {
	padding: 0 0 15px;
	margin: 0 0 0;
}

.border-right {
	border-right: 4px solid var(--theme-color);
}

.border-left {
	border-left: 4px solid var(--theme-color);
}


/*  */

.block-shop-now-thumbs {
	padding: 20px 0 10px;
}

html body .shop-now-thumb {
	display: flex;
	padding: 25px 20px 20px;
	font-size: 90%;
	margin: 0 0 13px;
}

html body .shop-now-thumb .img-wr {
	width: 90px;
	min-width: 90px;
	height: 90px;
}

html body .shop-now-thumb .img-wr img {
	display: block;
}

html body .shop-now-thumb .text-wr {
	width: 100%;
	padding: 10px 10px 0 20px;
}

html body .shop-now-thumb h5 {
	padding: 0 0 10px;
	font-size: 100%;
}

html body .shop-now-thumb .list-simple {
	margin: 0 0 10px 25px;
}

html body .shop-now-thumb .btn {
	margin-left: 10px;
	padding: 9px 25px;
}

/*  */

.block-share {
	font-size: 90%;
	padding: 0 0 0;
	margin: 15px 0 0;
	position: relative;
}

body .block-share p {
	padding: 0;
}

.btns-share {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.btns-share a {
	opacity: .6;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	padding: 0 0 0;
	margin: 0 0 0 25px;
}

.btns-share a i img {
	width: 20px;
}

.btns-share a:hover {
	opacity: 1;
}

body .sidebar-item.tx-left-bottom .line-wr .svg-item {
	bottom: auto;
	height: auto;
}

body .sidebar-link-item .img-wr {
	margin-bottom: 0;
}

.box-blog-article p {
	padding: 0 0 15px;
	margin: 0 0 0;
	line-height: 1.67;
}

.box-blog-article .breadcrumbs-wr {
	padding: 0 0 10px;
	margin: 0 0 0;
	font-size: 90%;
}

.box-blog-article h3 {
	line-height: 1.1;
	padding: 0 0 10px;
	font-size: 30px;
}

.box-info-small h4 {
	line-height: 1.4;
}

/* END of CSS for blog-article-page.php page */
/* BEGIN of CSS for blog-listing-page.php page */

html body .bg-gray-light {
	background-color: #f3f5f7;
}

body .container-850px {
	max-width: 880px;
}

body .container-950px {
	max-width: 980px;
}

body .container-1000px {
	max-width: 1030px;
}

body .container-1300px {
	max-width: 1330px;
}

.form-search {
	padding: 0 0 0;
	margin: 20px auto 20px;
	max-width: 520px;
	background: var(--theme-color-light);
	background: #ffffff;
	border: 3px solid var(--c-blue-light);
	border-radius: 10px;
	position: relative;
}

.form-search input, .form-search select {
	padding: 20px 70px 20px 35px;
	margin: 0 0 0;
	font-size: 18px;
	border: none;
	box-shadow: none;
	background: transparent;
	position: relative;
	width: 100%;
	outline: none;
}

.form-search button {
	padding: 0 0 0;
	margin: auto 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	text-align: center;
	border: none;
	box-shadow: none;
	background: transparent;
	position: absolute;
	font-size: 0;
	color: transparent;
	background: url("../images/icons/icon-search.svg") no-repeat center;
	background-size: 28px auto;
	cursor: pointer;
}

.form-search button::after {
/*     content: "\f002"; */
	font-size: 20px;
	color: var(--theme-color-secondary);
	font-family: "FontAwesome";
}

.box-header {
	padding: 80px 0 65px;
}

body .box-header h1 {
	font-size: 38px;
	line-height: 1.25;
	font-family: inherit;
	font-weight: 500;
}

body .box-header h5 {
	font-size: 23px;
	padding: 0 0 15px;
}

body .box-header h6 {
	font-size: 17px;
	margin: 0 0 0;
	padding: 0 0 25px;
}

.bg-theme-light .form-search {
	border: 2px solid var(--theme-color);
	background-color: #fff;
}

.block-tags-wr {
	padding: 35px 0 0;
}

body .tag-item {
	padding: 8px 25px 8px;
	margin: 0 8px 11px 0;
	border-radius: 10px;
	font-size: 15px;
	min-width: 105px;
	line-height: 1.1;
	border: 3px solid var(--theme-color);
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.selectedCategory {
	background-color: var(--c-blue-light);
	color: white;
}

/*  */

.box-blog-listing {
	padding: 60px 0 20px;
}

.box-blog-listing .block-item {
	margin: 0 0 15px;
	padding: 0 0 0;
	border: none;
}

.block-item-header {
	padding: 0 0 0;
	margin: 0 0 50px;
}

.block-item-header h5 {
	font-size: 24px;
	padding: 0 0 15px;
	color: var(--c-blue-light);
}

.blog-thumb-item {
	padding: 0 0 0;
	margin: 0 0 50px;
	position: relative;
	display: flex;
	align-items: center;
}

.blog-thumb-item .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	min-width: 210px;
	width: 210px;
	height: 150px;
	border-radius: 15px;
	position: relative;
}

.blog-thumb-item .img-wr a {
	height: 100%;
	display: block;
}

.blog-thumb-item .img-wr img {
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 15px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.blog-thumb-item .text-wr {
	margin: 0 0 0;
	padding: 0 0 0 35px;
}

body .blog-thumb-item h4 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.15;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

body .blog-thumb-item p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-thumb-item .block-item {
	border: none;
}

.blog-thumb-item.blog-thumb-item-lg {
	flex-direction: column;
}

.blog-thumb-item.blog-thumb-item-lg h4 {
	font-size: 30px;
}

.blog-thumb-item.blog-thumb-item-lg .text-wr {
	margin: 0 0 0;
	padding: 0 0 0;
}

.blog-thumb-item.blog-thumb-item-lg .img-wr {
	margin: 0 0 20px;
	min-width: 100%;
	width: 100%;
	height: auto;
}

.blog-thumb-item.blog-thumb-item-md .img-wr {
	min-width: 225px;
	width: 225px;
	height: 180px;
}

.blog-thumb-item.blog-thumb-item-md h4 {
	font-size: 30px;
}

.blog-thumb-item.blog-thumb-item-xs .img-wr {
	min-width: 180px;
	width: 180px;
	height: 130px;
}

.ad-thumb-item {
	margin: 0 0 30px;
}

/*  */

.sidebar-nav.border-left {
	padding: 0 0 0 20px;
	margin: 0 0 30px;
	text-align: left;
	list-style: none;
	max-width: 400px;
	font-size: 90%;
	font-weight: 500;
}

.sidebar-nav.border-left li {
	padding: 12px 0 12px;
}

.table-of-contents a.active {
	color: var(--theme-color);
}

/* END of CSS for blog-listing-page.php page */

.dot {
	height: 11px;
	width: 11px;
	background-color: #00ff36;
	border-radius: 50%;
	margin-left: 8px;
	display: inline-block;
	animation-name: blinker;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
	0% { background: transparent; }
	50% { background: #00ff36; }
	100% { background: transparent; }
}@-webkit-keyframes blinker {  
	0% { background: transparent; }
	50% { background: #00ff36; }
	100% { background: transparent; }
}
@keyframes blinker {  
	0% { background: transparent; }
	50% { background: #00ff36; }
	100% { background: transparent; }
}

/*  */

/*  */

.tablet-mockup {
	padding: 30px 12px 30px;
	margin: 0 0 0;
	width: 345px;
	height: 465px;
	position: relative;
	background: url('../images/icons/bg-tablet.svg') no-repeat center;
	background-size: 100% 100%;
	text-align: center;
}

.tablet-mockup-inner {
	position: relative;
	padding: 0 0 0;
	margin: 0 0 0;
	height: 100%;
}

.tablet-mockup .block-calculator {
	max-width: 350px;
	margin: 0 auto 0;
	padding: 85px 10px 75px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #ffffff;
}

.tablet-mockup .revenue-item {
	padding: 15px 15px 5px;
	margin: 0 0 0;
	width: auto;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.tablet-mockup .revenue-item > * {
	position: relative;
	z-index: 5;
}

.tablet-mockup .revenue-item:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25px;
	content: "";
}

.tablet-mockup .revenue-item-monthly:after {
	background: linear-gradient(180deg, rgba(16, 41, 65, 0) 0%, var(--theme-color-violet) 100%)
}

.tablet-mockup .revenue-item-annual:after {
	background: linear-gradient(0deg, rgba(16, 41, 65, 0) 0%, var(--theme-color-orange) 100%);
	bottom: auto;
	top: 0;
}

.tablet-mockup .revenue-item-monthly h4 {
	color: var(--theme-color-violet);
}

.tablet-mockup .revenue-item-annual h4 {
	color: var(--theme-color-orange);
}

.tablet-mockup .revenue-item-monthly {
	top: auto;
	bottom: 0;
}

.tablet-mockup .revenue-item h4 {
	font-size: 17px;
}

.tablet-mockup .revenue-item h2 {
	font-size: 30px;
	margin: 0 0 0;
}

.tablet-mockup .block-calculator h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.tablet-mockup .block-calculator p {
	line-height: 1.5;
	margin: 0 0 8px;
}

.tablet-mockup input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	background: linear-gradient(90deg, var(--theme-color-dark) 0%, var(--theme-color-orange) 100%);
	border-radius: 30px;
	border: none;
}

.tablet-mockup input[type=range]::-webkit-slider-thumb {
	box-shadow: none;
	border: none;
	height: 24px;
	width: 24px;
	border-radius: 50px;
	border-radius: 50%;
	background: transparent url('../images/icons/icon-bgps.svg') no-repeat center;
	background-size: contain;
	cursor: pointer;
	margin-top: -9px;
	margin-left: -0px;
	-webkit-appearance: none;
}

.tablet-mockup .bubble-item {
	background: var(--theme-color-violet);
	color: #ffffff;
	padding: 1px 6px 0px;
	position: absolute;
	border-radius: 0;
	left: 50%;
	font-size: 80%;
	top: -40px;
	font-weight: 500;
	transform: translateX(-50%);
}

.tablet-mockup .bubble-item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: transparent;
	color: var(--theme-color-violet);
	top: 100%;
	left: 50%;
	margin: 0 0 0;
	padding: 0 0 0;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: inherit;
}

.tablet-mockup .bar-item-wr {
	margin-top: 8px;
	padding: 0 15px 0;
}

/*  */

.sc-savings-calculator {
	border-bottom: 2px solid var(--theme-color-orange);
}

.sc-savings-calculator .text-wr {
	padding: 35px 60px 20px 0;
}

.sc-savings-calculator h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	margin: 24px 0 24px;
	line-height: 1.1;
}

.sc-savings-calculator .button {
	border-radius: 0;
	height: 55px;
	text-transform: uppercase;
	font-size: 15px;
	min-width: 230px;
	margin: 10px 0 0;
}

/*  */

footer .text-right .img-item {
	max-width: 150px;
	margin: 0 0 0 0;
	display: flex;
}

/*  */

.hero-form {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero-form h1.h2 {
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.hero-form h1.h3 {
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin:  0 0 15px;
}

.hero-form h1.h2 strong {
	font-weight: 700 !important;
}

.hero-form h1.h3 strong {
	font-weight: 700 !important;
}

.hero-form h1.h2 i {
	font-size: 90%;
	font-style: normal;
}

.hero-form h4 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.6;
}

.hero-form .text-wr {
	padding: 30px 55px 30px 0;
}

.hero-form .form-simple h5 {
	font-weight: normal;
}

.hero-form .user-main-info .img-wr img {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	min-width: 100px;
	width: 100px;
	background: #efefef;
	border-radius: 500px;
}

.hero-form  .user-main-info .text-wr {
	padding: 0 0 0;
}

.hero-form .user-main-info a:not(.button) {
	font-size: 21px;
	display: flex;
	align-items: center;
	margin: 10px 0 5px;
	line-height: 1.4;
	padding: 0 0 0;
	font-weight: 500;
}

.hero-form .user-main-info {
	padding: 15px 25px 10px;
	margin: 0 0 0;
	max-width: 490px;
	position: relative;
	display: flex;
	align-items: center;
	border: 2px solid var(--c-blue-light);
	border-radius: 10px;
}

.hero-form .user-main-info .img-wr {
	padding: 0 0 0;
	margin: 0 20px 0 0;
}

.hero-form .user-main-info h3 {
	margin: 0 0 10px;
}

.hero-form .user-main-info a i {
	margin: 0 10px 0 0;
	width: 25px;
}

.hero-form .tag-item {
	padding: 8px 18px 5px;
	margin: 0 8px 15px 0;
	border-radius: 6px;
	font-size: 22px;
}

.color-white .bg-white,
.color-white .bg-theme-light,
.color-white .bg-gradient-white-theme-light {
	color: var(--base-tc);
}

/*  */

.container-950px .block-calculator {
	max-width: 950px;
	border-radius: 20px;
}

.revenue-table {
	padding: 30px 30px 0;
	margin: 60px 0 0;
	border: 2px solid var(--c-blue-light);
	border-radius: 20px;
	position: relative;
}

.revenue-table h3 {
	font-size: 26px;
	margin: 0 0 0;
	padding: 0 0 8px;
}

.revenue-table h4 {
	font-size: 27px;
	font-weight: 400;
	padding: 0 0 0;
	margin: 0 0 30px;
	line-height: 1.4;
}

.revenue-table h5 {
	font-size: 21px;
	padding: 0 0 0;
	margin: 0 0 10px;
}

.revenue-table strong {
	font-weight: 700 !important;
}

/*  */

.revenue-info {
	margin: 50px 0 0;
}

.revenue-info .img-wr {
	margin: 0 -90px 0 0;
}

.revenue-info h6 {
	font-size: 80%;
}

.revenue-info h3 {
	font-size: 35px;
	font-weight: 600;
}

/*  */

.form-wr.bg-theme-light {
	padding: 38px 45px 25px;
	max-width: 620px;
	margin: 0 auto 0;
	border-radius: 15px;
}

.form-wr h3 {
	margin: 0 0 15px;
	padding: 0 0 0;
}

.form-wr.bg-theme-light h4 {
	margin: 0 0 15px;
	padding: 0 0 0;
	line-height: 1.4;
}

.form-wr.bg-theme-light input, .form-wr.bg-theme-light textarea, .form-wr.bg-theme-light select {
	border-color: var(--theme-color-dark);
	border-radius: 10px;
	border-width: 2px;
}

/*  */

.border-radius-5px {
	border-radius: 5px;
}

.border-radius-10px {
	border-radius: 10px;
}

.border-radius-15px {
	border-radius: 15px;
}

.border-radius-20px {
	border-radius: 20px;
}

.border-radius-25px {
	border-radius: 25px;
}

.border-radius-30px {
	border-radius: 30px;
}

/*  */

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

/*  */

body .img-rounded {
	border-radius: 500px;
	border-radius: 50%;
}

/*  */

.block-what-is-ffcra {
	padding: 30px 30px 30px;
	position: relative;
}

.block-what-is-ffcra .img-wr {
	padding: 0 15px 0;
}

.block-what-is-ffcra .text-wr {
	padding: 0 15px 0;
}

.block-what-is-ffcra h3 {
	margin: 0 0 10px;
}

.block-what-is-ffcra hr.display-inline-block {
	margin: 0 auto 15px;
}

/*  */

html body .box-miss-work-reasons {
	margin-top: 55px;
}

.block-miss-work-reasons .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.block-miss-work-reasons .img-wr .img-move-up {
	margin-top: -115px;
}

.block-miss-work-reasons h2 {
	font-size: 60px;
	line-height: 1;
	margin: 20px 0 20px;
}

.block-miss-work-reasons .text-wr {
	padding: 0 35px 0 0;
}

.block-miss-work-reasons .list-styled-checkmarks {
	padding: 0 0 38px;
}

.block-miss-work-reasons h3 {
	margin: 0 0 15px;
}

.block-miss-work-reasons .tags-wr {
	padding: 22px 0 0;
}

.block-miss-work-reasons .tag-item {
	padding: 12px 25px 12px;
	margin: 0 8px 10px 0;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
	border-width: 2px;
}

/*  */

body .rounded-top-left-corner {
	max-width: 1520px;
	margin: 0 auto 0;
	border-top-left-radius: 170px;
}

/*  */

.list-styled-checkmarks {
	padding: 0 0 15px;
	margin: 0 auto 0;
}

.list-styled-checkmarks:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.list-styled-checkmarks li {
	padding: 0 0 0 35px;
	margin: 0 0 10px;
	position: relative;
	list-style: none;
}

.list-styled-checkmarks li:before {
	padding: 0 0 0;
	margin: auto;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 21px;
	text-align: center;
	border-radius: 50px;
	border-radius: 50%;
	content: "";
	background: url('../images/icons/icon-check.svg') no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

/*  */

.miss-work-reason-items-wr {
	padding: 35px 0 50px;
}

.miss-work-reason-items-wr h3 {
	margin: 0 0 3px;
}

.miss-work-reason-items-wr .col-md-6 {
	margin-top: 30px;
}

.miss-work-reason-item {
	padding: 40px 90px 35px 35px;
	margin: 0 0 0;
	position: relative;
	height: 100%;
}

.miss-work-reason-item h5 {
	margin: 0 0 20px;
}

.miss-work-reason-item .icon-item {
	position: absolute;
	right: 0;
	top: 0;
	margin: 20px;
}

/*  */

.box-how-it-works {
	padding: 30px 0 80px;
}

.box-how-it-works h2.h1 {
	font-size: 60px;
}

.how-it-works-items-wr {
	padding: 0 0 0;
	margin: 5px 0 0;
	position: relative;
}

.how-it-works-items-wr:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	border-bottom: 2px solid var(--theme-color);
}

.how-it-works-thumb {
	padding: 0 70px 50px 0;
	margin: 0 0 0;
	position: relative;
}

.how-it-works-thumb .icon-item {
	width: 100px;
	height: 100px;
	padding: 0 0 0;
	margin: 0 0 40px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how-it-works-thumb .icon-item i.bg-theme {
	margin: -13px;
	padding: 0 0 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
	font-weight: 700;
}

.how-it-works-thumb h5 {
	margin: 0 0 15px;
}

/*  */

.box-scenarios h3 {
	font-size: 35px;
}

.box-scenarios .text-wr {
	padding: 0 65px 0 0;
}

body .icon-number {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 100px;
	font-weight: normal;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	background: -webkit-linear-gradient(var(--theme-color), var(--c-blue-white));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.scenario-item {
	padding: 20px 30px 25px;
	margin: 0 0 20px;
	font-size: 21px;
	position: relative;
}

.scenario-item .img-wr {
	padding: 0 0 0;
	margin: 0 0 10px;
	position: relative;
	display: inline-flex;
}

.scenario-item .text-wr {
	padding: 0 90px 0 0;
	margin: 0 0 0;
	position: relative;
}

.scenario-item .icon-number {
	margin: 15px 25px 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*  */

.hero-form + .box-how-it-works {
	padding: 60px 0 40px;
}

/*  */

.box-results .swiper-slide {
	width: auto;
}

.results-slider {
	margin: -40px auto 50px;
}

.result-item {
	width: 370px;
	padding: 20px 30px 30px;
	margin: 40px 0 0;
	background: #ffffff;
	color: var(--c-dark);
	position: relative;
}

.result-item:before {
	margin: 10px;
	width: 54px;
	height: 50px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('../images/icons/icon-quote-gray.svg') no-repeat center;
	background-size: contain;
}

body .result-item p {
	padding: 0 0 0;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.result-item .img-wr {
	margin: -45px 0 20px;
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-flex;
	border-radius: 50px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

body .result-item h5 {
	font-size: 18px;
	margin: 0 0 10px;
}

.result-item .tag-item {
	border-radius: 50px;
	margin: 0 0 15px;
}

/*  */

html body .btn-call:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	bottom: 0;
	margin: auto -20px;
	right: 100%;
	position: absolute;
	background: url('../images/icons/icon-user-blue.svg') no-repeat center;
	background-size: contain;
}


html body .btn-call:hover:before {
	animation: animation-shake 0.5s;
	/* When the animation is finished, start again */
	animation-iteration-count: infinite;
}

@keyframes animation-shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*  */

.button.bg-white {
	background-color: #ffffff;
	color: var(--c-dark);
}

.video-wr {
	position: relative;
	padding: 0 0 0;
	margin: 0 0 0;
}

.video-wr video,
.video-wr iframe {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 0;
	position: relative;
	height: auto;
}

/*  */

.box-simple .miss-work-reason-item {
	height: auto;
	margin: 0 0 20px;
}

.box-simple .text-wr + .img-wr {
	margin: 50px auto 0;
}

.img-wr.text-left img {
	margin: 0 0 0;
}

.img-wr.text-right img {
	margin: 0 0 0 auto;
}

.display-flex.text-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.rating-row {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

body .rating-row h5 {
	font-size: 18px;
	padding: 0 0 0;
	margin: 0 0 0;
	font-weight: normal;
}

.stars-rating {
	padding: 0 0 0;
	margin: 5px 0 0;
	position: relative;
}

.stars-rating i {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.stars-rating i img {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	position: relative;
}

.color-gray {
	color: #ddd;
	opacity: .5;
}

.box-schedule-a-call h4 {
	font-size: 28px;
}

.box-schedule-a-call .rating-row {
	margin: 50px 0 0;
}

/*  */



































/* -------------------------------------------------------------------------- */

@media (max-width: 1699px) {
	:root {
		--h-s-h1: 7rem;
		--h-s-h2: 4rem;
	}
	.logo {
		max-width: 22.6rem;
	}
	.hero-default:before {
		background-position: center right -10rem;
	}
	.help-with .sc_text {
		padding-left: 3rem;
		padding-top: 6.25rem;
	}
	.help-with .accordion-item {
		padding: 2.25rem 0rem 2.25rem 6rem;
	}
.box-form .h1 {
	font-size: 55px;
}
.block-calculator {
	max-width: 825px;
	margin: 0 auto 15px;
	font-size: 85%;
	padding: 40px 55px 30px;
}
.block-bordered {
	border: 2px solid var(--theme-color);
}

















}

/* -------------------------------------------------------------------------- */

@media (max-width: 1399px) {
	.hero-default:before {
		background-position: center right -25rem;
	}
.service-thumb-item {
	padding: 10px 10px 10px;
	margin: 0 10px 15px;
	width: 320px;
	min-height: 275px;
}
.hero-form h1.h3 {
	font-size: 40px;
}
.hero-form .tag-item {
	font-size: 15px;
}
.block-miss-work-reasons h2 {
	font-size: 40px;
	margin: 20px 0 20px;
}
.box-how-it-works h2.h1 {
	font-size: 40px;
}




















}

/* -------------------------------------------------------------------------- */

@media (max-width: 1199px) and (max-width: 1199px) {
	.menu_link:after {
		display: inline-block;
	}
}

/* -------------------------------------------------------------------------- */

@media (max-width: 1199px) {
	:root {
		--base-fz: 1.6rem;
		--h-s-h1: 5rem;
		--h-s-h2: 4rem;
		--h-s-h3: 2.6rem;
		--h-s-h4: 2rem;
		--h-s-h5: 1.8rem;
		--h-s-h6: 1.6rem;
		--btn-fz: 1.4rem;
	}
	.content {
		padding-top: 12.5rem;
	}
	.hero_menu ul li {
		margin: 0 2rem;
	}
	.hero_menu ul a {
		font-size: 1.6rem;
	}
	.hero-default:before {
		background-position: center right -45rem;
	}
	.tb .image:after {
		transform: scale(0.65) translate(6rem, 6rem);
	}
	.help .sized {
		--h-s-h2: 8rem;
	}
	.help-with .sc_text {
		padding: 2rem var(--gap) 2rem var(--gap);
	}
	.help-with .accordion-item {
		padding: 2rem var(--gap) 2rem 4rem;
	}
	.cb .row {
		margin-bottom: -3rem;
	}
	.cb .row > div {
		margin-bottom: 3rem;
	}
	.cr .row {
		margin-bottom: -3rem;
	}
	.cr .row > div {
		margin-bottom: 3rem;
	}
	.get-started .container {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.contact-cta {
		--sc-pd: 2.5rem 0 5rem 0;
	}
	.contact-cta_content {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.faq {
		--sc-pd: 5rem 0 2.5rem 0;
	}
	.header .button {
		width: 100%;
		box-shadow: none;
	}
	.header {
		--h-pd: 0.5rem 0;
		height: 8rem;
	}
	.header-container {
		align-items: center;
		align-content: center;
	}
	.header_content {
		height: 100%;
	}
	.header_nav {
		position: fixed;
		flex: none;
		z-index: -1;
		top: 0;
		right: 0;
		width: 36rem;
		height: calc(var(--vh, 1vh) * 100 - 4.5rem);
		margin: 0 auto;
		padding: 3rem 3.5rem;
		background: #f3f6f8;
		display: block;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
		padding-top: 10rem;
	}
	.header_buttons {
		text-align: center;
		justify-content: center;
	}
	/*.header.scrolled .header_nav {
		height: calc(var(--vh, 1vh) * 100);
	}*/
	.menu-open .header_content:before {
		border-bottom: 2px solid var(--c-blue-light);
	}
	.menu-open .header_content:after {
		opacity: 1;
	}
	.footer {
		--f-fz: 1.4rem;
	}
	.menu {
		font-size: 2.1rem;
		text-transform: none;
	}
	.menu_item {
		height: auto;
		text-align: left !important;
		padding: 1.25rem 0;
		margin-bottom: 0 !important;
		border-bottom: 1px solid rgba(23, 73, 121, 0.1);
	}
	.menu_item.with-child .menu_link:after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: 0;
		background-color: var(--c-blue-light);
	}
	.menu_item {
		text-align: center;
	}
	.menu_item.open .submenu_wrap {
		display: block !important;
	}
	.menu_item.open .menu_link:after {
		transform: rotate(0deg);
	}
	.menu {
		margin-right: 0 !important;
		flex-direction: column;
	}
	.menu:not(:last-child) {
		margin-bottom: 4.4rem;
	}
	.menu_item:not(:last-child) {
		margin-bottom: 2rem;
		margin-right: 0;
	}
	.menu_link {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}
	.menu_link:after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 1.2rem;
		height: 1.2rem;
		-webkit-mask-size: contain;
		-webkit-mask-position: center center;
		-webkit-mask-repeat: no-repeat;
		background-color: var(--c-blue-light);
		-webkit-mask-image: url("../images/icons/icon-chevron--down.svg");
		mask-image: url("../images/icons/icon-chevron--down.svg");
		margin-left: 1rem;
		display: none;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		transform: rotate(-90deg);
	}
	.submenu_wrap {
		display: none;
	}
	.menu_item--services .submenu_wrap {
		padding: 0;
	}
	.menu_item--services .submenu {
		padding-left: 2rem;
		grid-template-columns: repeat(1, 1fr);
	}
	.menu_item--services .submenu li {
		border-bottom: 1px solid rgba(23, 73, 121, 0.1);
		padding: 1rem 0;
	}
	.menu_item--services .submenu a .title:after {
		color: var(--c-blue-light);
		opacity: 1 !important;
		transform: translateX(0) rotate(-90deg);
	}
.box-platform-info .text-wr {
	padding: 0 30px 0 0;
}
.block-header h3 {
	font-size: 25px;
}
.solutions-thumb-item {
	padding: 0 0 0;
	max-width: 520px;
	margin: 0 auto 30px;
}
.box-img-half-width .text-wr {
	padding: 20px 50px 20px 0;
	min-height: 400px;
}
.sc-savings-calculator .text-wr {
	padding: 0 0 20px 0;
}
.sc-savings-calculator h2 {
	font-size: 30px;
	margin: 10px 0 15px;
}
.sc-savings-calculator .button {
	height: 50px;
	font-size: 14px;
	min-width: 190px;
	margin: 0 0 0;
}
.hero-form h1.h2 {
	font-size: 40px;
}
.hero-form h4 {
	font-size: 16px;
}
.hero-form .user-main-info {
	padding: 15px 15px 10px;
	margin: 0 0 0;
	max-width: 400px;
}
.hero-form .user-main-info .img-wr {
	padding: 0 0 0;
	margin: 0 15px 0 0;
}
.hero-form .user-main-info .img-wr img {
	min-width: 80px;
	width: 80px;
}
.hero-form .user-main-info a:not(.button) {
	font-size: 15px;
	margin: 5px 0 0;
	padding: 0 0 0;
}
.revenue-info .img-wr {
	margin: 0 0 0;
}
.font-size-21px {
	font-size: 16px;
}
.header.no-notification-bar + .content {
	padding-top: 8rem;
}





























}

/* -------------------------------------------------------------------------- */

@media (max-width: 991px) and (orientation: portrait) {
	.hero-extra-message {
		bottom: 2rem;
		right: 0;
		left: 0;
		text-align: center;
	}
	.hero-extra-message h4 {
		font-size: 1.4rem;
	}
	.hero-home {
		max-height: inherit;
		background-position: center left;
	}
}

/* -------------------------------------------------------------------------- */

@media (max-width: 991px) {
	.image--block-title img {
		max-height: 7rem;
	}
	.hero_menu {
		margin-bottom: 0;
		display: none;
	}
	.hero-default:before {
		display: none;
	}
	.hero-turn {
		padding-top: 6rem;
	}
	.hero-turn .text-side {
		order: 1;
	}
	.hero-turn .image-side {
		order: 2;
	}
	.hero-financing {
		padding-top: 6rem;
	}
	.hero-financing .text-side {
		order: 1;
	}
	.hero-financing .image-side {
		order: 2;
	}
	.support .image {
		height: 40rem;
		aspect-ratio: inherit;
	}
	.support .image-side {
		order: 2;
	}
	.tb .image {
		margin: 2rem auto;
		max-width: 50rem;
	}
	.tb .image--normal {
		max-width: 100%;
	}
	.tb figure {
		padding-left: 4.4rem;
	}
	.tb--style-1 .image-side {
		order: 1;
	}
	.tb--style-1 .text-side {
		order: 2;
	}
	.tb--turn .text-side {
		order: 1;
	}
	.tb--turn .image-side {
		order: 2;
		margin-top: 2rem;
	}
	.tb--turn-2 {
		padding-bottom: 6rem;
	}
	.tb--turn .image--normal {
		max-width: 100%;
	}
	.tb--turn .row:nth-child(2) .image--normal {
		margin-top: 2rem;
	}
	.tb--turn .row:nth-child(2) .image--normal picture {
		transform: translateY(-2rem);
	}
	.tb--financing .text-side {
		order: 1;
	}
	.tb--financing .image-side {
		order: 2;
		margin-top: 2rem;
	}
	.tb--financing-2 {
		padding-bottom: 6rem;
	}
	.tb--financing .image--normal {
		max-width: 100%;
	}
	.tb--terc-1 .image {
		margin-top: 2rem !important;
		margin-bottom: 0 !important;
		max-width: 100%;
	}
	.testimonials_head {
		align-items: flex-end;
		align-content: flex-end;
	}
	.testimonials_head .sc_text strong {
		display: block;
	}
	.help-with .image {
		height: 45rem;
		aspect-ratio: inherit;
	}
	.help-with .image-side {
		order: 2;
	}
	.help-with .sc_text strong {
		display: block;
	}
	.help-with .accordion-item {
		padding: 2rem var(--gap) 2rem var(--gap);
	}
	.help-with .accordion-item_head {
		padding: 1.5rem !important;
	}
	.help-with .accordion-item_head h3 {
		font-size: 2.2rem;
	}
	.help-with .accordion-item_head .icon {
		margin-left: 0;
		margin-right: 1rem;
	}
	.help-with .accordion-item_inner {
		padding-left: 5.8rem;
	}
	.cb {
		--sc-pd: 3rem 0 6rem 0;
	}
	.cr {
		--sc-pd: 3rem 0 6rem 0;
	}
	.advs .row > div:not(:last-child) {
		border-bottom: 2px solid var(--sc-bg);
	}
	.learn-more .form {
		margin: 0 -1rem -2rem -1rem;
		flex-wrap: wrap;
	}
	.learn-more .form_field {
		padding: 0 1rem;
		width: 50%;
		flex: none;
		margin-bottom: 2rem;
	}
	.learn-more .form_field:not(:last-child) {
		margin-right: 0;
	}
	.about-page .tb .image {
		margin-top: 0;
	}
	.bt-page .help {
		padding-top: 6rem;
	}
	.footer .menu-side {
		justify-content: flex-start;
	}
	.footer .info {
		flex-direction: column;
	}
	.footer .info > *:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	.footer .info > *:not(:last-child):after {
		right: auto;
		left: 0;
		bottom: 0;
		top: auto;
	}
	[data-aos] {
		transition-delay: 200ms !important;
	}
	.image-half-width.image-rigth {
		background-size: 0;
		background-position: left 120% center;
	}
.box-form .h1 {
	font-size: 35px;
}
.form-wr.bg-white {
	margin: 35px auto 0;
}
.user-main-info a:not(.button) {
	font-size: 15px;
	margin: 0 15px 0 0;
}
.user-main-info .img-wr {
	padding: 0 0 0;
	margin: 0 25px 0 0;
	max-width: 150px;
}
.user-main-info h2.border-bottom {
	margin: 0 0 15px;
	border-bottom-width: 3px !important;
}
.user-main-info a i {
	margin: 0 10px 0 0;
	font-size: 120%;
	max-width: 20px;
}
body .box-user {
	padding: 50px 0 50px;
}
.user-main-info {
	padding: 0 0 0;
	margin: 0 auto 40px;
}
.user-card-item h4, .about-page .user-card-item h4 {
	font-size: 20px;
}
body .user-card-item .btn-main, .user-card-item .btns-wr .btn-main:not(:last-child) {
	padding: 6px 15px 6px;
	margin: 0 20px 0 0;
	min-width: 150px;
	height: 46px;
	font-size: 16px;
}
body .btn-read-more {
	font-size: 14px;
}
.user-card-item {
	padding: 25px 25px 25px;
	margin: 0 auto 15px;
	min-height: 270px;
	line-height: 1.6;
	font-size: 14px;
}
.hero-form {
	text-align: center;
}
.hero-form .user-main-info {
	padding: 15px 15px 10px;
	margin: 0 auto 0;
	max-width: 400px;
}
.hero-form .text-wr {
	padding: 0 10px 30px;
}


































}

/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
	:root {
		--h-s-h2: 3rem;
	}
	.sc_text {
		text-align: center;
	}
	.sc_buttons .button {
		width: 100%;
	}
	.hero_image {
		height: 27.5rem;
	}
	.hero-wrapped-text {
		margin: -8.5rem 1rem 0 1rem;
		padding: 4rem var(--gap);
	}
	.support .image {
		height: 24rem;
	}
	.tb ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.tb .image {
		margin-top: 2rem;
	}
	.tb .sc_text h2 br {
		display: none;
	}
	.testimonials {
		--sc-pd: 9.2rem 0 4.6rem 0;
	}
	.testimonials_head .sc_text {
		flex: none;
		width: 100%;
		margin-bottom: 1rem;
	}
	.testimonials_head .swiper_buttons {
		width: 100%;
	}
	.testimonials .item {
		max-width: calc(100vw - var(--gap) * 2);
		font-size: 1.4rem;
		padding: 4rem 3rem;
	}
	.help .sized {
		--h-s-h2: 4.6rem;
	}
	.help_info {
		margin: 0;
	}
	.help_info > * {
		width: 100%;
	}
	.help_info h3 {
		text-align: center;
	}
	.help-link {
		justify-content: center;
	}
	.help-link .txt {
		flex: none;
		max-width: calc(100% - 2.3rem);
		text-align: left;
	}
	.help-with .image {
		height: 30rem;
	}
	.newsletters .form {
		flex-direction: column;
		border-radius: var(--base-rd);
		overflow: hidden;
	}
	.newsletters .form input {
		max-width: 100% !important;
		min-width: 100%;
	}
	.newsletters .form .line {
		width: calc(100% - 7rem);
		height: 0.1rem;
		min-height: 0.1rem;
	}
	.newsletters .form .button {
		width: 100%;
	}
	.faq .accordion {
		font-size: 1.4rem;
	}
	.learn-more {
		--sc-pd: 5rem 0;
	}
	.learn-more .form {
		flex-direction: column;
	}
	.learn-more .form_field {
		margin-right: 0 !important;
		width: 100%;
	}
	.learn-more .form_field:not(:last-child) {
		margin-bottom: 2rem;
	}
	.learn-more .form_field-actions {
		width: 100%;
	}
	.footer {
		--f-fz: 1.2rem;
	}
	.menu_item--services .submenu li {
		font-size: 1.6rem;
	}
	.card {
		padding: 3rem 3rem;
		font-size: 1.4rem;
	}
.form-wr.bg-white {
	margin: 35px auto 0;
	padding: 15px 20px 15px;
	font-size: 15px;
}
html body .form-simple h5 {
	padding: 0 0 5px;
}
.input-item {
	padding: 0 0 0;
	margin: 0 0 10px;
}
.form-simple input, .form-simple textarea, .form-simple select {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 0;
	padding: 10px 15px 10px;
	height: 48px;
}
.block-link-item {
	padding: 0 0 0;
	margin: 0 0 20px;
}
.box-item {
	padding: 40px 0 40px;
}
.box-platform-info h3 {
	font-size: 25px;
}
.box-platform-info .text-wr {
	padding: 0 0 50px;
}
.block-header {
	padding: 0 0 35px;
}
.slider-services {
	display: block;
}
.testimonial-thumb-item {
	padding: 25px 20px 30px;
}
.testimonial-thumb-item blockquote::before {
	font-size: 80px;
	top: 0;
	left: 0;
}
.testimonial-thumb-item blockquote {
	padding: 0 0 0 50px;
}
.box-img-half-width .img-wr {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 75%;
}
.block-calculator {
	padding: 30px 30px 30px;
	font-size: 80%;
}
.col-xs-6 {
	width: 50%;
}
.block-calculator h2 {
	font-size: 28px;
	margin: 0 0 15px;
}
.bubble-item {
	padding: 4px 10px 2px;
	top: -40px;
}
.revenue-item {
	padding: 10px 10px 10px;
	margin: 15px 5px 0;
	width: 160px;
	height: 160px;
}
.revenue-item h4 {
	font-size: 21px;
}
.grid-sidebar {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.table-of-contents {
	position: fixed;
	left: 0;
	right: 0;
	top: 125px;
	z-index: 50;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	border-top: 1px solid var(--c-blue-light);
}
.sidebar-nav.border-left {
	max-width: 100%;
}
body .table-of-contents h5 {
	font-size: 22px;
	padding: 10px 15px 10px;
	margin: 0 0 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
}
body .table-of-contents h5:after {
	margin: 0 0 0 4px;
	line-height: 20px;
	font-size: 23px;
	content: "\f107";
	font-family: "FontAwesome";
	background: url('../images/icons/icon-chevron-down.svg') no-repeat center;
}
.table-of-contents .sidebar-nav {
	display: none;
}
.sidebar-nav li {
	padding: 0 0 15px;
	font-size: 110%;
}
.table-of-contents.active .sidebar-nav {
	display: block;
}
.box-blog-article {
	padding: 60px 0 50px;
}
.box-blog-article h2 {
	font-size: 28px;
}
.block-angles-bordered {
	padding: 25px 25px 20px;
	margin: 10px 0 30px;
}
.box-blog-article .img-wr {
	margin: 0 0 25px;
}
.box-blog-article h4 {
	font-size: 20px;
	padding: 0 0 0;
	margin: 0 0 15px;
}
.box-blog-article .breadcrumbs-wr {
	padding: 0 0 10px;
	margin: 0 0 0;
	font-size: 65%;
}
body .breadcrumbs-wr li + li:before {
	margin: 0 5px 0;
}
.btns-share a {
	margin: 0 0 0 15px;
	line-height: 1;
}
.box-header {
	padding: 40px 0 40px;
}
body .box-header h1 {
	font-size: 28px;
	margin: 0 0 15px;
}
body .box-header h5 {
	font-size: 18px;
	padding: 0 0 15px;
	margin: 0 0 0;
}
.form-search input, .form-search select {
	padding: 15px 50px 15px 25px;
	margin: 0 0 0;
	font-size: 16px;
}
.form-search button {
	background-size: 20px auto;
}
.block-tags-wr {
	padding: 10px 0 0;
}
.form-search {
	border: 2px solid var(--c-blue-light);
}
body .tag-item {
	font-size: 12px;
	border: 2px solid var(--theme-color);
}
.box-blog-listing {
	padding: 40px 0 20px;
}
.block-item-header h5 {
	font-size: 20px;
}
.block-item-header {
	padding: 0 0 0;
	margin: 0 0 30px;
}
.blog-thumb-item.blog-thumb-item-lg h4 {
	font-size: 24px;
}
.blog-thumb-item {
	padding: 0 0 0;
	margin: 0 0 20px;
	font-size: 85%;
}
.blog-thumb-item .text-wr {
	margin: 0 0 0;
	padding: 0 0 0 20px;
}
body .blog-thumb-item h4 {
	font-size: 16px;
}
.blog-thumb-item .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	min-width: 150px;
	width: 150px;
	height: 110px;
}
.sc-savings-calculator {
	text-align: center;
}
.sc-savings-calculator .text-wr {
	padding: 0 0 40px 0;
}
.tablet-mockup {
	margin: 0 auto 0;
}
.sc-savings-calculator .text-wr img {
	max-width: 60%;
}
.hero-form h1.h2 {
	font-size: 35px;
	line-height: 1.2;
	margin: 0 0 15px;
}
.hero-form {
	padding: 40px 0 50px;
}
html body .list-simple {
	margin-left: 0;
}
.revenue-table {
	padding: 30px 20px 10px;
	margin: 40px 0 0;
	text-align: center;
}
.revenue-table h3 {
	font-size: 22px;
	padding: 0 0 5px;
}
.revenue-table h4 {
	font-size: 25px;
	margin: 0 0 15px;
}
.revenue-table h5 {
	font-size: 16px;
	margin: 0 0 5px;
}
.revenue-info {
	margin: 35px 0 0;
	text-align: center;
}
.revenue-info h3 {
	font-size: 24px;
}
.revenue-info .img-wr {
	margin: 30px 0 0;
}
.hero-form h1.h3 {
	font-size: 35px;
}
.form-wr.bg-theme-light {
	padding: 25px 25px 20px;
}
.font-size-21px {
	font-size: 15px;
}
.block-what-is-ffcra {
	padding: 20px 20px 20px;
}
.block-what-is-ffcra .img-wr {
	padding: 0 0 0;
}
.block-what-is-ffcra .text-wr {
	padding: 0 0 0;
}
html body .box-miss-work-reasons {
	margin-top: 0;
}
body .rounded-top-left-corner {
	margin: 0 15px 0;
	border-top-left-radius: 70px;
	width: auto;
}
.block-miss-work-reasons h2 {
	font-size: 35px;
	margin: 15px 0 15px;
}
.block-miss-work-reasons .list-styled-checkmarks {
	padding: 10px 0 15px;
}
.block-miss-work-reasons .img-wr .img-move-up {
	margin-top: 0;
}
.block-miss-work-reasons .img-wr {
	padding: 20px 0 20px;
}
.block-miss-work-reasons .tag-item {
	padding: 8px 13px 8px;
	margin: 0 2px 6px 0;
	font-size: 12px;
	border-width: 1px;
}
.miss-work-reason-item {
	padding: 30px 80px 20px 30px;
}
.miss-work-reason-items-wr .col-md-6 {
	margin-top: 15px;
}
.how-it-works-thumb .icon-item {
	width: 80px;
	height: 80px;
	padding: 0 0 0;
	margin: 0 0 20px -70px;
}
.how-it-works-thumb {
	padding: 0 0 40px 70px;
}
.how-it-works-items-wr:before {
	left: 38px;
	top: 0;
	right: auto;
	bottom: 0;
	border-bottom: none;
	border-left: 2px solid var(--theme-color);
}
.block-miss-work-reasons .tags-wr {
	padding: 10px 0 0;
}
.header-notification-bar {
	font-size: 12px;
	line-height: 1.2;
}
.box-scenarios .text-wr {
	padding: 0 0 0;
}
.scenario-item .text-wr {
	padding: 0 40px 0 0;
}
.scenario-item {
	padding: 20px 30px 25px;
	margin: 0 0 20px;
	font-size: 14px;
}
.miss-work-reason-item .icon-item {
	margin: 10px;
	width: 70px;
}









































}

/* -------------------------------------------------------------------------- */

@media (max-width: 575px) {
	.header_nav {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------- */

@media (min-width: 768px) {
	.help .form_wrap {
		padding: 4rem 5.6rem;
	}
}

/* -------------------------------------------------------------------------- */

@media (min-width: 992px) {
	.hero--with-menu {
		padding-top: 0;
	}
	.support .image picture {
		margin: 0;
		min-width: calc(100% + (100vw - 960px) / 2 + var(--gap));
	}
	.tb .row:nth-child(2n) .image {
		margin-left: 0;
		margin-right: auto;
	}
	.help .form_wrap {
		margin-left: auto;
		max-width: 63.5rem;
	}
	.help-with .image picture {
		margin: 0;
		min-width: calc(100% + (100vw - 960px) / 2 + var(--gap));
	}
	.help-with .accordion-item:before {
		margin: 0;
		min-width: calc(100% + (100vw - 960px) / 2 + var(--gap));
	}
	.help-with .accordion-item:not(:last-child):after {
		margin: 0;
		min-width: calc(100% + (100vw - 960px) / 2 + var(--gap));
	}
	.advs .row > div:not(:last-child) {
		border-right: 2px solid var(--sc-bg);
	}
	.footer_block:nth-child(2) .row {
		align-items: center;
		align-content: center;
	}
	.menu_item--services .submenu:not(:last-child) {
		border-bottom: 1px solid rgba(23, 73, 121, 0.1);
	}
}

/* -------------------------------------------------------------------------- */

@media (min-width: 1200px) {
	.support .text-side .sc_text, .support .text-side .sc_buttons {
		padding-left: 5rem;
	}
	.tb .row:nth-child(2n) .image:after {
		right: auto;
		left: -5.5rem;
		transform: scale(-1, 1);
	}
	.get-started .sc_text {
		margin-bottom: 0;
	}
	.contact-cta_content .sc_text {
		margin-bottom: 0;
	}
	.header_content {
		z-index: 1;
	}
	.menu_item {
		display: flex;
		align-items: center;
		align-content: center;
		min-height: 100%;
	}
	.menu_item:hover .submenu_wrap {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.menu-button {
		display: none;
	}
	.submenu_wrap {
		position: absolute;
		left: 0;
		top: calc(100%);
		width: 26rem;
		opacity: 0;
		visibility: hidden;
	}
	.menu_item--services .submenu_wrap:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100%;
		margin: 0 calc((100% - 100vw) / 2);
		background: #f3f6f8;
		box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, 0.1);
		z-index: 0;
	}
	.menu_item--services .submenu li {
		border-right: 1px solid rgba(23, 73, 121, 0.1);
	}
	.menu_item--services .submenu li:nth-child(4n) {
		border-right: none;
	}
	.menu_item--services .submenu li:nth-child(odd) {
		border-right: 1px solid rgba(23, 73, 121, 0.1);
	}
}

/* -------------------------------------------------------------------------- */

@media (min-width: 1260px) {
	.container {
		max-width: 1230px;
	}
	.support .image picture {
		min-width: calc(100% + (100vw - 1230px) / 2 + var(--gap));
	}
	.help-with .image picture {
		min-width: calc(100% + (100vw - 1230px) / 2 + var(--gap));
	}
	.help-with .accordion-item:before {
		min-width: calc(100% + (100vw - 1230px) / 2 + var(--gap));
	}
	.help-with .accordion-item:not(:last-child):after {
		min-width: calc(100% + (100vw - 1230px) / 2 + var(--gap));
	}
}

/* -------------------------------------------------------------------------- */

@media (min-width: 1500px) {
	.hero-financial .container {
		max-width: 1430px;
	}
	.help .container {
		max-width: 1430px;
	}
}

/* -------------------------------------------------------------------------- */

@media (min-width: 1700px) {
	.container {
		max-width: 1600px;
	}
	.hero-turn .container {
		max-width: 1310px;
	}
	.hero-financing .container {
		max-width: 1310px;
	}
	.support .image picture {
		min-width: calc(100% + (100vw - 1600px) / 2 + var(--gap));
	}
	.tb--fr .sc_text {
		width: 100%;
		max-width: 87.5rem;
	}
	.tb--fr .sc_buttons {
		width: 100%;
		max-width: 89.5rem;
	}
	.tb--fr .row:nth-child(2n) .sc_text,
.tb--fr .row:nth-child(2n) .sc_buttons {
		margin-left: auto;
	}
	.tb--mitigation .sc_text {
		width: 100%;
		max-width: 87.5rem;
	}
	.tb--mitigation .sc_buttons {
		width: 100%;
		max-width: 89.5rem;
	}
	.tb--mitigation .row:nth-child(2n) .sc_text,
.tb--mitigation .row:nth-child(2n) .sc_buttons {
		margin-left: auto;
	}
	.tb--turn h2 {
		width: calc(100% + 4rem);
	}
	.tb--financing h2 {
		width: calc(100% + 4rem);
	}
	.tb--terc .container {
		max-width: 1310px;
	}
	.tb--terc-1 .container {
		max-width: 1310px;
	}
	.help-with .image picture {
		min-width: calc(100% + (100vw - 1600px) / 2 + var(--gap));
	}
	.help-with .accordion-item:before {
		min-width: calc(100% + (100vw - 1600px) / 2 + var(--gap));
	}
	.help-with .accordion-item:not(:last-child):after {
		min-width: calc(100% + (100vw - 1600px) / 2 + var(--gap));
	}
	.newsletters .container {
		max-width: 1310px;
	}
	.cb .container {
		max-width: 1310px;
	}
	.cr .container {
		max-width: 1310px;
	}
	.get-started .container {
		max-width: 1310px;
	}
	.contact-cta .container {
		max-width: 1310px;
	}
	.faq .container {
		max-width: 1310px;
	}
	.advs .container {
		max-width: 1310px;
	}
	.learn-more .container {
		max-width: 1310px;
	}
	.header--simple .container {
		max-width: 1310px;
	}
	.footer .container {
		max-width: 1310px;
	}
	.menu:not(:last-child) {
		margin-right: 4rem;
	}
	.menu_item:not(:last-child) {
		margin-right: 4rem;
	}
}


/* -------------------------------------------------------------------------- */

