@charset "UTF-8";

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

hr:not([size]) {
	height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem;
	}
}

h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem;
	}
}

h4 {
	font-size: calc(1.275rem + .3vw);
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

abbr[data-original-title],
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	list-style: none;
}

dl,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: .875em;
}

mark {
	padding: .2em;
	background-color: #fcf8e3;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
	white-space: normal;
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

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

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.text-glow {
	background: linear-gradient(93.35deg, var(--secondary-color1) .57%, var(--secondary-color1) 82.96%);
	color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mix-blend-mode: normal;
	text-shadow: 0 0 15px rgba(255, 255, 255, .5);
	line-height: 1.2;
}

.text-glow-blue {
	background: linear-gradient(131.8deg, #04e4ff 0, #009cff 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #04e4ff;
	color: transparent;
	text-shadow: 0 0 10px rgba(4, 228, 255, .5);
}

.text-shadow-blue {
	color: var(--secondary-color3);
	text-shadow: 0 0 10px rgba(4, 228, 255, .5);
}

.hide-scrollbar {
	overflow: hidden;
}

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

.rotate-ico .icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

:root {
	--phone-width: 576px;
	--tablet-width: 768px;
	--desktop-width: 1112px;
	--desktop-width-sm: 1024px;
	--desktop-width-m: 1280px;
	--desktop-width-l: 1580px;
	--desktop-width-xl: 1660px;
	--desktop-width-xxl: 1820px;
	--content-width: 1440px;
	--blog-width: 1000px;
	--blog-text-width: 800px;
	--blog-head-width: clamp(768px, 70%, 992px);
	--page-gutter: 20px;
	--grid-gutter: 24px;
	--vertical-gap: 5vmin;
	--base-transition: .3s;
	--primary-color1: #01AFE9;
	--primary-color1-rgb: 1, 175, 233;
	--primary-color2: #1B2C5C;
	--primary-color2-rgb: 27, 44, 92;
	--primary-color3: #fff;
	--primary-color3-rgb: 255, 255, 255;
	--secondary-color1: #ffffff;
	--secondary-color2: #009CFF;
	--secondary-color2-rgb: 0, 156, 255;
	--secondary-color3: #04E4FF;
	--secondary-color4: transparent;
	--secondary-color5: #9536E5;
	--secondary-color6: #18CCFC;
	--secondary-color7: #131848;
	--secondary-color8: #90C404;
	--text-new1: #5F6568;
	--text-new2: #3B7BCE;
	--bg-color1: #F1F5FE;
	--body-bg: #fff;
	--body-bg-alt: #00042A;
	--body-bg-alt2: #00031F;
	--body-text-color: var(--primary-color2);
	--body-text-color-alt: var(--primary-color3);
	--titles-color: var(--primary-color2);
	--titles-color-alt: var(--secondary-color1);
	--titles-color-accent: var(--primary-color1);
	--primary-link-color: var(--primary-color1);
	--primary-link-color-alt: var(--secondary-color3);
	--border-color: #333;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--hero-bg-spacing: 12px;
}

@media (max-width:1112px) {
	:root {
		--page-gutter: 20px;
		--vertical-gap: 20px;
		--content-width: var(--tablet-width);
	}
}

@media (min-width:1661px) {
	:root {
		--vertical-gap: 70px;
	}
}

@media (min-width:1113px) and (max-width:1440px) {
	:root {
		--content-width: 1120px;
	}
}

@media (min-width:1441px) and (max-width:1660px) {
	:root {
		--content-width: 1280px;
	}
}

@media (min-width:1661px) {
	:root {
		--blog-head-width: 1120px;
	}
}

:root .page-template-template-blog.dark-on,
:root .single-post.dark-on,
:root .single-press.dark-on {
	--titles-color: var(--primary-color3);
}

:root .color-set-23 {
	--pretitle-color: var(--text-new2);
	--titles-color: var(--text-new2);
	--subtitle-color: var(--text-new1);
}

:root .color-set-23 .c-heading__title .ez-toc-section,
:root .color-set-23 .c-heading__title .ez-toc-section-end {
	display: none;
}

:root .color-set-23-2 {
	--subtitle-color: var(--text-new1);
}

@font-face {
	font-family: roboto;
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-300.woff2) format("woff2"), url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-300.woff) format("woff");
}

@font-face {
	font-family: roboto;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-regular.woff2) format("woff2"), url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-regular.woff) format("woff");
}

@font-face {
	font-family: roboto;
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-500.woff2) format("woff2"), url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-500.woff) format("woff");
}

@font-face {
	font-family: roboto;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-700.woff2) format("woff2"), url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-700.woff) format("woff");
}

@font-face {
	font-family: roboto;
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-900.woff2) format("woff2"), url(/wp-content/themes/digitalsilk/assets/fonts/roboto/roboto-v30-latin-900.woff) format("woff");
}

@font-face {
	font-family: raleway;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../../fonts/raleway/raleway-v17-latin-regular.woff2) format("woff2"), url(../../fonts/raleway/raleway-v17-latin-regular.woff) format("woff");
}

@font-face {
	font-family: raleway;
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url(../../fonts/raleway/raleway-v17-latin-500.woff2) format("woff2"), url(../../fonts/raleway/raleway-v17-latin-500.woff) format("woff");
}

@font-face {
	font-family: raleway;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(../../fonts/raleway/raleway-v17-latin-700.woff2) format("woff2"), url(../../fonts/raleway/raleway-v17-latin-700.woff) format("woff");
}

:root {
	--font-family-primary: "roboto", sans-serif;
	--font-family-secondary: "raleway", sans-serif;
	--base-text-size: 2rem;
	--base-text-font: var(--font-family-primary);
	--base-text-line-height: 1.6;
	--base-text-font-weight: 400;
	--bigger-text-size: 3rem;
	--larger-text-size: 2.2rem;
	--larger-text-font-weight: 400;
	--medium-text-size: 2rem;
	--smaller-text-size: 1.6rem;
	--smaller-text-font-weight: 400;
	--blog-text-size: 18px;
	--blog-text-font-weight: 400;
	--thin-text-font-weight: 300;
	--h-clamp-formula: 4.45vw + 1.5rem;
	--h1-font-size: 7.5rem;
	--h1-font-size-mobile: 42px;
	--h1-line-height: 1.1;
	--h1-letter-spacing: 0;
	--h1-margin-bottom: .7em;
	--h1-font: var(--font-family-primary);
	--h1-font-weight: 700;
	--h1-text-transform: uppercase;
	--h1-text-transform-none: none;
	--h2-font-size: 5.8rem;
	--h2-font-size-mobile: 30px;
	--h2-line-height: 1.2;
	--h2-letter-spacing: 0;
	--h2-margin-bottom: 15px;
	--h2-font: var(--font-family-primary);
	--h2-font-weight: 700;
	--h2-text-transform: none;
	--h3-font-size: 3.8rem;
	--h3-font-size-mobile: 28px;
	--h3-line-height: 1.2;
	--h3-letter-spacing: 0;
	--h3-margin-bottom: .5em;
	--h3-font: var(--font-family-primary);
	--h3-font-weight: 700;
	--h3-text-transform: none;
	--h4-font-size: 2.1rem;
	--h4-font-size-mobile: 16px;
	--h4-line-height: 1.5;
	--h4-letter-spacing: 1;
	--h4-margin-bottom: .5em;
	--h4-font: var(--font-family-primary);
	--h4-font-weight: 700;
	--h4-text-transform: none;
	--pretitle-color: #00B9FF;
	--pretitle-color-alt: var(--secondary-color1);
	--pretitle-font-size: 3.2rem;
	--pretitle-font-size-mobile: 15px;
	--pretitle-line-height: 1.2;
	--pretitle-letter-spacing: 1.1px;
	--pretitle-margin-bottom: .3em;
	--pretitle-font: var(--font-family-primary);
	--pretitle-font-weight: 700;
	--pretitle-text-transform: uppercase;
	--subtitle-color: var(--primary-color2);
	--subtitle-color-alt: var(--secondary-color1);
	--subtitle-font-size: 2.8rem;
	--subtitle-font-size-mobile: 20px;
	--subtitle-line-height: 1.4;
	--subtitle-letter-spacing: 1;
	--subtitle-margin-bottom: .3em;
	--subtitle-font: var(--font-family-primary);
	--subtitle-font-weight: 400;
	--subtitle-text-transform: none;
}

@media (max-width:1112px) {
	:root {
		--base-text-size: 2.25rem;
	}
}

@media (min-width:1113px) and (max-width:1660px) {
	:root {
		--h2-font-size: 5rem;
	}
}

.page-id-753 {
	--h1-font-size: 10rem;
}

:root {
	--btn-font-family: var(--font-family-primary);
	--btn-font-size: 20px;
	--btn-font-weight: 500;
	--btn-text-transform: none;
	--btn-padding-top-bottom: .7em;
	--btn-padding-left-right: 1.4em;
	--btn-border-radius: 0;
	--btn-primary-color: var(--secondary-color1);
	--btn-primary-color-hover: var(--primary-color2);
	--btn-primary-bg: rgba(255, 255, 255, 0.1);
	--btn-primary-border-color: var(--secondary-color1);
	--btn-primary-border: 1px;
	--btn-primary-shadow: 0px 0px 5px 1px rgba(31, 113, 162, 0.3), inset 0 0 5px 0 rgba(7, 118, 185, 0.3);
	--btn-secondary-color: var(--primary-color3);
	--btn-secondary-color-hover: var(--primary-color1);
	--btn-secondary-gradient: linear-gradient(131.8deg, #00C2FF 0%, #355AF8 100%);
	--btn-secondary-bg: var(--secondary-color1);
	--btn-secondary-bg-hover: var(--secondary-color2);
	--btn-secondary-border-color: var(--secondary-color2);
	--btn-secondary-border-color-hover: var(--secondary-color2);
	--btn-secondary-border: 1px;
	--btn-secondary-shadow: none;
	--btn-secondary-padding-top-bottom: 13px;
	--btn-secondary-padding-left-right: 4.8vmin;
	--btn-link-color: var(--primary-color1);
	--btn-link-color-hover: var(--primary-color2);
	--link-icon-color: var(--primary-color2);
	--btn-link-font-weight: 700;
	--button-flex-direction: row;
	--btn-simple-font-size: 18px;
	--btn-link-offset: 5px;
}

@media (min-width:1660px) {
	:root {
		--btn-link-offset: 35px;
	}
}

@media (max-width:1112px) {
	:root {
		--btn-font-size: 18px;
	}
}

:root {
	--label-font-size: 1.6rem;
	--label-font-weight: 400;
	--label-color: var(--primary-color3);
	--input-border-width: 1px;
	--input-border-radius: px;
	--input-padding-top-bottom: 10px;
	--input-padding-left-right: 15px;
	--input-font-size: 1.8rem;
	--input-font-weight: 400;
	--input-color: var(--primary-color1);
	--input-background-color: transparent;
	--input-border-color: var(--primary-color2);
	--form-row-margin-top-bottom: 15px;
	--form-row-margin-left-right: 0px;
	--message-font-size: 1.6rem;
	--message-line-height: 1.5;
	--message-font-weight: 400;
	--validation-error-color: #da747b;
	--validation-success-color: #50b2a0;
	--validation-notice-color: #ffb700;
}

:root {
	--header-hight: 100px;
}

:root {
	--l-block-gap-vertical: 15px;
	--l-block-gap-horizontal: 20px;
	--c-block-title-size: clamp(var(--h4-font-size-mobile), var(--h-clamp-formula), var(--h4-font-size));
	--c-block-title-weight: var(--h4-font-weight);
	--c-block-title-transform: var(--h4-text-transform);
	--c-block-title-color: var(--titles-color);
	--c-block-text-size: var(--base-text-size);
	--с-block-padding: 15px;
	--c-block-align: left;
	--c-block-bg: #fff;
	--c-block-color: inherit;
	--c-block-shadow: 0 0 4px 2px rgba(0, 0, 0, .05);
	--c-block-radius: 0;
}

:root .colors-inverted {
	--c-block-title-color: var(--primary-color3);
	--c-block-color: var(--secondary-color3);
}

.is-wysiwyg {
	--wysiwyg-margin: 1.5em;
	--wysiwyg-li-padding: 0 0 0 25px;
	--wysiwyg-li-bgp: 0 .2em;
	--wysiwyg-li-margin: 1em;
	--list-item-style: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8 0 16l3-8-3-7 10 7Z' fill='%2301AFE9'/%3E%3C/svg%3E");
}

.social-list {
	--social-icon-color: var(--primary-color1);
	--social-icon-color-hover: var(--primary-color3);
	--social-icon-bg: var(--primary-color2);
	--social-icon-bg-hover: var(--primary-color1);
	--social-icon-radius: 100px;
	--social-icon-size: 46px;
}

.l-posts {
	--l-block-col: 3;
	--с-block-padding: 15px 0;
	--c-block-bg: transparent;
	--c-block-radius: 15px;
	--c-block-shadow: none;
	--c-block-title-size: 2.5rem;
	--l-block-gap-horizontal: 3.1rem;
	--l-post-img-radius: 0;
	--l-post-img-ratio: 16/9;
	--l-post-date-size: 16px;
	--l-post-tag-size: 16px;
	--l-post-tag-color: #666;
	--l-post-tag-transform: uppercase;
	--l-post-tag-weight: 600;
}

.l-posts .l-heading-v2 {
	--h2-text-transform: none;
	--h2-letter-spacing: 0;
	--h2-font-weight: bold;
}

.hero {
	--c-block-bg: transparent;
	--c-block-shadow: none;
}

.m-slider {
	--swiper-outer-gap: 80px;
	--swiper-arrows-bg: rgba(255, 255, 255, .4);
	--swiper-arrows-color: var(--primary-color1);
	--swiper-arrows-shadow: 0 12px 14px rgba(33, 33, 33, 0.1), 0 4px 4px rgba(33, 33, 33, 0.1);
	--swiper-pagination-bullet-horizontal-gap: 5px;
	--swiper-pagination-bullet-size: 12px;
	--swiper-pagination-bullet-border: var(--primary-color1);
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-border-active: var(--primary-color1);
	--swiper-pagination-color: var(--primary-color1);
	--swiper-pagination-bullet-inactive-opacity: .8;
	--swiper-pagination-radius: 20px;
	--swiper-navigation-size: 50px;
	--thumb-size: 65px;
	--thumb-radius: 50%;
	--thumb-bd-size: 2px;
	--thumb-bd-color: var(--primary-color3);
	--thumb-bd-color-active: var(--primary-color2);
}

@media (max-width:1111px) {
	.m-slider {
		--swiper-navigation-size: 35px;
		--swiper-outer-gap: 20px;
	}
}

.single-post__content-wrap {
	--w-bg: #fff;
	--w-bg-alt: #F7F7FA;
	--w-color: var(--primary-color2);
	--w-shadow: 0 5px 30px rgba(27, 44, 92, 0.1);
	--w-radius: 5px;
}

.dark-on .single-post__content-wrap {
	--w-bg: #202B5B;
	--w-color: #fff;
	--w-bg-alt: #24244F;
}

html {
	font-size: 50%;
}

@media (min-width:1281px) {
	html {
		font-size: 54%;
	}
}

@media (min-width:1661px) {
	html {
		font-size: 62.5%;
	}
}

body {
	line-height: var(--base-text-line-height, 1);
	font-weight: var(--base-text-font-weight, 400);
	font-family: var(--font-family-primary);
	font-size: var(--base-text-size);
}

body {
	color: var(--body-text-color, #333);
	background-color: var(--body-bg, #fff);
}

[color-mode=dark] body {
	background-color: #222;
	color: var(--body-bg, #fff);
}

a {
	color: var(--primary-link-color);
}

[color-mode=dark] a {
	--primary-link-color: var(--primary-color3);
}

.colors-inverted {
	color: var(--body-text-color-alt);
	--section-title-color: var(--section-title-color-alt);
	--btn-link-color: var(--secondary-color1);
	--btn-secondary-gradient: linear-gradient(92.64deg, #6AFFF6 0%, #00E4FF 100%);
	--btn-secondary-color: var(--primary-color2);
}

body,
html {
	height: 100%;
	min-height: 100%;
}

.wrapper {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.site-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width:1112px) {
	.site-content {
		overflow: hidden;
	}

	.site-content iframe,
	.site-content img,
	.site-content video {
		max-width: 100%;
	}
}

.site-content,
.site-footer,
.site-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.container,
.container-fluid,
.inner-frame {
	margin-inline: auto;
	width: 100%;
}

.container-fluid.-on-top,
.container.-on-top,
.inner-frame.-on-top {
	position: relative;
	z-index: 2;
}

.container,
.inner-frame {
	padding-inline: var(--page-gutter);
	-webkit-transition: max-width var(--base-transition);
	transition: max-width var(--base-transition);
}

.container-fluid {
	padding-inline: var(--grid-outer-margin, 2em);
}

.container,
.inner-frame {
	max-width: calc(var(--content-width) + var(--page-gutter, 20px) * 2);
}

.container.-wider,
.inner-frame.-wider {
	--content-width: var(--desktop-width-l);
}

.container.-wide,
.inner-frame.-wide {
	--content-width: 1610px;
}

.container.-full,
.inner-frame.-full {
	--content-width: 1820px;
}

@media (max-width:766px) {

	.container.-narrow,
	.inner-frame.-narrow {
		--content-width: var(--phone-width);
	}
}

.site-content {
	min-height: 400px;
}

@media (max-width:1112px) {
	.site-content {
		margin-top: calc(var(--header-hight) * -1);
	}
}

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

@media (max-width:1112px) {

	.gap-top,
	.gap-top-l,
	.gap-top-s {
		padding-top: var(--vertical-gap);
	}

	.gap-bot,
	.gap-bot-l,
	.gap-bot-s {
		padding-bottom: var(--vertical-gap);
	}

	.gap-top-xl {
		padding-top: calc(var(--vertical-gap) * 2);
	}

	.gap-bot-xl {
		padding-bottom: calc(var(--vertical-gap) * 2);
	}
}

@media (min-width:1113px) {
	.gap-top {
		padding-top: var(--vertical-gap);
	}

	.gap-bot {
		padding-bottom: var(--vertical-gap);
	}

	.gap-top-s {
		padding-top: calc(var(--vertical-gap)/ 2);
	}

	.gap-bot-s {
		padding-bottom: calc(var(--vertical-gap)/ 2);
	}

	.gap-top-l {
		padding-top: calc(var(--vertical-gap) * 1.5);
	}

	.gap-bot-l {
		padding-bottom: calc(var(--vertical-gap) * 1.5);
	}

	.gap-top-xl {
		padding-top: calc(var(--vertical-gap) * 2);
	}

	.gap-bot-xl {
		padding-bottom: calc(var(--vertical-gap) * 2);
	}
}

@media (max-width:1112px) {
	.-desktop {
		display: none !important;
	}
}

@media (min-width:1113px) {
	.-mobile {
		display: none !important;
	}
}

.site-content>div>section {
	min-height: 220px;
}

.page-template-default.page .site-header__main,
.page-template-template-simple-text .site-header__main,
.page-template-template-styleguide .site-header__main,
.search .site-header__main {
	background-color: var(--primary-color2);
}

.page-template-default.page .site-content,
.page-template-template-simple-text .site-content,
.page-template-template-styleguide .site-content,
.search .site-content {
	padding-top: var(--header-hight);
}

@media (min-width:1113px) {
	.page-template-default.page .site-content {
		padding-top: calc(var(--header-hight) + 50px);
	}
}

.page-template-default.page .is-wysiwyg h1 {
	font-size: 6.2rem;
}

@media (max-width:1112px) {
	.site-header__top {
		display: none;
	}
}

@media (max-width:1112px) {
	.site-header__bottom {
		display: none;
	}
}

@media (max-width:1112px) {

	.site-header .-opacity.-desktop,
	.site-header .burger-icon::after,
	.site-header .nav-main__btn.-desktop {
		display: none;
	}
}

@media (min-width:1113px) {

	.-opacity.-mob,
	.nav-main__btn,
	.navbar-mobile {
		display: none;
	}
}

.nav-main {
	background-position: center bottom;
	background-size: cover;
	z-index: 2;
}

.nav-main .btn-bar {
	--btn-font-size: 20px;
}

@media (min-width:1113px) {

	.nav-main .btn-bar .c-btn,
	.nav-main .btn-bar .gform_button,
	.nav-main .btn-bar .wpcf7-submit {
		margin-left: -31px;
	}
}

.page-breadcrumb {
	margin-top: 4.4rem;
	position: relative;
	z-index: 11;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.page-breadcrumb a {
	color: var(--primary-color3);
	font-weight: 400;
}

.page-breadcrumb a:hover {
	text-decoration: underline;
}

.page-breadcrumb .breadcrumb_last {
	font-weight: 700;
}

.page-breadcrumb svg {
	fill: #04e4ff;
}

.page-breadcrumb svg path {
	fill: #04e4ff;
}

.page-breadcrumb>span .icon {
	max-width: 12px;
	max-height: 12px;
	margin-right: 6px;
	margin-left: 6px;
}

.page-breadcrumb>span span:first-child a {
	padding-left: 28px;
	margin-left: -28px;
	display: inline-block;
}

.page-breadcrumb .icon {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	pointer-events: none;
}

@media (max-width:1111px) {
	.page-breadcrumb {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:1113px) {
	.page-breadcrumb {
		padding-left: 12px;
	}
}

@media (min-width:1113px) {
	.hero.-has-breadcrumbs {
		padding-top: 110px;
	}

	.hero.-has-breadcrumbs .c-block__inner {
		--c-block-padding: 30px 30px 30px 30px;
	}
}

.hero.-has-breadcrumbs .c-block__media.projects .m-slider {
	padding-top: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.separator {
	height: 2px;
	width: 15%;
	background-color: var(--secondary-color3);
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}

.separator-x {
	height: inherit;
	width: 1px;
	margin: 0 2%;
	background-color: var(--secondary-color1);
	opacity: .5;
}

.img-invert {
	-webkit-filter: invert(1);
	filter: invert(1);
	opacity: .5;
}

.dm-none {
	display: none;
}

@media (min-width:1112px) {
	.dm-none {
		display: block;
	}
}

@media (min-width:1112px) {
	.dd-none {
		display: none;
	}
}

.pb-10 {
	padding-bottom: 10px;
}

[data-object-fit=cover] {
	-o-object-fit: cover;
	object-fit: cover;
}

[data-object-fit=contain] {
	-o-object-fit: contain;
	object-fit: contain;
}

.-nobg {
	background-image: none !important;
}

.-nowrap {
	white-space: nowrap;
}

.bg-auto {
	background-size: auto;
}

.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-transparent {
	background-color: transparent;
}

.bg-dark {
	background-color: var(--body-bg-alt);
}

.bg-gradient {
	background: linear-gradient(131.8deg, rgba(149, 54, 229, .7019607843) 0, rgba(89, 54, 229, .7019607843) 46.87%, rgba(4, 228, 255, .7019607843) 100%);
}

.bg-bottom {
	background-position: bottom;
}

.bg-center {
	background-position: center;
}

.bg-left {
	background-position: left;
}

.bg-left-bottom {
	background-position: left bottom;
}

.bg-left-top {
	background-position: left top;
}

.bg-right {
	background-position: right;
}

.bg-right-bottom {
	background-position: right bottom;
}

.bg-right-top {
	background-position: right top;
}

.bg-top {
	background-position: top;
}

.bg-repeat {
	background-repeat: repeat;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.bg-repeat-x {
	background-repeat: repeat-x;
}

.bg-repeat-y {
	background-repeat: repeat-y;
}

.bg-repeat-round {
	background-repeat: round;
}

.bg-repeat-space {
	background-repeat: space;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-col-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.items-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.items-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.content-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.content-between {
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.content-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.content-evenly {
	-ms-flex-line-pack: space-evenly;
	align-content: space-evenly;
}

.self-auto {
	-ms-flex-item-align: auto;
	align-self: auto;
}

.self-start {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.self-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.justify-items-auto {
	justify-items: auto;
}

.justify-items-start {
	justify-items: start;
}

.justify-items-end {
	justify-items: end;
}

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

.justify-items-stretch {
	justify-items: stretch;
}

.flex-left,
.justify-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-right,
.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex-center,
.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.justify-evenly {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.justify-self-auto {
	justify-self: auto;
}

.justify-self-start {
	justify-self: start;
}

.justify-self-end {
	justify-self: end;
}

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

.justify-self-stretch {
	justify-self: stretch;
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.flex-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-initial {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-none {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.flex-grow-0 {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.flex-grow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.flex-shrink {
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-first {
	-webkit-box-ordinal-group: -9998;
	-ms-flex-order: -9999;
	order: -9999;
}

.order-last {
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.order-none {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

:root {
	--grid-gutter-width: 0;
	--grid-outer-margin: 20px;
	--grid-gutter-compensation: calc((var(--grid-gutter-width) * 0.5) * -1);
	--grid-half-gutter-width: calc((var(--grid-gutter-width) * 0.5));
}

.row {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: var(--grid-gutter-compensation, -.5em);
	margin-left: var(--grid-gutter-compensation, -.5em);
}

.row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: var(--grid-half-gutter-width, .5rem);
	padding-left: var(--grid-half-gutter-width, .5rem);
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: var(--grid-half-gutter-width, .5rem);
	padding-left: var(--grid-half-gutter-width, .5rem);
}

.col-xs {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.middle-xs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottom-xs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.last-xs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width:768px) {

	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-offset-0,
	.col-sm-offset-1,
	.col-sm-offset-10,
	.col-sm-offset-11,
	.col-sm-offset-12,
	.col-sm-offset-2,
	.col-sm-offset-3,
	.col-sm-offset-4,
	.col-sm-offset-5,
	.col-sm-offset-6,
	.col-sm-offset-7,
	.col-sm-offset-8,
	.col-sm-offset-9 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: var(--grid-half-gutter-width, .5rem);
		padding-left: var(--grid-half-gutter-width, .5rem);
	}

	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-sm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-sm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:1112px) {
	:root {
		--grid-gutter-width: 24px;
		--grid-outer-margin: 24px;
	}

	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-offset-0,
	.col-md-offset-1,
	.col-md-offset-10,
	.col-md-offset-11,
	.col-md-offset-12,
	.col-md-offset-2,
	.col-md-offset-3,
	.col-md-offset-4,
	.col-md-offset-5,
	.col-md-offset-6,
	.col-md-offset-7,
	.col-md-offset-8,
	.col-md-offset-9 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: var(--grid-half-gutter-width, .5rem);
		padding-left: var(--grid-half-gutter-width, .5rem);
	}

	.col-md {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-md {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-md {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:1280px) {

	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-offset-0,
	.col-lg-offset-1,
	.col-lg-offset-10,
	.col-lg-offset-11,
	.col-lg-offset-12,
	.col-lg-offset-2,
	.col-lg-offset-3,
	.col-lg-offset-4,
	.col-lg-offset-5,
	.col-lg-offset-6,
	.col-lg-offset-7,
	.col-lg-offset-8,
	.col-lg-offset-9 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: var(--grid-half-gutter-width, .5rem);
		padding-left: var(--grid-half-gutter-width, .5rem);
	}

	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.last-lg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.box-row {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1em;
	margin-bottom: 0;
	background: #007fff;
	border: 1px solid #fff;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.footer-animeted_globs {
	-webkit-transform-origin: 10vmin 60vmin;
	transform-origin: 10vmin 60vmin;
}

.header-animeted_globs {
	display: none;
	-webkit-animation: unset;
	animation: unset;
	-webkit-transform-origin: 20vmin 80vmin;
	transform-origin: 20vmin 80vmin;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	opacity: .6;
}

.spinner {
	opacity: .8;
	pointer-events: none;
	contain: layout;
	pointer-events: none;
}

@media (max-width:1112px) {
	.spinner-inn {
		display: none;
	}
}

@media (min-width:1113px) {
	.spinner-inn {
		position: absolute;
		width: 100%;
		height: 100%;
		max-height: 150vh;
		-webkit-transform: translate(-15%, -8%);
		transform: translate(-15%, -8%);
		-webkit-animation: rotation 16s infinite linear;
		animation: rotation 16s infinite linear;
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	.spinner-inn img {
		width: 100%;
		max-width: 100%;
		height: auto;
		-webkit-transform: scale(2.5) translate3d(0, 0, 0);
		transform: scale(2.5) translate3d(0, 0, 0);
		-webkit-filter: blur(5px);
		filter: blur(5px);
		pointer-events: none;
	}
}

@media (min-width:1113px) and (min-width:1661px) {
	.spinner-inn img {
		-webkit-filter: blur(2px);
		filter: blur(2px);
	}
}

.section-raq .spinner-inn {
	bottom: -80vh;
}

@media (min-width:1113px) {
	.spinner.in-view-r[data-scroll=out] .spinner-inn {
		-webkit-animation: none;
		animation: none;
	}

	.spinner.in-view-r[data-scroll=in] .spinner-inn {
		-webkit-animation: rotation 16s infinite linear;
		animation: rotation 16s infinite linear;
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}

	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}

	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes rotationCV {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotationCV {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.hero,
.m-banner,
.nav-main__wrap,
.s-category-tabs,
.s-services-custom {
	overflow: hidden;
}

.hero .spinner,
.m-banner .spinner,
.nav-main__wrap .spinner,
.s-category-tabs .spinner,
.s-services-custom .spinner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 0;
}

.hero .spinner {
	z-index: 0;
}

.s-services-custom .spinner-inn {
	width: 350vmin;
	height: 350vmin;
	-webkit-transform: translate(-25%, -38%);
	transform: translate(-25%, -38%);
}

section:not(.wrapped-sections) .section {
	overflow: hidden;
	position: relative;
}

section:not(.wrapped-sections) .section .container {
	position: relative;
	z-index: 2;
}

.wrapped-sections .section .container {
	position: relative;
	z-index: 2;
}

.box-cta .spinner,
.s-difference .spinner,
.s-experts .spinner,
.s-our-work .spinner,
.s-projects .spinner,
.s-services .spinner,
.s-tabs-slider .spinner,
.s-team .spinner,
.wrapped-sections .spinner {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
}

.box-cta .spinner.-top-cut .spinner-inn,
.s-difference .spinner.-top-cut .spinner-inn,
.s-experts .spinner.-top-cut .spinner-inn,
.s-our-work .spinner.-top-cut .spinner-inn,
.s-projects .spinner.-top-cut .spinner-inn,
.s-services .spinner.-top-cut .spinner-inn,
.s-tabs-slider .spinner.-top-cut .spinner-inn,
.s-team .spinner.-top-cut .spinner-inn,
.wrapped-sections .spinner.-top-cut .spinner-inn {
	width: 350vmin;
	height: 350vmin;
	-webkit-transform: translate(-25%, -50%);
	transform: translate(-25%, -50%);
}

.box-cta .spinner.-bottom-cut,
.s-difference .spinner.-bottom-cut,
.s-experts .spinner.-bottom-cut,
.s-our-work .spinner.-bottom-cut,
.s-projects .spinner.-bottom-cut,
.s-services .spinner.-bottom-cut,
.s-tabs-slider .spinner.-bottom-cut,
.s-team .spinner.-bottom-cut,
.wrapped-sections .spinner.-bottom-cut {
	inset: auto 0 0;
}

.box-cta .spinner.-bottom-cut .spinner-inn,
.s-difference .spinner.-bottom-cut .spinner-inn,
.s-experts .spinner.-bottom-cut .spinner-inn,
.s-our-work .spinner.-bottom-cut .spinner-inn,
.s-projects .spinner.-bottom-cut .spinner-inn,
.s-services .spinner.-bottom-cut .spinner-inn,
.s-tabs-slider .spinner.-bottom-cut .spinner-inn,
.s-team .spinner.-bottom-cut .spinner-inn,
.wrapped-sections .spinner.-bottom-cut .spinner-inn {
	width: 350vmin;
	height: 350vmin;
	-webkit-transform: translate(-25%, 50%);
	transform: translate(-25%, 50%);
}

.s-services .spinner {
	height: 150%;
	z-index: 0;
}

.s-our-work .spinner,
.s-projects .spinner,
.s-tabs-slider .spinner {
	opacity: .8;
}

.s-our-work .spinner-inn,
.s-projects .spinner-inn,
.s-tabs-slider .spinner-inn {
	-webkit-transform: translate(-25%, -50%);
	transform: translate(-25%, -50%);
}

.s-blog-section .spinner {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
}

.form-section,
.s-text-box,
.sections-group {
	overflow: hidden;
	position: relative;
}

.form-section .spinner,
.s-text-box .spinner,
.sections-group .spinner {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
}

.s-text-box .spinner-inn {
	bottom: 0;
	-webkit-transform: translate(-15%, 55%);
	transform: translate(-15%, 55%);
}

.m-banner {
	width: 100%;
	background-color: var(--body-bg-alt);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

.wrapped-sections .m-banner {
	background-color: transparent;
}

.m-banner__container {
	position: relative;
	min-height: var(--bannerHeight, auto);
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-lap .m-banner__container {
	padding-top: var(--header-hight);
}

@media (max-width:1112px) {
	.m-banner__container {
		overflow: hidden;
	}
}

.m-banner__content {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-left: 0;
	padding-right: 0;
}

.m-banner__content .c-heading {
	--h2-margin-bottom: 20px;
	width: 60%;
}

.m-banner__content .c-heading__pre {
	text-transform: var(--h1-text-transform);
}

.m-banner__content .c-heading__pre h1 span {
	background-image: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

@media (max-width:767px) {
	.m-banner__content .c-heading__pre {
		max-width: 360px;
	}
}

@media (max-width:1112px) {
	.m-banner__content .c-heading__pre {
		margin: 0 auto var(--pretitle-margin-bottom);
	}
}

@media (min-width:1113px) {
	.m-banner__content .c-heading__pre {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.m-banner__content .c-heading__pre h1 {
		display: block;
	}
}

.m-banner__content .c-heading__pre h1 {
    font-weight: bold;
    display: inline;
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 62px;
}

.c-heading__sub span {
	font-size: 16px;
}

.m-banner__content .c-heading p {
	margin-bottom: 0;
	color: #fff;
}

.-slideover.gform_button,
.-slideover.wpcf7-submit,
.c-btn.-slideover {
	text-transform: uppercase;
	color: var(--text-new2);
	background: var(--primary-color3);
	position: relative;
	-webkit-transition: all .3s!important;
	transition: all .3s!important;
	padding: 0;
	font-weight: 700;
	letter-spacing: .9px;
	position: relative;
	top: 20px;
}

.-slideover.gform_button:before,
.-slideover.wpcf7-submit:before,
.c-btn.-slideover:before {
	content: "";
	position: absolute;
	inset: -1px;
	background: linear-gradient(94deg,#009cff -2.26%,#9536e5 63.14%);
	-webkit-filter: blur(9px);
	filter: blur(9px);
	z-index: -1;
	pointer-events: none;
}

.-slideover.gform_button>span, .-slideover.wpcf7-submit>span, .c-btn.-slideover>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: var(--btn-padding-top-bottom,10px) 24px var(--btn-padding-top-bottom,10px) 20px;
    overflow: hidden;
    position: relative;
    font-size: 24px;
    padding: 0px 22px;
    top: -8px;
    position: relative;
    background-image: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.-slideover.gform_button>span:first-child span,
.-slideover.wpcf7-submit>span:first-child span,
.c-btn.-slideover>span:first-child span {
	position: relative;
	z-index: 2;
}

.-slideover.gform_button>span:before,
.-slideover.wpcf7-submit>span:before,
.c-btn.-slideover>span:before {
	content: "";
	position: absolute;
	inset: -1px -20% -1px -20%;
	background: linear-gradient(94deg,#009cff -2.26%,#9536e5 63.14%);
	z-index: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	border-radius: 100%;
	pointer-events: none;
}

.-slideover.gform_button>span:after,
.-slideover.wpcf7-submit>span:after,
.c-btn.-slideover>span:after {
	content: "";
	position: absolute;
	inset: -1px -20% -1px -20%;
	background: linear-gradient(94deg,#009cff -2.26%,#9536e5 63.14%);
	z-index: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: slideUp1Reverse .3s 1;
	animation: slideUp1Reverse .3s 1;
	pointer-events: none;
}

.-slideover.gform_button .c-btn__ico,
.-slideover.wpcf7-submit .c-btn__ico,
.c-btn.-slideover .c-btn__ico {
	margin-left: 8px;
}

.-slideover.gform_button:hover,
.-slideover.wpcf7-submit:hover,
.c-btn.-slideover:hover {
	color: var(--primary-color3);
}

.-slideover.gform_button:hover>span:before,
.-slideover.wpcf7-submit:hover>span:before,
.c-btn.-slideover:hover>span:before {
	-webkit-animation: slideUp1 .3s 1 forwards;
	animation: slideUp1 .3s 1 forwards;
}

.-slideover.gform_button:hover>span:after,
.-slideover.wpcf7-submit:hover>span:after,
.c-btn.-slideover:hover>span:after {
	-webkit-animation: none;
	animation: none;
}

.m-banner__content .text-center .c-heading__pre,
.m-banner__content.text-center .c-heading__pre {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.m-banner__media {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.m-banner__media iframe,
.m-banner__media img,
.m-banner__media picture,
.m-banner__media video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.has-overlay .m-banner__media:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: var(--overlay-color);
	opacity: var(--overlay-opacity);
	z-index: 1;
}

.fixed-header.single-product .m-banner {
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
}

.m-banner--large .m-banner__content {
	min-height: 44vh;
	max-height: 900px;
	height: 90vh;
}

@media (min-width:376px) {
	.m-banner--large .m-banner__content {
		height: 70vh;
	}
}

@media (min-width:767px) and (max-width:1112px) {
	.m-banner--large .m-banner__content {
		height: 90vh;
		max-height: none;
	}
}

@media (min-width:1113px) {
	.m-banner--large .m-banner__content {
		height: 90vh;
		max-height: none;
	}
}

@media (max-width:766px) {
	.m-banner--large .m-banner__content {
		text-align: center;
	}
}

.m-banner--large+.s-our-work,
.m-banner--large+.s-services {
	padding: 0;
}

.m-banner--large+.s-services {
	padding-bottom: 0;
	position: relative;
}

.m-banner--large+.s-services .container {
	position: relative;
	z-index: 3;
}

.m-banner--large+.s-services::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000327), to(transparent));
	background-image: linear-gradient(to bottom, #000327 80%, transparent 100%);
	background-repeat: repeat-x;
	z-index: 2;
}

.m-banner--medium .m-banner__container,
.m-banner--small .m-banner__container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 60px 20px;
}

@media (max-width:1112px) {

	.m-banner--medium .m-banner__container,
	.m-banner--small .m-banner__container {
		padding-top: 100px;
	}
}

@media (max-width:1112px) {

	.m-banner--medium .m-banner__content,
	.m-banner--small .m-banner__content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}

	.m-banner--medium .m-banner__content .c-heading,
	.m-banner--small .m-banner__content .c-heading {
		text-align: left;
	}
}

@media (max-width:1112px) {

	.m-banner--medium,
	.m-banner--small {
		background-image: radial-gradient(circle at right 20%, rgba(0, 185, 255, .5215686275) -6%, rgba(177, 0, 254, .4784313725) 32%, #00031f 97%), radial-gradient(circle at left top, rgba(186, 0, 133, .5098039216) -6%, rgba(177, 0, 254, .3098039216) 32%, rgba(1, 147, 240, .1803921569) 97%), radial-gradient(circle at center top, rgba(186, 0, 133, .5098039216) -6%, rgba(177, 0, 254, .3098039216) 22%, rgba(2, 157, 255, .5215686275) 57%);
	}

	.m-banner--medium .spinner,
	.m-banner--small .spinner {
		display: none;
	}
}

.m-banner--small .text-big {
	margin: 0 auto clamp(40px, 7vmin, 70px);
	text-align: center;
}

.m-banner--small .m-banner__text {
	width: 100%;
	margin-bottom: clamp(30px, 4vmin, 40px);
}

@media (min-width:767px) {
	.m-banner--small .m-banner__text {
		width: clamp(550px, 50%, 100%);
		margin-inline: auto;
	}
}

@media (max-width:1111px) {
	.m-banner--small .m-banner__container {
		min-height: 360px;
	}
}

@media (min-width:1112px) {
	.m-banner--blog {
		--bannerHeight: var(--banner-height--blog, 420px);
		text-align: center;
	}

	.m-banner--small {
		--bannerHeight: var(--banner-height--small, 300px);
	}

	.m-banner--small .m-banner__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: clamp(40px, 12.5vmin, 120px) 0 clamp(40px, 10vmin, 100px);
	}

	.m-banner--small .text-big {
		max-width: 45vw;
	}

	.m-banner--small .m-banner__video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.m-banner--small .m-banner__video .invideo-close {
		top: 40px;
		right: 40px;
	}

	.m-banner--small .m-banner__video .invideo-link {
		left: 33.5%;
		right: 33.5%;
		top: 70.2%;
		padding-top: 9%;
	}

	.m-banner--medium {
		--bannerHeight: var(--banner-height--medium, 450px);
	}

	.m-banner--medium+.s-services {
		padding-bottom: 14vmin;
	}

	.m-banner--full {
		--bannerHeight: var(--banner-height--full, 100vh);
	}

	.m-banner--full .m-banner__container {
		max-height: 960px;
	}

	/*.m-banner--large {
		min-height: var(--banner-height--large, auto)
	}*/;
}

.m-banner .-h1 {
	--subtitle-text-transform: uppercase;
	--subtitle-font-size: 3.2rem;
	--subtitle-letter-spacing: 0;
	--subtitle-margin-bottom: .5em;
}

.home-hero {
	--pretitle-font-size: 2.6rem;
	--pretitle-font-weight: 900;
	--pretitle-letter-spacing: .1em;
	--h1-text-transform-none: uppercase;
}

@media (max-width:766px) {
	.home-hero {
		--pretitle-margin-bottom: 20px;
	}
}

.page-web-design .home-hero {
	--h1-text-transform-none: capitalize;
}

.home-hero .m-banner__media:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	top: 85vh;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#00042a), color-stop(70.39%, rgba(0, 3, 31, .72)), color-stop(77%, rgba(0, 3, 31, .62)), color-stop(95%, rgba(1, 17, 65, .2)), to(rgba(1, 17, 65, 0)));
	background-image: linear-gradient(0deg, #00042a 0, rgba(0, 3, 31, .72) 70.39%, rgba(0, 3, 31, .62) 77%, rgba(1, 17, 65, .2) 95%, rgba(1, 17, 65, 0) 100%);
	background-repeat: repeat-x;
	z-index: 2;
	pointer-events: none;
}

@media (max-width:766px) {
	.home-hero .m-banner__media:after {
		top: 60vh;
	}
}

.home-hero .m-banner__media .mob-covers {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-hero .m-banner__media .mob-covers img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: bottom center;
	width: 100%;
	height: 100%;
	display: none;
}

@media (max-width:766px) {
	.home-hero .m-banner__media {
		max-height: 855px;
	}

	.home-hero .m-banner__media .mob-covers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.home-hero .m-banner__media .mob-covers .-tablet {
		display: none;
	}

	.home-hero .m-banner__media .mob-covers .-phone {
		display: block;
	}
}

@media (min-width:767px) and (max-width:1112px) {
	.home-hero .m-banner__media {
		max-height: 890px;
	}

	.home-hero .m-banner__media .mob-covers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.home-hero .m-banner__media .mob-covers .-tablet {
		display: block;
	}

	.home-hero .m-banner__media .mob-covers .-phone {
		display: none;
	}
}

.home-hero .m-banner__media video {
	-o-object-position: top;
	object-position: top;
}

@media (max-width:1111px) {
	.home-hero .m-banner__media video {
		display: none;
	}
}

.home-hero .m-banner__video {
	top: 0;
}

.hide-scrollbar .home-hero {
	z-index: 999;
}

@media (max-width:1112px) {
	.home-hero .m-banner__video-container {
		position: relative;
		z-index: 3;
		margin-top: auto;
	}

	.home-hero .m-banner__video-container .c-heading__title {
		font-size: 24px;
	}
}

@media (max-width:766px) {
	.home-hero {
		padding-top: 20px;
	}
}

.c-icon-scroll {
	display: none;
}

@media (min-width:1113px) {
	.c-icon-scroll {
		display: block;
		position: absolute;
		left: 2vw;
		top: 68vh;
		width: 20px;
		pointer-events: none;
	}
}

@media (min-width:1113px) and (min-width:1661px) {
	.c-icon-scroll {
		left: 6vw;
		top: 75vh;
	}
}

@media (min-width:1113px) {
	.hero .c-icon-scroll {
		left: 2vw;
		top: 65vh;
		z-index: 2;
	}
}

@media (min-width:1113px) and (min-width:1661px) {
	.hero .c-icon-scroll {
		left: 4vw;
	}
}

@media (min-width:1113px) and (max-width:1439px) {
	.hero .c-icon-scroll {
		display: none;
	}
}

@media (min-width:1113px) {

	.c-icon-scroll img,
	.c-icon-scroll svg {
		width: 20px;
	}
}

.hero .c-btn__pre,
.home-hero .c-btn__pre {
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: .12em;
}

.hero .c-btn__main,
.home-hero .c-btn__main {
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 1;
}

.hero .c-btn__sub,
.home-hero .c-btn__sub {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .12em;
	opacity: .7;
}

.page-branding .m-banner__video-container {
	opacity: 0;
	pointer-events: none;
	display: none;
}

.page-branding .m-banner .-h1 {
	margin-top: 3vmin;
	--subtitle-text-transform: none;
	--subtitle-font-size: 2.8rem;
	--subtitle-letter-spacing: 0;
	--h1-line-height: 1.1;
	--h1-margin-bottom: 30px;
}

.swiper:not(.swiper-initialized) .m-slider__arrows {
	display: none;
}

.l-banner {
	width: 100%;
	position: relative;
	padding-top: var(--banner-top-padding, 0);
	padding-bottom: var(--banner-bot-padding, 0);
	z-index: 2;
}

@media (max-width:767px) {
	.l-banner {
		text-align: center;
	}
}

.l-banner__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width:1113px) {
	.l-banner__media {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

.l-banner__media .c-image {
	height: 100%;
	width: 100%;
}

.m-banner {
	--banner-height--small: 300px;
	--banner-height--medium: 500px;
	--banner-height--blog: 400px;
	--banner-height--full: 100vh;
	--banner-height--large: 130vh;
	--banner-top-padding: 5vmin;
	--banner-bot-padding: 5vmin;
	--overlay-opacity: .9;
	--overlay-color: var(--primary-color1);
}

.m-banner__video-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 3;
}

@media (max-width:1112px) {
	.m-banner__video-container {
		padding-bottom: 40px;
		text-align: center;
	}
}

@media (min-width:1921px) {
	.m-banner__video-container.-small {
		padding: 60px 0;
	}
}

.m-banner__video-container.-hero {
	max-width: 580px;
	margin-inline: auto;
	padding-top: 30px;
}

.m-banner__video-container.-hero:before {
	content: "";
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, .4)), color-stop(65%, rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 35%, rgba(255, 255, 255, .4) 65%, rgba(255, 255, 255, 0) 100%);
}

.m-banner__video-container.-hero .-play.gform_button .c-btn__ico svg,
.m-banner__video-container.-hero .-play.wpcf7-submit .c-btn__ico svg,
.m-banner__video-container.-hero .c-btn.-play .c-btn__ico svg {
	max-width: 88px;
}

.m-banner__video {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100vh;
}

.m-banner__video.-hidden {
	display: none;
	opacity: 0;
}

.m-banner__video.is-enabled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
	z-index: 3;
	background-color: rgba(27, 44, 92, .95);
}

@media (max-width:766px) {
	.m-banner__video.is-enabled {
		padding-block: 100px;
	}
}

@media (min-width:767px) {
	.m-banner__video.is-enabled {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.m-banner__video .invideo-close {
	position: absolute;
	top: 75px;
	right: 10px;
	padding: 0;
	color: #fff;
	z-index: 100;
	background: 0 0;
	border: none;
	width: 30px;
	height: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width:1113px) {
	.m-banner__video .invideo-close {
		top: 75px;
	}
}

@media (min-width:1281px) {
	.m-banner__video .invideo-close {
		top: 90px;
	}
}

@media (min-width:1661px) {
	.m-banner__video .invideo-close {
		top: 120px;
	}
}

.m-banner__video .invideo-close svg {
	width: 30px;
	height: 30px;
}

.m-banner__video .invideo-link {
	position: absolute;
	z-index: 3;
	left: 30.8%;
	right: 30.8%;
	top: 67%;
	padding-top: 10%;
}

.m-banner__video .invideo-link.show {
	display: block;
}

.m-banner__video .invideo-link a {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 7px;
	left: 8px;
	right: 5px;
	-webkit-box-shadow: 0 0 0 0 rgba(7, 118, 185, .3), 0 0 0 0 rgba(7, 118, 185, .3) inset;
	box-shadow: 0 0 0 0 rgba(7, 118, 185, .3), 0 0 0 0 rgba(7, 118, 185, .3) inset;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (hover:hover) {
	.m-banner__video .invideo-link a:hover {
		-webkit-box-shadow: 0 0 30px 0 rgba(7, 118, 185, .3), 0 0 17px 0 rgba(7, 118, 185, .3) inset;
		box-shadow: 0 0 30px 0 rgba(7, 118, 185, .3), 0 0 17px 0 rgba(7, 118, 185, .3) inset;
	}
}

.m-banner__video .invideo-link a span {
	font-size: 0;
}

.m-banner__video-wrap {
	position: relative;
	max-height: 390px;
}

@media (min-width:768px) {
	.m-banner__video-wrap {
		max-height: 450px;
	}
}

@media (min-width:1113px) {
	.m-banner__video-wrap {
		max-height: 560px;
	}
}

@media (min-width:1281px) {
	.m-banner__video-wrap {
		max-height: 650px;
	}
}

@media (min-width:1661px) {
	.m-banner__video-wrap {
		max-height: 840px;
	}
}

.m-banner__video-wrap,
.m-banner__video-wrap video {
	height: 100%;
	width: 100%;
}

.m-banner__video-wrap video {
	-o-object-fit: cover;
	object-fit: cover;
}

.m-banner__video-controls {
	position: absolute;
	bottom: 80px;
	right: 30px;
}

@media (max-width:1111px) {
	.m-banner__video-controls {
		bottom: 20px;
		right: 10px;
	}
}

.hero {
	overflow: hidden;
	background-color: var(--primary-color2);
	position: relative;
}

@media (min-width:1661px) {
	.hero {
		--h2-font-size: 6rem;
	}
}

@media (max-width:1112px) {
	.hero {
		padding-top: var(--header-hight);
		background-image: radial-gradient(circle at left 5%, rgba(0, 185, 255, .5) -6%, rgba(169, 74, 210, .4) 32%, #00031f 97%), radial-gradient(circle at center right, rgba(110, 0, 186, .58) -6%, rgba(128, 83, 255, .28) 32%, rgba(2, 157, 255, .4) 57%);
	}

	.hero .spinner {
		display: none;
	}
}

.hero+.section {
	padding-top: 6vmin;
}

.hero.has-gradient {
	background-image: radial-gradient(circle at left 5%, rgba(0, 185, 255, .5) -6%, rgba(169, 74, 210, .4) 32%, #00031f 97%), radial-gradient(circle at center right, rgba(110, 0, 186, .58) -6%, rgba(128, 83, 255, .28) 32%, rgba(2, 157, 255, .4) 57%);
}

@media (min-width:1113px) {
	.wrapped-sections .hero.has-gradient {
		background-image: none;
	}
}

.hero .hero-row.c-block {
	position: relative;
	z-index: 2;
}

@media (max-width:1112px) {
	.hero .hero-row.c-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:766px) {
	.hero .hero-row.c-block {
		padding-top: 30px;
	}
}

.hero .hero-row .m-slider__arrows.-prev .icon {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	max-width: 100%;
	max-height: 100%;
}

.hero .hero-row .m-slider__arrows.-next .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	max-width: 100%;
	max-height: 100%;
}

@media (max-width:1111px) {
	.hero .hero__item .c-block__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		max-width: 550px;
		margin: 0 auto 40px;
	}
}

.hero .c-block__media.projects {
	display: block;
	text-align: left;
}

@media (max-width:1112px) {
	.hero .c-block__media.projects {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.hero .c-block__media.projects-tabs-wrapper {
	position: relative;
}

.hero .c-block__media.projects-tabs-wrapper:after {
	content: "";
	position: absolute;
	top: 75%;
	left: 0;
	bottom: 0;
	right: -24px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 43, 90, .3)), color-stop(41.48%, rgba(27, 43, 90, 0))), rgba(0, 0, 0, .2);
	background: linear-gradient(180deg, rgba(27, 43, 90, .3) 0, rgba(27, 43, 90, 0) 41.48%), rgba(0, 0, 0, .2);
	z-index: -1;
}

@media (max-width:1112px) {
	.hero .c-block__media.projects-tabs-wrapper:after {
		left: -24px;
	}
}

.hero .c-block__media.projects-tabs-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -24px;
	background: linear-gradient(131.8deg, #009cff 0, #9536e5 100%);
	z-index: -1;
	background-size: 120% 120%;
	-webkit-animation: gradient 5s ease infinite;
	animation: gradient 5s ease infinite;
}

@media (max-width:1112px) {
	.hero .c-block__media.projects-tabs-wrapper:before {
		left: -24px;
	}
}

.hero .c-block__media.projects .m-tabs {
	--tbnav-transform: unset;
}

@media (min-width:1112px) {
	.hero .c-block__media.projects .m-tabs {
		padding-right: 5.8vmin;
	}
}

.hero .c-block__media.projects .l-dcbl {
	--tbpanel-padding: clamp(35px, 5vmin, 50px) 30px 0 30px;
}

.hero .c-block__media.projects .old_structure .l-tbpanel {
	padding-top: 10vmin;
}

@media (min-width:1921px) {
	.hero .c-block__media.projects .old_structure .l-tbpanel .c-image__primary img {
		max-height: 600px;
	}
}

.hero .c-block__media.projects .l-tbpanel,
.hero .c-block__media.projects .m-slider__slide {
	--tb-padding-bot: clamp(35px, 5vmin, 50px);
	padding-left: 24px;
	padding-top: 0;
}

.hero .c-block__media.projects .l-tbpanel .c-image,
.hero .c-block__media.projects .m-slider__slide .c-image {
	max-width: 300px;
	margin: 0 auto;
}

@media (min-width:1112px) {

	.hero .c-block__media.projects .l-tbpanel .c-image,
	.hero .c-block__media.projects .m-slider__slide .c-image {
		max-width: 35vw;
	}
}

.hero .c-block__media.projects .l-tbpanel .c-image__primary,
.hero .c-block__media.projects .m-slider__slide .c-image__primary {
	padding-bottom: 100%;
	height: 0;
	width: 100%;
}

.hero .c-block__media.projects .l-tbpanel .c-image__primary img,
.hero .c-block__media.projects .m-slider__slide .c-image__primary img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	max-height: 95%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media (min-width:1920px) {

	.hero .c-block__media.projects .l-tbpanel .c-image__primary img,
	.hero .c-block__media.projects .m-slider__slide .c-image__primary img {
		max-height: 650px;
	}
}

@media (max-width:1112px) {

	.hero .c-block__media.projects .l-tbpanel,
	.hero .c-block__media.projects .m-slider__slide {
		padding-left: 0;
	}

	.hero .c-block__media.projects .l-tbpanel__label,
	.hero .c-block__media.projects .m-slider__slide__label {
		display: none;
	}
}

.hero .c-block__media.projects .l-tbnav {
	gap: 5px;
	padding-left: 24px;
	padding-top: 20px;
	border-bottom: none;
}

@media (max-width:767px) {
	.hero .c-block__media.projects .l-tbnav {
		overflow: hidden;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
	}
}

.hero .c-block__media.projects .l-tbnav.hide_nav {
	display: none;
}

.hero .c-block__media.projects .c-tbnav {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	background-color: transparent;
	color: rgba(255, 255, 255, .6);
	border: none;
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}

@media (max-width:767px) {
	.hero .c-block__media.projects .c-tbnav {
		min-width: 25%;
		height: auto;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}

.hero .c-block__media.projects .c-tbnav__all {
	max-width: 75px;
	padding-bottom: 20px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border: none;
}

@media (max-width:767px) {
	.hero .c-block__media.projects .c-tbnav__all {
		max-width: 40px;
		min-width: 30px;
	}
}

.hero .c-block__media.projects .c-tbnav__all:after {
	display: none;
}

.hero .c-block__media.projects .c-tbnav__all.is-active .icon {
	padding: 1px;
	border: 2px solid var(--secondary-color2);
}

.hero .c-block__media.projects .c-tbnav__all .icon {
	width: 48px;
	height: 48px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width:767px) {
	.hero .c-block__media.projects .c-tbnav__all .icon {
		width: 30px;
		height: 30px;
	}
}

.hero .c-block__media.projects .c-tbnav__label {
	font-weight: 700;
	font-size: clamp(16px, 1.25vw, 22px);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hero .c-block__media.projects .c-tbnav__label-title {
	font-weight: inherit;
}

@media (max-width:767px) {
	.hero .c-block__media.projects .c-tbnav__label-title {
		font-size: 13px;
		line-height: 1.1;
		margin-bottom: 5px;
		white-space: normal;
		padding-right: 20px;
		position: relative;
	}
}

.hero .c-block__media.projects .c-tbnav__label-ico {
	margin-left: 3px;
	opacity: 0;
	display: inline-block;
	-webkit-transform: translate(-25px, 6px);
	transform: translate(-25px, 6px);
	-webkit-transition: opacity .3s ease-in, -webkit-transform .3s;
	transition: opacity .3s ease-in, -webkit-transform .3s;
	transition: transform .3s, opacity .3s ease-in;
	transition: transform .3s, opacity .3s ease-in, -webkit-transform .3s;
}

@media (max-width:767px) {
	.hero .c-block__media.projects .c-tbnav__label-ico {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.hero .c-block__media.projects .c-tbnav__label-ico,
.hero .c-block__media.projects .c-tbnav__label-ico svg {
	width: 17px;
	height: 17px;
}

@media (max-width:767px) {

	.hero .c-block__media.projects .c-tbnav__label-ico,
	.hero .c-block__media.projects .c-tbnav__label-ico svg {
		width: 12px;
		height: 12px;
	}
}

.hero .c-block__media.projects .c-tbnav__label-desc {
	display: block;
	font-weight: 400;
	font-size: clamp(10px, .75vw, 14px);
	line-height: 1.3;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 100%;
}

@media (max-width:1112px) {
	.hero .c-block__media.projects .c-tbnav__label-desc {
		white-space: normal;
		width: 100%;
	}
}

@media (min-width:1113px) {
	.hero .c-block__media.projects .c-tbnav__label-desc {
		letter-spacing: .1em;
	}
}

.hero .c-block__media.projects .c-tbnav::after {
	content: " ";
	position: absolute;
	background: linear-gradient(93.63deg, #04e4ff 1.61%, #9536e5 98.62%);
	bottom: -4px;
	left: 0;
	width: 0;
	height: 8px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, width .3s;
	transition: opacity .3s, width .3s;
}

@media (hover:hover) {
	.hero .c-block__media.projects .c-tbnav:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
	}
}

.hero .c-block__media.projects .c-tbnav.is-active {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.hero .c-block__media.projects .c-tbnav.is-active .c-tbnav__label-ico {
	opacity: 1;
	-webkit-transform: translate(2px, -2px);
	transform: translate(2px, -2px);
}

@media (max-width:767px) {
	.hero .c-block__media.projects .c-tbnav.is-active .c-tbnav__label-ico {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}
}

.hero .c-block__media.projects .c-tbnav.is-active::after {
	width: 100%;
	height: 8px;
	opacity: 1;
}

.hero .c-block__media.projects .m-slider__nav {
	--swiper-arrows-bg: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin: 20px 0 0;
}

.hero .c-block__media.projects .m-slider__nav .m-slider__pagination {
	width: auto;
	margin: 0;
	bottom: auto;
}

.hero .c-block__media.projects .m-slider__nav .m-slider__pagination .swiper-pagination-bullet {
	height: 5px;
	width: 20px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .5);
	border: none;
}

.hero .c-block__media.projects .m-slider__nav .m-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--primary-color1);
}

.hero .c-block__media.projects .m-slider__nav .m-slider__arrows {
	position: relative;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	opacity: 1 !important;
}

.hero .c-block__media.projects .m-slider__nav .m-slider__arrows.swiper-button-disabled {
	opacity: .5 !important;
}

.hero .c-block__media.projects .m-slider__nav .m-slider__arrows:hover {
	background: 0 0;
}

.hero .c-block__media.projects .m-slider__nav .m-slider__arrows:hover .icon {
	color: #fff;
}

.hero .c-block__media.projects .m-slider {
	padding-top: 40px;
}

@media (min-width:1661px) {
	.hero .c-block__media.projects .m-slider {
		padding-top: 100px;
	}
}

.hero .c-block__media.projects .m-slider+.m-banner__video-container {
	padding-top: 10px;
	margin-top: 2rem;
	padding-bottom: 0;
}

.hero .c-block__media.projects .m-slider .c-image {
	max-height: 520px;
}

.hero .c-block__media.projects .m-slider .c-image img {
	-o-object-position: center bottom;
	object-position: center bottom;
	max-width: 600px;
	max-height: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	left: 50%;
	top: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width:1921px) {
	.hero .c-block__media.projects .m-slider .c-image img {
		max-height: 520px;
	}
}

@media (min-width:1661px) {
	.hero .hero__item {
		margin-left: 70px;
	}
}

.hero .c-heading {
	margin-bottom: 18px;
}

.hero__cert-list {
	margin-top: 6vmin;
	width: auto;
	min-width: 100%;
}

.hero__cert-list.-mobile {
	margin-top: 0;
}

@media (min-width:768px) {
	.hero__cert-list.-mobile {
		display: none;
	}
}

@media (max-width:767px) {
	.hero__cert-list:not(.-mobile) {
		display: none;
	}
}

@media (min-width:1113px) {
	.hero__cert-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.hero__cert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 52%;
	flex-basis: 52%;
	font-size: 15px;
}

@media (min-width:768px) {
	.hero__cert {
		font-size: 20px;
		-ms-flex-preferred-size: calc(50% - 11px);
		flex-basis: calc(50% - 11px);
	}
}

@media (min-width:1661px) {
	.hero__cert {
		-ms-flex-preferred-size: calc(50% - 15px);
		flex-basis: calc(50% - 15px);
	}
}

@media (min-width:1113px) {
	.hero__cert {
		font-size: 15px;
	}
}

.hero__cert:last-of-type {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:766px) {
	.hero__cert:last-of-type {
		-ms-flex-preferred-size: 42%;
		flex-basis: 42%;
	}
}

@media (min-width:1660px) {
	.hero__cert {
		font-size: 2rem;
	}
}

.hero__cert img {
	margin-right: 10px;
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width:1113px) and (max-width:1659px) {
	.hero__cert img {
		max-width: 90%;
		max-height: 50px;
	}
}

.hero__cert p {
	margin-bottom: 5px;
	font-weight: 500;
}

.hero__cert:last-of-type {
	padding-left: 0;
}

.hero__cert.hor {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hero__cert.hor:last-child img {
	min-width: 83px;
}

.hero__cert-cont p {
	font-weight: 500;
}

@media (min-width:1660px) {
	.hero__cert-cont p {
		margin-bottom: 1px;
	}
}

.hero__cert-cont svg {
	width: 120px;
	height: auto;
	max-height: 26px;
	max-width: 100%;
}

@media (min-width:576px) {
	.hero__cert-cont svg {
		width: 160px;
	}
}

.hero .m-banner__video {
	top: 0;
}

@media (min-width:1113px) {
	.hero .projects:after {
		content: "Featured Work";
		color: #fff;
		opacity: .1;
		font-size: 4.5rem;
		font-weight: 700;
		text-transform: uppercase;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		white-space: nowrap;
		position: absolute;
		right: 10px;
		top: 17vmin;
	}
}

@media (min-width:1113px) and (min-width:1661px) {
	.hero .projects:after {
		top: calc(var(--header-hight) + 30px);
		font-size: 5.2rem;
		right: 1vw;
	}
}

.hero .new_structure .c-block {
	padding-top: 40px;
}

.hero .new_structure .c-block .c-image {
	max-height: 650px;
}

.hero .new_structure .c-block .c-image img {
	-o-object-position: center bottom;
	object-position: center bottom;
	max-width: 600px;
	-o-object-fit: contain;
	object-fit: contain;
	max-height: 75% !important;
}

.hero .new_structure .l-tbnav {
	display: none;
}

.hero .new_structure .l-tbpanel {
	overflow: hidden;
}

.hero .new_structure .l-tbpanel__item.has-loop .c-block {
	-webkit-animation: tab-appear .8s cubic-bezier(.34, 1.56, .64, 1) 1 forwards;
	animation: tab-appear .8s cubic-bezier(.34, 1.56, .64, 1) 1 forwards;
}

.hero .new_structure .l-tbpanel__item.has-loop .c-block .c-image {
	-webkit-animation: tab-disappear .3s ease-out 1 forwards;
	animation: tab-disappear .3s ease-out 1 forwards;
	-webkit-animation-delay: 3.8s;
	animation-delay: 3.8s;
}

.hero.ny-spec {
	background-color: var(--body-bg-alt2);
	overflow: hidden;
	z-index: 1;
}

.hero.ny-spec .spinner {
	display: none;
}

.hero.ny-spec:before {
	content: "";
	position: absolute;
	width: 70vw;
	height: 100vh;
	bottom: 60%;
	left: -20%;
	border-radius: 100%;
	background: radial-gradient(ellipse at center, rgba(4, 228, 255, .8) 0, rgba(4, 228, 255, 0) 70%);
}

.hero.ny-spec:after {
	content: "";
	position: absolute;
	width: 110vw;
	height: 150vh;
	border-radius: 100%;
	top: -50%;
	right: -50%;
	background: radial-gradient(ellipse at center, rgba(4, 228, 255, .8) 0, rgba(4, 228, 255, 0) 60%);
}

.hero.ny-spec>.container:before {
	content: "";
	position: absolute;
	width: 110vw;
	height: 170vh;
	bottom: -50%;
	left: -24%;
	border-radius: 100%;
	background: radial-gradient(ellipse at center, rgba(136, 66, 220, .9) 0, rgba(136, 66, 220, 0) 70%);
}

@-webkit-keyframes tab-appear {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes tab-appear {
	0% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes tab-disappear {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-120%);
		transform: translateX(-120%);
	}
}

@keyframes tab-disappear {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-120%);
		transform: translateX(-120%);
	}
}

.s-services.section.bg-dark {
	background-color: rgba(0, 4, 42, .831372549);
}

body:not(.wp-admin) .read-more-wrapper .read-more-text {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height .3s, opacity .3s;
	transition: max-height .3s, opacity .3s;
}

body:not(.wp-admin) .read-more-wrapper.is-active .read-more-text {
	opacity: 1;
}

body:not(.wp-admin) .read-more-wrapper.is-active .c-btn__ico {
	-webkit-transform: rotate(45deg) translateX(0) !important;
	transform: rotate(45deg) translateX(0) !important;
}

body:not(.wp-admin) .read-more-wrapper.is-active .-arrow-down .c-btn__ico {
	-webkit-transform: translateX(10px) rotate(-90deg) !important;
	transform: translateX(10px) rotate(-90deg) !important;
}

.read-more-wrapper {
	cursor: pointer;
}

.read-more-wrapper .c-btn,
.read-more-wrapper .gform_button,
.read-more-wrapper .wpcf7-submit {
	cursor: pointer;
}

.read-more-wrapper .c-btn__ico {
	-webkit-transition: all .5s cubic-bezier(.42, 0, .74, 1.7);
	transition: all .5s cubic-bezier(.42, 0, .74, 1.7);
	-webkit-transform: rotate(0) translateX(0) !important;
	transform: rotate(0) translateX(0) !important;
}

.read-more-wrapper .-arrow-down.gform_button .c-btn__ico,
.read-more-wrapper .-arrow-down.wpcf7-submit .c-btn__ico,
.read-more-wrapper .c-btn.-arrow-down .c-btn__ico {
	-webkit-transform: translateX(10px) rotate(90deg) !important;
	transform: translateX(10px) rotate(90deg) !important;
}

.read-more-wrapper .phantom-more {
	display: none;
	pointer-events: none;
}

.read-more-wrapper .phantom-more .-more.gform_button,
.read-more-wrapper .phantom-more .-more.wpcf7-submit,
.read-more-wrapper .phantom-more .c-btn.-more {
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
	font-weight: 700;
	font-size: 1.6rem;
}

.read-more-wrapper .phantom-more .-more.gform_button svg,
.read-more-wrapper .phantom-more .-more.wpcf7-submit svg,
.read-more-wrapper .phantom-more .c-btn.-more svg {
	max-height: 14px;
	-webkit-transform: translateXS(-1px);
	transform: translateXS(-1px);
}

.read-more-wrapper.is-active .read-more-text {
	opacity: 1;
}

@media (max-width:1112px) {
	.read-more-wrapper.is-active .phantom-more {
		display: none;
	}
}

.c-heading__sub .read-more-wrapper .read-more-text {
	-webkit-transition: max-height .9s, opacity .6s;
	transition: max-height .9s, opacity .6s;
}

.wrapped-sections .m-partners {
	background-color: var(--body-bg-alt);
}

@media (max-width:574px) {
	.s-achievements .hero-list-item:first-child span {
		padding-left: 21px;
	}
}

.s-achievements {
	position: relative;
	z-index: 11;
}

.site-content>div>.s-achievements {
	min-height: 100px;
}

.s-achievements .hero-list-actual {
	margin-top: 4vw;
}

.innerhero-bg_wrap {
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
}

.inerhero-bg_wrap-colsin {
	grid-column-gap: var(--hero-bg-spacing);
	grid-row-gap: var(--hero-bg-spacing);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 10%;
	right: auto;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

@media (max-width:766px) {
	.inerhero-bg_wrap-colsin {
		left: -10%;
	}
}

.hero-bg_wrap-col {
	grid-column-gap: var(--hero-bg-spacing);
	grid-row-gap: var(--hero-bg-spacing);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 36%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.hero-bg_wrap-col:nth-child(odd) .v-scroll {
	animation-direction: reverse;
}

@media (max-width:574px) {
	.hero-bg_wrap-col {
		width: 75%;
	}
}

.hero-bg_wrap-slides {
	grid-column-gap: var(--hero-bg-spacing);
	grid-row-gap: var(--hero-bg-spacing);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero-bg_wrap_slide {
	aspect-ratio: 16/9;
	border-radius: 5px;
	overflow: hidden;
}

.hero-bg_wrap_slide img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hero-bg-gradient_overlay {
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44.55%, rgba(0, 4, 42, 0)), to(rgba(0, 4, 42, .6))), -webkit-gradient(linear, left top, right top, from(rgba(0, 4, 42, .5)), color-stop(43.39%, rgba(0, 4, 42, .31)), color-stop(83.44%, rgba(0, 4, 42, 0)));
	background: linear-gradient(180deg, rgba(0, 4, 42, 0) 44.55%, rgba(0, 4, 42, .6) 100%), linear-gradient(90deg, rgba(0, 4, 42, .5) 0, rgba(0, 4, 42, .31) 43.39%, rgba(0, 4, 42, 0) 83.44%);
}

.hero-bg-gradient_overlay:after {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	height: 30%;
	width: 40%;
	background-color: #24004f;
	-webkit-box-shadow: 0 0 20em 20em #24004e;
	box-shadow: 0 0 20em 20em #24004e;
	border-radius: 50%;
	opacity: .9;
}

@media (max-width:766px) {
	.hero-bg-gradient_overlay:after {
		top: 30%;
		height: 40%;
		opacity: .77;
	}
}

.innerclient-slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	-webkit-column-gap: 10vmin;
	-moz-column-gap: 10vmin;
	column-gap: 10vmin;
	height: 100px;
	margin-top: -1px;
	background-color: #03042a;
	z-index: 1;
}

.innerclient-slides .slider-css {
	-webkit-column-gap: 10vmin;
	-moz-column-gap: 10vmin;
	column-gap: 10vmin;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: scroll 45s linear infinite;
	animation: scroll 45s linear infinite;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

@media (max-width:766px) {
	.innerclient-slides .slider-css {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
}

.innerclient-slides.paused .slider-css {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.innerclient-slides .m-slide__media img {
	display: block;
	height: auto;
}

.innerclient-slides .client-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.home-hero {
	--h1-margin-bottom: .5em;
}

.home-hero.m-banner .-h1 {
	--subtitle-font-size: 2.4rem;
	--subtitle-text-transform: capitalize;
	--subtitle-letter-spacing: 0;
	--subtitle-font-size-mobile: 18px;
}

.home-hero .c-heading.-h1 {
	max-width: 820px;
}

@media (max-width:766px) {
	.home-hero .c-heading__sub {
		margin-top: 20px;
		margin-bottom: 50px;
	}
}

@media (max-width:574px) {
	.home-hero .c-heading__sub {
		margin-left: auto;
		margin-right: auto;
		max-width: 232px;
	}
}

@-webkit-keyframes scroll {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(calc(-100% - 5rem));
		transform: translateX(calc(-100% - 5rem));
	}
}

@keyframes scroll {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(calc(-100% - 5rem));
		transform: translateX(calc(-100% - 5rem));
	}
}

@-webkit-keyframes heroscroll {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes heroscroll {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.v-scroll {
	-webkit-animation: heroscroll 75s linear infinite;
	animation: heroscroll 75s linear infinite;
}

.paused .v-scroll {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.-h1,
.is-wysiwyg h1 {
	line-height: var(--h1-line-height, 1);
	font-weight: var(--h1-font-weight, 600);
	font-family: var(--h1-font);
	margin-bottom: var(--h1-margin-bottom, .5em);
	text-transform: var(--h1-text-transform-none);
	letter-spacing: var(--h1-letter-spacing, 0);
	font-size: clamp(var(--h1-font-size-mobile), var(--h-clamp-formula), var(--h1-font-size));
	color: var(--titles-color);
}

@media (max-width:574px) {

	.-h1,
	.is-wysiwyg h1 {
		--pretitle-font-size: 2.7rem;
	}
}

.-h1 .colors-inverted,
.is-wysiwyg h1 .colors-inverted {
	color: var(--titles-color-alt);
}

.-h2,
.is-wysiwyg h2 {
	line-height: var(--h2-line-height, 1);
	font-weight: var(--h2-font-weight, 600);
	font-family: var(--h2-font);
	text-transform: var(--h2-text-transform);
	letter-spacing: var(--h2-letter-spacing, 0);
	font-size: clamp(var(--h2-font-size-mobile), var(--h-clamp-formula), var(--h2-font-size));
	margin-bottom: var(--h2-margin-bottom, .5em);
	--pretitle-font-size: 2.2rem;
	--subtitle-font-size: 2.4rem;
}

.-h2 .c-heading__title,
.is-wysiwyg h2 .c-heading__title {
	margin-bottom: var(--h2-margin-bottom, .5em);
}

.-h3,
.is-wysiwyg h3 {
	--subtitle-font-weight: 400;
	line-height: var(--h3-line-height, 1);
	font-weight: var(--h3-font-weight, 600);
	font-family: var(--h3-font);
	text-transform: var(--h3-text-transform);
	letter-spacing: var(--h3-letter-spacing, 0);
	font-size: clamp(var(--h3-font-size-mobile), var(--h-clamp-formula), var(--h3-font-size));
	margin-bottom: var(--h3-margin-bottom, .5em);
}

.-h4,
.is-wysiwyg h4 {
	line-height: var(--h4-line-height, 1);
	font-weight: var(--h4-font-weight, 400);
	font-family: var(--h4-font);
	text-transform: var(--h4-text-transform);
	letter-spacing: var(--h4-letter-spacing, 0);
	font-size: clamp(var(--h4-font-size-mobile), var(--h-clamp-formula), var(--h4-font-size));
	margin-bottom: var(--h4-margin-bottom, .5em);
}

.c-heading__title {
	position: relative;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	line-height: inherit;
	margin: 0;
	z-index: 1;
	color: var(--titles-color);
}

.c-heading__title p {
	margin: 0 !important;
}

.colors-inverted .c-heading__title {
	color: var(--titles-color-alt);
}

.-h2 .c-heading__title span {
	background-image: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;

}

.text-center .c-heading__title {
	margin-left: auto;
	margin-right: auto;
}

.c-heading__title .ez-toc-section {
	padding: 0 !important;
}

.c-heading__pre {
	color: var(--pretitle-color, var(--primary-color2));
	line-height: var(--pretitle-line-height, 1.4);
	letter-spacing: var(--pretitle-letter-spacing, 0);
	margin-bottom: var(--pretitle-margin-bottom, .5em);
	font-family: var(--pretitle-font);
	font-weight: var(--pretitle-font-weight, 500);
	text-transform: var(--pretitle-text-transform);
	font-size: var(--pretitle-font-size-mobile, 18px);
}

.c-heading__pre p {
	margin: 0 !important;
}

@media (min-width:1113px) {
	.c-heading__pre {
		font-size: var(--pretitle-font-size, 2.4rem);
	}
}

.colors-inverted .c-heading__pre,
.style-dark .c-heading__pre {
	color: var(--pretitle-color-alt);
}

.text-white .c-heading__pre {
	--pretitle-color-alt: var(--primary-color3);
}

.text-white .c-heading__pre:not(.text-bold) {
	--pretitle-font-weight: 400;
}

.c-heading__pre.-reverse::before {
	content: " ";
	width: 45px;
	height: 1px;
	margin-right: 25px;
	background-color: var(--primary-color1);
	display: inline-block;
}

.c-heading__sub {
	color: var(--subtitle-color, var(--primary-color2));
	line-height: var(--subtitle-line-height, 1.4);
	letter-spacing: var(--subtitle-letter-spacing, 0);
	margin: var(--subtitle-margin-bottom, .5em) 0;
	font-family: var(--subtitle-font);
	font-weight: var(--subtitle-font-weight, 500);
	text-transform: var(--subtitle-text-transform);
	font-size: var(--subtitle-font-size-mobile, 18px);
}

.c-heading__sub p {
	margin: 0 !important;
}

@media (min-width:1113px) {
	.c-heading__sub {
    line-height: 22px;
    text-transform: capitalize;
}

	.c-heading__sub b {
		font-size: 3.2rem;
	}
}

.colors-inverted .c-heading__sub,
.style-dark .c-heading__sub {
	color: var(--subtitle-color-alt);
}

.c-heading__text {
	font-size: var(--base-text-size);
}

.text-center .c-heading {
	margin-inline: auto;
	text-align: center;
	max-width: 1400px;
}

.floatbox .fbIcon {
	display: none !important;
}

.c-heading.text-center {
	max-width: 1400px;
	margin-inline: auto;
}

body.home {
	--h1-font-size: 10rem;
}

.l-heading-v1 {
	--h1-font-size: 8rem;
	--h2-letter-spacing: 0;
	--h2-font: var(--font-family-primary);
	--h2-font-weight: 700;
	--h2-font-size: 3rem;
	--h2-font-size-mobile: 30px;
	--h2-text-transform: unset;
	--h2-line-height: 1;
	--h2-margin-bottom: 21px;
	--subtitle-color: var(--primary-color1);
	--subtitle-font-size: 1.8rem;
	--subtitle-letter-spacing: 0;
}

.l-heading-v1 .-h2 {
	--pretitle-font-size: 2rem;
	--pretitle-color: var(--secondary-color2);
	--pretitle-letter-spacing: 0;
	--pretitle-margin-bottom: 20px;
}

@media (min-width:1113px) and (max-width:1660px) {
	.l-heading-v1 {
		--h2-font-size: 4rem;
	}
}

@media (min-width:1661px) {
	.l-heading-v1 {
		--h2-font-size: 4.5rem;
	}
}

.l-heading-v2 {
	--h2-letter-spacing: .1em;
	--h2-font: var(--font-family-primary);
	--h2-font-weight: 500;
	--h2-text-transform: uppercase;
	--pretitle-color: var(--secondary-color2);
	--pretitle-font-size: 2rem;
	--pretitle-letter-spacing: 0;
	--pretitle-margin-bottom: 20px;
	--subtitle-color: var(--primary-color1);
	--subtitle-font-size: 1.8rem;
	--subtitle-letter-spacing: 0;
	--h2-font-size: 2.8rem;
}

.l-heading-v3 {
	--h2-letter-spacing: 0;
	--h2-font: var(--font-family-primary);
	--h2-font-weight: 400;
	--h2-text-transform: none;
	--pretitle-color: var(--secondary-color2);
	--pretitle-font-size: 2rem;
	--pretitle-letter-spacing: 0;
	--pretitle-margin-bottom: 20px;
	--subtitle-color: var(--primary-color1);
	--subtitle-font-size: 1.8rem;
	--subtitle-letter-spacing: 0;
	--h2-font-size: 3.5rem;
}

.l-heading-v4 {
	--h2-letter-spacing: 0;
	--h2-font: var(--font-family-primary);
	--h2-font-weight: 700;
	--h2-text-transform: none;
	--h2-margin-bottom: .8em;
	--pretitle-color: var(--secondary-color2);
	--pretitle-font-size: 2rem;
	--pretitle-letter-spacing: 0;
	--pretitle-margin-bottom: 20px;
	--subtitle-color: var(--primary-color2);
	--subtitle-font-size: 2.2rem;
	--subtitle-letter-spacing: 0;
	--subtitle-font-weight: 400;
	--h2-font-size: 4.2rem;
}

.l-heading-v5 {
	--h2-letter-spacing: 0;
	--h2-font-size: 5rem;
	--h2-font: var(--font-family-primary);
	--h2-font-weight: 700;
	--h2-text-transform: none;
	--h2-margin-bottom: .1em;
	--pretitle-color: var(--secondary-color2);
	--pretitle-font-size: 2rem;
	--pretitle-letter-spacing: 0;
	--pretitle-margin-bottom: 20px;
	--subtitle-color: var(--primary-color2);
	--subtitle-font-size: 2.2rem;
	--subtitle-letter-spacing: 0;
	--subtitle-font-weight: 400;
}

@media (min-width:1661px) {
	.l-heading-v5 {
		--h2-font-size: 6.2rem;
	}
}

.l-heading-v6 .c-heading {
	--h2-letter-spacing: 0;
	--h2-font-size: 5rem;
	--h2-font: var(--font-family-primary);
	--h2-font-weight: 700;
	--h2-text-transform: none;
	--h2-margin-bottom: .1em;
	--pretitle-color: var(--titles-color);
	--pretitle-font-size: 18px;
	--pretitle-font-weight: 400;
	--pretitle-letter-spacing: 0;
	--pretitle-margin-bottom: 20px;
	--pretitle-text-transform: none;
	--subtitle-color: var(--primary-color2);
	--subtitle-font-size: 2.2;
	--subtitle-letter-spacing: 0;
	--subtitle-font-weight: 400;
}


/*------------footer css------------------*/
.site-footer {
	background: linear-gradient(89deg, #0570B8 0%, #009CFF 100%);
	padding: 60px 0px;
}

.site-footer h2 {
	margin-bottom: 5.5rem !important;
	font-size: 60px;
}

.footernav {
	border-left: 1px solid #424242;
	padding: 0 20px;
	position: relative;
}

.footernav h4 {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	padding-bottom: 22px;
}

.footernav ul li a {
	position: relative;
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	color: #fff;
}

.footernav::before {
	content: "";
	position: absolute;
	background: linear-gradient(94deg,#fab5ba -2.26%,#ed2832 63.14%);
	pointer-events: none;
	left: 0px;
	top: 0px;
	left: -1px;
	top: 0px;
	width: 2px;
	height: 36px;
}

.site-footer__logo {
	width: 280px;
	position: relative;
	display: block;
}

.site-footer__logo img {
	width: 100%;
}

.footer-break {
	position: relative;
	margin-bottom: 15px;
}

.footer-break::after {
	position: absolute;
	content: "";
	width: 74%;
	background: #e8e8e8;
	height: 1px;
	right: 0px;
	bottom: 23px;
}

.footer-bottom {
	padding: 50px 0px;
  background: #fff;
}

.offices-grid__item {
	display: flex;
}

.city-abbreviation {
	font-size: 45px;
	line-height: 1;
	font-weight: 900;
	opacity: .15;
	padding-right: 12px;
	letter-spacing: -2px;
}
.address1{line-height: 20px;}
/*------------footer css stop------------------*/

.s-professional-services .headertext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-image__src {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-professional-services .l-dcbl .c-block__col {
	position: relative;
}

.s-professional-services .l-dcbl .c-block__col::before {
	position: absolute;
	content: "";
	right: 30px;
	top: 0px;
	width: 1px;
	height: 100%;
	background: #7450eb36;
}

.s-professional-services .l-dcbl .c-block__col:nth-child(2n+2)::before {
	display: none;
}







/*// aboutus start // */

.aboutus {
    width: 100%;
    padding: 90px 0px 30px;
    position: relative;
    background: #ffffff;
    z-index: 1;
}


.aboutus::after {
	content: "";
	position: absolute;
	width: 50vw;
	height: 50vw;
	bottom: 5%;
	left: -20%;
	border-radius: 100%;
	background: radial-gradient(ellipse at center, rgba(4, 228, 255, .8) 0, rgba(4, 228, 255, 0) 70%);
	opacity: .2;
	z-index: -1;
}

.aboutus_left {
	width: 100%;
	position: relative;
}

.aboutarea {
	width: 90%;
	margin: 0 auto;
}

.aboutus_left h4 {
	font-size: 92px !important;
	font-weight: 800 !important;
	line-height: 1em;
	text-transform: uppercase;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-clip: border-box;
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: rotate(-180deg);
	writing-mode: vertical-rl;
	cursor: none;
	transition: all .3s ease-in-out;
	top: 0px;
	left: -85px;
	position: absolute;
	z-index: 1;
	background-image: linear-gradient(108deg, #0079d08f 0, #9e52d854 32%, #da365c52 84%, #d0490194 100%);
}

.circle_brand {
	position: absolute;
	top: -45px;
	right: -30px;
}

.circle_brand img {
	width: 100%;
	max-width: 150px;
	height: 150px;
}

#line1 {
	-webkit-animation: rotation 7s infinite linear;
}

.aboutus_leftpic {
	height: 535px;
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: 50px;
}

.aboutus_leftpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutus_leftpic:after {
	position: absolute;
	content: "";
	background-image: url(https://www.webtechnomind.com/wp-content/uploads/2025/04/about-us-imaeg-mask.svg);
}

.aboutus_right {
	width: 100%;
	padding-left: 50px;
}

.aboutus p {
    font-size: 16px;
    color: #000000;
}

.counter_row {
	width: 90%;
	margin-top: 20px;
}

.counter-box {
    text-align: center;
    border-right: 1px solid rgb(210 68 25 / 14%);
    display: block;
}
.counter-box span {
	background-image: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	line-height: 50px;
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2;
}

.counter {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 28px;
}

.counter-box.colored p, .counter-box.colored i, .counter-box.colored .counter {
    color: #000000;
}

.services_top h4, .industries_top h4, .aboutus h4, .latest_blog h4, .feedback h4 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: bold;
}
.aboutus_right h5 {
	background-image: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 17px;
}
/*// aboutus start // */


.-slideover.gform_button>span:first-child span, .-slideover.wpcf7-submit>span:first-child span, .c-btn.-slideover>span:first-child span {
	position: initial !important;
}

.is-wysiwyg p {
	color: #fff;
}
.office-address span {
    font-size: 20px;
    font-weight: 600;
}
.address1 span {
	font-size: 16px;
	font-weight: 400;
}












