html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.container {
	max-width: 1440px;
	padding: 0 10px;
	margin: 0 auto;
}
.container.narrow {
	padding: 0 30px;
}
/*.container.wide {
	padding: 0 30px;
}
.container.middle {
	padding: 0 30px;
}
.container.middle-wide {
	padding: 0 30px;
}
@media only screen and (min-width: 1200px) {
	.container.narrow {
		padding: 0 30px;
	}
	.container.middle {
		max-width: 1320px;
	}
	.container.middle-wide {
		max-width: 1380px;
	}
	.container.wide {
		padding: 0 160px;
	}
}*/
.entry-content>.cta-section {
	max-width: unset;
}
.cta-section {
    background-color: #f7f9fc;
    padding: 50px 20px;
    margin: 40px auto;
    text-align: center;
    border-radius: 8px;
    max-width: 100%;
}

.cta-text {
	font-size: 22px;
}
.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.cta-buttons a {
	border-radius: 40px;
    border: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 22px;
    line-height: 36px;
    padding: 10px 40px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
	background-color: #067be0;
    border-color: #067be0;
    color: #fff;	
}
.cta-buttons a:hover {
	background: #0A68B9;
    border-color: #0A68B9;
}
.blog-content .btn,
.template-blog .btn {
	display: inline-flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.02em;
	text-decoration: none;
	border-radius: 100px;
	transition: opacity 0.5s ease;
	justify-content: center;
}
.blog-content .btn.large,
.template-blog .btn.large {
	font-size: 16px;
	padding: 10px 25px;
	min-width: 155px;
}
.blog-content .btn.white,
.template-blog .btn.white {
	background-color: #fff;
	color: #327bba;
}
.blog-content .btn.blue,
.template-blog .btn.blue {
	background-color: #327bba;
	color: #fff;
}
.blog-content .btn:hover,
.template-blog .btn:hover {
	opacity: 0.85;
}
@media only screen and (min-width: 768px) {
	.blog-content .btn.large,
	.template-blog .btn.large {
		font-size: 20px;
		padding: 16px 35px;
	}
}
.header {
	width: 100%;
	position: relative;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 1.6;
}
.main-header {
	padding-bottom: 40px;
	min-height: 100%;
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.main-header::after {
		width: 475px;
		height: 475px;
		top: 175px;
		opacity: 1;
	}
}
@media only screen and (min-width: 992px) {
	.main-header {
		background-position: top right;
	}
}
@media only screen and (min-width: 1200px) {
	.main-header::after {
		right: 5%;
	}
}
@media only screen and (min-width: 1300px) {
	.main-header::after {
		right: 12%;
	}
}
@media only screen and (min-width: 1441px) {
	.main-header::after {
		right: 18%;
	}
}
.header-content {
	padding-top: 100px;
	padding-left: 0px;
	position: relative;
	z-index: 3;
}
.header-content h1 {
	max-width: 475px;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 0.01em;
	color: #2f363f;
	line-height: 1.2;
}
.header-content p {
	max-width: 475px;
	font-size: 16px;
	font-weight: normal;
	color: #949ba1;
	margin-bottom: 30px;
	line-height: 1.6;
}
@media only screen and (min-width: 480px) {
	.header-content h1 {
		font-size: 48px;
	}
	.header-content p {
		font-size: 22px;
	}
}
@media only screen and (min-width: 768px) {
	.header-content {
		padding-top: 190px;
		padding-left: 30px;
	}
	.header-content h1 {
		font-size: 64px;
	}
}
@media only screen and (min-width: 1200px) {
	.header-content {
		padding-left: 125px;
	}
}
.simple-header {
	background-position: bottom;
	background-size: cover;
}
.simple-header .header-content h1,
.simple-header .header-content p {
	max-width: 100%;
	text-align: center;
}
@media only screen and (min-width: 1200px) {
	.simple-header {
		min-height: 600px;
	}
	.simple-header .header-content {
		padding-left: 0;
	}
}
.header-form {
	max-width: 475px;
	width: 100%;
	position: relative;
}
.header-form .header-input-email {
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 100px;
	height: 53px;
	color: #6c7683;
	text-indent: 25px;
	border: none;
	outline: none;
	font-size: 16px;
	box-shadow: 2px 2px 20px rgba(47, 54, 63, 0.2);
}
.header-form .header-input-email::-moz-placeholder {
	color: #555d67;
}
.header-form .header-input-email:-ms-input-placeholder {
	color: #555d67;
}
.header-form .header-input-email::placeholder {
	color: #555d67;
}
.header-form .header-input-submit {
	position: relative;
	width: 100%;
	background: #ff8a00;
	border-radius: 100px;
	color: #fff;
	height: 53px;
	border: 1px solid #ff8a00;
	outline: none;
	font-size: 16px;
	padding: 10px 25px;
	line-height: 1.6;
	cursor: pointer;
	transition: opacity 0.5s ease;
}
.header-form .header-input-submit:hover {
	opacity: 0.85;
}
@media only screen and (min-width: 480px) {
	.header-form .header-input-email {
		font-size: 20px;
		height: 60px;
	}
	.header-form .header-input-submit {
		width: auto;
		font-size: 20px;
		position: absolute;
		right: 4px;
		top: 4px;
		height: auto;
	}
}
.blog-content {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin: 0 auto 96px;
	max-width: 1170px;
}
.blog-content .banner {
	width: 100%;
	box-shadow:
		0px 4px 4px rgba(50, 123, 186, 0.08),
		0px 8px 40px rgba(50, 123, 186, 0.16);
	border-radius: 8px;
	z-index: 0;
	margin-bottom: 30px;
	text-decoration: none;
}
.blog-content .banner-tag {
	text-transform: uppercase;
	color: #327bba;
	letter-spacing: 0.05em;
	font-weight: bold;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	left: 28px;
	top: 28px;
	border-radius: 8px;
	padding: 5px 25px;
	z-index: 1;
}
.blog-content .banner-image {
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	overflow: hidden;
}
.blog-content .banner-image img {
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.blog-content .banner-content {
	padding: 28px;
}
.blog-content .banner-info {
	color: #949ba1;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.blog-content .banner-separator {
	display: none;
	margin: 0 35px;
}
.blog-content .banner-title {
	font-size: 32px;
	line-height: 1.2;
	color: #2f363f;
	font-weight: bold;
	margin-bottom: 10px;
}
.blog-content .banner-description {
	font-size: 16px;
	line-height: 1.7;
	color: #2f363f;
}
.blog-content .banner:hover .banner-image img {
	transform: scale(1.1);
}
.blog-content .recommended {
	padding: 0 30px;
	min-height: 400px;
	max-width: 360px;
	scrollbar-color: transparent transparent;
	scrollbar-width: 5px;
}
.blog-content .recommended::-webkit-scrollbar {
	display: none;
}
.blog-content .recommended::-webkit-scrollbar-thumb {
	background: #ff0000;
}
.blog-content .recommended-item {
	margin-bottom: 30px;
	text-decoration: none;
	display: block;
}
.blog-content .recommended-header {
	color: #6c7683;
	font-size: 20px;
	margin-bottom: 25px;
}
.blog-content .recommended-date {
	color: #949ba1;
	line-height: 1.6;
}
.blog-content .recommended-title {
	color: #2f363f;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
	.blog-content {
		padding-top: 160px;
	}
	.blog-content .banner-title {
		font-size: 48px;
	}
	.blog-content .banner-description {
		font-size: 20px;
	}
	.blog-content .banner-info {
		flex-direction: row;
	}
	.blog-content .banner-separator {
		display: block;
	}
	.blog-content .recommended {
		width: 100%;
		flex: 0 0 360px;
	}
}
@media only screen and (min-width: 992px) {
	.blog-content {
		flex-direction: row;
	}
	.blog-content .banner {
		max-width: 740px;
		min-height: 600px;
		margin-bottom: 0;
	}
}
.panel-top {
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	min-height: 72px;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.panel-top.fixed {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.panel-top.fixed .panel__logo svg path {
	fill: #4d4d4d;
}
.panel-top.fixed .panel__logo svg path:last-child {
	fill: #327bba;
}
.panel-top.fixed .panel .menu-main > li > a {
	color: #2f363f;
}
.panel-top.fixed .panel .menu-main > a {
	display: flex;
	color: #2f363f;
}
.panel-top.fixed .panel .menu-main li.dropdown svg path {
	fill: #2f363f;
}
.panel-top.fixed .panel .menu-main a {
	color: #327bba;
}
.panel-top.fixed .panel .menu-main li:hover::after {
	background-color: #327bba;
}
.panel-top.fixed .panel .menu-main .features > .sub-menu a,
.panel-top.fixed .panel .menu-main .integration > .sub-menu a {
	color: #333;
}
.panel-top.fixed .panel .menu-main .features > .sub-menu a:hover,
.panel-top.fixed .panel .menu-main .integration > .sub-menu a:hover {
	color: #327bba;
}
.panel-top.fixed .panel .panel__sign a {
	color: #2f363f;
}
/* .panel-top.fixed .panel .signup a {
	border-color: #ff8a00;
	background-color: #ff8a00;
	color: #fff;
	transition: opacity 0.5s ease;
} */
.panel-top.fixed .panel .signup a:hover {
	opacity: 0.85;
}
.panel-top.fixed .panel .signin:hover ~ li a {
	border-color: transparent;
	transition: border-color 0.3s ease;
	background-color: transparent;
	color: #2f363f;
}
.panel-top.fixed .panel .signin a:hover {
	border-color: #fd9a1e;
	background-color: #fd9a1e;
	color: #fff;
}
.panel-top.fixed .panel__mobile .btn-burger span {
	background-color: #2f363f;
}
.panel {
	width: 100%;
	min-height: 72px;
	padding: 14px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panel__logo {
	max-width: 88px;
	text-decoration: none;
	position: relative;
	z-index: 99999999;
	display: inline-block;
}
.panel__logo svg path {
	transition: fill 0.5s ease;
}
.panel__nav {
	display: none;
}
.panel__mobile {
	display: flex;
	min-height: 44px;
	align-items: center;
}
.panel__mobile .btn-burger {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	outline: none;
	position: relative;
	z-index: 99999999;
}
.panel__mobile .btn-burger span {
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #2f363f;
	transition: background-color 0.5s ease;
	position: relative;
	transition:
		top 0.5s ease,
		transform 0.5s ease;
}
.panel__mobile .btn-burger span:nth-child(2) {
	margin: 8px 0;
}
.panel__mobile .btn-burger.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}
.panel__mobile .btn-burger.active span:nth-child(2) {
	opacity: 0;
}
.panel__mobile .btn-burger.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: -8px;
}
@media only screen and (min-width: 992px) {
	.panel__mobile {
		display: none;
	}
	.panel__nav {
		margin-left: 30px;
		display: flex;
	}
}
@media only screen and (min-width: 1200px) {
	.panel__nav {
		margin-left: 140px;
	}
}
@-webkit-keyframes menuBottom {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes menuBottom {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.menu-main {
	display: flex;
	align-items: center;
	min-height: 44px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-main > a {
	display: flex;
}
.menu-main > li {
	margin-right: 15px;
	position: relative;
	min-height: 44px;
	display: flex;
	align-items: center;
}
.menu-main > li::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.menu-main > li:hover::after {
	opacity: 0.6;
}
.menu-main .dropdown {
	position: relative;
}
.menu-main .dropdown > .sub-menu {
	min-width: 135px;
	position: absolute;
	left: -100%;
	display: none;
	top: 40px;
	background-color: #fff;
	padding: 1.25em 2em;
	box-shadow:
		0px 8px 40px rgba(50, 123, 186, 0.16),
		0px 4px 4px rgba(50, 123, 186, 0.08);
	z-index: 99999999;
	border-radius: 2px;
}
.menu-main .dropdown > .sub-menu li {
	display: block;
	margin-right: 0;
	min-height: auto;
}
.menu-main .dropdown > .sub-menu a {
	color: #327bba;
	display: block;
	text-decoration: none;
}
.menu-main .dropdown:hover::after {
	opacity: 0.6;
}
.menu-main .dropdown:hover > .sub-menu {
	display: block;
	opacity: 0;
	-webkit-animation: menuBottom 0.7s ease forwards;
	animation: menuBottom 0.7s ease forwards;
}
.menu-main li {
	cursor: pointer;
}
.menu-main li .carret {
	display: block;
	width: 8px;
	margin-left: 3px;
	position: relative;
	top: -1px;
}
.menu-main li:hover svg {
	opacity: 0.6;
}
.menu-main li:hover > a {
	opacity: 0.6;
}
.menu-main a {
	letter-spacing: 0.02px;
	display: flex;
	text-decoration: none;
	color: #2f363f;
	transition:
		opacity 0.5s ease,
		color 0.5s ease;
}
.menu-main li .sub-menu li:hover a {
	opacity: 1;
}
.menu-main .features > .sub-menu li {
	margin-bottom: 5px;
}
.menu-main .features > .sub-menu a {
	color: #333;
}
.menu-main .features > .sub-menu a:hover {
	color: #327bba;
}
.menu-main .integration > .sub-menu li {
	margin-bottom: 5px;
}
.menu-main .demos > .sub-menu {
	margin: 0;
	left: -280px;
	list-style: none;
	display: none;
	min-width: 500px;
}
.menu-main .demos > .sub-menu li {
	min-width: 180px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.menu-main .demos > .sub-menu li:last-child {
	margin-right: 0;
}
.menu-main .demos > .sub-menu a {
	display: block;
	margin-bottom: 10px;
}
.menu-main .demos > .sub-menu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-main .demos > .sub-menu .sub-menu a {
	color: #333;
}
.menu-main .demos > .sub-menu .sub-menu a:hover {
	color: #327bba;
}
.menu-main .demos:hover > .sub-menu {
	display: flex;
}
.menu-main .demos:hover > .sub-menu .sub-menu {
	display: block;
}
.menu-main .integration > .sub-menu {
	margin: 0;
	left: -160px;
	list-style: none;
	display: none;
	min-width: 360px;
	justify-content: space-between;
}
.menu-main .integration > .sub-menu > li > a,
.menu-main .integration > .sub-menu > li > a:hover {
	opacity: 0 !important;
	height: 0;
}
.menu-main .integration > .sub-menu a {
	color: #333;
}
.menu-main .integration > .sub-menu a:hover {
	color: #327bba;
}
.menu-main .integration:hover > .sub-menu {
	display: flex;
}
.menu-main .integration:hover > .sub-menu .sub-menu {
	display: block;
}
.menu-main .integration > .sub-menu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-main .integration > .sub-menu .sub-menu a:hover {
	color: #327bba;
}
.menu-main .helper > .sub-menu {
	margin: 0;
	left: -160px;
	list-style: none;
	display: none;
	min-width: 450px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-main .helper > .sub-menu .fullwidth {
	width: 100%;
	margin-bottom: 20px;
}
.menu-main .helper > .sub-menu .fullwidth .sub-menu a {
	color: #333;
}
.menu-main .helper > .sub-menu .halfwidth {
	width: 50%;
}
.menu-main .helper > .sub-menu .halfwidth > a {
	margin-bottom: 10px;
}
.menu-main .helper > .sub-menu .halfwidth .sub-menu a {
	color: #333;
}
.menu-main .helper:hover > .sub-menu {
	display: flex;
}
.menu-main .helper:hover > .sub-menu .sub-menu {
	display: block;
}
.menu-main .helper > .sub-menu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-main .helper > .sub-menu .sub-menu a:hover {
	color: #327bba;
}
@media only screen and (min-width: 1200px) {
	.menu-main li {
		margin-right: 28px;
	}
}


#features {
	font-family: "Source Sans Pro";
	padding: 40px 0;
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 992px) {
	#features {
		padding: 80px 0px;
	}
	#features .section__title {
		max-width: 990px;
	}
}
.section__title {
	margin: 0 auto;
	max-width: 740px;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}
.section__title h2 {
	text-align: center;
	color: #2f363f;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.section__title h2 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) {
	.section__title h2 {
		font-size: 48px;
	}
}
.section__title p {
	text-align: center;
	color: #949ba1;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.section__title p {
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.section__title p {
		font-size: 22px;
	}
}
.features {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.features__item {
	margin-bottom: 40px;
	background-color: #f5f6f9;
	padding: 25px;
	max-width: 300px;
}
.features__image {
	margin-bottom: 30px;
}
.features__title {
	font-size: 24px;
	color: #327bba;
	font-weight: 600;
	margin-bottom: 10px;
}
.features__description {
	color: #949ba1;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.features {
		flex-direction: row;
	}
	.features__item {
		margin: 0 15px 40px;
	}
}
#howitworks {
	font-family: "Source Sans Pro";
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	#howitworks {
		padding: 80px 0px;
	}
}
.section__title {
	margin: 0 auto;
	max-width: 740px;
	margin-bottom: 50px;
}
.section__title h2 {
	text-align: center;
	color: #2f363f;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.section__title h2 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) {
	.section__title h2 {
		font-size: 48px;
	}
}
.section__title p {
	text-align: center;
	color: #949ba1;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
	.section__title p {
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.section__title p {
		font-size: 22px;
	}
}
@media only screen and (min-width: 992px) {
	#howitworks .section__title {
		margin-bottom: 70px;
	}
}
.howitworks {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	max-width: 1020px;
	margin: 0 auto;
}
.howitworks__item {
	max-width: 300px;
	margin-bottom: 30px;
}
.howitworks__item:first-child .howitworks__title {
	position: relative;
	padding-left: 60px;
}
.howitworks__item:first-child .howitworks__title::before {
	content: "01.";
	position: absolute;
	left: 0px;
	bottom: -15px;
	font-weight: 300;
	font-size: 48px;
	color: #e87e00;
	font-family: "Source Sans Pro";
}
.howitworks__item:first-child .howitworks__title::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: 10px;
	width: 200px;
	height: 1px;
	background-color: #e87e00;
	display: none;
}
.howitworks__item:nth-child(2) .howitworks__title {
	padding-left: 60px;
	position: relative;
}
.howitworks__item:nth-child(2) .howitworks__title::before {
	content: "02.";
	position: absolute;
	left: 0px;
	bottom: -15px;
	font-weight: 300;
	font-size: 48px;
	color: #e87e00;
	font-family: "Source Sans Pro";
}
.howitworks__item:nth-child(2) .howitworks__title::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: 10px;
	width: 200px;
	height: 1px;
	background-color: #e87e00;
	display: none;
}
.howitworks__item:last-child {
	margin-right: 0;
}
.howitworks__item:last-child .howitworks__title {
	padding-left: 60px;
	position: relative;
}
.howitworks__item:last-child .howitworks__title::before {
	content: "03.";
	position: absolute;
	left: 0px;
	bottom: -15px;
	font-weight: 300;
	font-size: 48px;
	color: #e87e00;
	font-family: "Source Sans Pro";
}
.howitworks__title {
	font-size: 24px;
	color: #2f363f;
	margin-bottom: 20px;
	font-weight: 600;
}
.howitworks__descr {
	font-size: 16px;
	color: #949ba1;
	line-height: 1.6;
}
@media only screen and (min-width: 992px) {
	.howitworks {
		flex-direction: row;
	}
	.howitworks__item:first-child {
		margin-left: 100px;
	}
	.howitworks__item {
		max-width: 260px;
		padding-right: 40px;
		margin-right: 20px;
		flex: 0 0 300px;
	}
	.howitworks__item:first-child .howitworks__title,
	.howitworks__item:nth-child(2) .howitworks__title,
	.howitworks__item:last-child .howitworks__title {
		padding-left: 0;
	}
	.howitworks__item:first-child .howitworks__title::before,
	.howitworks__item:nth-child(2) .howitworks__title::before,
	.howitworks__item:last-child .howitworks__title::before {
		left: -60px;
	}
}
@media only screen and (min-width: 1200px) {
	.howitworks__item {
		margin-right: 80px;
	}
	.howitworks__item:first-child .howitworks__title::after,
	.howitworks__item:nth-child(2) .howitworks__title::after {
		display: block;
	}
}
#dynamic {
	font-family: "Source Sans Pro";
	background-color: #fff;
	padding: 40px 0px 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(50, 123, 186, 0.4) 100%
	);
}
@media only screen and (min-width: 992px) {
	#dynamic {
		padding: 80px 0px 0;
	}
}
#dynamic .section__title h2 {
	margin-top: 0;
	margin-bottom: 15px;
}
#dynamic .section__title p {
	line-height: 1.6;
}
.dynamic-video {
	max-width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 40px 20px 0 20px;
	position: relative;
}
.dynamic-video video {
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	.dynamic-video {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		padding: 60px 40px 0 40px;
		min-height: 240px;
	}
	.dynamic-video video {
		min-height: 240px;
	}
}
@media only screen and (min-width: 992px) {
	.dynamic-video {
		min-height: 400px;
	}
	.dynamic-video video {
		min-height: 400px;
	}
}
#spin360 {
	font-family: "Source Sans Pro";
	background-color: #ebf2f8;
	padding: 40px 30px;
}
@media only screen and (min-width: 992px) {
	#spin360 {
		padding: 80px 0px;
	}
}
@media only screen and (min-width: 1200px) {
	#spin360 {
		padding: 100px 0px;
	}
}
.spin360-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (min-width: 992px) {
	.spin360-wrapper {
		flex-direction: row;
	}
}
.spin360-image {
	display: flex;
	justify-content: center;
	width: 100%;
	order: 2;
	min-height: 240px;
}
.spin360-image img {
	max-width: 100%;
}
@media only screen and (min-width: 992px) {
	.spin360-image {
		justify-content: flex-start;
		padding: 50px 0;
		background-color: #fff;
		width: 50%;
		max-width: 50%;
		padding-left: 100px;
		min-height: 460px;
	}
}
.spin360-content {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.spin360-content.section__title {
	margin-bottom: 30px;
}
.spin360-content .content {
	text-align: left;
	max-width: 360px;
	width: 100%;
}
.spin360-content .content h2,
.spin360-content .content p {
	text-align: center;
}
.spin360-content .content h2 {
	margin-bottom: 15px;
}
.spin360-content .content p {
	line-height: 1.6;
}
@media only screen and (min-width: 992px) {
	.spin360-content {
		justify-content: flex-end;
		padding-right: 100px;
		width: 50%;
		max-width: 50%;
		min-height: 360px;
	}
	.spin360-content.section__title {
		margin: 0;
		max-width: 50%;
	}
	.spin360-content .content h2,
	.spin360-content .content p {
		text-align: left;
	}
}
#zoom {
	font-family: "Source Sans Pro";
	background-color: #ebf2f8;
	padding: 40px 30px;
}
@media only screen and (min-width: 992px) {
	#zoom {
		padding: 80px 0px;
	}
}
@media only screen and (min-width: 1200px) {
	#zoom {
		padding: 100px 0px;
	}
}
.zoom-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (min-width: 992px) {
	.zoom-wrapper {
		flex-direction: row;
	}
}
.zoom-image {
	display: flex;
	justify-content: center;
	width: 100%;
	order: 2;
}
.zoom-image img {
	max-width: 100%;
}
.zoom-image .Sirv {
	max-width: 500px;
}
@media only screen and (min-width: 992px) {
	.zoom-image {
		justify-content: flex-end;
		order: 1;
		padding: 50px 0;
		background-color: #fff;
		width: 50%;
		max-width: 50%;
		padding-right: 100px;
		min-height: 360px;
	}
}
.zoom-content {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.zoom-content.section__title {
	margin-bottom: 30px;
}
.zoom-content .content {
	text-align: left;
	max-width: 360px;
	width: 100%;
}
.zoom-content .content h2,
.zoom-content .content p {
	text-align: center;
}
.zoom-content .content h2 {
	margin-bottom: 15px;
}
.zoom-content .content p {
	line-height: 1.6;
}
@media only screen and (min-width: 992px) {
	.zoom-content {
		justify-content: flex-start;
		padding-left: 100px;
		order: 2;
		width: 50%;
	}
	.zoom-content.section__title {
		margin: 0;
		max-width: 50%;
	}
	.zoom-content .content h2,
	.zoom-content .content p {
		text-align: left;
	}
}
#brands .section__title {
	margin-bottom: 40px;
}
#brands .section__content {
	display: flex;
	width: 100%;
	justify-content: center;
}
#brands .brands {
	display: flex;
	max-width: 1120px;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}
#brands .brands__item {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	opacity: 0.6;
}
#brands .brands__item img {
	max-width: 100%;
}
@media only screen and (min-width: 480px) {
	#brands .brands__item {
		max-width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	#brands .brands__item {
		max-width: 33%;
	}
}
@media only screen and (min-width: 992px) {
	#brands .brands__item {
		max-width: 20%;
		margin-bottom: 60px;
	}
}
#opinion {
	font-family: "Source Sans Pro";
	padding: 40px 0;
	background-color: #2f363f;
	color: #fff;
}
@media only screen and (min-width: 992px) {
	#opinion {
		padding: 80px 0px;
	}
}
@media only screen and (min-width: 1200px) {
	#opinion {
		padding: 100px 0px;
	}
}
.section__title {
	margin-bottom: 70px;
}
.section__title h2.white {
	color: #fff;
}
.section__title {
	margin: 0 auto;
	max-width: 740px;
}
.section__title h2 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.section__title h2 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) {
	.section__title h2 {
		font-size: 48px;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}
.opinion {
	padding-top: 60px;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.opinion__item {
	max-width: 100%;
	padding: 50px 25px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: none;
	cursor: pointer;
}
.opinion__item.active {
	-webkit-animation: fade 0.8s ease-in-out;
	animation: fade 0.8s ease-in-out;
	display: block;
}
.opinion__image {
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
	width: 74px;
	height: 74px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #2f363f;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.opinion__image img {
	width: 64px;
	height: 64px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	border-radius: 50%;
}
.opinion__text {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
	justify-content: center;
}
.opinion__author {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.opinion__position {
	display: flex;
	justify-content: center;
	color: rgba(255, 255, 255, 0.6);
}
.opinion__arrows {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.opinion__arrows .arrows {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.opinion__arrows .arrow-left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	cursor: pointer;
}
.opinion__arrows .arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -26px;
	cursor: pointer;
}
.opinion__dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	z-index: 3;
}
.opinion__dots button {
	padding: 0;
	display: block;
	margin: 0 10px;
	border-radius: 50%;
	border: none;
	outline: none;
	width: 8px;
	flex: 0 0 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}
.opinion__dots button.active {
	background-color: #fff;
}
@media only screen and (min-width: 768px) {
	.opinion__arrows .arrow-left {
		left: -60px;
	}
	.opinion__arrows .arrow-right {
		right: -60px;
	}
}
@media only screen and (min-width: 992px) {
	.opinion__arrows .arrow-left {
		left: -140px;
	}
	.opinion__arrows .arrow-right {
		right: -140px;
	}
}
#contact_us {
	font-family: "Source Sans Pro";
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	#contact_us {
		padding: 80px 0px;
	}
}
@media only screen and (min-width: 1200px) {
	#contact_us {
		padding: 100px 0px;
	}
}
.contactus_wr {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.contactus_wr h2 {
	font-weight: normal;
	margin: 0;
	font-size: 24px;
	line-height: 1.5;
	color: #2f363f;
	margin-bottom: 40px;
	text-align: center;
}
@media only screen and (min-width: 992px) {
	.contactus_wr h2 {
		margin-right: 70px;
		margin-bottom: 0;
		text-align: left;
	}
}
@media only screen and (min-width: 992px) {
	.contactus_wr {
		flex-direction: row;
		max-width: 1024px;
		margin: 0 auto;
		justify-content: center;
	}
}
#blognews {
	max-width: 1170px;
	margin: 0 auto 60px;
	min-height: 200px;
}
.news {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	padding: 0;
	align-items: center;
}
.news-card {
	max-width: 280px;
	width: 100%;
	min-height: 470px;
	box-shadow:
		0px 4px 4px rgba(50, 123, 186, 0.08),
		0px 8px 40px rgba(50, 123, 186, 0.16);
	border-radius: 8px;
	font-family: "Source Sans Pro";
	cursor: pointer;
	margin: 0 auto;
	text-decoration: none;
}
.news-card:hover .news-image img {
	transform: scale(1.1);
}
.news-card-without-image {
	border: 1px solid #bbbfc5;
	box-shadow: none;
}
.news-card-without-image .news-tag {
	background-color: #f5f6f9;
}
.news-card-without-image .news-image {
	height: 60px;
}
.news-card-without-image .news-description {
	font-size: 16px;
}
.news-card-only-title {
	border: 1px solid #bbbfc5;
	box-shadow: none;
}
.news-card-only-title .news-tag {
	background-color: #f5f6f9;
}
.news-card-only-title .news-image {
	height: 60px;
}
.news-card-only-title .news-title {
	font-size: 36px;
	line-height: 1.2;
}
.news-ads {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-ads-inner {
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 70px;
}
.news-ads-action {
	display: block;
	background-color: #fff;
	color: #327bba;
	border-radius: 100px;
	padding: 12.5px 50px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.5;
	transition:
		background-color 0.5s ease,
		color 0.5s ease;
}
.news-ads-action:hover {
	background-color: #327bba;
	color: #fff;
}
.news-tag {
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 28px;
	top: 28px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #327bba;
	font-weight: bold;
	background-color: #fff;
	padding: 4px 10px;
	border-radius: 8px;
}
.news-image {
	z-index: 1;
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: relative;
	overflow: hidden;
}
.news-image img {
	transition: transform 0.5s ease;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-inner {
	padding: 28px;
}
.news-date {
	color: #949ba1;
	margin-bottom: 10px;
}
.news-title {
	color: #2f363f;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.news-description {
	color: #2f363f;
	line-height: 1.8;
}
@media only screen and (min-width: 480px) {
	.news-card {
		max-width: 360px;
	}
	.news-ads-action {
		padding: 12.5px 80px;
	}
}
@media only screen and (min-width: 480px) {
	.news {
		padding: 0 30px;
	}
}
@media only screen and (min-width: 768px) {
	.news {
		align-items: stretch;
		grid-template-columns: repeat(2, 1fr);
	}
	.news-card-only-title .news-title {
		font-size: 48px;
	}
}
@media only screen and (min-width: 992px) {
	.news {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 48px;
		padding: 0;
	}
	.news-ads-action {
		padding: 12.5px 100px;
	}
}
#blog-pagination {
	margin-bottom: 80px;
}
#blog-pagination .page-numbers {
	display: flex;
	width: 100%;
	min-height: 30px;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
#blog-pagination .page-numbers li:first-child a,
#blog-pagination .page-numbers li:last-child a {
	position: relative;
	display: none;
}
#blog-pagination .page-numbers li:first-child > a,
#blog-pagination .page-numbers li:last-child > a {
	width: auto;
	flex: 100%;
	height: auto;
	transition:
		background-color 0.5s ease,
		color 0.5s ease;
}
#blog-pagination .page-numbers li:first-child a::before,
#blog-pagination .page-numbers li:last-child a::before {
	content: "";
	width: 12.5px;
	height: 12.5px;
	position: absolute;
	top: 8px;
	left: -25px;
	background-image: url(https://sirv.sirv.com/website/theme2/icon/union.svg);
}
#blog-pagination .page-numbers li:last-child a::before {
	left: auto;
	right: -25px;
	transform: rotate(180deg);
}
#blog-pagination .page-numbers li span.current {
	background-color: #327bba;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 32px;
}
#blog-pagination .page-numbers li:hover a {
	background-color: #327bba;
	color: #fff;
}
#blog-pagination .page-numbers li:first-child:hover a,
#blog-pagination .page-numbers li:last-child:hover a {
	background-color: transparent;
	color: #327bba;
	cursor: pointer;
}
#blog-pagination .page-numbers li {
	margin: 0 2.5px;
}
#blog-pagination .page-numbers a,
#blog-pagination .page-numbers span {
	font-family: "Source Sans Pro";
	display: flex;
	flex: 0 0 32px;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-decoration: none;
	color: #327bba;
}
@media only screen and (min-width: 576px) {
	#blog-pagination .page-numbers li:first-child a,
	#blog-pagination .page-numbers li:last-child a {
		display: flex;
	}
}
#join {
	position: relative;
	padding: 60px 0;
	font-family: "Source Sans Pro";
}
#join::before {
	content: "";
	max-width: 1114px;
	width: 100%;
	height: 1px;
	background-color: #bbbfc5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#join .join-elements {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#join .error-text {
	color: red;
	padding-left: 20px;
	margin-bottom: 5px;
	display: block;
}
#join .join-title {
	color: #2f363f;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	max-width: 300px;
	line-height: 1.5;
}
#join .join-privacy {
	display: block;
	max-width: 300px;
	padding-left: 20px;
	line-height: 1.4;
	color: #949ba1;
}
#join .join-privacy a {
	text-decoration: none;
	color: #327bba;
	cursor: pointer;
}
#join .join-privacy a:hover {
	text-decoration: underline;
}
#join .join-form {
	margin-bottom: 10px;
	max-width: 450px;
	width: 100%;
	min-height: 50px;
	background-color: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow:
		0px 4px 4px rgba(50, 123, 186, 0.08),
		0px 8px 40px rgba(50, 123, 186, 0.16);
	border: 1px solid transparent;
	transition: border-color 0.5s ease;
}
#join .join-form.error {
	border: 1px solid red;
}
#join .join-form .input-email {
	margin-left: 20px;
	outline: none;
	border: none;
	max-width: 170px;
}
#join .join-form .btn-submit {
	background-color: #327bba;
	color: #fff;
	font-size: 16px;
	border-radius: 100px;
	padding: 12.5px 10px;
	margin-right: 5px;
	border: none;
	outline: none;
	transition: opacity 0.5s ease;
	cursor: pointer;
}
#join .join-form .btn-submit:hover {
	opacity: 0.85;
}
@media only screen and (min-width: 480px) {
	#join .join-form .input-email {
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	#join .join-elements {
		flex-direction: row;
	}
	#join .join-title {
		margin-right: 80px;
		margin-bottom: 0;
	}
	#join .join-form {
		min-height: 60px;
	}
	#join .join-form .btn-submit {
		font-size: 20px;
		padding: 12.5px 40px;
	}
}
#getfree {
	color: #fff;
	background-position: right center;
	background-size: cover;
	font-family: "Source Sans Pro";
	padding: 40px 0;
	background-color: #327bba;
}
@media only screen and (min-width: 992px) {
	#getfree {
		padding: 80px 0px;
	}
}
@media only screen and (min-width: 1200px) {
	#getfree {
		padding: 120px 0px;
	}
}
.getfree {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.getfree__title {
	font-weight: 300;
	font-size: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 0;
	max-width: 740px;
}
@media only screen and (min-width: 768px) {
	.getfree__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) {
	.getfree__title {
		font-size: 48px;
	}
}
#createaccount {
	background-color: #327bba;
	color: #fff;
	font-family: "Source Sans Pro";
	line-height: 1.6;
	padding: 40px 0;
}
@media only screen and (min-width: 992px) {
	#createaccount {
		padding: 80px 0;
	}
}
.createaccount {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.createaccount__text {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 20px;
}
.createaccount__button {
	padding: 10px 30px;
	font-size: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.02em;
	background-color: #fff;
	color: #327bba;
	text-decoration: none;
	transition: opacity 0.85s ease;
	border-radius: 100px;
}
.createaccount__button:hover {
	opacity: 0.85;
}
@media only screen and (min-width: 768px) {
	.createaccount {
		flex-direction: row;
	}
	.createaccount__text {
		margin-bottom: 0;
		font-size: 28px;
	}
	.createaccount__button {
		margin-left: 130px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.createaccount__text {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1400px) {
	.createaccount__text {
		font-size: 48px;
	}
}
#image_hosting {
	font-family: "Source Sans Pro";
	padding: 40px 0;
	background-color: #f5f6f9;
}
@media only screen and (min-width: 992px) {
	#image_hosting {
		padding: 80px 0px;
	}
}
@media only screen and (min-width: 1200px) {
	#image_hosting {
		padding: 100px 0px;
	}
}
.section__title {
	margin: 0 auto;
	max-width: 740px;
	margin-bottom: 50px;
}
.section__title h2 {
	text-align: center;
	color: #2f363f;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.section__title h2 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) {
	.section__title h2 {
		font-size: 48px;
	}
}
.section__title p {
	text-align: center;
	color: #949ba1;
}
@media only screen and (min-width: 768px) {
	.section__title p {
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.section__title p {
		font-size: 22px;
	}
}
.hosting {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1140px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.hosting {
		justify-content: space-between;
		flex-direction: row;
	}
}
.hosting__item {
	max-width: 360px;
	flex: 0 0 30%;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.hosting__item {
		margin-bottom: 0;
	}
}
.hosting__image {
	margin-bottom: 30px;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hosting__image img {
	max-width: 100%;
}
.hosting__title {
	color: #2f363f;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.hosting__title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) {
	.hosting__title {
		font-size: 48px;
	}
}
.hosting__descr {
	color: #949ba1;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
}
@media only screen and (min-width: 992px) {
	.hosting__descr {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.hosting__descr {
		font-size: 20px;
	}
}
.demosection {
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
	font-family: "Source Sans Pro";
}
.demosection img {
	max-width: 100%;
}
.demosection .content {
	padding: 0;
	border-radius: 16px;
	background-color: #f5f6f9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.demosection .with-padding {
	padding: 20px;
}
@media only screen and (min-width: 768px) {
	.demosection .with-padding {
		padding: 50px;
	}
}
.demosection .padding-right {
	padding: 20px;
}
@media only screen and (min-width: 768px) {
	.demosection .padding-right {
		padding-bottom: 0;
		padding-left: 0;
		padding-top: 0;
		padding-right: 50px;
	}
}
.demosection__image.imagezoom,
.demosection__image.dynamicimaging {
	order: -1;
}
.demosection .trydemo {
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	font-size: 18px;
	color: #327bba;
	text-decoration: none;
}
.demosection .trydemo img {
	margin-left: 15px;
	transition: transform 0.5s ease;
}
.demosection .trydemo:hover img {
	transform: translateX(5px);
}
.demosection__image {
	margin-bottom: 40px;
}
.demosection h2 {
	font-size: 24px;
	color: #2f363f;
	margin-bottom: 40px;
}
.demosection .descr {
	font-size: 18px;
	color: #949ba1;
	margin-bottom: 30px;
	line-height: 1.6;
}
.demosection__text {
	max-width: 320px;
}
.demosection ul {
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 200px;
}
.demosection ul li {
	margin-bottom: 30px;
}
.demosection ul a {
	color: #327bba;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.demosection__image {
		margin-bottom: 0;
	}
	.demosection__image.spin360 {
		margin-right: 30px;
	}
	.demosection__image.imagezoom {
		margin-left: 30px;
		order: 1;
	}
	.demosection__image.imageresponsive {
		margin-right: 30px;
	}
	.demosection__image.dynamicimaging {
		order: 1;
		margin-left: 30px;
	}
	.demosection .content {
		flex-direction: row;
		justify-content: center;
	}
	.demosection h2 {
		font-size: 32px;
	}
	.demosection ul a {
		text-align: left;
		font-size: 20px;
	}
	.demosection .descr {
		font-size: 20px;
	}
	.demosection .trydemo {
		font-size: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.demosection__image.spin360 {
		margin-right: 150px;
	}
	.demosection__image.imagezoom {
		margin-left: 60px;
	}
	.demosection__image.imageresponsive {
		margin-right: 60px;
	}
	.demosection__image.dynamicimaging {
		margin-left: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.demosection__image.spin360 {
		margin-right: 250px;
	}
	.demosection__image.imagezoom {
		margin-left: 100px;
	}
	.demosection__image.imageresponsive {
		margin-right: 100px;
	}
	.demosection__image.dynamicimaging {
		margin-left: 100px;
	}
}

@-webkit-keyframes showContent {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}
@keyframes showContent {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}
@media only screen and (min-width: 768px) {
.blog-content {
padding-top: 60px;
}
}
.news-card:hover {
text-decoration: none;
}
#blog-pagination .page-numbers {
background: transparent;
box-shadow: none;
}
.getfree__title {
margin-bottom: 40px;
}
#getfree a:hover {
text-decoration: none;
}


article.article-post {
        margin: 0 auto;
        max-width: 800px;
    }
	.article-header {
		margin: 0 auto;
        text-align: center;
	}
.article-meta {
	color: #555555;
	font-size: 0.9em;
    position: relative;
    top: -8px;
    display: block;
}
.template-blog {
    margin: 50px auto 100px auto;
}
    .article-title{text-align: center; font-size: 30px; padding:15px 0; max-width: 800px; margin: 0 auto;}

#top.single-post .fullsize .template-blog .post_delimiter{visibility: hidden;}
#top .fullsize .template-blog .post-meta-infos{text-align: center;}
#top .fullsize .template-blog .post .entry-content-wrapper{/*text-align: justify; font-size:1.15em; line-height: 1.7em;*/ max-width: 800px; margin:0 auto; overflow: visible; }
#top .fullsize .template-blog .post .entry-content-wrapper > *{ /*max-width: 600px;*/ margin-left:auto; margin-right:auto; }
#top .fullsize .template-blog .post_delimiter{border-bottom-width:1px; border-bottom-style: solid; width:3000px; left:-1500px; position: relative; max-width: 3000px;}
#top .fullsize .template-blog .post_author_timeline{display:none;}
#top .fullsize .template-blog .blog-meta {
float: none;
margin: 0 auto;
display: block;
position: relative;
width: 81px;
overflow: hidden;
text-align: center;
z-index: 1000;
}



.article-title {
    font-size: 48px;
}  
.pricing-table-wrap.column-0 .empty-table-cell { border:none !important;}

/*blog styles by Igor */
.entry-content {
    max-width:100%!important;
    width: 100%;
}
.blog-toc {
        padding: 30px;
        box-shadow: rgba(102, 104, 134, 0.04) 0px 1px 4px, rgba(50, 123, 186, 0.43) 0px 0px 0px 3px;
        /* box-shadow: rgb(50, 123, 186) 5px 5px, rgba(50, 123, 186, 0.74) 10px 10px, rgba(50, 123, 186, 0.37) 15px 15px, rgba(50, 123, 186, 0.58) 20px 20px, rgba(50, 123, 186, 0.13) 25px 25px; */
    }

    .blog-toc span {
        font-size: 25px;
        font-family: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif !important
    }
.entry-content>* {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
    width: 100%;
    font-size:20px;
    line-height: 34px;
}

.entry-content img, .entry-content a img {
         border:none; 
         padding: 0; 
         margin:0; 
         display:inline-block; 
         max-width: 100%; 
         height:auto; 
        image-rendering: optimizeQuality;
    }
/*.entry-content > * {
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}*/

.centeredheading {
  text-align:center!important;
}

#top .fullsize .template-blog .post .entry-content-wrapper  {
    /* max-width:100%!important; */
    /* width:100%!important; */
}

.template-blog {
max-width:100%!important;
}
.template-blog.sirv {
  margin:0 auto;
}
.template-blog .crayon-syntax {
  margin: 0 auto;
}
.template-blog table tr:first-child td {
    padding: 9px 12px!important;
}
.template-blog table th {
    font-size:18px;
}
.template-blog table td {
    font-size:16px;
}
/*code.prettyprint { font-size:13px !important;}
*/pre.prettyprint {margin-left:auto!important;}
#top .fullsize .template-blog .post .entry-content-wrapper {
  text-align:left;
}
.template-blog {
color:rgba(0, 0, 0, 0.84)!important;
font-size: 20px!important;
line-height: 1.58!important;
letter-spacing: -.001em;
text-align:left!important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

/*font-family: 'Source Serif Pro', 'Merriweather', 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif!important;
*/font-feature-settings: "kern","liga","pnum";
padding:0!important;
}
.template-blog h1 {
  margin-top:35px;
  font-family:'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif!important;
}
.template-blog  h2, .template-blog h3, .template-blog h4, .template-blog h5 {
    margin-top: 50px!important;
    font-family:'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif!important;
    text-align:left;
}
.template-blog h2 {
font-size:2.1em!important;
line-height:1.2em;
}
.template-blog h3 {
/*font-size:1.82em!important;*/
line-height: 44px;
font-size: 32px;
text-align:left;
}
.template-blog h4 {
font-size:1.33em!important;
}
header.guide h4, .chapternum {
  text-align: center!important;
    font-weight: 200;
    margin-bottom: -10px;
  }
.template-blog .post-title .guide {
    padding-bottom: 15px;
    padding-top: 2px;
}
.entry-content-header {
  max-width: 700px!important;
}
.template-blog p {
  margin: 1.25em auto;
  line-height:33.2px;
}
.template-blog ul, .template-blog ol {
margin: 20px auto;
list-style-type: none!important;
padding-left:20px;
}
.template-blog ul li, .template-blog ol li {
  line-height: 30px;
  margin-left:0;
/*  margin-bottom:5px;*/
}
.template-blog ul li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #327BBA; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.serieslist-li-current:before {
  color:rgba(0, 0, 0, 0.84)!important;
}
.template-blog ol {
  counter-reset: listitem;
}
.template-blog ol li {
  margin-left:10px;
}
.template-blog ol li:before {
  counter-increment: listitem;
  content: counters(listitem, '.') '.';
  color: #327BBA;
  display: inline-block; 
  max-width: 10%;
  margin-left: -22px;
  margin-right:5px;
  font-weight: 600;
}
.template-blog ol li > ol li:before {
  width: 40px;
  margin-left: -20px;
}
.template-blog ol li.gray:before {
color: #80808F;
}
.template-blog ol li > ol, .template-blog ol > ol {
  margin-top:0;
  margin-bottom:0;
}
.template-blog.smv-thumbnails.smv-item.smv-active.smv-selector {
  box-shadow: 0px 0px 1px 1px #0000004f;
  border:none!important;
}
.serieslist-ul ul {
  margin:30px auto!important;
}
.subscription-box {
  display:flex;
  align-items: center;
  justify-content: center;
  border-bottom:1px solid rgba(187, 191, 197, 0.40);
  border-top:1px solid rgba(187, 191, 197, 0.40);
  padding:70px 0;
  margin:50px auto;
}
/*.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {

}*/
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
      display:flex!important;
      justify-content: center;
      text-align: center;
      align-items: center;
      }
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing > ul {
        margin-left:0!important;
    }
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing > ul li {
  margin:10px!important;
}
.marginize {
  margin:40px auto;
}
.wp-caption {
    max-width:740px!important;
    border:none;
}
.wp-caption.aligncenter {
    margin:40px auto!important;
    text-align: center;
    border:none;
}
.wp-caption.aligncenter img {
  margin:0 auto!important;
}
.wp-caption-text {
    display: block;
    font-size: 16px!important;
    font-style: normal;
    margin: 0 auto!important;
    padding: 15px;
    text-align: center;
    float: none;
    max-width: 650px;
    font-family: inherit!important;
}
#top .wp-caption img.Sirv {
    display: inline-block;
    padding: 0;
}
.avia-tooltip {
  max-width: 300px;
}
/*.wp-caption-text:before {
content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxMy4wOSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNjMmMyYzI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jYW1lcmE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTguNSA1LjQ0YTIuMjEgMi4yMSAwIDEgMCAyLjIxIDIuMjEgMi4yMSAyLjIxIDAgMCAwLTIuMjEtMi4yMXpNMTQuNzkgMi4yMWgtMi41NWEyLjIxIDIuMjEgMCAwIDAtMi4yNC0yLjIxaC0zYTIuMjEgMi4yMSAwIDAgMC0yLjI0IDIuMjFoLTIuNTVhMi4yMSAyLjIxIDAgMCAwLTIuMjEgMi4yMXY2LjQ2YTIuMjEgMi4yMSAwIDAgMCAyLjIxIDIuMjFoMTIuNThhMi4yMSAyLjIxIDAgMCAwIDIuMjEtMi4yMXYtNi40NmEyLjIxIDIuMjEgMCAwIDAtMi4yMS0yLjIxem0tNi4yOSA5LjM1YTMuOTEgMy45MSAwIDEgMSAzLjkxLTMuOTEgMy45MSAzLjkxIDAgMCAxLTMuOTEgMy45MXoiLz48L3N2Zz4=);
display: inline-block!important;
width: 1.2em;
padding-right: .6em;
display: table-cell;
vertical-align: baseline;
position: relative;
top: .09em;;
}*/
blockquote {
max-width: 785px!important;
font-family: Source Sans Pro;
font-style: italic;
font-weight: normal;
line-height: 34px;
font-size: 20px;
color: #2F363F;
margin:30px auto;
border-left-style: solid;
border-left-width: 7px;
border-color: #327bba;
padding-left: 20px;
}
blockquote p {
  max-width:722px;
  margin:0!important;
}
blockquote span {
  font-style:normal;
  margin-top:15px;
}

.article-highlight {
    color: #5793C6;
    font-size: 28px;
    line-height: 40px;
    font-family: source sans pro;
    font-weight: bold;
    margin: 40px auto;
    text-align: center;
    max-width: 550px;
}
.protip {
background: #327bba21;
border-radius:5px;
padding: 30px 35px 10px 35px;
}
.protip > strong {
  text-transform:uppercase;
  font-family: source sans pro;
  letter-spacing: 2px;
}
.chapter.Intro {
  column-span: all;
}
.chapter-container {
  max-width:750px!important;
  font-size:16px;
}
.next-chapter {
  float:right;
}
.guide-toc {
  padding:30px;
  border-radius: 14px;
/*  box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
*/}



@media screen and (max-width:767px) {
    .full-image--left .full-image__container,
    .full-image--right .full-image__container {
        max-width: 100%;
    }
    .full-image .full-image__caption {
        text-align: center;
    }
    .guide-toc {
        padding: 0 0 20px 0;
    }
    .fwcta {
      background-image: linear-gradient(0deg, #327BBA, #327BBA)!important;
      display:inline-block;
      padding:50px;
    }
    .fwcta p {
      margin:0 auto;
    }
    .fwcta button {
      float:none;
    }
    .subscription-box {
      display:inline-block;
      /*align-items: center;
      justify-content: center;*/
      border-bottom:1px solid rgba(187, 191, 197, 0.40);
      border-top:1px solid rgba(187, 191, 197, 0.40);
      padding:50px 0;
      margin:30px auto;
    }

    .subscription-box h4 {
      text-align:center;
    }

    form#subscribe button#submit {
      font-size:16px;
    }
    form#subscribe input {
      font-size:15px!important;
      padding: 17px 180px 17px 31px !important;
    }
    .full-image__container {
      margin: 20px auto;
    }
    .cd-image-label {
      font-size:13px;
    }
    .heateor_sss_bottom_sharing {
      background:white!important;
    }
    .responsive .logo img { max-width: 70px!important; margin-top:5px;}
    .wp-caption {
    width:100%;
    max-width:100%!important;
    border:none;
    }
    

}
@media all and (max-width: 991px) { 
    .full-image--left .full-image__container,
    .full-image--right .full-image__container {
        max-width: 100%;
    }
    .full-image .full-image__caption {
        text-align: center;
    }
    .full-image__container {
      margin: 20px auto;
    }
    #toc {
      display:none;
    }
}

.blog-page__viewer-section {
	display: flex;
	flex-wrap: wrap;
    max-width: 1360px;
    justify-content: space-between;
	padding: 0px 30px;
}

.blog-page__viewer-section-item {
	width: 47%;
	padding-bottom: 50px;
}

@media(max-width:768px) {
	.blog-page__viewer-section-item {
	width: 100%;
	}
	.template-blog article {
		width: 85%;
		margin: 0 auto;
	}
}

.blog-page__viewer-section-item .Sirv{
	height: auto;
}

tr:first-child th, tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
	border-color: #e1e1e1;
}

tr th:first-child, tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
	border-color: #e1e1e1;
}

th {
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
	border-color: #e1e1e1;
}

td {
    font-size: 13px;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
	border-color: #e1e1e1;
}

.article-content table {
	max-width: 740px;
}

table tr td {
    color: #2f363f !important;
    vertical-align: middle;
}

.table tr:first-child th,
.table tr:first-child td,
.table tr:last-child th,
.table tr:last-child td {
    background: #FCFCFC;
}

.blog-page__viewer-section tr th,
.blog-page__viewer-section tr td {
    padding: 9px 12px !important;
}

.sirv-spin-button.fullscreen {
    background: #fff url(https://sirv.sirv.com/website/img/full-screen-button.svg) no-repeat;
    background-position: .7rem center !important;
    background-size: auto 1rem;
    border: 1px solid #327bba;
    border-radius: 40px
}

.sirv-spin-button.fullscreen-exit {
    background: #fff url(https://sirv.sirv.com/website/img/full-screen-button.svg) no-repeat;
    background-position: -1.1rem center !important;
    background-size: auto 1rem;
    border: 1px solid #327bba;
    border-radius: 40px
}