@charset "UTF-8";

/*!
Theme Name: Elementrix
Theme URI: https://elementrix.io/
Author: Elementrix
Author URI: https://elementrix.io/
Description: Custom theme for Elementrix — an API-driven data hub and marketplace platform.
Version: 1.0.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elementrix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

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

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 500;
}

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

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

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[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 {
	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-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	clear: both;
	margin-top: 0;
}

h1 {
	font-size: 2.625rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f4f4f4;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

html {
	scroll-behavior: smooth;
}

::selection {
	background: rgba(24, 99, 220, 0.15);
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 500;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4f83e8;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #1d5edd;
}

a:focus {
	outline: thin dotted;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bfbfbf;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bfbfbf #b3b3b3;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #b3b3b3 #bfbfbf #bfbfbf;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5rem 0.75rem;
	transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #212121;
	border-color: #4f83e8;
	outline: none;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #666;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.col {
	flex: 1;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.grid {
	display: grid;
	gap: 1.5rem;
}

.grid--2 {
	grid-template-columns: 1fr;
}

@media screen and (min-width: 48em) {

	.grid--2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.grid--3 {
	grid-template-columns: 1fr;
}

@media screen and (min-width: 48em) {

	.grid--3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 64em) {

	.grid--3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.grid--4 {
	grid-template-columns: 1fr;
}

@media screen and (min-width: 37.5em) {

	.grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 64em) {

	.grid--4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.site {
	overflow-x: clip;
}

.site-content {
	min-height: calc(100vh - 200px);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	transition: background-color 0.3s ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(8px);
}

.site-header__decor {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.site-header__decor svg {
	display: block;
	width: 277px;
	height: 45px;
}

@media screen and (min-width: 48em) {

	.site-header__decor svg {
		width: 350px;
		height: 57px;
	}
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	height: 72px;
}

@media screen and (min-width: 48em) {

	.site-header__inner {
		height: 80px;
	}
}

.site-header__logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.site-header__logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.site-header__logo-img {
	display: block;
	max-height: 36px;
	width: auto;
}

.site-header__logo-text {
	font-size: 1.25rem;
	font-weight: 500;
	color: #212121;
	line-height: 1;
}

.site-header__logo-text:hover {
	color: #4f83e8;
}

.site-branding {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.site-branding__logo {
	display: block;
	max-height: 36px;
	width: auto;
}

.site-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
}

.site-title a {
	color: #212121;
	text-decoration: none;
}

.site-title a:hover {
	color: #4f83e8;
}

.site-description {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-header__cta {
	display: none;
}

@media screen and (min-width: 64em) {

	.site-header__cta {
		display: flex;
		align-items: center;
	}
}

.site-header__cta .btn {
	border-radius: 8px;
	padding: 10px 24px;
	font-size: 0.875rem;
	font-weight: 500;
	background: #4f83e8;
	color: #fff;
	border: 1px solid #4f83e8;
}

.site-header__cta .btn:hover {
	background: #1d5edd;
	border-color: #1d5edd;
}

.site-header__actions {
	display: none;
}

@media screen and (min-width: 64em) {

	.site-header__actions {
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}
}

.site-footer {
	background: #fff;
	color: #212121;
	padding-top: 3rem;
	padding-bottom: 0;
	border-top: 1px solid #e6e6e6;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	padding-bottom: 0.5rem;
}

@media screen and (min-width: 37.5em) {

	.site-footer__top {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

@media screen and (min-width: 64em) {

	.site-footer__top {
		grid-template-columns: 2fr 1.5fr 1fr;
		gap: 3rem;
	}
}

.site-footer__column-title {
	color: #4f83e8;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 0;
}

.site-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__links li {
	margin-bottom: 0.75rem;
}

.site-footer__links a {
	color: #212121;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.3s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
	color: #4f83e8;
}

.site-footer__office {
	margin-bottom: 1rem;
}

.site-footer__office:last-child {
	margin-bottom: 0;
}

.site-footer__office-name {
	color: #4f83e8;
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.site-footer__office-detail {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0 0 6px;
	font-size: 0.875rem;
	color: #666;
	line-height: 1.5;
}

.site-footer__office-detail svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: #666;
}

.site-footer__office-detail a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-footer__office-detail a:hover {
	color: #4f83e8;
}

.site-footer__social {
	display: flex;
	gap: 0.75rem;
}

.site-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #3f67b1;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
	background: #32518b;
	color: #fff;
}

.site-footer__social-link svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.site-footer__logo-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem 0;
}

.site-footer__logo-section .site-footer__logo-img {
	max-height: 40px;
	width: auto;
}

.site-footer__logo-text {
	display: inline-block;
	color: #212121;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}

.site-footer__logo-text:visited,
.site-footer__logo-text:hover,
.site-footer__logo-text:focus {
	color: #212121;
}

.site-footer__bottom {
	border-top: 1px solid #e6e6e6;
	padding: 1.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
}

@media screen and (min-width: 37.5em) {

	.site-footer__bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		text-align: left;
	}
}

.site-footer__copyright {
	font-size: 0.875rem;
	color: #666;
	margin: 0;
}

.site-footer__bottom-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

@media screen and (min-width: 37.5em) {

	.site-footer__bottom-links {
		justify-content: flex-start;
		gap: 1.5rem;
	}
}

.site-footer__bottom-links a {
	font-size: 0.875rem;
	color: #666;
	text-decoration: none;
}

.site-footer__bottom-links a:hover {
	color: #4f83e8;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.custom-logo-link {
	display: inline-block;
}

.page-template-default .entry-content {
	margin: 0;
}

.page-content-wrapper {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.single .site-main,
.archive .site-main,
.search .site-main,
.error404 .site-main,
.blog .site-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.widget-area {
	display: none;
}

.page-header {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 48em) {

	.page-header {
		margin-bottom: 3rem;
	}
}

.page-title {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	margin: 0;
}

@media screen and (min-width: 48em) {

	.page-title {
		font-size: 2rem;
	}
}

.page-title span {
	color: #4f83e8;
}

.archive-description {
	color: #666;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 0.5rem;
	max-width: 600px;
}

.archive-description p {
	margin: 0;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

@media screen and (min-width: 48em) {

	.entry-title {
		font-size: 2rem;
	}
}

.entry-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #4f83e8;
}

.single .entry-header {
	margin-bottom: 2rem;
	max-width: 800px;
}

.single .entry-title {
	font-size: 2rem;
	line-height: 1.15;
	margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {

	.single .entry-title {
		font-size: 2.625rem;
	}
}

.entry-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.entry-category {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #4f83e8;
	background: rgba(79, 131, 232, 0.08);
	padding: 4px 0.5rem;
	border-radius: 3px;
	transition: all 0.2s ease;
}

.entry-category:hover {
	background: #4f83e8;
	color: #fff;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	font-size: 0.875rem;
	color: #666;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #4f83e8;
}

.entry-meta svg {
	vertical-align: -2px;
	margin-right: 4px;
	opacity: 0.6;
}

.entry-date,
.entry-author,
.entry-read-time {
	display: inline-flex;
	align-items: center;
}

.post-thumbnail {
	margin-bottom: 1.5rem;
}

.post-thumbnail img,
.post-thumbnail .wp-post-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.single .post-thumbnail {
	margin-bottom: 3rem;
	max-width: 800px;
}

.single .post-thumbnail img {
	max-height: 500px;
	object-fit: cover;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.5rem;
}

.entry-content {
	font-size: 1rem;
	line-height: 1.8;
	color: #404040;
}

@media screen and (min-width: 48em) {

	.entry-content {
		font-size: 1.125rem;
	}
}

.single .entry-content {
	max-width: 800px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.entry-content h2 {
	font-size: 1.5rem;
}

@media screen and (min-width: 48em) {

	.entry-content h2 {
		font-size: 2rem;
	}
}

.entry-content h3 {
	font-size: 1.25rem;
}

@media screen and (min-width: 48em) {

	.entry-content h3 {
		font-size: 1.5rem;
	}
}

.entry-content h4 {
	font-size: 1.125rem;
}

.entry-content p {
	margin-bottom: 1rem;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.entry-content li {
	margin-bottom: 0.5rem;
}

.entry-content blockquote {
	border-left: 4px solid #4f83e8;
	margin: 2rem 0;
	padding: 1rem 1.5rem;
	background: #f4f4f4;
	border-radius: 0 6px 6px 0;
	font-style: italic;
	color: #666;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content blockquote cite {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	color: #212121;
}

.entry-content pre {
	background: #212121;
	color: #fff;
	padding: 1.5rem;
	border-radius: 6px;
	overflow-x: auto;
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.entry-content code {
	background: #f4f4f4;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 0.9em;
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content pre code {
	background: none;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	color: inherit;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}

.entry-content table th,
.entry-content table td {
	padding: 0.75rem 1rem;
	border: 1px solid #e6e6e6;
	text-align: left;
}

.entry-content table th {
	background: #f4f4f4;
	font-weight: 600;
	color: #212121;
}

.entry-content table tr:nth-child(even) td {
	background: rgba(244, 244, 244, 0.5);
}

.entry-content hr {
	border: none;
	border-top: 1px solid #e6e6e6;
	margin: 2rem 0;
}

.entry-summary {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
}

.entry-summary p {
	margin-bottom: 0.75rem;
}

.entry-footer {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e6e6e6;
}

.single .entry-footer {
	max-width: 800px;
}

.entry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.entry-tags a {
	color: #4f83e8;
	text-decoration: none;
	background: rgba(79, 131, 232, 0.08);
	padding: 4px 0.75rem;
	border-radius: 3px;
	font-size: 0.875rem;
	transition: all 0.2s ease;
}

.entry-tags a:hover,
.entry-tags a:focus {
	background: #4f83e8;
	color: #fff;
}

.blog-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media screen and (min-width: 37.5em) {

	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 64em) {

	.blog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.blog-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-card__image {
	display: block;
	overflow: hidden;
}

.blog-card__image img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__image img {
	transform: scale(1.05);
}

.blog-card__content {
	padding: 1.5rem;
}

.blog-card__category {
	display: inline-block;
	margin-bottom: 0.75rem;
}

.blog-card__category a {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #4f83e8;
	background: rgba(79, 131, 232, 0.08);
	padding: 4px 0.5rem;
	border-radius: 3px;
	transition: all 0.2s ease;
}

.blog-card__category a:hover {
	background: #4f83e8;
	color: #fff;
}

.blog-card__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.blog-card__title a {
	color: #212121;
	transition: color 0.2s ease;
}

.blog-card__title a:hover {
	color: #4f83e8;
}

.blog-card__excerpt {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 1rem;
}

.blog-card__meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 0.75rem;
	color: #666;
	padding-top: 0.75rem;
	border-top: 1px solid #e6e6e6;
}

.blog-card__meta svg {
	vertical-align: -2px;
	margin-right: 3px;
	opacity: 0.5;
}

.blog-card__date,
.blog-card__author {
	display: inline-flex;
	align-items: center;
}

.site-main .post-navigation {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e6e6e6;
}

.single .site-main .post-navigation {
	max-width: 800px;
}

.post-navigation .nav-links {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media screen and (min-width: 37.5em) {

	.post-navigation .nav-links {
		flex-direction: row;
		gap: 1.5rem;
	}
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1;
	background: #f4f4f4;
	padding: 1.5rem;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
	background: #ececec;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4f83e8;
	margin-bottom: 0.5rem;
}

.post-navigation .nav-title {
	font-size: 1rem;
	font-weight: 500;
	color: #212121;
	line-height: 1.2;
}

.site-main .posts-navigation {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e6e6e6;
}

.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f4f4f4;
	color: #212121;
}

.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
	background: #e7e7e7;
}

.error-404 {
	text-align: center;
	padding: 3rem 0;
}

@media screen and (min-width: 48em) {

	.error-404 {
		padding: 4rem 0;
	}
}

.error-404 .page-header {
	border-bottom: none;
	margin-bottom: 2rem;
}

.error-404 .page-title {
	font-size: 2rem;
}

@media screen and (min-width: 48em) {

	.error-404 .page-title {
		font-size: 2.625rem;
	}
}

.error-404 .page-title::before {
	content: "404";
	display: block;
	font-size: 6rem;
	font-weight: 500;
	color: #4f83e8;
	opacity: 0.15;
	line-height: 1;
	margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {

	.error-404 .page-title::before {
		font-size: 10rem;
	}
}

.error-404 .page-content {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
}

.error-404 .page-content > p:first-child {
	text-align: center;
	font-size: 1.125rem;
	color: #666;
	margin-bottom: 2rem;
}

.error-404 .search-form {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.error-404 .search-form .search-field {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5rem 0.75rem;
	transition: border-color 0.3s ease;
	flex: 1;
}

.error-404 .search-form .search-field:focus {
	color: #212121;
	border-color: #4f83e8;
	outline: none;
}

.error-404 .search-form .search-field::placeholder {
	color: #666;
}

.error-404 .search-form .search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #4f83e8;
	color: #fff;
	border-color: #4f83e8;
	white-space: nowrap;
}

.error-404 .search-form .search-submit:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.error-404 .search-form .search-submit:hover {
	background: #1d5edd;
	border-color: #1d5edd;
}

.error-404 .widget {
	margin-bottom: 2rem;
	text-align: left;
}

.error-404 .widget-title,
.error-404 .widgettitle {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.125rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #4f83e8;
	display: inline-block;
}

.error-404 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.error-404 ul li {
	padding: 0.5rem 0;
	border-bottom: 1px solid #e6e6e6;
}

.error-404 ul li a {
	color: #404040;
	text-decoration: none;
	transition: color 0.3s ease;
}

.error-404 ul li a:hover {
	color: #4f83e8;
}

.no-results {
	text-align: center;
	padding: 3rem 0;
}

.no-results .page-header {
	border-bottom: none;
	margin-bottom: 1.5rem;
}

.no-results .page-content {
	max-width: 500px;
	margin: 0 auto;
}

.no-results .page-content p {
	color: #666;
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
}

.no-results .search-form {
	display: flex;
	gap: 0.75rem;
	max-width: 400px;
	margin: 0 auto;
}

.no-results .search-form .search-field {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5rem 0.75rem;
	transition: border-color 0.3s ease;
	flex: 1;
}

.no-results .search-form .search-field:focus {
	color: #212121;
	border-color: #4f83e8;
	outline: none;
}

.no-results .search-form .search-field::placeholder {
	color: #666;
}

.no-results .search-form .search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #4f83e8;
	color: #fff;
	border-color: #4f83e8;
	white-space: nowrap;
}

.no-results .search-form .search-submit:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.no-results .search-form .search-submit:hover {
	background: #1d5edd;
	border-color: #1d5edd;
}

.widget {
	margin: 0 0 2rem;
}

.widget select {
	max-width: 100%;
}

.widget-title,
.widgettitle {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.125rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.comments-area {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e6e6e6;
}

.single .comments-area {
	max-width: 800px;
}

.comments-title {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-body {
	padding: 1.5rem;
	margin-bottom: 1rem;
	background: #f4f4f4;
	border-radius: 6px;
}

.comment-body .comment-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.comment-body .comment-author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.comment-body .comment-author img {
	border-radius: 50%;
}

.comment-body .comment-author .fn {
	font-weight: 600;
	color: #212121;
}

.comment-body .comment-metadata {
	color: #666;
	font-size: 0.75rem;
}

.comment-body .comment-metadata a {
	color: #666;
	text-decoration: none;
}

.comment-body .comment-metadata a:hover {
	color: #4f83e8;
}

.comment-body .comment-content {
	font-size: 1rem;
	line-height: 1.8;
	color: #404040;
}

.comment-body .comment-content a {
	word-wrap: break-word;
}

.comment-body .reply a {
	font-size: 0.75rem;
	font-weight: 600;
	color: #4f83e8;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.comment-body .reply a:hover {
	color: #1d5edd;
}

.comment-list .children {
	list-style: none;
	padding-left: 1.5rem;
	margin: 0;
}

@media screen and (min-width: 37.5em) {

	.comment-list .children {
		padding-left: 3rem;
	}
}

.bypostauthor > .comment-body {
	border-left: 3px solid #4f83e8;
}

.comment-respond {
	margin-top: 2rem;
}

.comment-respond .comment-reply-title {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.comment-respond .comment-form p {
	margin-bottom: 1rem;
}

.comment-respond .comment-form label {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: #212121;
}

.comment-respond .comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
	display: inline;
	margin-bottom: 0;
	font-weight: 400;
}

.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"],
.comment-respond .comment-form textarea {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5rem 0.75rem;
	transition: border-color 0.3s ease;
	width: 100%;
}

.comment-respond .comment-form input[type="text"]:focus,
.comment-respond .comment-form input[type="email"]:focus,
.comment-respond .comment-form input[type="url"]:focus,
.comment-respond .comment-form textarea:focus {
	color: #212121;
	border-color: #4f83e8;
	outline: none;
}

.comment-respond .comment-form input[type="text"]::placeholder,
.comment-respond .comment-form input[type="email"]::placeholder,
.comment-respond .comment-form input[type="url"]::placeholder,
.comment-respond .comment-form textarea::placeholder {
	color: #666;
}

.comment-respond .comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

.comment-respond .comment-form .form-submit .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #4f83e8;
	color: #fff;
	border-color: #4f83e8;
}

.comment-respond .comment-form .form-submit .submit:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.comment-respond .comment-form .form-submit .submit:hover {
	background: #1d5edd;
	border-color: #1d5edd;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.875rem;
	color: #666;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
	font-size: 0.875rem;
	color: #666;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.btn-primary,
.btn--primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #4f83e8;
	color: #fff;
	border-color: #4f83e8;
}

.btn-primary:focus,
.btn--primary:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.btn-primary:hover,
.btn--primary:hover,
.btn-primary:focus,
.btn--primary:focus {
	background: #2b6ae3;
	border-color: #2b6ae3;
	color: #fff;
}

.btn-primary:active,
.btn--primary:active {
	background: #1953c2;
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: transparent;
	color: #4f83e8;
	border-color: #4f83e8;
}

.btn-outline:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.btn-outline:hover,
.btn-outline:focus {
	background: #4f83e8;
	color: #fff;
}

.btn-outline-white {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
	background: #fff;
	color: #4f83e8;
}

.btn-dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #212121;
	color: #fff;
	border-color: #212121;
}

.btn-dark:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.btn-dark:hover,
.btn-dark:focus {
	background: #3b3b3b;
	border-color: #3b3b3b;
}

.btn--sm {
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

.btn--lg {
	font-size: 1.125rem;
	padding: 1rem 2rem;
}

.btn--block {
	display: flex;
	width: 100%;
}

.btn--icon {
	padding: 0.75rem;
}

.btn--icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.card__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card__icon img,
.card__icon svg {
	max-width: 100%;
	max-height: 100%;
}

.card__icon--circle {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #cddcf9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card__icon--circle svg {
	width: 28px;
	height: 28px;
	fill: #4f83e8;
}

.card__title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #4f83e8;
	margin-bottom: 0.5rem;
}

.card__text {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
	flex-grow: 1;
}

.card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #4f83e8;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	margin-top: 1rem;
	transition: gap 0.3s ease;
}

.card__link:hover {
	gap: 0.75rem;
}

.card__link svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.card--image {
	padding: 0;
	overflow: hidden;
}

.card--image .card__image {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.card--image .card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.card--image:hover .card__image img {
	transform: scale(1.05);
}

.card--image .card__body {
	padding: 1.5rem;
}

@media screen and (min-width: 48em) {

	.card--horizontal {
		flex-direction: row;
		align-items: center;
	}
}

@media screen and (min-width: 48em) {

	.card--horizontal .card__image {
		flex: 0 0 40%;
	}
}

@media screen and (min-width: 48em) {

	.card--horizontal .card__body {
		flex: 1;
	}
}

.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 100;
	min-width: 200px;
	padding: 0.5rem 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
	opacity: 1;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	opacity: 1;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #404040;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0.5rem 0.75rem;
	transition: color 0.3s ease;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #4f83e8;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a {
	color: #4f83e8;
}

.menu-toggle,
.site-header__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	background: none;
	border: none;
	border-radius: 6px;
	padding: 0.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #212121;
}

.menu-toggle .menu-toggle__icon,
.menu-toggle .hamburger-icon,
.site-header__toggle .menu-toggle__icon,
.site-header__toggle .hamburger-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 24px;
	height: 18px;
}

.menu-toggle .menu-toggle__icon span,
.menu-toggle .hamburger-icon span,
.site-header__toggle .menu-toggle__icon span,
.site-header__toggle .hamburger-icon span {
	display: block;
	width: 24px;
	height: 2px;
	background: currentColor;
}

.main-navigation.toggled > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100vw;
	margin-left: calc(-1 * (50vw - 50%));
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	border-top: 1px solid #e6e6e6;
	padding: 0.75rem 0;
	z-index: 100;
}

.main-navigation.toggled li {
	position: relative;
}

.main-navigation.toggled a {
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	border-bottom: 1px solid #e6e6e6;
}

.main-navigation.toggled > ul > li:last-child > a {
	border-bottom: none;
}

.main-navigation.toggled ul ul {
	position: static;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	opacity: 1;
	background: #f4f4f4;
	min-width: 100%;
	display: block;
	left: auto;
}

.main-navigation.toggled ul ul a {
	padding-left: 3rem;
	font-size: 0.875rem;
}

.main-navigation.toggled ul li:hover > ul,
.main-navigation.toggled ul li.focus > ul {
	left: auto;
}

@media screen and (min-width: 64em) {

	.menu-toggle,
	.site-header__toggle {
		display: none;
	}

	.main-navigation > ul {
		display: flex;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}

	.main-navigation > ul::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: #e6e6e6;
	}

	.main-navigation a {
		font-size: 0.875rem;
		padding: 8px 0 12px;
	}

	.main-navigation a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 3px;
		background-color: transparent;
		border-radius: 2px 2px 0 0;
		transition: background-color 0.3s ease;
		z-index: 1;
	}

	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #4f83e8;
	}

	.main-navigation a:hover::after,
	.main-navigation a:focus::after {
		background-color: #4f83e8;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-ancestor > a {
		color: #4f83e8;
	}

	.main-navigation .current-menu-item > a::after,
	.main-navigation .current_page_item > a::after,
	.main-navigation .current-menu-ancestor > a::after {
		background-color: #4f83e8;
	}

	.main-navigation.toggled ul {
		position: static;
		box-shadow: none;
		border-top: none;
		padding: 0;
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.carousel {
	position: relative;
	overflow: hidden;
}

.carousel__track {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}

.carousel__slide {
	flex: 0 0 100%;
	min-width: 0;
	padding: 0 0.5rem;
}

@media screen and (min-width: 48em) {

	.carousel__slide {
		flex: 0 0 50%;
	}
}

@media screen and (min-width: 64em) {

	.carousel__slide {
		flex: 0 0 33.333%;
	}
}

.carousel__nav {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.carousel__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: #fff;
	color: #212121;
	cursor: pointer;
	transition: all 0.3s ease;
}

.carousel__btn:hover,
.carousel__btn:focus {
	border-color: #4f83e8;
	color: #4f83e8;
}

.carousel__btn:disabled,
.carousel__btn.is-disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.carousel__btn svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.carousel__btn--prev svg {
	transform: rotate(180deg);
}

.carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.carousel__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #ccc;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s ease;
}

.carousel__dot:hover,
.carousel__dot.is-active {
	background: #4f83e8;
}

.form-inline {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

@media screen and (min-width: 37.5em) {

	.form-inline {
		flex-direction: row;
	}
}

.form-inline .form-inline__input {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 0.75rem 1rem;
	transition: border-color 0.3s ease;
	flex: 1;
}

.form-inline .form-inline__input:focus {
	color: #212121;
	border-color: #4f83e8;
	outline: none;
}

.form-inline .form-inline__input::placeholder {
	color: #666;
}

.form-inline .form-inline__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #4f83e8;
	color: #fff;
	border-color: #4f83e8;
	white-space: nowrap;
}

.form-inline .form-inline__btn:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.form-inline .form-inline__btn:hover,
.form-inline .form-inline__btn:focus {
	background: #1d5edd;
	border-color: #1d5edd;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	color: #212121;
	margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
	width: 100%;
}

.search-form {
	display: flex;
}

.search-form .search-field {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px 0 0 6px;
	border-right: none;
	padding: 0.5rem 0.75rem;
	transition: border-color 0.3s ease;
	flex: 1;
}

.search-form .search-field:focus {
	color: #212121;
	border-color: #4f83e8;
	outline: none;
}

.search-form .search-field::placeholder {
	color: #666;
}

.search-form .search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	background: #4f83e8;
	color: #fff;
	border: 1px solid #4f83e8;
	border-radius: 0 6px 6px 0;
	padding: 0.75rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.search-form .search-submit:hover {
	background: #1d5edd;
}

.search-form .search-submit:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.dot-pattern {
	position: absolute;
	width: 200px;
	height: 200px;
	background-image: radial-gradient(circle, #4f83e8 1.5px, transparent 1.5px);
	background-size: 20px 20px;
	opacity: 0.15;
	pointer-events: none;
	z-index: 0;
}

.dot-pattern--top-right {
	top: 2rem;
	right: 2rem;
}

.dot-pattern--bottom-left {
	bottom: 2rem;
	left: 2rem;
}

.dot-pattern--large {
	width: 300px;
	height: 300px;
}

.curve-divider {
	position: relative;
	overflow: hidden;
}

.curve-divider::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 80px;
	background: #fff;
	clip-path: ellipse(55% 100% at 50% 100%);
}

.curve-divider--top::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 80px;
	background: #fff;
	clip-path: ellipse(55% 100% at 50% 0%);
	z-index: 1;
}

.curve-divider--gray::after {
	background: #f4f4f4;
}

.curve-divider--dark::after {
	background: #212121;
}

.bg-gradient-primary {
	background: linear-gradient(135deg, #4f83e8 0%, #1b58cf 100%);
}

.bg-gradient-dark {
	background: linear-gradient(135deg, #212121 0%, #353535 100%);
}

.bg-light {
	background-color: #f4f4f4;
}

.bg-dark {
	background-color: #212121;
	color: #fff;
}

.bg-primary {
	background-color: #4f83e8;
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

.animate-float {
	animation: float 4s ease-in-out infinite;
}

@keyframes fadeInUp {

	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {

	from {
		opacity: 0;
		transform: translateX(-30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {

	from {
		opacity: 0;
		transform: translateX(30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes scaleIn {

	from {
		opacity: 0;
		transform: scale(0.92);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes shimmer {

	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.block-newsletter__illustration.reveal {
	transform: translateX(-30px);
}

.block-newsletter__illustration.reveal.is-visible {
	transform: translateX(0);
}

.block-newsletter__content.reveal {
	transform: translateX(30px);
}

.block-newsletter__content.reveal.is-visible {
	transform: translateX(0);
}

.block-request-demo__info.reveal {
	transform: translateX(-30px);
}

.block-request-demo__info.reveal.is-visible {
	transform: translateX(0);
}

.block-request-demo__form-card.reveal,
.block-request-demo__cal-card.reveal {
	transform: translateX(30px) scale(0.95);
}

.block-request-demo__form-card.reveal.is-visible,
.block-request-demo__cal-card.reveal.is-visible {
	transform: translateX(0) scale(1);
}

.block-content-section__text.reveal {
	transform: translateX(-30px);
}

.block-content-section__text.reveal.is-visible {
	transform: translateX(0);
}

.block-content-section__image.reveal {
	transform: translateX(30px) scale(0.95);
}

.block-content-section__image.reveal.is-visible {
	transform: translateX(0) scale(1);
}

.block-content-section--image_left .block-content-section__text.reveal {
	transform: translateX(30px);
}

.block-content-section--image_left .block-content-section__text.reveal.is-visible {
	transform: translateX(0);
}

.block-content-section--image_left .block-content-section__image.reveal {
	transform: translateX(-30px) scale(0.95);
}

.block-content-section--image_left .block-content-section__image.reveal.is-visible {
	transform: translateX(0) scale(1);
}

.block-platform-overview__content.reveal {
	transform: scale(0.95);
}

.block-platform-overview__content.reveal.is-visible {
	transform: scale(1);
}

.reduce-motion .reveal,
.reduce-motion .reveal.is-visible {
	opacity: 1;
	transform: none;
	transition: none;
}

.reduce-motion .block-hero__headline,
.reduce-motion .block-hero__subtitle,
.reduce-motion .block-hero__actions,
.reduce-motion .block-hero__image {
	opacity: 1;
	transform: none;
	animation: none;
}

.btn {
	transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(79, 131, 232, 0.25);
}

.btn:active {
	transform: translateY(0);
	box-shadow: none;
}

.btn-primary:hover,
.btn--primary:hover,
.btn--primary:hover {
	box-shadow: 0 4px 16px rgba(79, 131, 232, 0.35);
}

.btn-outline:hover {
	box-shadow: 0 4px 12px rgba(79, 131, 232, 0.2);
}

.site-footer__social-link {
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-footer__social-link:hover {
	transform: translateY(-2px);
}

.main-navigation a {
	transition: color 0.25s ease;
}

.site-header__logo-link {
	transition: opacity 0.3s ease;
}

.site-header__logo-link:hover {
	opacity: 0.85;
}

.block-faq-accordion__item {
	transition: box-shadow 0.3s ease;
}

.block-faq-accordion__item[open] {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.block-partners-logo-cloud__item {
	transition: transform 0.3s ease, filter 0.3s ease;
}

.block-partners-logo-cloud__item:hover {
	transform: scale(1.08);
}

.block-how-it-works__step {
	transition: transform 0.3s ease;
}

.block-how-it-works__step:hover {
	transform: translateY(-4px);
}

.gradient-text {
	background: linear-gradient(135deg, #4f83e8, #93b3f1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

img {
	transition: opacity 0.4s ease;
}

.block-hero__image .block-hero__img {
	animation: float 6s ease-in-out infinite;
	animation-delay: 1.2s;
}

.block-hero__dots {
	animation: pulse 4s ease-in-out infinite;
}

.block-stats-counter__item {
	transition: transform 0.3s ease;
}

.block-stats-counter__item:hover {
	transform: scale(1.03);
}

.block-comparison-table__table tr {
	transition: background-color 0.2s ease;
}

.block-newsletter__input:focus {
	box-shadow: 0 0 0 3px rgba(79, 131, 232, 0.15);
}

.feature-grid {
	display: grid;
	gap: 0.75rem 1.25rem;
	margin: 1.25rem 0;
	padding: 0;
	list-style: none;
}

.feature-grid--cols-1 {
	grid-template-columns: 1fr;
}

.feature-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid--cols-3 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid--cols-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 48em) {

	.feature-grid--cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.feature-grid--cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 37.5em) {

	.feature-grid--cols-2,
	.feature-grid--cols-3,
	.feature-grid--cols-4 {
		grid-template-columns: 1fr;
	}
}

.feature-grid__item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #212121;
	font-size: 0.875rem;
	line-height: 1.35;
}

.feature-grid__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #4f83e8;
}

.feature-grid__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.feature-grid__label {
	flex: 1;
	font-weight: 400;
}

.inline-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #4f83e8;
	vertical-align: -0.15em;
}

.inline-icon svg {
	width: 100%;
	height: 100%;
}

.block-hero {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media screen and (min-width: 48em) {

	.block-hero {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	width: 100%;
}

@media screen and (min-width: 48em) {

	.block-hero__grid {
		grid-template-columns: 1.25fr 1fr;
		gap: 1.5rem;
	}
}

.block-hero__content {
	position: relative;
	z-index: 2;
	text-align: center;
}

@media screen and (min-width: 48em) {

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

.block-hero__headline {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	letter-spacing: -0.5px;
	margin-bottom: 1rem;
	opacity: 0;
	animation: heroSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@media screen and (min-width: 48em) {

	.block-hero__headline {
		font-size: 2rem;
	}
}

.block-hero__headline span,
.block-hero__headline strong {
	color: #4f83e8;
}

.block-hero__subtitle {
	font-size: 1rem;
	color: #666;
	line-height: 1.7;
	margin-bottom: 1.5rem;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	animation: heroFadeIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s forwards;
}

.block-hero__subtitle span,
.block-hero__subtitle strong {
	color: #4f83e8;
	font-weight: 600;
}

@media screen and (min-width: 48em) {

	.block-hero__subtitle {
		font-size: 1.125rem;
		margin-left: 0;
		margin-right: 0;
	}
}

.block-hero__description {
	font-size: 0.875rem;
	color: #404040;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	max-width: 100%;
	opacity: 0;
	animation: heroFadeIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s forwards;
}

.block-hero__description p {
	margin: 0 0 0.75rem;
}

.block-hero__description p:last-child {
	margin-bottom: 0;
}

.block-hero__description .feature-grid {
	margin: 0.75rem 0 0;
}

.block-hero__actions {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	opacity: 0;
	animation: heroFadeUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s forwards;
}

@media screen and (min-width: 48em) {

	.block-hero__actions {
		justify-content: flex-start;
	}
}

.block-hero__image {
	position: relative;
	text-align: center;
	z-index: 1;
	overflow: visible;
	opacity: 0;
	animation: heroFadeInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.block-hero__image-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.35);
	width: 100%;
	height: auto;
	z-index: 0;
	pointer-events: none;
	animation: floatBlob 10s ease-in-out infinite alternate;
}

.block-hero__image-bg .block-hero__blob-svg {
	width: 100%;
	height: auto;
	display: block;
}

.block-hero__img {
	position: relative;
	z-index: 1;
	max-width: 92%;
	height: auto;
}

.block-hero--centered {
	text-align: center;
}

.block-hero--centered .block-hero__centered {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-hero--centered .block-hero__content {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.block-hero--centered .block-hero__headline {
	animation-name: heroFadeUp;
}

.block-hero--centered .block-hero__subtitle {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 48em) {

	.block-hero--centered .block-hero__subtitle {
		margin-left: auto;
		margin-right: auto;
	}
}

.block-hero--centered .block-hero__actions {
	justify-content: center;
}

@media screen and (min-width: 48em) {

	.block-hero--centered .block-hero__actions {
		justify-content: center;
	}
}

.block-hero--centered .block-hero__image {
	margin-top: 2rem;
	animation-name: heroFadeUp;
	animation-delay: 0.35s;
	max-width: 500px;
}

@media screen and (min-width: 48em) {

	.block-hero--centered .block-hero__image {
		max-width: 560px;
		margin-top: 3rem;
	}
}

.block-hero--centered .block-hero__image-bg {
	transform: translate(-50%, -50%) scale(1.5);
}

.block-hero--centered .block-hero__img {
	max-width: 100%;
}

.block-hero__dots {
	width: 120px;
	height: 140px;
	background-image: radial-gradient(circle, #4f83e8 2px, transparent 2px);
	background-size: 20px 20px;
	opacity: 0.3;
	position: absolute;
	bottom: 1.5rem;
	left: 5%;
	z-index: 2;
	pointer-events: none;
	display: none;
}

@media screen and (min-width: 37.5em) {

	.block-hero__dots {
		display: block;
	}
}

@media screen and (min-width: 48em) {

	.block-hero__dots {
		width: 140px;
		height: 160px;
		bottom: 2rem;
	}
}

@keyframes heroSlideIn {

	from {
		opacity: 0;
		transform: translateX(-30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes heroFadeIn {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes heroFadeUp {

	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes heroFadeInRight {

	from {
		opacity: 0;
		transform: translateX(30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes floatBlob {

	0% {
		transform: translate(-50%, -50%) scale(1.35) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -52%) scale(1.35) rotate(2deg);
	}
}

.block-key-benefits {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-key-benefits {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-key-benefits__header {
	text-align: center;
	margin: 0 auto 2rem;
}

.block-key-benefits__description {
	font-size: 1.125rem;
	color: #666;
	line-height: 1.8;
	max-width: 700px;
	margin: 0 auto;
}

.block-key-benefits__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-key-benefits__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-key-benefits__heading span,
.block-key-benefits__heading strong {
	color: #4f83e8;
}

.block-key-benefits__subheading-wrapper {
	text-align: left;
	margin-bottom: 1rem;
}

.block-key-benefits__subheading {
	font-size: 1.5rem;
	font-weight: 500;
	color: #212121;
	line-height: 1.2;
	margin-bottom: 0;
}

.block-key-benefits__subheading span,
.block-key-benefits__subheading strong {
	color: #4f83e8;
}

@media screen and (min-width: 48em) {

	.block-key-benefits__subheading {
		font-size: 2rem;
	}
}

.block-key-benefits__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	justify-content: center;
}

@media screen and (min-width: 37.5em) {

	.block-key-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 64em) {

	.block-key-benefits__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.block-key-benefits__grid:has(> .block-key-benefits__card:nth-child(3):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

.block-key-benefits__card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 3rem 1.5rem;
	text-align: center;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block-key-benefits__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.block-key-benefits__card .card__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 100px;
	margin: 0 auto 1.5rem;
	background: url(data:image/svg+xml,%3Csvg%20width%3D%22143%22%20height%3D%22105%22%20viewBox%3D%220%200%20143%20105%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M131.243%2093.5149C144.404%2080.9953%20147.548%2055.434%20135.358%2037.6615C125.197%2022.8484%20106.482%207.61111%2082.8983%203.16942C59.3143-1.27241%2038.6534-1.26742%2029.7179%204.6006C22.4056%209.40255%2025.8047%2016.0906%2028.0979%2021.7737C31.1591%2029.3605%2031.6102%2035.384%2019.0169%2046.4054C4.64103%2058.9865%200.749794%2063.7096%200.0292604%2075.8749C-0.556869%2085.7692%207.73268%2099.0783%2018.6102%20100.985C33.7532%20103.64%2039.374%2096.6274%2054.1889%2091.9C66.0736%2088.1073%2074.3165%2089.8808%2085.0918%2097.1491C95.8671%20104.418%20111.928%20111.888%20131.243%2093.5149Z%22%20fill%3D%22%230B85F0%22%20fill-opacity%3D%220.2%22%2F%3E%3C%2Fsvg%3E) center/contain no-repeat;
}

.block-key-benefits__card .card__icon img {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
	animation: floatIcon 6s ease-in-out infinite;
}

.block-key-benefits__card .card__icon svg {
	position: relative;
	width: 56px;
	height: 56px;
	fill: #4f83e8;
	animation: floatIcon 6s ease-in-out infinite;
}

@keyframes floatIcon {

	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-4px);
	}

	100% {
		transform: translateY(0);
	}
}

.block-key-benefits__card .card__title {
	color: #4f83e8;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 0.75rem;
}

@media screen and (min-width: 48em) {

	.block-key-benefits__card .card__title {
		font-size: 1.125rem;
	}
}

.block-key-benefits__card .card__description {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

.block-key-benefits--flat {
	background: #fff;
}

@media screen and (min-width: 64em) {

	.block-key-benefits--flat .block-key-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 4rem;
	}
}

.block-key-benefits--flat .block-key-benefits__card {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	text-align: left;
	display: block;
}

.block-key-benefits--flat .block-key-benefits__card:hover {
	transform: none;
	box-shadow: none;
}

.block-key-benefits--flat .block-key-benefits__card .card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ebf2fd;
	margin: 0 0.75rem 0 0;
	vertical-align: middle;
}

.block-key-benefits--flat .block-key-benefits__card .card__icon img,
.block-key-benefits--flat .block-key-benefits__card .card__icon svg {
	width: 24px;
	height: 24px;
	animation: none;
}

.block-key-benefits--flat .block-key-benefits__card .card__content {
	display: inline;
}

.block-key-benefits--flat .block-key-benefits__card .card__title {
	display: inline;
	color: #212121;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 44px;
	vertical-align: middle;
}

.block-key-benefits--flat .block-key-benefits__card .card__description {
	display: block;
	font-size: 1rem;
	line-height: 1.8;
	margin: 0.5rem 0 0;
	padding: 0;
}

.block-feature-pillars {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-feature-pillars {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-feature-pillars__header {
	margin-bottom: 3rem;
}

.block-feature-pillars__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {

	.block-feature-pillars__heading {
		font-size: 2rem;
	}
}

.block-feature-pillars__heading span,
.block-feature-pillars__heading strong {
	color: #4f83e8;
}

.block-feature-pillars__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 800px;
}

.block-feature-pillars__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media screen and (min-width: 37.5em) {

	.block-feature-pillars__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 64em) {

	.block-feature-pillars__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.block-feature-pillars__pillar {
	text-align: center;
	padding: 1.5rem;
}

.block-feature-pillars__illustration {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ebf2fd;
	margin: 0 auto 1.5rem;
}

.block-feature-pillars__illustration img {
	max-width: 56px;
	max-height: 56px;
	height: auto;
	width: auto;
	display: block;
}

.block-feature-pillars__title {
	color: #212121;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 0.75rem;
}

@media screen and (min-width: 48em) {

	.block-feature-pillars__title {
		font-size: 1.125rem;
	}
}

.block-feature-pillars__text {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

.block-feature-pillars--align-left .block-feature-pillars__header {
	text-align: left;
}

.block-feature-pillars--align-left .block-feature-pillars__heading {
	text-align: left;
}

.block-feature-pillars--align-left .block-feature-pillars__description {
	text-align: left;
}

.block-use-cases {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-use-cases {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-use-cases__header {
	margin-bottom: 3rem;
}

.block-use-cases__heading {
	font-weight: 500;
	line-height: 1.2;
	color: #334155;
	font-size: 2rem;
	max-width: 906px;
	margin-bottom: 1.5rem;
}

.block-use-cases__heading span,
.block-use-cases__heading strong {
	color: #0b85f0;
}

@media screen and (min-width: 48em) {

	.block-use-cases__heading {
		font-size: 2.625rem;
	}
}

.block-use-cases__description {
	font-size: 1.25rem;
	color: #334155;
	line-height: 1.8;
	max-width: 905px;
}

.block-use-cases__carousel {
	position: relative;
	overflow: hidden;
}

.block-use-cases__carousel .carousel__track {
	display: flex;
	transition: transform 0.4s ease;
}

.block-use-cases__card {
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.75rem;
}

.block-use-cases__card-image {
	background: transparent;
	border-radius: 16px;
	overflow: hidden;
	min-height: 300px;
}

@media screen and (min-width: 48em) {

	.block-use-cases__card-image {
		min-height: 450px;
	}
}

@media screen and (min-width: 64em) {

	.block-use-cases__card-image {
		min-height: 562px;
	}
}

.block-use-cases__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.block-use-cases__card-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #0b85f0;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}

.block-use-cases__card-description {
	font-size: 1rem;
	color: #334155;
	line-height: 1.8;
}

.carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2rem;
}

.carousel__dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: #e6e6e6;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s ease, transform 0.2s ease;
}

.carousel__dot:hover {
	background: #ccc;
}

.carousel__dot.is-active {
	background: #4f83e8;
	transform: scale(1.15);
}

.block-platform-overview {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 4rem;
	background: #4f83e8;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.block-platform-overview {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-platform-overview__bg {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	line-height: 0;
	transform: translateY(1px);
}

.block-platform-overview__curve {
	display: block;
	width: 100%;
	height: 60px;
	color: #4f83e8;
}

@media screen and (min-width: 48em) {

	.block-platform-overview__curve {
		height: 80px;
	}
}

.block-platform-overview__content {
	position: relative;
	z-index: 2;
	text-align: left;
}

@media screen and (min-width: 48em) {

	.block-platform-overview__content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
		align-items: center;
	}
}

.block-platform-overview__label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	padding: 0.5rem 0.75rem;
	border-radius: 9999px;
	margin-bottom: 1rem;
}

.block-platform-overview__heading {
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	max-width: none;
	margin: 0 0 1rem;
}

.block-platform-overview__heading span,
.block-platform-overview__heading strong {
	color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 48em) {

	.block-platform-overview__heading {
		font-size: 2rem;
	}
}

.block-platform-overview__text {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.8;
	max-width: none;
	margin: 0 0 2rem;
}

@media screen and (min-width: 48em) {

	.block-platform-overview__text {
		font-size: 1.125rem;
	}
}

.block-platform-overview__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.block-platform-overview__image {
	margin-top: 3rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 48em) {

	.block-platform-overview__image {
		margin-top: 0;
	}
}

.block-platform-overview__img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.block-platform-overview--light {
	background: #fff;
	color: #212121;
	text-align: left;
}

.block-platform-overview--light .block-platform-overview__bg {
	display: none;
}

.block-platform-overview--light .block-platform-overview__content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media screen and (min-width: 48em) {

	.block-platform-overview--light .block-platform-overview__content {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.block-platform-overview--light .block-platform-overview__heading {
	color: #212121;
	margin: 0 0 1rem;
}

.block-platform-overview--light .block-platform-overview__heading span,
.block-platform-overview--light .block-platform-overview__heading strong {
	color: #4f83e8;
}

.block-platform-overview--light .block-platform-overview__text {
	color: #404040;
	margin: 0;
	max-width: none;
}

.block-platform-overview--light .block-platform-overview__label {
	background: rgba(79, 131, 232, 0.1);
	color: #4f83e8;
}

.block-platform-overview--light .block-platform-overview__actions {
	justify-content: flex-start;
}

.block-platform-overview--light .block-platform-overview__image {
	margin-top: 0;
	max-width: none;
}

.block-platform-overview--dark {
	background: #212121;
	color: #fff;
}

.block-platform-overview--dark .block-platform-overview__curve {
	color: #212121;
}

.block-platform-overview--dark .block-platform-overview__heading {
	color: #fff;
}

.block-platform-overview--dark .block-platform-overview__text {
	color: rgba(255, 255, 255, 0.7);
}

.block-platform-overview--gradient {
	background: linear-gradient(135deg, #4f83e8 0%, #1b58cf 100%);
}

.block-newsletter {
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
	background: #fff;
	overflow: hidden;
}

@media screen and (min-width: 48em) {

	.block-newsletter {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-newsletter--has-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block-newsletter__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media screen and (min-width: 48em) {

	.block-newsletter__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.block-newsletter__illustration {
	display: none;
}

@media screen and (min-width: 48em) {

	.block-newsletter__illustration {
		display: block;
	}
}

.block-newsletter__illustration img {
	width: 100%;
	height: auto;
	max-width: 480px;
	margin: 0 auto;
	display: block;
}

.block-newsletter__content {
	position: relative;
	z-index: 1;
}

.block-newsletter__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}

.block-newsletter__heading span,
.block-newsletter__heading strong {
	color: #4f83e8;
}

@media screen and (min-width: 48em) {

	.block-newsletter__heading {
		font-size: 2rem;
	}
}

.block-newsletter__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.block-newsletter__form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 480px;
}

@media screen and (min-width: 37.5em) {

	.block-newsletter__form {
		flex-direction: row;
	}
}

.block-newsletter__form-wrap {
	max-width: 480px;
}

.block-newsletter__input {
	flex: 1;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #f9fafb;
	color: #404040;
	transition: border-color 0.3s ease;
}

.block-newsletter__input::placeholder {
	color: #666;
}

.block-newsletter__input:focus {
	outline: none;
	border-color: #4f83e8;
	box-shadow: 0 0 0 3px rgba(79, 131, 232, 0.1);
}

.block-newsletter__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	background: #4f83e8;
	color: #fff;
	border: 1px solid #4f83e8;
	border-radius: 6px;
	padding: 0.75rem 1.5rem;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.block-newsletter__btn:hover,
.block-newsletter__btn:focus {
	background: #2b6ae3;
	border-color: #2b6ae3;
	color: #fff;
}

.block-newsletter__disclaimer {
	font-size: 0.75rem;
	color: #666;
	margin-top: 0.75rem;
}

.block-cta-banner {
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
	background: #4f83e8;
	color: #fff;
}

@media screen and (min-width: 48em) {

	.block-cta-banner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-cta-banner__content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 800px;
}

@media screen and (min-width: 37.5em) {

	.block-cta-banner__content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.block-cta-banner__heading {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -0.3px;
	color: #fff;
	margin-bottom: 0.75rem;
}

@media screen and (min-width: 37.5em) {

	.block-cta-banner__heading {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 48em) {

	.block-cta-banner__heading {
		font-size: 2rem;
	}
}

.block-cta-banner__description {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 37.5em) {

	.block-cta-banner__description {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 48em) {

	.block-cta-banner__description {
		font-size: 1.125rem;
	}
}

.block-cta-banner__btn {
	display: inline-block;
}

.block-cta-banner .btn {
	background: #fff;
	color: #4f83e8;
	border-color: #fff;
	border-radius: 8px;
}

.block-cta-banner .btn:hover,
.block-cta-banner .btn:focus {
	background: rgba(255, 255, 255, 0.9);
	color: #4f83e8;
	border-color: rgba(255, 255, 255, 0.9);
}

.block-cta-banner--secondary {
	background: #f4f4f4;
	color: #212121;
}

.block-cta-banner--secondary .block-cta-banner__heading {
	color: #212121;
}

.block-cta-banner--secondary .block-cta-banner__description {
	color: #666;
}

.block-cta-banner--secondary .btn {
	background: #4f83e8;
	color: #fff;
	border-color: #4f83e8;
}

.block-cta-banner--secondary .btn:hover,
.block-cta-banner--secondary .btn:focus {
	background: #1d5edd;
	color: #fff;
	border-color: #1d5edd;
}

.block-cta-banner--dark {
	background: #212121;
	color: #fff;
}

.block-cta-banner--dark .block-cta-banner__heading {
	color: #fff;
}

.block-cta-banner--dark .block-cta-banner__description {
	color: rgba(255, 255, 255, 0.7);
}

.block-cta-banner--dark .btn {
	background: #fff;
	color: #212121;
	border-color: #fff;
}

.block-cta-banner--dark .btn:hover,
.block-cta-banner--dark .btn:focus {
	background: #f2f2f2;
	color: #212121;
	border-color: #f2f2f2;
}

.block-cta-banner--white {
	background: #fff;
	color: #212121;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.block-cta-banner--white .block-cta-banner__heading {
	color: #212121;
}

.block-cta-banner--white .block-cta-banner__description {
	color: #666;
}

.block-cta-banner--white .btn {
	background: #4f83e8;
	color: #fff;
	border-color: #4f83e8;
}

.block-cta-banner--white .btn:hover,
.block-cta-banner--white .btn:focus {
	background: #1d5edd;
	color: #fff;
	border-color: #1d5edd;
}

.block-cta-banner--gradient {
	background: linear-gradient(135deg, #4f83e8 0%, #1b58cf 100%);
}

.block-text {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media screen and (min-width: 48em) {

	.block-text {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-text__content h2,
.block-text__content h3,
.block-text__content h4 {
	margin-top: 1.5em;
}

.block-text__content h2:first-child,
.block-text__content h3:first-child,
.block-text__content h4:first-child {
	margin-top: 0;
}

.block-text__content p {
	line-height: 1.8;
	margin-bottom: 1.25em;
}

.block-text__content ul,
.block-text__content ol {
	margin-bottom: 1.25em;
	padding-left: 1.5em;
}

.block-text__content li {
	margin-bottom: 0.5em;
	line-height: 1.8;
}

.block-text__content blockquote {
	border-left: 4px solid #4f83e8;
	padding: 1rem 1.5rem;
	margin: 2rem 0;
	background: #f4f4f4;
	border-radius: 0 6px 6px 0;
}

.block-text__content blockquote p:last-child {
	margin-bottom: 0;
}

.block-text__content img {
	border-radius: 6px;
	margin: 1.5rem 0;
}

.block-text__content a {
	color: #4f83e8;
	text-decoration: underline;
}

.block-text__content a:hover {
	text-decoration: none;
}

.block-text__content table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5em;
}

.block-text__content table th,
.block-text__content table td {
	padding: 0.75rem 1rem;
	border: 1px solid #ccc;
	text-align: left;
}

.block-text__content table th {
	background: #f4f4f4;
	font-weight: 600;
}

.block-text__content--narrow {
	max-width: 640px;
}

.block-text__content--medium {
	max-width: 800px;
}

.block-text__content--full {
	max-width: 100%;
}

.block-text--align-center .block-text__content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.block-text--align-center .block-text__content ul,
.block-text--align-center .block-text__content ol {
	text-align: left;
	display: inline-block;
}

.block-text--align-left .block-text__content {
	margin-right: auto;
}

.block-text--align-right .block-text__content {
	margin-left: auto;
	text-align: right;
}

.block-text--bg-white {
	background: #fff;
}

.block-text--bg-light {
	background: #f4f4f4;
}

.block-text--bg-dark {
	background: #212121;
	color: #fff;
}

.block-text--bg-dark .block-text__content a {
	color: #93b3f1;
}

.block-text--bg-dark .block-text__content blockquote {
	background: rgba(255, 255, 255, 0.1);
	border-left-color: rgba(255, 255, 255, 0.5);
}

.block-how-it-works {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-how-it-works {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-how-it-works__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.block-how-it-works__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-how-it-works__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-how-it-works__heading span,
.block-how-it-works__heading strong {
	color: #4f83e8;
}

.block-how-it-works__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {

	.block-how-it-works__description {
		font-size: 1.125rem;
	}
}

.block-how-it-works__steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: step;
}

@media screen and (min-width: 48em) {

	.block-how-it-works__steps {
		grid-template-columns: repeat(3, 1fr);
		gap: 3rem;
	}
}

.block-how-it-works__step {
	position: relative;
	text-align: center;
	padding: 2rem 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-how-it-works__step:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 36px;
		right: -2rem;
		width: 3rem;
		height: 2px;
		background: #e8e8e8;
	}
}

.block-how-it-works__step-number {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #4f83e8;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
}

.block-how-it-works__step-number span {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}

.block-how-it-works__step-icon {
	margin-bottom: 1rem;
}

.block-how-it-works__step-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.block-how-it-works__step-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #212121;
	margin-bottom: 0.5rem;
}

.block-how-it-works__step-text {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

.block-stats-counter {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.block-stats-counter {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-stats-counter__header {
	max-width: 640px;
	margin: 0 auto 3rem;
}

.block-stats-counter__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-stats-counter__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-stats-counter__heading span,
.block-stats-counter__heading strong {
	color: #4f83e8;
}

.block-stats-counter__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {

	.block-stats-counter__description {
		font-size: 1.125rem;
	}
}

.block-stats-counter__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

@media screen and (min-width: 48em) {

	.block-stats-counter__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.block-stats-counter__item {
	padding: 1.5rem;
}

.block-stats-counter__number {
	font-size: 3rem;
	font-weight: 500;
	color: #4f83e8;
	line-height: 1;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 48em) {

	.block-stats-counter__number {
		font-size: 3.5rem;
	}
}

.block-stats-counter__suffix {
	font-size: 2rem;
}

@media screen and (min-width: 48em) {

	.block-stats-counter__suffix {
		font-size: 2.5rem;
	}
}

.block-stats-counter__label {
	font-size: 0.875rem;
	color: #666;
	font-weight: 500;
}

.block-stats-counter--primary {
	background: #4f83e8;
}

.block-stats-counter--primary .block-stats-counter__heading {
	color: #fff;
}

.block-stats-counter--primary .block-stats-counter__heading span,
.block-stats-counter--primary .block-stats-counter__heading strong {
	color: rgba(255, 255, 255, 0.85);
}

.block-stats-counter--primary .block-stats-counter__number {
	color: #fff;
}

.block-stats-counter--primary .block-stats-counter__description,
.block-stats-counter--primary .block-stats-counter__label {
	color: rgba(255, 255, 255, 0.8);
}

.block-stats-counter--dark {
	background: #212121;
}

.block-stats-counter--dark .block-stats-counter__heading {
	color: #fff;
}

.block-stats-counter--dark .block-stats-counter__heading span,
.block-stats-counter--dark .block-stats-counter__heading strong {
	color: rgba(255, 255, 255, 0.85);
}

.block-stats-counter--dark .block-stats-counter__number {
	color: #fff;
}

.block-stats-counter--dark .block-stats-counter__description,
.block-stats-counter--dark .block-stats-counter__label {
	color: rgba(255, 255, 255, 0.7);
}

.block-testimonials {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #f4f4f4;
}

@media screen and (min-width: 48em) {

	.block-testimonials {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-testimonials__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.block-testimonials__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-testimonials__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-testimonials__heading span,
.block-testimonials__heading strong {
	color: #4f83e8;
}

.block-testimonials__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {

	.block-testimonials__description {
		font-size: 1.125rem;
	}
}

.block-testimonials__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media screen and (min-width: 37.5em) {

	.block-testimonials__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 64em) {

	.block-testimonials__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.block-testimonials__card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 2rem;
	margin: 0;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block-testimonials__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.block-testimonials__stars {
	margin-bottom: 1rem;
}

.block-testimonials__star {
	font-size: 1.125rem;
	color: #ccc;
	line-height: 1;
}

.block-testimonials__star.is-filled {
	color: #f5a623;
}

.block-testimonials__quote {
	font-size: 1rem;
	font-style: italic;
	color: #404040;
	line-height: 1.8;
	margin-bottom: 1.5rem;
	flex: 1;
}

.block-testimonials__author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.block-testimonials__author-photo {
	flex-shrink: 0;
}

.block-testimonials__author-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.block-testimonials__author-name {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	font-style: normal;
	color: #212121;
}

.block-testimonials__author-title {
	display: block;
	font-size: 0.75rem;
	color: #666;
}

.block-faq-accordion {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-faq-accordion {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-faq-accordion__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.block-faq-accordion__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-faq-accordion__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-faq-accordion__heading span,
.block-faq-accordion__heading strong {
	color: #4f83e8;
}

.block-faq-accordion__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {

	.block-faq-accordion__description {
		font-size: 1.125rem;
	}
}

.block-faq-accordion__list {
	max-width: 800px;
	margin: 0 auto;
}

.block-faq-accordion__list--two-col {
	max-width: none;
}

@media screen and (min-width: 64em) {

	.block-faq-accordion__list--two-col {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 3rem;
	}
}

.block-faq-accordion__item {
	border-bottom: 1px solid #e8e8e8;
}

.block-faq-accordion__item[open] .block-faq-accordion__question::after {
	transform: rotate(180deg);
}

.block-faq-accordion__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #212121;
	padding: 1rem 0;
	cursor: pointer;
	list-style: none;
	transition: color 0.3s ease;
}

.block-faq-accordion__question::-webkit-details-marker {
	display: none;
}

.block-faq-accordion__question::after {
	content: "";
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27%23212121%27%20stroke-width=%272%27%3E%3Cpolyline%20points=%276%209%2012%2015%2018%209%27/%3E%3C/svg%3E);
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.block-faq-accordion__question:hover {
	color: #4f83e8;
}

.block-faq-accordion__answer {
	padding-bottom: 1rem;
}

.block-faq-accordion__answer p {
	font-size: 1rem;
	color: #404040;
	line-height: 1.8;
	margin: 0;
}

.block-partners-logo-cloud {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-partners-logo-cloud {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-partners-logo-cloud__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.block-partners-logo-cloud__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-partners-logo-cloud__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-partners-logo-cloud__heading span,
.block-partners-logo-cloud__heading strong {
	color: #4f83e8;
}

.block-partners-logo-cloud__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {

	.block-partners-logo-cloud__description {
		font-size: 1.125rem;
	}
}

.block-partners-logo-cloud__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem 3rem;
}

.block-partners-logo-cloud__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.block-partners-logo-cloud__link {
	display: block;
	text-decoration: none;
}

.block-partners-logo-cloud__logo {
	max-height: 48px;
	width: auto;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.block-partners-logo-cloud__item:hover .block-partners-logo-cloud__logo,
.block-partners-logo-cloud__link:hover .block-partners-logo-cloud__logo {
	filter: grayscale(0%);
	opacity: 1;
}

.block-comparison-table {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-comparison-table {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-comparison-table__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.block-comparison-table__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-comparison-table__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-comparison-table__heading span,
.block-comparison-table__heading strong {
	color: #4f83e8;
}

.block-comparison-table__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {

	.block-comparison-table__description {
		font-size: 1.125rem;
	}
}

.block-comparison-table__wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.block-comparison-table__table {
	width: 100%;
	min-width: 600px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

.block-comparison-table__feature-header,
.block-comparison-table__col-header {
	background: #f4f4f4;
	font-size: 0.875rem;
	font-weight: 600;
	color: #212121;
	padding: 1rem 1.5rem;
	border-bottom: 2px solid #e8e8e8;
}

.block-comparison-table__feature-header.is-featured,
.block-comparison-table__col-header.is-featured {
	background: #f0f6ff;
	color: #4f83e8;
}

.block-comparison-table__feature-header {
	text-align: left;
}

.block-comparison-table__feature-name {
	text-align: left;
	font-size: 0.875rem;
	font-weight: 500;
	color: #212121;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #e8e8e8;
}

.block-comparison-table__table tbody td {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.875rem;
	color: #404040;
}

.block-comparison-table__table tbody td.is-featured {
	background: rgba(79, 131, 232, 0.03);
}

.block-comparison-table__check {
	color: #008000;
	font-size: 1.125rem;
	font-weight: 500;
}

.block-comparison-table__cross {
	color: #666;
	font-size: 1.125rem;
}

.block-request-demo {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #fff;
}

@media screen and (min-width: 48em) {

	.block-request-demo {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-request-demo__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.block-request-demo__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-request-demo__heading {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

.block-request-demo__heading span,
.block-request-demo__heading strong {
	color: #4f83e8;
}

.block-request-demo__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {

	.block-request-demo__description {
		font-size: 1.125rem;
	}
}

.block-request-demo__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: start;
}

@media screen and (min-width: 48em) {

	.block-request-demo__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.block-request-demo__info {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media screen and (min-width: 48em) {

	.block-request-demo__grid--calendar .block-request-demo__info {
		position: sticky;
		top: 100px;
		align-self: start;
	}
}

.block-request-demo__info-block {
	padding: 0;
}

.block-request-demo__info-title {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.block-request-demo__info-title span,
.block-request-demo__info-title strong {
	color: #4f83e8;
}

@media screen and (min-width: 48em) {

	.block-request-demo__info-title {
		font-size: 1.25rem;
	}
}

.block-request-demo__checklist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.block-request-demo__checklist-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 1rem;
	color: #404040;
	line-height: 1.5;
}

.block-request-demo__check-icon {
	flex-shrink: 0;
	margin-top: 2px;
}

.block-request-demo__form-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

.block-request-demo__form-header {
	background: linear-gradient(135deg, #739ced 0%, #4f83e8 50%, #2b6ae3 100%);
	padding: 2rem 2rem 3rem;
	position: relative;
	overflow: hidden;
	min-height: 80px;
}

.block-request-demo__form-header::before {
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

@media screen and (min-width: 48em) {

	.block-request-demo__form-header::before {
		width: 160px;
		height: 160px;
		top: -40px;
		right: -30px;
	}
}

.block-request-demo__form-header::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 40px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

@media screen and (min-width: 48em) {

	.block-request-demo__form-header::after {
		width: 120px;
		height: 120px;
		top: 5px;
		right: 50px;
	}
}

.block-request-demo__form-title {
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 48em) {

	.block-request-demo__form-title {
		font-size: 2rem;
	}
}

.block-request-demo__form-body {
	padding: 1.5rem 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-request-demo__form-body {
		padding: 2rem 2rem;
	}
}

.block-request-demo__form-placeholder {
	color: #666;
	font-style: italic;
	text-align: center;
	padding: 2rem 0;
}

@media screen and (min-width: 48em) {

	.block-request-demo__grid--calendar {
		grid-template-columns: 5fr 7fr;
	}
}

@media screen and (min-width: 64em) {

	.block-request-demo__grid--calendar {
		grid-template-columns: 2fr 3fr;
	}
}

.block-request-demo__grid--full {
	display: block;
}

.block-request-demo__grid--full .block-request-demo__cal-card,
.block-request-demo__grid--full .block-request-demo__form-card {
	max-width: 900px;
	margin: 0 auto;
}

.block-request-demo__info--horizontal {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 3rem;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 48em) {

	.block-request-demo__info--horizontal {
		grid-template-columns: repeat(2, 1fr);
	}
}

.block-request-demo__cal-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	position: relative;
}

.block-request-demo__cal-card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 76px;
	background: #fff;
	z-index: 9999;
}

.block-request-demo__cal-body {
	padding: 0;
	position: relative;
}

.block-request-demo__cal-embed {
	width: 100%;
	min-height: 500px;
}

@media screen and (min-width: 48em) {

	.block-request-demo__cal-embed {
		min-height: 580px;
	}
}

.block-request-demo__cal-embed iframe {
	border: 0 !important;
}

.block-request-demo__cal-fallback {
	padding: 3rem 1.5rem;
	text-align: center;
}

.block-request-demo__cal-fallback p {
	font-size: 1rem;
	color: #666;
	margin-bottom: 1.5rem;
}

.block-request-demo__form-body .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.block-request-demo__form-body .wpcf7-form p {
	margin: 0;
}

.block-request-demo__form-body .wpcf7-form p br,
.block-request-demo__form-body .wpcf7-form .form-field br {
	display: none;
}

.block-request-demo__form-body .wpcf7-form .hidden-fields-container {
	padding: 0;
	margin: 0;
	border: 0;
}

.block-request-demo__form-body .form-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media screen and (min-width: 37.5em) {

	.block-request-demo__form-body .form-row {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}

.block-request-demo__form-body .form-field p {
	margin: 0;
}

.block-request-demo__form-body label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #212121;
	margin-bottom: 6px;
	line-height: 1.5;
}

.block-request-demo__form-body .wpcf7-form-control-wrap {
	display: block;
}

.block-request-demo__form-body input[type="text"],
.block-request-demo__form-body input[type="email"],
.block-request-demo__form-body input[type="tel"],
.block-request-demo__form-body input[type="url"],
.block-request-demo__form-body select,
.block-request-demo__form-body textarea {
	width: 100%;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	color: #404040;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 10px 1rem;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}

.block-request-demo__form-body input[type="text"]:focus,
.block-request-demo__form-body input[type="email"]:focus,
.block-request-demo__form-body input[type="tel"]:focus,
.block-request-demo__form-body input[type="url"]:focus,
.block-request-demo__form-body select:focus,
.block-request-demo__form-body textarea:focus {
	border-color: #4f83e8;
	outline: none;
	box-shadow: 0 0 0 3px rgba(79, 131, 232, 0.1);
}

.block-request-demo__form-body input[type="text"]::placeholder,
.block-request-demo__form-body input[type="email"]::placeholder,
.block-request-demo__form-body input[type="tel"]::placeholder,
.block-request-demo__form-body input[type="url"]::placeholder,
.block-request-demo__form-body select::placeholder,
.block-request-demo__form-body textarea::placeholder {
	color: #bfbfbf;
	font-weight: 400;
}

.block-request-demo__form-body textarea {
	min-height: 100px;
	max-height: 160px;
	resize: vertical;
}

.block-request-demo__form-body textarea.wpcf7-textarea {
	height: 100px;
}

.block-request-demo__form-body select {
	appearance: none;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2712%27%20height%3D%2712%27%20viewBox%3D%270%200%2012%2012%27%3E%3Cpath%20fill%3D%27%23666%27%20d%3D%27M6%208L1%203h10z%27%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	padding-right: 2rem;
	cursor: pointer;
}

.block-request-demo__form-body .wpcf7-checkbox,
.block-request-demo__form-body .wpcf7-acceptance {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem 0.75rem;
	margin-top: 0.5rem;
}

@media screen and (min-width: 37.5em) {

	.block-request-demo__form-body .wpcf7-checkbox,
	.block-request-demo__form-body .wpcf7-acceptance {
		grid-template-columns: repeat(3, 1fr);
	}
}

.block-request-demo__form-body .wpcf7-checkbox .wpcf7-list-item,
.block-request-demo__form-body .wpcf7-acceptance .wpcf7-list-item {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	white-space: nowrap;
}

.block-request-demo__form-body .wpcf7-checkbox .wpcf7-list-item label,
.block-request-demo__form-body .wpcf7-acceptance .wpcf7-list-item label {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 0.75rem;
	cursor: pointer;
}

.block-request-demo__form-body .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.block-request-demo__form-body .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 0.75rem;
	font-weight: 400;
	color: #404040;
	cursor: pointer;
	white-space: nowrap;
}

.block-request-demo__form-body .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
.block-request-demo__form-body .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
	width: 14px;
	height: 14px;
	min-width: 14px;
	accent-color: #4f83e8;
	cursor: pointer;
	flex-shrink: 0;
}

.block-request-demo__form-body input[type="submit"],
.block-request-demo__form-body .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 1;
	text-decoration: none;
	background: #4f83e8;
	color: #fff;
	border: 1px solid #4f83e8;
	border-radius: 8px;
	width: 100%;
	padding: 14px 2rem;
	margin-top: 0.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
}

.block-request-demo__form-body input[type="submit"]:hover,
.block-request-demo__form-body input[type="submit"]:focus,
.block-request-demo__form-body .wpcf7-submit:hover,
.block-request-demo__form-body .wpcf7-submit:focus {
	background: #2b6ae3;
	border-color: #2b6ae3;
	color: #fff;
}

.block-request-demo__form-body input[type="submit"]:focus,
.block-request-demo__form-body .wpcf7-submit:focus {
	outline: 2px solid #4f83e8;
	outline-offset: 2px;
}

.block-request-demo__form-body .wpcf7-spinner {
	display: none;
}

.block-request-demo__form-body .wpcf7-not-valid-tip {
	font-size: 0.75rem;
	color: #c00;
	margin-top: 0.25rem;
}

.block-request-demo__form-body .wpcf7-not-valid {
	border-color: #c00;
}

.block-request-demo__form-body .wpcf7-response-output {
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	margin-top: 1rem;
	text-align: center;
}

.block-request-demo__form-body .wpcf7-mail-sent-ok {
	border-color: #008000;
	color: #008000;
}

.block-request-demo__form-body .wpcf7-validation-errors {
	border-color: #c00;
	color: #c00;
}

.block-content-section {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media screen and (min-width: 48em) {

	.block-content-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.block-content-section--bg-white {
	background: #fff;
}

.block-content-section--bg-light {
	background: #f4f4f4;
}

.block-content-section--bg-pattern {
	background: #fff;
	background-image: radial-gradient(circle, rgba(79, 131, 232, 0.04) 1px, transparent 1px);
	background-size: 24px 24px;
}

.block-content-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media screen and (min-width: 48em) {

	.block-content-section__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

@media screen and (min-width: 48em) {

	.block-content-section--image_left .block-content-section__image {
		order: -1;
	}
}

.block-content-section__text {
	text-align: center;
}

@media screen and (min-width: 48em) {

	.block-content-section__text {
		text-align: left;
	}
}

.block-content-section__heading {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #212121;
	font-size: 1.5rem;
	letter-spacing: -0.3px;
	margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {

	.block-content-section__heading {
		font-size: 2rem;
	}
}

.block-content-section__heading span,
.block-content-section__heading strong {
	color: #4f83e8;
}

.block-content-section__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {

	.block-content-section__description {
		font-size: 1.125rem;
	}
}

.block-content-section__description p:last-child {
	margin-bottom: 0;
}

.block-content-section__description strong {
	color: #212121;
	font-weight: 500;
	font-size: 1.125rem;
}

@media screen and (min-width: 48em) {

	.block-content-section__description strong {
		font-size: 1.25rem;
	}
}

.block-content-section__description p + ul,
.block-content-section__description p + ol {
	margin-top: -0.75rem;
}

.block-content-section__description ul {
	list-style: disc;
	padding-left: 1rem;
	margin: 0.5rem 0 0;
}

.block-content-section__description ul li {
	margin-bottom: 0.5rem;
	padding-left: 4px;
}

.block-content-section__description ol {
	list-style: none;
	padding-left: 0;
	margin: 0.5rem 0 0;
}

.block-content-section__description ol li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.block-content-section__description ol li::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23E3F0FF%22%2F%3E%3Cpath%20d%3D%22M7%2011l3%203%205-5%22%20stroke%3D%22%234F83E8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.block-content-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1rem;
}

@media screen and (min-width: 48em) {

	.block-content-section__actions {
		justify-content: flex-start;
	}
}

.block-content-section__actions .btn {
	padding: 0.75rem 2rem;
	font-size: 1rem;
}

.block-content-section__image {
	text-align: center;
}

.block-content-section__img {
	max-width: 100%;
	height: auto;
}

.block-content-section__checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

@media screen and (min-width: 37.5em) {

	.block-content-section__checklist--cols-2 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem 3rem;
	}
}

.block-content-section__checklist-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 1rem;
	color: #404040;
	line-height: 1.5;
	text-align: left;
}

.block-content-section__check-icon {
	flex-shrink: 0;
	margin-top: 2px;
}

.block-content-section__sub-header {
	font-size: 1.125rem;
	color: #666;
	line-height: 1.8;
}

@media screen and (min-width: 48em) {

	.block-content-section__sub-header {
		font-size: 1.5rem;
	}
}

.block-content-section--header-above .block-content-section__header-above {
	margin-bottom: 2rem;
}

.block-content-section--header-above .block-content-section__heading {
	margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {

	.block-content-section--header-above .block-content-section__text {
		text-align: left;
	}
}

.block-content-section--centered .block-content-section__centered {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-content-section--centered .block-content-section__text {
	text-align: center;
	width: 100%;
	margin-bottom: 2rem;
}

@media screen and (min-width: 48em) {

	.block-content-section--centered .block-content-section__text {
		text-align: center;
		margin-bottom: 3rem;
	}
}

.block-content-section--centered .block-content-section__heading {
	text-align: center;
	margin-bottom: 1.5rem;
}

.block-content-section--centered .block-content-section__checklist {
	text-align: left;
	width: 100%;
}

.block-content-section--centered .block-content-section__description {
	text-align: center;
}

.block-content-section--centered .block-content-section__actions {
	justify-content: center;
}

.block-content-section--centered .block-content-section__image {
	width: 100%;
	max-width: 800px;
}

.block-content-section--centered .block-content-section__img {
	max-width: 100%;
}

.block-content-section__dots {
	width: 120px;
	height: 140px;
	background-image: radial-gradient(circle, #4f83e8 2px, transparent 2px);
	background-size: 20px 20px;
	opacity: 0.3;
	position: absolute;
	bottom: 1.5rem;
	right: 5%;
	z-index: 0;
	pointer-events: none;
	display: none;
}

@media screen and (min-width: 37.5em) {

	.block-content-section__dots {
		display: block;
	}
}

@media screen and (min-width: 48em) {

	.block-content-section__dots {
		width: 140px;
		height: 160px;
		bottom: 2rem;
	}
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
