
.wpml-ls-legacy-list-vertical {
	display: table;
	max-width: 100%;
	border: 1px solid transparent;
	border-bottom: 0;
}

.wpml-ls-legacy-list-vertical > ul {
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}

.wpml-ls-legacy-list-vertical .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wpml-ls-legacy-list-vertical a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding: 5px 10px;
	line-height: 1;
}

.wpml-ls-legacy-list-vertical a span {
	vertical-align: middle;
}

.wpml-ls-legacy-list-vertical .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
}

.wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
	margin-left: .4em;
}

.rtl .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
	margin-left: 0;
	margin-right: .4em;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
	margin-bottom: 30px;
}
/*# sourceMappingURL=frontend.css.map*/

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

body {
	margin: 0;
}

main {
	display: block;
}

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

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

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

a {
	background-color: transparent;
}

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

b, strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1400px) {
	.d-desktop-none {
		display: none !important;
	}
	
	.d-desktop-inline {
		display: inline !important;
	}
	
	.d-desktop-inline-block {
		display: inline-block !important;
	}
	
	.d-desktop-block {
		display: block !important;
	}
	
	.d-desktop-table {
		display: table !important;
	}
	
	.d-desktop-table-row {
		display: table-row !important;
	}
	
	.d-desktop-table-cell {
		display: table-cell !important;
	}
	
	.d-desktop-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-desktop-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1820px) {
	.d-xxl-none {
		display: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

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

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

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

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

.justify-content-evenly {
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

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

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

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

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

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

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

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

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

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

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

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

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

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1400px) {
	.flex-desktop-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-desktop-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-desktop-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-desktop-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-desktop-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-desktop-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-desktop-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-desktop-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-desktop-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-desktop-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-desktop-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-desktop-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-desktop-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-desktop-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-desktop-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-desktop-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-desktop-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-desktop-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-desktop-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-desktop-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-desktop-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-desktop-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-desktop-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-desktop-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-desktop-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-desktop-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-desktop-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-desktop-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-desktop-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-desktop-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-desktop-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-desktop-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-desktop-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-desktop-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-desktop-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1820px) {
	.flex-xxl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xxl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xxl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.ms-0 {
	-webkit-margin-start: 0 !important;
	margin-inline-start: 0 !important;
}

.me-0 {
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
}

.m-1 {
	margin: 8px !important;
}

.mt-1, .my-1 {
	margin-top: 8px !important;
}

.mr-1, .mx-1 {
	margin-right: 8px !important;
}

.mb-1, .my-1 {
	margin-bottom: 8px !important;
}

.ml-1, .mx-1 {
	margin-left: 8px !important;
}

.ms-1 {
	-webkit-margin-start: 8px !important;
	margin-inline-start: 8px !important;
}

.me-1 {
	-webkit-margin-end: 8px !important;
	margin-inline-end: 8px !important;
}

.m-2 {
	margin: 16px !important;
}

.mt-2, .my-2 {
	margin-top: 16px !important;
}

.mr-2, .mx-2 {
	margin-right: 16px !important;
}

.mb-2, .my-2 {
	margin-bottom: 16px !important;
}

.ml-2, .mx-2 {
	margin-left: 16px !important;
}

.ms-2 {
	-webkit-margin-start: 16px !important;
	margin-inline-start: 16px !important;
}

.me-2 {
	-webkit-margin-end: 16px !important;
	margin-inline-end: 16px !important;
}

.m-3 {
	margin: 24px !important;
}

.mt-3, .my-3 {
	margin-top: 24px !important;
}

.mr-3, .mx-3 {
	margin-right: 24px !important;
}

.mb-3, .my-3 {
	margin-bottom: 24px !important;
}

.ml-3, .mx-3 {
	margin-left: 24px !important;
}

.ms-3 {
	-webkit-margin-start: 24px !important;
	margin-inline-start: 24px !important;
}

.me-3 {
	-webkit-margin-end: 24px !important;
	margin-inline-end: 24px !important;
}

.m-4 {
	margin: 32px !important;
}

.mt-4, .my-4 {
	margin-top: 32px !important;
}

.mr-4, .mx-4 {
	margin-right: 32px !important;
}

.mb-4, .my-4 {
	margin-bottom: 32px !important;
}

.ml-4, .mx-4 {
	margin-left: 32px !important;
}

.ms-4 {
	-webkit-margin-start: 32px !important;
	margin-inline-start: 32px !important;
}

.me-4 {
	-webkit-margin-end: 32px !important;
	margin-inline-end: 32px !important;
}

.m-5 {
	margin: 40px !important;
}

.mt-5, .my-5 {
	margin-top: 40px !important;
}

.mr-5, .mx-5 {
	margin-right: 40px !important;
}

.mb-5, .my-5 {
	margin-bottom: 40px !important;
}

.ml-5, .mx-5 {
	margin-left: 40px !important;
}

.ms-5 {
	-webkit-margin-start: 40px !important;
	margin-inline-start: 40px !important;
}

.me-5 {
	-webkit-margin-end: 40px !important;
	margin-inline-end: 40px !important;
}

.m-6 {
	margin: 48px !important;
}

.mt-6, .my-6 {
	margin-top: 48px !important;
}

.mr-6, .mx-6 {
	margin-right: 48px !important;
}

.mb-6, .my-6 {
	margin-bottom: 48px !important;
}

.ml-6, .mx-6 {
	margin-left: 48px !important;
}

.ms-6 {
	-webkit-margin-start: 48px !important;
	margin-inline-start: 48px !important;
}

.me-6 {
	-webkit-margin-end: 48px !important;
	margin-inline-end: 48px !important;
}

.m-7 {
	margin: 56px !important;
}

.mt-7, .my-7 {
	margin-top: 56px !important;
}

.mr-7, .mx-7 {
	margin-right: 56px !important;
}

.mb-7, .my-7 {
	margin-bottom: 56px !important;
}

.ml-7, .mx-7 {
	margin-left: 56px !important;
}

.ms-7 {
	-webkit-margin-start: 56px !important;
	margin-inline-start: 56px !important;
}

.me-7 {
	-webkit-margin-end: 56px !important;
	margin-inline-end: 56px !important;
}

.m-8 {
	margin: 64px !important;
}

.mt-8, .my-8 {
	margin-top: 64px !important;
}

.mr-8, .mx-8 {
	margin-right: 64px !important;
}

.mb-8, .my-8 {
	margin-bottom: 64px !important;
}

.ml-8, .mx-8 {
	margin-left: 64px !important;
}

.ms-8 {
	-webkit-margin-start: 64px !important;
	margin-inline-start: 64px !important;
}

.me-8 {
	-webkit-margin-end: 64px !important;
	margin-inline-end: 64px !important;
}

.m-9 {
	margin: 72px !important;
}

.mt-9, .my-9 {
	margin-top: 72px !important;
}

.mr-9, .mx-9 {
	margin-right: 72px !important;
}

.mb-9, .my-9 {
	margin-bottom: 72px !important;
}

.ml-9, .mx-9 {
	margin-left: 72px !important;
}

.ms-9 {
	-webkit-margin-start: 72px !important;
	margin-inline-start: 72px !important;
}

.me-9 {
	-webkit-margin-end: 72px !important;
	margin-inline-end: 72px !important;
}

.m-10 {
	margin: 80px !important;
}

.mt-10, .my-10 {
	margin-top: 80px !important;
}

.mr-10, .mx-10 {
	margin-right: 80px !important;
}

.mb-10, .my-10 {
	margin-bottom: 80px !important;
}

.ml-10, .mx-10 {
	margin-left: 80px !important;
}

.ms-10 {
	-webkit-margin-start: 80px !important;
	margin-inline-start: 80px !important;
}

.me-10 {
	-webkit-margin-end: 80px !important;
	margin-inline-end: 80px !important;
}

.m-11 {
	margin: 88px !important;
}

.mt-11, .my-11 {
	margin-top: 88px !important;
}

.mr-11, .mx-11 {
	margin-right: 88px !important;
}

.mb-11, .my-11 {
	margin-bottom: 88px !important;
}

.ml-11, .mx-11 {
	margin-left: 88px !important;
}

.ms-11 {
	-webkit-margin-start: 88px !important;
	margin-inline-start: 88px !important;
}

.me-11 {
	-webkit-margin-end: 88px !important;
	margin-inline-end: 88px !important;
}

.m-12 {
	margin: 96px !important;
}

.mt-12, .my-12 {
	margin-top: 96px !important;
}

.mr-12, .mx-12 {
	margin-right: 96px !important;
}

.mb-12, .my-12 {
	margin-bottom: 96px !important;
}

.ml-12, .mx-12 {
	margin-left: 96px !important;
}

.ms-12 {
	-webkit-margin-start: 96px !important;
	margin-inline-start: 96px !important;
}

.me-12 {
	-webkit-margin-end: 96px !important;
	margin-inline-end: 96px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.ps-0 {
	-webkit-padding-start: 0 !important;
	padding-inline-start: 0 !important;
}

.pe-0 {
	-webkit-padding-end: 0 !important;
	padding-inline-end: 0 !important;
}

.p-1 {
	padding: 8px !important;
}

.pt-1, .py-1 {
	padding-top: 8px !important;
}

.pr-1, .px-1 {
	padding-right: 8px !important;
}

.pb-1, .py-1 {
	padding-bottom: 8px !important;
}

.pl-1, .px-1 {
	padding-left: 8px !important;
}

.ps-1 {
	-webkit-padding-start: 8px !important;
	padding-inline-start: 8px !important;
}

.pe-1 {
	-webkit-padding-end: 8px !important;
	padding-inline-end: 8px !important;
}

.p-2 {
	padding: 16px !important;
}

.pt-2, .py-2 {
	padding-top: 16px !important;
}

.pr-2, .px-2 {
	padding-right: 16px !important;
}

.pb-2, .py-2 {
	padding-bottom: 16px !important;
}

.pl-2, .px-2 {
	padding-left: 16px !important;
}

.ps-2 {
	-webkit-padding-start: 16px !important;
	padding-inline-start: 16px !important;
}

.pe-2 {
	-webkit-padding-end: 16px !important;
	padding-inline-end: 16px !important;
}

.p-3 {
	padding: 24px !important;
}

.pt-3, .py-3 {
	padding-top: 24px !important;
}

.pr-3, .px-3 {
	padding-right: 24px !important;
}

.pb-3, .py-3 {
	padding-bottom: 24px !important;
}

.pl-3, .px-3 {
	padding-left: 24px !important;
}

.ps-3 {
	-webkit-padding-start: 24px !important;
	padding-inline-start: 24px !important;
}

.pe-3 {
	-webkit-padding-end: 24px !important;
	padding-inline-end: 24px !important;
}

.p-4 {
	padding: 32px !important;
}

.pt-4, .py-4 {
	padding-top: 32px !important;
}

.pr-4, .px-4 {
	padding-right: 32px !important;
}

.pb-4, .py-4 {
	padding-bottom: 32px !important;
}

.pl-4, .px-4 {
	padding-left: 32px !important;
}

.ps-4 {
	-webkit-padding-start: 32px !important;
	padding-inline-start: 32px !important;
}

.pe-4 {
	-webkit-padding-end: 32px !important;
	padding-inline-end: 32px !important;
}

.p-5 {
	padding: 40px !important;
}

.pt-5, .py-5 {
	padding-top: 40px !important;
}

.pr-5, .px-5 {
	padding-right: 40px !important;
}

.pb-5, .py-5 {
	padding-bottom: 40px !important;
}

.pl-5, .px-5 {
	padding-left: 40px !important;
}

.ps-5 {
	-webkit-padding-start: 40px !important;
	padding-inline-start: 40px !important;
}

.pe-5 {
	-webkit-padding-end: 40px !important;
	padding-inline-end: 40px !important;
}

.p-6 {
	padding: 48px !important;
}

.pt-6, .py-6 {
	padding-top: 48px !important;
}

.pr-6, .px-6 {
	padding-right: 48px !important;
}

.pb-6, .py-6 {
	padding-bottom: 48px !important;
}

.pl-6, .px-6 {
	padding-left: 48px !important;
}

.ps-6 {
	-webkit-padding-start: 48px !important;
	padding-inline-start: 48px !important;
}

.pe-6 {
	-webkit-padding-end: 48px !important;
	padding-inline-end: 48px !important;
}

.p-7 {
	padding: 56px !important;
}

.pt-7, .py-7 {
	padding-top: 56px !important;
}

.pr-7, .px-7 {
	padding-right: 56px !important;
}

.pb-7, .py-7 {
	padding-bottom: 56px !important;
}

.pl-7, .px-7 {
	padding-left: 56px !important;
}

.ps-7 {
	-webkit-padding-start: 56px !important;
	padding-inline-start: 56px !important;
}

.pe-7 {
	-webkit-padding-end: 56px !important;
	padding-inline-end: 56px !important;
}

.p-8 {
	padding: 64px !important;
}

.pt-8, .py-8 {
	padding-top: 64px !important;
}

.pr-8, .px-8 {
	padding-right: 64px !important;
}

.pb-8, .py-8 {
	padding-bottom: 64px !important;
}

.pl-8, .px-8 {
	padding-left: 64px !important;
}

.ps-8 {
	-webkit-padding-start: 64px !important;
	padding-inline-start: 64px !important;
}

.pe-8 {
	-webkit-padding-end: 64px !important;
	padding-inline-end: 64px !important;
}

.p-9 {
	padding: 72px !important;
}

.pt-9, .py-9 {
	padding-top: 72px !important;
}

.pr-9, .px-9 {
	padding-right: 72px !important;
}

.pb-9, .py-9 {
	padding-bottom: 72px !important;
}

.pl-9, .px-9 {
	padding-left: 72px !important;
}

.ps-9 {
	-webkit-padding-start: 72px !important;
	padding-inline-start: 72px !important;
}

.pe-9 {
	-webkit-padding-end: 72px !important;
	padding-inline-end: 72px !important;
}

.p-10 {
	padding: 80px !important;
}

.pt-10, .py-10 {
	padding-top: 80px !important;
}

.pr-10, .px-10 {
	padding-right: 80px !important;
}

.pb-10, .py-10 {
	padding-bottom: 80px !important;
}

.pl-10, .px-10 {
	padding-left: 80px !important;
}

.ps-10 {
	-webkit-padding-start: 80px !important;
	padding-inline-start: 80px !important;
}

.pe-10 {
	-webkit-padding-end: 80px !important;
	padding-inline-end: 80px !important;
}

.p-11 {
	padding: 88px !important;
}

.pt-11, .py-11 {
	padding-top: 88px !important;
}

.pr-11, .px-11 {
	padding-right: 88px !important;
}

.pb-11, .py-11 {
	padding-bottom: 88px !important;
}

.pl-11, .px-11 {
	padding-left: 88px !important;
}

.ps-11 {
	-webkit-padding-start: 88px !important;
	padding-inline-start: 88px !important;
}

.pe-11 {
	-webkit-padding-end: 88px !important;
	padding-inline-end: 88px !important;
}

.p-12 {
	padding: 96px !important;
}

.pt-12, .py-12 {
	padding-top: 96px !important;
}

.pr-12, .px-12 {
	padding-right: 96px !important;
}

.pb-12, .py-12 {
	padding-bottom: 96px !important;
}

.pl-12, .px-12 {
	padding-left: 96px !important;
}

.ps-12 {
	-webkit-padding-start: 96px !important;
	padding-inline-start: 96px !important;
}

.pe-12 {
	-webkit-padding-end: 96px !important;
	padding-inline-end: 96px !important;
}

.m-n1 {
	margin: -8px !important;
}

.mt-n1, .my-n1 {
	margin-top: -8px !important;
}

.mr-n1, .mx-n1 {
	margin-right: -8px !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -8px !important;
}

.ml-n1, .mx-n1 {
	margin-left: -8px !important;
}

.m-n2 {
	margin: -16px !important;
}

.mt-n2, .my-n2 {
	margin-top: -16px !important;
}

.mr-n2, .mx-n2 {
	margin-right: -16px !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -16px !important;
}

.ml-n2, .mx-n2 {
	margin-left: -16px !important;
}

.m-n3 {
	margin: -24px !important;
}

.mt-n3, .my-n3 {
	margin-top: -24px !important;
}

.mr-n3, .mx-n3 {
	margin-right: -24px !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -24px !important;
}

.ml-n3, .mx-n3 {
	margin-left: -24px !important;
}

.m-n4 {
	margin: -32px !important;
}

.mt-n4, .my-n4 {
	margin-top: -32px !important;
}

.mr-n4, .mx-n4 {
	margin-right: -32px !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -32px !important;
}

.ml-n4, .mx-n4 {
	margin-left: -32px !important;
}

.m-n5 {
	margin: -40px !important;
}

.mt-n5, .my-n5 {
	margin-top: -40px !important;
}

.mr-n5, .mx-n5 {
	margin-right: -40px !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -40px !important;
}

.ml-n5, .mx-n5 {
	margin-left: -40px !important;
}

.m-n6 {
	margin: -48px !important;
}

.mt-n6, .my-n6 {
	margin-top: -48px !important;
}

.mr-n6, .mx-n6 {
	margin-right: -48px !important;
}

.mb-n6, .my-n6 {
	margin-bottom: -48px !important;
}

.ml-n6, .mx-n6 {
	margin-left: -48px !important;
}

.m-n7 {
	margin: -56px !important;
}

.mt-n7, .my-n7 {
	margin-top: -56px !important;
}

.mr-n7, .mx-n7 {
	margin-right: -56px !important;
}

.mb-n7, .my-n7 {
	margin-bottom: -56px !important;
}

.ml-n7, .mx-n7 {
	margin-left: -56px !important;
}

.m-n8 {
	margin: -64px !important;
}

.mt-n8, .my-n8 {
	margin-top: -64px !important;
}

.mr-n8, .mx-n8 {
	margin-right: -64px !important;
}

.mb-n8, .my-n8 {
	margin-bottom: -64px !important;
}

.ml-n8, .mx-n8 {
	margin-left: -64px !important;
}

.m-n9 {
	margin: -72px !important;
}

.mt-n9, .my-n9 {
	margin-top: -72px !important;
}

.mr-n9, .mx-n9 {
	margin-right: -72px !important;
}

.mb-n9, .my-n9 {
	margin-bottom: -72px !important;
}

.ml-n9, .mx-n9 {
	margin-left: -72px !important;
}

.m-n10 {
	margin: -80px !important;
}

.mt-n10, .my-n10 {
	margin-top: -80px !important;
}

.mr-n10, .mx-n10 {
	margin-right: -80px !important;
}

.mb-n10, .my-n10 {
	margin-bottom: -80px !important;
}

.ml-n10, .mx-n10 {
	margin-left: -80px !important;
}

.m-n11 {
	margin: -88px !important;
}

.mt-n11, .my-n11 {
	margin-top: -88px !important;
}

.mr-n11, .mx-n11 {
	margin-right: -88px !important;
}

.mb-n11, .my-n11 {
	margin-bottom: -88px !important;
}

.ml-n11, .mx-n11 {
	margin-left: -88px !important;
}

.m-n12 {
	margin: -96px !important;
}

.mt-n12, .my-n12 {
	margin-top: -96px !important;
}

.mr-n12, .mx-n12 {
	margin-right: -96px !important;
}

.mb-n12, .my-n12 {
	margin-bottom: -96px !important;
}

.ml-n12, .mx-n12 {
	margin-left: -96px !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.ms-auto {
	-webkit-margin-start: auto !important;
	margin-inline-start: auto !important;
}

.me-auto {
	-webkit-margin-end: auto !important;
	margin-inline-end: auto !important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-sm-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-sm-1 {
		margin: 8px !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: 8px !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: 8px !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: 8px !important;
	}
	
	.ms-sm-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-sm-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-sm-2 {
		margin: 16px !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: 16px !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: 16px !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: 16px !important;
	}
	
	.ms-sm-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-sm-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-sm-3 {
		margin: 24px !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 24px !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 24px !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 24px !important;
	}
	
	.ms-sm-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-sm-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-sm-4 {
		margin: 32px !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 32px !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 32px !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 32px !important;
	}
	
	.ms-sm-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-sm-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-sm-5 {
		margin: 40px !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 40px !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 40px !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 40px !important;
	}
	
	.ms-sm-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-sm-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-sm-6 {
		margin: 48px !important;
	}
	
	.mt-sm-6, .my-sm-6 {
		margin-top: 48px !important;
	}
	
	.mr-sm-6, .mx-sm-6 {
		margin-right: 48px !important;
	}
	
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-sm-6, .mx-sm-6 {
		margin-left: 48px !important;
	}
	
	.ms-sm-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-sm-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-sm-7 {
		margin: 56px !important;
	}
	
	.mt-sm-7, .my-sm-7 {
		margin-top: 56px !important;
	}
	
	.mr-sm-7, .mx-sm-7 {
		margin-right: 56px !important;
	}
	
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-sm-7, .mx-sm-7 {
		margin-left: 56px !important;
	}
	
	.ms-sm-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-sm-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-sm-8 {
		margin: 64px !important;
	}
	
	.mt-sm-8, .my-sm-8 {
		margin-top: 64px !important;
	}
	
	.mr-sm-8, .mx-sm-8 {
		margin-right: 64px !important;
	}
	
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-sm-8, .mx-sm-8 {
		margin-left: 64px !important;
	}
	
	.ms-sm-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-sm-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-sm-9 {
		margin: 72px !important;
	}
	
	.mt-sm-9, .my-sm-9 {
		margin-top: 72px !important;
	}
	
	.mr-sm-9, .mx-sm-9 {
		margin-right: 72px !important;
	}
	
	.mb-sm-9, .my-sm-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-sm-9, .mx-sm-9 {
		margin-left: 72px !important;
	}
	
	.ms-sm-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-sm-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-sm-10 {
		margin: 80px !important;
	}
	
	.mt-sm-10, .my-sm-10 {
		margin-top: 80px !important;
	}
	
	.mr-sm-10, .mx-sm-10 {
		margin-right: 80px !important;
	}
	
	.mb-sm-10, .my-sm-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-sm-10, .mx-sm-10 {
		margin-left: 80px !important;
	}
	
	.ms-sm-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-sm-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-sm-11 {
		margin: 88px !important;
	}
	
	.mt-sm-11, .my-sm-11 {
		margin-top: 88px !important;
	}
	
	.mr-sm-11, .mx-sm-11 {
		margin-right: 88px !important;
	}
	
	.mb-sm-11, .my-sm-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-sm-11, .mx-sm-11 {
		margin-left: 88px !important;
	}
	
	.ms-sm-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-sm-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-sm-12 {
		margin: 96px !important;
	}
	
	.mt-sm-12, .my-sm-12 {
		margin-top: 96px !important;
	}
	
	.mr-sm-12, .mx-sm-12 {
		margin-right: 96px !important;
	}
	
	.mb-sm-12, .my-sm-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-sm-12, .mx-sm-12 {
		margin-left: 96px !important;
	}
	
	.ms-sm-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-sm-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-sm-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-sm-1 {
		padding: 8px !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: 8px !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: 8px !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: 8px !important;
	}
	
	.ps-sm-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-sm-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-sm-2 {
		padding: 16px !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: 16px !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: 16px !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: 16px !important;
	}
	
	.ps-sm-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-sm-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-sm-3 {
		padding: 24px !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 24px !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 24px !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 24px !important;
	}
	
	.ps-sm-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-sm-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-sm-4 {
		padding: 32px !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 32px !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 32px !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 32px !important;
	}
	
	.ps-sm-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-sm-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-sm-5 {
		padding: 40px !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 40px !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 40px !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 40px !important;
	}
	
	.ps-sm-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-sm-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-sm-6 {
		padding: 48px !important;
	}
	
	.pt-sm-6, .py-sm-6 {
		padding-top: 48px !important;
	}
	
	.pr-sm-6, .px-sm-6 {
		padding-right: 48px !important;
	}
	
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-sm-6, .px-sm-6 {
		padding-left: 48px !important;
	}
	
	.ps-sm-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-sm-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-sm-7 {
		padding: 56px !important;
	}
	
	.pt-sm-7, .py-sm-7 {
		padding-top: 56px !important;
	}
	
	.pr-sm-7, .px-sm-7 {
		padding-right: 56px !important;
	}
	
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-sm-7, .px-sm-7 {
		padding-left: 56px !important;
	}
	
	.ps-sm-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-sm-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-sm-8 {
		padding: 64px !important;
	}
	
	.pt-sm-8, .py-sm-8 {
		padding-top: 64px !important;
	}
	
	.pr-sm-8, .px-sm-8 {
		padding-right: 64px !important;
	}
	
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-sm-8, .px-sm-8 {
		padding-left: 64px !important;
	}
	
	.ps-sm-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-sm-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-sm-9 {
		padding: 72px !important;
	}
	
	.pt-sm-9, .py-sm-9 {
		padding-top: 72px !important;
	}
	
	.pr-sm-9, .px-sm-9 {
		padding-right: 72px !important;
	}
	
	.pb-sm-9, .py-sm-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-sm-9, .px-sm-9 {
		padding-left: 72px !important;
	}
	
	.ps-sm-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-sm-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-sm-10 {
		padding: 80px !important;
	}
	
	.pt-sm-10, .py-sm-10 {
		padding-top: 80px !important;
	}
	
	.pr-sm-10, .px-sm-10 {
		padding-right: 80px !important;
	}
	
	.pb-sm-10, .py-sm-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-sm-10, .px-sm-10 {
		padding-left: 80px !important;
	}
	
	.ps-sm-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-sm-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-sm-11 {
		padding: 88px !important;
	}
	
	.pt-sm-11, .py-sm-11 {
		padding-top: 88px !important;
	}
	
	.pr-sm-11, .px-sm-11 {
		padding-right: 88px !important;
	}
	
	.pb-sm-11, .py-sm-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-sm-11, .px-sm-11 {
		padding-left: 88px !important;
	}
	
	.ps-sm-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-sm-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-sm-12 {
		padding: 96px !important;
	}
	
	.pt-sm-12, .py-sm-12 {
		padding-top: 96px !important;
	}
	
	.pr-sm-12, .px-sm-12 {
		padding-right: 96px !important;
	}
	
	.pb-sm-12, .py-sm-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-sm-12, .px-sm-12 {
		padding-left: 96px !important;
	}
	
	.ps-sm-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-sm-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-sm-n1 {
		margin: -8px !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -8px !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -8px !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -8px !important;
	}
	
	.m-sm-n2 {
		margin: -16px !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -16px !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -16px !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -16px !important;
	}
	
	.m-sm-n3 {
		margin: -24px !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -24px !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -24px !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -24px !important;
	}
	
	.m-sm-n4 {
		margin: -32px !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -32px !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -32px !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -32px !important;
	}
	
	.m-sm-n5 {
		margin: -40px !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -40px !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -40px !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -40px !important;
	}
	
	.m-sm-n6 {
		margin: -48px !important;
	}
	
	.mt-sm-n6, .my-sm-n6 {
		margin-top: -48px !important;
	}
	
	.mr-sm-n6, .mx-sm-n6 {
		margin-right: -48px !important;
	}
	
	.mb-sm-n6, .my-sm-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-sm-n6, .mx-sm-n6 {
		margin-left: -48px !important;
	}
	
	.m-sm-n7 {
		margin: -56px !important;
	}
	
	.mt-sm-n7, .my-sm-n7 {
		margin-top: -56px !important;
	}
	
	.mr-sm-n7, .mx-sm-n7 {
		margin-right: -56px !important;
	}
	
	.mb-sm-n7, .my-sm-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-sm-n7, .mx-sm-n7 {
		margin-left: -56px !important;
	}
	
	.m-sm-n8 {
		margin: -64px !important;
	}
	
	.mt-sm-n8, .my-sm-n8 {
		margin-top: -64px !important;
	}
	
	.mr-sm-n8, .mx-sm-n8 {
		margin-right: -64px !important;
	}
	
	.mb-sm-n8, .my-sm-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-sm-n8, .mx-sm-n8 {
		margin-left: -64px !important;
	}
	
	.m-sm-n9 {
		margin: -72px !important;
	}
	
	.mt-sm-n9, .my-sm-n9 {
		margin-top: -72px !important;
	}
	
	.mr-sm-n9, .mx-sm-n9 {
		margin-right: -72px !important;
	}
	
	.mb-sm-n9, .my-sm-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-sm-n9, .mx-sm-n9 {
		margin-left: -72px !important;
	}
	
	.m-sm-n10 {
		margin: -80px !important;
	}
	
	.mt-sm-n10, .my-sm-n10 {
		margin-top: -80px !important;
	}
	
	.mr-sm-n10, .mx-sm-n10 {
		margin-right: -80px !important;
	}
	
	.mb-sm-n10, .my-sm-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-sm-n10, .mx-sm-n10 {
		margin-left: -80px !important;
	}
	
	.m-sm-n11 {
		margin: -88px !important;
	}
	
	.mt-sm-n11, .my-sm-n11 {
		margin-top: -88px !important;
	}
	
	.mr-sm-n11, .mx-sm-n11 {
		margin-right: -88px !important;
	}
	
	.mb-sm-n11, .my-sm-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-sm-n11, .mx-sm-n11 {
		margin-left: -88px !important;
	}
	
	.m-sm-n12 {
		margin: -96px !important;
	}
	
	.mt-sm-n12, .my-sm-n12 {
		margin-top: -96px !important;
	}
	
	.mr-sm-n12, .mx-sm-n12 {
		margin-right: -96px !important;
	}
	
	.mb-sm-n12, .my-sm-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-sm-n12, .mx-sm-n12 {
		margin-left: -96px !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
	
	.ms-sm-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-sm-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-md-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-md-1 {
		margin: 8px !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: 8px !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: 8px !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: 8px !important;
	}
	
	.ms-md-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-md-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-md-2 {
		margin: 16px !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: 16px !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: 16px !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: 16px !important;
	}
	
	.ms-md-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-md-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-md-3 {
		margin: 24px !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 24px !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 24px !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 24px !important;
	}
	
	.ms-md-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-md-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-md-4 {
		margin: 32px !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 32px !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 32px !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 32px !important;
	}
	
	.ms-md-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-md-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-md-5 {
		margin: 40px !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 40px !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 40px !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 40px !important;
	}
	
	.ms-md-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-md-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-md-6 {
		margin: 48px !important;
	}
	
	.mt-md-6, .my-md-6 {
		margin-top: 48px !important;
	}
	
	.mr-md-6, .mx-md-6 {
		margin-right: 48px !important;
	}
	
	.mb-md-6, .my-md-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-md-6, .mx-md-6 {
		margin-left: 48px !important;
	}
	
	.ms-md-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-md-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-md-7 {
		margin: 56px !important;
	}
	
	.mt-md-7, .my-md-7 {
		margin-top: 56px !important;
	}
	
	.mr-md-7, .mx-md-7 {
		margin-right: 56px !important;
	}
	
	.mb-md-7, .my-md-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-md-7, .mx-md-7 {
		margin-left: 56px !important;
	}
	
	.ms-md-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-md-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-md-8 {
		margin: 64px !important;
	}
	
	.mt-md-8, .my-md-8 {
		margin-top: 64px !important;
	}
	
	.mr-md-8, .mx-md-8 {
		margin-right: 64px !important;
	}
	
	.mb-md-8, .my-md-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-md-8, .mx-md-8 {
		margin-left: 64px !important;
	}
	
	.ms-md-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-md-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-md-9 {
		margin: 72px !important;
	}
	
	.mt-md-9, .my-md-9 {
		margin-top: 72px !important;
	}
	
	.mr-md-9, .mx-md-9 {
		margin-right: 72px !important;
	}
	
	.mb-md-9, .my-md-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-md-9, .mx-md-9 {
		margin-left: 72px !important;
	}
	
	.ms-md-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-md-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-md-10 {
		margin: 80px !important;
	}
	
	.mt-md-10, .my-md-10 {
		margin-top: 80px !important;
	}
	
	.mr-md-10, .mx-md-10 {
		margin-right: 80px !important;
	}
	
	.mb-md-10, .my-md-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-md-10, .mx-md-10 {
		margin-left: 80px !important;
	}
	
	.ms-md-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-md-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-md-11 {
		margin: 88px !important;
	}
	
	.mt-md-11, .my-md-11 {
		margin-top: 88px !important;
	}
	
	.mr-md-11, .mx-md-11 {
		margin-right: 88px !important;
	}
	
	.mb-md-11, .my-md-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-md-11, .mx-md-11 {
		margin-left: 88px !important;
	}
	
	.ms-md-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-md-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-md-12 {
		margin: 96px !important;
	}
	
	.mt-md-12, .my-md-12 {
		margin-top: 96px !important;
	}
	
	.mr-md-12, .mx-md-12 {
		margin-right: 96px !important;
	}
	
	.mb-md-12, .my-md-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-md-12, .mx-md-12 {
		margin-left: 96px !important;
	}
	
	.ms-md-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-md-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-md-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-md-1 {
		padding: 8px !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: 8px !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: 8px !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: 8px !important;
	}
	
	.ps-md-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-md-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-md-2 {
		padding: 16px !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: 16px !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: 16px !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: 16px !important;
	}
	
	.ps-md-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-md-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-md-3 {
		padding: 24px !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 24px !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 24px !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 24px !important;
	}
	
	.ps-md-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-md-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-md-4 {
		padding: 32px !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 32px !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 32px !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 32px !important;
	}
	
	.ps-md-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-md-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-md-5 {
		padding: 40px !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 40px !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 40px !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 40px !important;
	}
	
	.ps-md-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-md-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-md-6 {
		padding: 48px !important;
	}
	
	.pt-md-6, .py-md-6 {
		padding-top: 48px !important;
	}
	
	.pr-md-6, .px-md-6 {
		padding-right: 48px !important;
	}
	
	.pb-md-6, .py-md-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-md-6, .px-md-6 {
		padding-left: 48px !important;
	}
	
	.ps-md-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-md-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-md-7 {
		padding: 56px !important;
	}
	
	.pt-md-7, .py-md-7 {
		padding-top: 56px !important;
	}
	
	.pr-md-7, .px-md-7 {
		padding-right: 56px !important;
	}
	
	.pb-md-7, .py-md-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-md-7, .px-md-7 {
		padding-left: 56px !important;
	}
	
	.ps-md-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-md-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-md-8 {
		padding: 64px !important;
	}
	
	.pt-md-8, .py-md-8 {
		padding-top: 64px !important;
	}
	
	.pr-md-8, .px-md-8 {
		padding-right: 64px !important;
	}
	
	.pb-md-8, .py-md-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-md-8, .px-md-8 {
		padding-left: 64px !important;
	}
	
	.ps-md-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-md-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-md-9 {
		padding: 72px !important;
	}
	
	.pt-md-9, .py-md-9 {
		padding-top: 72px !important;
	}
	
	.pr-md-9, .px-md-9 {
		padding-right: 72px !important;
	}
	
	.pb-md-9, .py-md-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-md-9, .px-md-9 {
		padding-left: 72px !important;
	}
	
	.ps-md-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-md-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-md-10 {
		padding: 80px !important;
	}
	
	.pt-md-10, .py-md-10 {
		padding-top: 80px !important;
	}
	
	.pr-md-10, .px-md-10 {
		padding-right: 80px !important;
	}
	
	.pb-md-10, .py-md-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-md-10, .px-md-10 {
		padding-left: 80px !important;
	}
	
	.ps-md-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-md-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-md-11 {
		padding: 88px !important;
	}
	
	.pt-md-11, .py-md-11 {
		padding-top: 88px !important;
	}
	
	.pr-md-11, .px-md-11 {
		padding-right: 88px !important;
	}
	
	.pb-md-11, .py-md-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-md-11, .px-md-11 {
		padding-left: 88px !important;
	}
	
	.ps-md-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-md-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-md-12 {
		padding: 96px !important;
	}
	
	.pt-md-12, .py-md-12 {
		padding-top: 96px !important;
	}
	
	.pr-md-12, .px-md-12 {
		padding-right: 96px !important;
	}
	
	.pb-md-12, .py-md-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-md-12, .px-md-12 {
		padding-left: 96px !important;
	}
	
	.ps-md-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-md-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-md-n1 {
		margin: -8px !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -8px !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -8px !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -8px !important;
	}
	
	.m-md-n2 {
		margin: -16px !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -16px !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -16px !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -16px !important;
	}
	
	.m-md-n3 {
		margin: -24px !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -24px !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -24px !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -24px !important;
	}
	
	.m-md-n4 {
		margin: -32px !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -32px !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -32px !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -32px !important;
	}
	
	.m-md-n5 {
		margin: -40px !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -40px !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -40px !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -40px !important;
	}
	
	.m-md-n6 {
		margin: -48px !important;
	}
	
	.mt-md-n6, .my-md-n6 {
		margin-top: -48px !important;
	}
	
	.mr-md-n6, .mx-md-n6 {
		margin-right: -48px !important;
	}
	
	.mb-md-n6, .my-md-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-md-n6, .mx-md-n6 {
		margin-left: -48px !important;
	}
	
	.m-md-n7 {
		margin: -56px !important;
	}
	
	.mt-md-n7, .my-md-n7 {
		margin-top: -56px !important;
	}
	
	.mr-md-n7, .mx-md-n7 {
		margin-right: -56px !important;
	}
	
	.mb-md-n7, .my-md-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-md-n7, .mx-md-n7 {
		margin-left: -56px !important;
	}
	
	.m-md-n8 {
		margin: -64px !important;
	}
	
	.mt-md-n8, .my-md-n8 {
		margin-top: -64px !important;
	}
	
	.mr-md-n8, .mx-md-n8 {
		margin-right: -64px !important;
	}
	
	.mb-md-n8, .my-md-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-md-n8, .mx-md-n8 {
		margin-left: -64px !important;
	}
	
	.m-md-n9 {
		margin: -72px !important;
	}
	
	.mt-md-n9, .my-md-n9 {
		margin-top: -72px !important;
	}
	
	.mr-md-n9, .mx-md-n9 {
		margin-right: -72px !important;
	}
	
	.mb-md-n9, .my-md-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-md-n9, .mx-md-n9 {
		margin-left: -72px !important;
	}
	
	.m-md-n10 {
		margin: -80px !important;
	}
	
	.mt-md-n10, .my-md-n10 {
		margin-top: -80px !important;
	}
	
	.mr-md-n10, .mx-md-n10 {
		margin-right: -80px !important;
	}
	
	.mb-md-n10, .my-md-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-md-n10, .mx-md-n10 {
		margin-left: -80px !important;
	}
	
	.m-md-n11 {
		margin: -88px !important;
	}
	
	.mt-md-n11, .my-md-n11 {
		margin-top: -88px !important;
	}
	
	.mr-md-n11, .mx-md-n11 {
		margin-right: -88px !important;
	}
	
	.mb-md-n11, .my-md-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-md-n11, .mx-md-n11 {
		margin-left: -88px !important;
	}
	
	.m-md-n12 {
		margin: -96px !important;
	}
	
	.mt-md-n12, .my-md-n12 {
		margin-top: -96px !important;
	}
	
	.mr-md-n12, .mx-md-n12 {
		margin-right: -96px !important;
	}
	
	.mb-md-n12, .my-md-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-md-n12, .mx-md-n12 {
		margin-left: -96px !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
	
	.ms-md-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-md-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-lg-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-lg-1 {
		margin: 8px !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: 8px !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: 8px !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: 8px !important;
	}
	
	.ms-lg-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-lg-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-lg-2 {
		margin: 16px !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: 16px !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: 16px !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: 16px !important;
	}
	
	.ms-lg-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-lg-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-lg-3 {
		margin: 24px !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 24px !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 24px !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 24px !important;
	}
	
	.ms-lg-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-lg-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-lg-4 {
		margin: 32px !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 32px !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 32px !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 32px !important;
	}
	
	.ms-lg-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-lg-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-lg-5 {
		margin: 40px !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 40px !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 40px !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 40px !important;
	}
	
	.ms-lg-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-lg-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-lg-6 {
		margin: 48px !important;
	}
	
	.mt-lg-6, .my-lg-6 {
		margin-top: 48px !important;
	}
	
	.mr-lg-6, .mx-lg-6 {
		margin-right: 48px !important;
	}
	
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-lg-6, .mx-lg-6 {
		margin-left: 48px !important;
	}
	
	.ms-lg-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-lg-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-lg-7 {
		margin: 56px !important;
	}
	
	.mt-lg-7, .my-lg-7 {
		margin-top: 56px !important;
	}
	
	.mr-lg-7, .mx-lg-7 {
		margin-right: 56px !important;
	}
	
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-lg-7, .mx-lg-7 {
		margin-left: 56px !important;
	}
	
	.ms-lg-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-lg-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-lg-8 {
		margin: 64px !important;
	}
	
	.mt-lg-8, .my-lg-8 {
		margin-top: 64px !important;
	}
	
	.mr-lg-8, .mx-lg-8 {
		margin-right: 64px !important;
	}
	
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-lg-8, .mx-lg-8 {
		margin-left: 64px !important;
	}
	
	.ms-lg-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-lg-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-lg-9 {
		margin: 72px !important;
	}
	
	.mt-lg-9, .my-lg-9 {
		margin-top: 72px !important;
	}
	
	.mr-lg-9, .mx-lg-9 {
		margin-right: 72px !important;
	}
	
	.mb-lg-9, .my-lg-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-lg-9, .mx-lg-9 {
		margin-left: 72px !important;
	}
	
	.ms-lg-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-lg-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-lg-10 {
		margin: 80px !important;
	}
	
	.mt-lg-10, .my-lg-10 {
		margin-top: 80px !important;
	}
	
	.mr-lg-10, .mx-lg-10 {
		margin-right: 80px !important;
	}
	
	.mb-lg-10, .my-lg-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-lg-10, .mx-lg-10 {
		margin-left: 80px !important;
	}
	
	.ms-lg-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-lg-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-lg-11 {
		margin: 88px !important;
	}
	
	.mt-lg-11, .my-lg-11 {
		margin-top: 88px !important;
	}
	
	.mr-lg-11, .mx-lg-11 {
		margin-right: 88px !important;
	}
	
	.mb-lg-11, .my-lg-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-lg-11, .mx-lg-11 {
		margin-left: 88px !important;
	}
	
	.ms-lg-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-lg-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-lg-12 {
		margin: 96px !important;
	}
	
	.mt-lg-12, .my-lg-12 {
		margin-top: 96px !important;
	}
	
	.mr-lg-12, .mx-lg-12 {
		margin-right: 96px !important;
	}
	
	.mb-lg-12, .my-lg-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-lg-12, .mx-lg-12 {
		margin-left: 96px !important;
	}
	
	.ms-lg-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-lg-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-lg-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-lg-1 {
		padding: 8px !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: 8px !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: 8px !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: 8px !important;
	}
	
	.ps-lg-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-lg-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-lg-2 {
		padding: 16px !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: 16px !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: 16px !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: 16px !important;
	}
	
	.ps-lg-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-lg-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-lg-3 {
		padding: 24px !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 24px !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 24px !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 24px !important;
	}
	
	.ps-lg-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-lg-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-lg-4 {
		padding: 32px !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 32px !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 32px !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 32px !important;
	}
	
	.ps-lg-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-lg-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-lg-5 {
		padding: 40px !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 40px !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 40px !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 40px !important;
	}
	
	.ps-lg-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-lg-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-lg-6 {
		padding: 48px !important;
	}
	
	.pt-lg-6, .py-lg-6 {
		padding-top: 48px !important;
	}
	
	.pr-lg-6, .px-lg-6 {
		padding-right: 48px !important;
	}
	
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-lg-6, .px-lg-6 {
		padding-left: 48px !important;
	}
	
	.ps-lg-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-lg-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-lg-7 {
		padding: 56px !important;
	}
	
	.pt-lg-7, .py-lg-7 {
		padding-top: 56px !important;
	}
	
	.pr-lg-7, .px-lg-7 {
		padding-right: 56px !important;
	}
	
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-lg-7, .px-lg-7 {
		padding-left: 56px !important;
	}
	
	.ps-lg-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-lg-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-lg-8 {
		padding: 64px !important;
	}
	
	.pt-lg-8, .py-lg-8 {
		padding-top: 64px !important;
	}
	
	.pr-lg-8, .px-lg-8 {
		padding-right: 64px !important;
	}
	
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-lg-8, .px-lg-8 {
		padding-left: 64px !important;
	}
	
	.ps-lg-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-lg-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-lg-9 {
		padding: 72px !important;
	}
	
	.pt-lg-9, .py-lg-9 {
		padding-top: 72px !important;
	}
	
	.pr-lg-9, .px-lg-9 {
		padding-right: 72px !important;
	}
	
	.pb-lg-9, .py-lg-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-lg-9, .px-lg-9 {
		padding-left: 72px !important;
	}
	
	.ps-lg-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-lg-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-lg-10 {
		padding: 80px !important;
	}
	
	.pt-lg-10, .py-lg-10 {
		padding-top: 80px !important;
	}
	
	.pr-lg-10, .px-lg-10 {
		padding-right: 80px !important;
	}
	
	.pb-lg-10, .py-lg-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-lg-10, .px-lg-10 {
		padding-left: 80px !important;
	}
	
	.ps-lg-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-lg-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-lg-11 {
		padding: 88px !important;
	}
	
	.pt-lg-11, .py-lg-11 {
		padding-top: 88px !important;
	}
	
	.pr-lg-11, .px-lg-11 {
		padding-right: 88px !important;
	}
	
	.pb-lg-11, .py-lg-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-lg-11, .px-lg-11 {
		padding-left: 88px !important;
	}
	
	.ps-lg-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-lg-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-lg-12 {
		padding: 96px !important;
	}
	
	.pt-lg-12, .py-lg-12 {
		padding-top: 96px !important;
	}
	
	.pr-lg-12, .px-lg-12 {
		padding-right: 96px !important;
	}
	
	.pb-lg-12, .py-lg-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-lg-12, .px-lg-12 {
		padding-left: 96px !important;
	}
	
	.ps-lg-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-lg-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-lg-n1 {
		margin: -8px !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -8px !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -8px !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -8px !important;
	}
	
	.m-lg-n2 {
		margin: -16px !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -16px !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -16px !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -16px !important;
	}
	
	.m-lg-n3 {
		margin: -24px !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -24px !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -24px !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -24px !important;
	}
	
	.m-lg-n4 {
		margin: -32px !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -32px !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -32px !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -32px !important;
	}
	
	.m-lg-n5 {
		margin: -40px !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -40px !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -40px !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -40px !important;
	}
	
	.m-lg-n6 {
		margin: -48px !important;
	}
	
	.mt-lg-n6, .my-lg-n6 {
		margin-top: -48px !important;
	}
	
	.mr-lg-n6, .mx-lg-n6 {
		margin-right: -48px !important;
	}
	
	.mb-lg-n6, .my-lg-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-lg-n6, .mx-lg-n6 {
		margin-left: -48px !important;
	}
	
	.m-lg-n7 {
		margin: -56px !important;
	}
	
	.mt-lg-n7, .my-lg-n7 {
		margin-top: -56px !important;
	}
	
	.mr-lg-n7, .mx-lg-n7 {
		margin-right: -56px !important;
	}
	
	.mb-lg-n7, .my-lg-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-lg-n7, .mx-lg-n7 {
		margin-left: -56px !important;
	}
	
	.m-lg-n8 {
		margin: -64px !important;
	}
	
	.mt-lg-n8, .my-lg-n8 {
		margin-top: -64px !important;
	}
	
	.mr-lg-n8, .mx-lg-n8 {
		margin-right: -64px !important;
	}
	
	.mb-lg-n8, .my-lg-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-lg-n8, .mx-lg-n8 {
		margin-left: -64px !important;
	}
	
	.m-lg-n9 {
		margin: -72px !important;
	}
	
	.mt-lg-n9, .my-lg-n9 {
		margin-top: -72px !important;
	}
	
	.mr-lg-n9, .mx-lg-n9 {
		margin-right: -72px !important;
	}
	
	.mb-lg-n9, .my-lg-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-lg-n9, .mx-lg-n9 {
		margin-left: -72px !important;
	}
	
	.m-lg-n10 {
		margin: -80px !important;
	}
	
	.mt-lg-n10, .my-lg-n10 {
		margin-top: -80px !important;
	}
	
	.mr-lg-n10, .mx-lg-n10 {
		margin-right: -80px !important;
	}
	
	.mb-lg-n10, .my-lg-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-lg-n10, .mx-lg-n10 {
		margin-left: -80px !important;
	}
	
	.m-lg-n11 {
		margin: -88px !important;
	}
	
	.mt-lg-n11, .my-lg-n11 {
		margin-top: -88px !important;
	}
	
	.mr-lg-n11, .mx-lg-n11 {
		margin-right: -88px !important;
	}
	
	.mb-lg-n11, .my-lg-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-lg-n11, .mx-lg-n11 {
		margin-left: -88px !important;
	}
	
	.m-lg-n12 {
		margin: -96px !important;
	}
	
	.mt-lg-n12, .my-lg-n12 {
		margin-top: -96px !important;
	}
	
	.mr-lg-n12, .mx-lg-n12 {
		margin-right: -96px !important;
	}
	
	.mb-lg-n12, .my-lg-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-lg-n12, .mx-lg-n12 {
		margin-left: -96px !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
	
	.ms-lg-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-lg-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-xl-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-xl-1 {
		margin: 8px !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: 8px !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: 8px !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: 8px !important;
	}
	
	.ms-xl-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-xl-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-xl-2 {
		margin: 16px !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: 16px !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: 16px !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: 16px !important;
	}
	
	.ms-xl-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-xl-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-xl-3 {
		margin: 24px !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 24px !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 24px !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 24px !important;
	}
	
	.ms-xl-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-xl-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-xl-4 {
		margin: 32px !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 32px !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 32px !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 32px !important;
	}
	
	.ms-xl-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-xl-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-xl-5 {
		margin: 40px !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 40px !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 40px !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 40px !important;
	}
	
	.ms-xl-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-xl-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-xl-6 {
		margin: 48px !important;
	}
	
	.mt-xl-6, .my-xl-6 {
		margin-top: 48px !important;
	}
	
	.mr-xl-6, .mx-xl-6 {
		margin-right: 48px !important;
	}
	
	.mb-xl-6, .my-xl-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-xl-6, .mx-xl-6 {
		margin-left: 48px !important;
	}
	
	.ms-xl-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-xl-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-xl-7 {
		margin: 56px !important;
	}
	
	.mt-xl-7, .my-xl-7 {
		margin-top: 56px !important;
	}
	
	.mr-xl-7, .mx-xl-7 {
		margin-right: 56px !important;
	}
	
	.mb-xl-7, .my-xl-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-xl-7, .mx-xl-7 {
		margin-left: 56px !important;
	}
	
	.ms-xl-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-xl-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-xl-8 {
		margin: 64px !important;
	}
	
	.mt-xl-8, .my-xl-8 {
		margin-top: 64px !important;
	}
	
	.mr-xl-8, .mx-xl-8 {
		margin-right: 64px !important;
	}
	
	.mb-xl-8, .my-xl-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-xl-8, .mx-xl-8 {
		margin-left: 64px !important;
	}
	
	.ms-xl-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-xl-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-xl-9 {
		margin: 72px !important;
	}
	
	.mt-xl-9, .my-xl-9 {
		margin-top: 72px !important;
	}
	
	.mr-xl-9, .mx-xl-9 {
		margin-right: 72px !important;
	}
	
	.mb-xl-9, .my-xl-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-xl-9, .mx-xl-9 {
		margin-left: 72px !important;
	}
	
	.ms-xl-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-xl-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-xl-10 {
		margin: 80px !important;
	}
	
	.mt-xl-10, .my-xl-10 {
		margin-top: 80px !important;
	}
	
	.mr-xl-10, .mx-xl-10 {
		margin-right: 80px !important;
	}
	
	.mb-xl-10, .my-xl-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-xl-10, .mx-xl-10 {
		margin-left: 80px !important;
	}
	
	.ms-xl-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-xl-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-xl-11 {
		margin: 88px !important;
	}
	
	.mt-xl-11, .my-xl-11 {
		margin-top: 88px !important;
	}
	
	.mr-xl-11, .mx-xl-11 {
		margin-right: 88px !important;
	}
	
	.mb-xl-11, .my-xl-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-xl-11, .mx-xl-11 {
		margin-left: 88px !important;
	}
	
	.ms-xl-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-xl-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-xl-12 {
		margin: 96px !important;
	}
	
	.mt-xl-12, .my-xl-12 {
		margin-top: 96px !important;
	}
	
	.mr-xl-12, .mx-xl-12 {
		margin-right: 96px !important;
	}
	
	.mb-xl-12, .my-xl-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-xl-12, .mx-xl-12 {
		margin-left: 96px !important;
	}
	
	.ms-xl-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-xl-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-xl-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-xl-1 {
		padding: 8px !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: 8px !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: 8px !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: 8px !important;
	}
	
	.ps-xl-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-xl-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-xl-2 {
		padding: 16px !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: 16px !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: 16px !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: 16px !important;
	}
	
	.ps-xl-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-xl-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-xl-3 {
		padding: 24px !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 24px !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 24px !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 24px !important;
	}
	
	.ps-xl-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-xl-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-xl-4 {
		padding: 32px !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 32px !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 32px !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 32px !important;
	}
	
	.ps-xl-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-xl-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-xl-5 {
		padding: 40px !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 40px !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 40px !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 40px !important;
	}
	
	.ps-xl-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-xl-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-xl-6 {
		padding: 48px !important;
	}
	
	.pt-xl-6, .py-xl-6 {
		padding-top: 48px !important;
	}
	
	.pr-xl-6, .px-xl-6 {
		padding-right: 48px !important;
	}
	
	.pb-xl-6, .py-xl-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-xl-6, .px-xl-6 {
		padding-left: 48px !important;
	}
	
	.ps-xl-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-xl-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-xl-7 {
		padding: 56px !important;
	}
	
	.pt-xl-7, .py-xl-7 {
		padding-top: 56px !important;
	}
	
	.pr-xl-7, .px-xl-7 {
		padding-right: 56px !important;
	}
	
	.pb-xl-7, .py-xl-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-xl-7, .px-xl-7 {
		padding-left: 56px !important;
	}
	
	.ps-xl-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-xl-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-xl-8 {
		padding: 64px !important;
	}
	
	.pt-xl-8, .py-xl-8 {
		padding-top: 64px !important;
	}
	
	.pr-xl-8, .px-xl-8 {
		padding-right: 64px !important;
	}
	
	.pb-xl-8, .py-xl-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-xl-8, .px-xl-8 {
		padding-left: 64px !important;
	}
	
	.ps-xl-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-xl-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-xl-9 {
		padding: 72px !important;
	}
	
	.pt-xl-9, .py-xl-9 {
		padding-top: 72px !important;
	}
	
	.pr-xl-9, .px-xl-9 {
		padding-right: 72px !important;
	}
	
	.pb-xl-9, .py-xl-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-xl-9, .px-xl-9 {
		padding-left: 72px !important;
	}
	
	.ps-xl-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-xl-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-xl-10 {
		padding: 80px !important;
	}
	
	.pt-xl-10, .py-xl-10 {
		padding-top: 80px !important;
	}
	
	.pr-xl-10, .px-xl-10 {
		padding-right: 80px !important;
	}
	
	.pb-xl-10, .py-xl-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-xl-10, .px-xl-10 {
		padding-left: 80px !important;
	}
	
	.ps-xl-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-xl-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-xl-11 {
		padding: 88px !important;
	}
	
	.pt-xl-11, .py-xl-11 {
		padding-top: 88px !important;
	}
	
	.pr-xl-11, .px-xl-11 {
		padding-right: 88px !important;
	}
	
	.pb-xl-11, .py-xl-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-xl-11, .px-xl-11 {
		padding-left: 88px !important;
	}
	
	.ps-xl-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-xl-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-xl-12 {
		padding: 96px !important;
	}
	
	.pt-xl-12, .py-xl-12 {
		padding-top: 96px !important;
	}
	
	.pr-xl-12, .px-xl-12 {
		padding-right: 96px !important;
	}
	
	.pb-xl-12, .py-xl-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-xl-12, .px-xl-12 {
		padding-left: 96px !important;
	}
	
	.ps-xl-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-xl-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-xl-n1 {
		margin: -8px !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -8px !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -8px !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -8px !important;
	}
	
	.m-xl-n2 {
		margin: -16px !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -16px !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -16px !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -16px !important;
	}
	
	.m-xl-n3 {
		margin: -24px !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -24px !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -24px !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -24px !important;
	}
	
	.m-xl-n4 {
		margin: -32px !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -32px !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -32px !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -32px !important;
	}
	
	.m-xl-n5 {
		margin: -40px !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -40px !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -40px !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -40px !important;
	}
	
	.m-xl-n6 {
		margin: -48px !important;
	}
	
	.mt-xl-n6, .my-xl-n6 {
		margin-top: -48px !important;
	}
	
	.mr-xl-n6, .mx-xl-n6 {
		margin-right: -48px !important;
	}
	
	.mb-xl-n6, .my-xl-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-xl-n6, .mx-xl-n6 {
		margin-left: -48px !important;
	}
	
	.m-xl-n7 {
		margin: -56px !important;
	}
	
	.mt-xl-n7, .my-xl-n7 {
		margin-top: -56px !important;
	}
	
	.mr-xl-n7, .mx-xl-n7 {
		margin-right: -56px !important;
	}
	
	.mb-xl-n7, .my-xl-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-xl-n7, .mx-xl-n7 {
		margin-left: -56px !important;
	}
	
	.m-xl-n8 {
		margin: -64px !important;
	}
	
	.mt-xl-n8, .my-xl-n8 {
		margin-top: -64px !important;
	}
	
	.mr-xl-n8, .mx-xl-n8 {
		margin-right: -64px !important;
	}
	
	.mb-xl-n8, .my-xl-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-xl-n8, .mx-xl-n8 {
		margin-left: -64px !important;
	}
	
	.m-xl-n9 {
		margin: -72px !important;
	}
	
	.mt-xl-n9, .my-xl-n9 {
		margin-top: -72px !important;
	}
	
	.mr-xl-n9, .mx-xl-n9 {
		margin-right: -72px !important;
	}
	
	.mb-xl-n9, .my-xl-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-xl-n9, .mx-xl-n9 {
		margin-left: -72px !important;
	}
	
	.m-xl-n10 {
		margin: -80px !important;
	}
	
	.mt-xl-n10, .my-xl-n10 {
		margin-top: -80px !important;
	}
	
	.mr-xl-n10, .mx-xl-n10 {
		margin-right: -80px !important;
	}
	
	.mb-xl-n10, .my-xl-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-xl-n10, .mx-xl-n10 {
		margin-left: -80px !important;
	}
	
	.m-xl-n11 {
		margin: -88px !important;
	}
	
	.mt-xl-n11, .my-xl-n11 {
		margin-top: -88px !important;
	}
	
	.mr-xl-n11, .mx-xl-n11 {
		margin-right: -88px !important;
	}
	
	.mb-xl-n11, .my-xl-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-xl-n11, .mx-xl-n11 {
		margin-left: -88px !important;
	}
	
	.m-xl-n12 {
		margin: -96px !important;
	}
	
	.mt-xl-n12, .my-xl-n12 {
		margin-top: -96px !important;
	}
	
	.mr-xl-n12, .mx-xl-n12 {
		margin-right: -96px !important;
	}
	
	.mb-xl-n12, .my-xl-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-xl-n12, .mx-xl-n12 {
		margin-left: -96px !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
	
	.ms-xl-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-xl-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:1400px) {
	.m-desktop-0 {
		margin: 0 !important;
	}
	
	.mt-desktop-0, .my-desktop-0 {
		margin-top: 0 !important;
	}
	
	.mr-desktop-0, .mx-desktop-0 {
		margin-right: 0 !important;
	}
	
	.mb-desktop-0, .my-desktop-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-desktop-0, .mx-desktop-0 {
		margin-left: 0 !important;
	}
	
	.ms-desktop-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-desktop-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-desktop-1 {
		margin: 8px !important;
	}
	
	.mt-desktop-1, .my-desktop-1 {
		margin-top: 8px !important;
	}
	
	.mr-desktop-1, .mx-desktop-1 {
		margin-right: 8px !important;
	}
	
	.mb-desktop-1, .my-desktop-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-desktop-1, .mx-desktop-1 {
		margin-left: 8px !important;
	}
	
	.ms-desktop-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-desktop-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-desktop-2 {
		margin: 16px !important;
	}
	
	.mt-desktop-2, .my-desktop-2 {
		margin-top: 16px !important;
	}
	
	.mr-desktop-2, .mx-desktop-2 {
		margin-right: 16px !important;
	}
	
	.mb-desktop-2, .my-desktop-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-desktop-2, .mx-desktop-2 {
		margin-left: 16px !important;
	}
	
	.ms-desktop-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-desktop-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-desktop-3 {
		margin: 24px !important;
	}
	
	.mt-desktop-3, .my-desktop-3 {
		margin-top: 24px !important;
	}
	
	.mr-desktop-3, .mx-desktop-3 {
		margin-right: 24px !important;
	}
	
	.mb-desktop-3, .my-desktop-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-desktop-3, .mx-desktop-3 {
		margin-left: 24px !important;
	}
	
	.ms-desktop-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-desktop-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-desktop-4 {
		margin: 32px !important;
	}
	
	.mt-desktop-4, .my-desktop-4 {
		margin-top: 32px !important;
	}
	
	.mr-desktop-4, .mx-desktop-4 {
		margin-right: 32px !important;
	}
	
	.mb-desktop-4, .my-desktop-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-desktop-4, .mx-desktop-4 {
		margin-left: 32px !important;
	}
	
	.ms-desktop-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-desktop-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-desktop-5 {
		margin: 40px !important;
	}
	
	.mt-desktop-5, .my-desktop-5 {
		margin-top: 40px !important;
	}
	
	.mr-desktop-5, .mx-desktop-5 {
		margin-right: 40px !important;
	}
	
	.mb-desktop-5, .my-desktop-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-desktop-5, .mx-desktop-5 {
		margin-left: 40px !important;
	}
	
	.ms-desktop-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-desktop-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-desktop-6 {
		margin: 48px !important;
	}
	
	.mt-desktop-6, .my-desktop-6 {
		margin-top: 48px !important;
	}
	
	.mr-desktop-6, .mx-desktop-6 {
		margin-right: 48px !important;
	}
	
	.mb-desktop-6, .my-desktop-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-desktop-6, .mx-desktop-6 {
		margin-left: 48px !important;
	}
	
	.ms-desktop-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-desktop-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-desktop-7 {
		margin: 56px !important;
	}
	
	.mt-desktop-7, .my-desktop-7 {
		margin-top: 56px !important;
	}
	
	.mr-desktop-7, .mx-desktop-7 {
		margin-right: 56px !important;
	}
	
	.mb-desktop-7, .my-desktop-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-desktop-7, .mx-desktop-7 {
		margin-left: 56px !important;
	}
	
	.ms-desktop-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-desktop-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-desktop-8 {
		margin: 64px !important;
	}
	
	.mt-desktop-8, .my-desktop-8 {
		margin-top: 64px !important;
	}
	
	.mr-desktop-8, .mx-desktop-8 {
		margin-right: 64px !important;
	}
	
	.mb-desktop-8, .my-desktop-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-desktop-8, .mx-desktop-8 {
		margin-left: 64px !important;
	}
	
	.ms-desktop-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-desktop-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-desktop-9 {
		margin: 72px !important;
	}
	
	.mt-desktop-9, .my-desktop-9 {
		margin-top: 72px !important;
	}
	
	.mr-desktop-9, .mx-desktop-9 {
		margin-right: 72px !important;
	}
	
	.mb-desktop-9, .my-desktop-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-desktop-9, .mx-desktop-9 {
		margin-left: 72px !important;
	}
	
	.ms-desktop-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-desktop-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-desktop-10 {
		margin: 80px !important;
	}
	
	.mt-desktop-10, .my-desktop-10 {
		margin-top: 80px !important;
	}
	
	.mr-desktop-10, .mx-desktop-10 {
		margin-right: 80px !important;
	}
	
	.mb-desktop-10, .my-desktop-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-desktop-10, .mx-desktop-10 {
		margin-left: 80px !important;
	}
	
	.ms-desktop-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-desktop-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-desktop-11 {
		margin: 88px !important;
	}
	
	.mt-desktop-11, .my-desktop-11 {
		margin-top: 88px !important;
	}
	
	.mr-desktop-11, .mx-desktop-11 {
		margin-right: 88px !important;
	}
	
	.mb-desktop-11, .my-desktop-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-desktop-11, .mx-desktop-11 {
		margin-left: 88px !important;
	}
	
	.ms-desktop-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-desktop-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-desktop-12 {
		margin: 96px !important;
	}
	
	.mt-desktop-12, .my-desktop-12 {
		margin-top: 96px !important;
	}
	
	.mr-desktop-12, .mx-desktop-12 {
		margin-right: 96px !important;
	}
	
	.mb-desktop-12, .my-desktop-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-desktop-12, .mx-desktop-12 {
		margin-left: 96px !important;
	}
	
	.ms-desktop-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-desktop-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-desktop-0 {
		padding: 0 !important;
	}
	
	.pt-desktop-0, .py-desktop-0 {
		padding-top: 0 !important;
	}
	
	.pr-desktop-0, .px-desktop-0 {
		padding-right: 0 !important;
	}
	
	.pb-desktop-0, .py-desktop-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-desktop-0, .px-desktop-0 {
		padding-left: 0 !important;
	}
	
	.ps-desktop-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-desktop-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-desktop-1 {
		padding: 8px !important;
	}
	
	.pt-desktop-1, .py-desktop-1 {
		padding-top: 8px !important;
	}
	
	.pr-desktop-1, .px-desktop-1 {
		padding-right: 8px !important;
	}
	
	.pb-desktop-1, .py-desktop-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-desktop-1, .px-desktop-1 {
		padding-left: 8px !important;
	}
	
	.ps-desktop-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-desktop-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-desktop-2 {
		padding: 16px !important;
	}
	
	.pt-desktop-2, .py-desktop-2 {
		padding-top: 16px !important;
	}
	
	.pr-desktop-2, .px-desktop-2 {
		padding-right: 16px !important;
	}
	
	.pb-desktop-2, .py-desktop-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-desktop-2, .px-desktop-2 {
		padding-left: 16px !important;
	}
	
	.ps-desktop-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-desktop-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-desktop-3 {
		padding: 24px !important;
	}
	
	.pt-desktop-3, .py-desktop-3 {
		padding-top: 24px !important;
	}
	
	.pr-desktop-3, .px-desktop-3 {
		padding-right: 24px !important;
	}
	
	.pb-desktop-3, .py-desktop-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-desktop-3, .px-desktop-3 {
		padding-left: 24px !important;
	}
	
	.ps-desktop-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-desktop-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-desktop-4 {
		padding: 32px !important;
	}
	
	.pt-desktop-4, .py-desktop-4 {
		padding-top: 32px !important;
	}
	
	.pr-desktop-4, .px-desktop-4 {
		padding-right: 32px !important;
	}
	
	.pb-desktop-4, .py-desktop-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-desktop-4, .px-desktop-4 {
		padding-left: 32px !important;
	}
	
	.ps-desktop-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-desktop-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-desktop-5 {
		padding: 40px !important;
	}
	
	.pt-desktop-5, .py-desktop-5 {
		padding-top: 40px !important;
	}
	
	.pr-desktop-5, .px-desktop-5 {
		padding-right: 40px !important;
	}
	
	.pb-desktop-5, .py-desktop-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-desktop-5, .px-desktop-5 {
		padding-left: 40px !important;
	}
	
	.ps-desktop-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-desktop-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-desktop-6 {
		padding: 48px !important;
	}
	
	.pt-desktop-6, .py-desktop-6 {
		padding-top: 48px !important;
	}
	
	.pr-desktop-6, .px-desktop-6 {
		padding-right: 48px !important;
	}
	
	.pb-desktop-6, .py-desktop-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-desktop-6, .px-desktop-6 {
		padding-left: 48px !important;
	}
	
	.ps-desktop-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-desktop-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-desktop-7 {
		padding: 56px !important;
	}
	
	.pt-desktop-7, .py-desktop-7 {
		padding-top: 56px !important;
	}
	
	.pr-desktop-7, .px-desktop-7 {
		padding-right: 56px !important;
	}
	
	.pb-desktop-7, .py-desktop-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-desktop-7, .px-desktop-7 {
		padding-left: 56px !important;
	}
	
	.ps-desktop-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-desktop-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-desktop-8 {
		padding: 64px !important;
	}
	
	.pt-desktop-8, .py-desktop-8 {
		padding-top: 64px !important;
	}
	
	.pr-desktop-8, .px-desktop-8 {
		padding-right: 64px !important;
	}
	
	.pb-desktop-8, .py-desktop-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-desktop-8, .px-desktop-8 {
		padding-left: 64px !important;
	}
	
	.ps-desktop-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-desktop-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-desktop-9 {
		padding: 72px !important;
	}
	
	.pt-desktop-9, .py-desktop-9 {
		padding-top: 72px !important;
	}
	
	.pr-desktop-9, .px-desktop-9 {
		padding-right: 72px !important;
	}
	
	.pb-desktop-9, .py-desktop-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-desktop-9, .px-desktop-9 {
		padding-left: 72px !important;
	}
	
	.ps-desktop-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-desktop-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-desktop-10 {
		padding: 80px !important;
	}
	
	.pt-desktop-10, .py-desktop-10 {
		padding-top: 80px !important;
	}
	
	.pr-desktop-10, .px-desktop-10 {
		padding-right: 80px !important;
	}
	
	.pb-desktop-10, .py-desktop-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-desktop-10, .px-desktop-10 {
		padding-left: 80px !important;
	}
	
	.ps-desktop-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-desktop-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-desktop-11 {
		padding: 88px !important;
	}
	
	.pt-desktop-11, .py-desktop-11 {
		padding-top: 88px !important;
	}
	
	.pr-desktop-11, .px-desktop-11 {
		padding-right: 88px !important;
	}
	
	.pb-desktop-11, .py-desktop-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-desktop-11, .px-desktop-11 {
		padding-left: 88px !important;
	}
	
	.ps-desktop-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-desktop-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-desktop-12 {
		padding: 96px !important;
	}
	
	.pt-desktop-12, .py-desktop-12 {
		padding-top: 96px !important;
	}
	
	.pr-desktop-12, .px-desktop-12 {
		padding-right: 96px !important;
	}
	
	.pb-desktop-12, .py-desktop-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-desktop-12, .px-desktop-12 {
		padding-left: 96px !important;
	}
	
	.ps-desktop-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-desktop-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-desktop-n1 {
		margin: -8px !important;
	}
	
	.mt-desktop-n1, .my-desktop-n1 {
		margin-top: -8px !important;
	}
	
	.mr-desktop-n1, .mx-desktop-n1 {
		margin-right: -8px !important;
	}
	
	.mb-desktop-n1, .my-desktop-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-desktop-n1, .mx-desktop-n1 {
		margin-left: -8px !important;
	}
	
	.m-desktop-n2 {
		margin: -16px !important;
	}
	
	.mt-desktop-n2, .my-desktop-n2 {
		margin-top: -16px !important;
	}
	
	.mr-desktop-n2, .mx-desktop-n2 {
		margin-right: -16px !important;
	}
	
	.mb-desktop-n2, .my-desktop-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-desktop-n2, .mx-desktop-n2 {
		margin-left: -16px !important;
	}
	
	.m-desktop-n3 {
		margin: -24px !important;
	}
	
	.mt-desktop-n3, .my-desktop-n3 {
		margin-top: -24px !important;
	}
	
	.mr-desktop-n3, .mx-desktop-n3 {
		margin-right: -24px !important;
	}
	
	.mb-desktop-n3, .my-desktop-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-desktop-n3, .mx-desktop-n3 {
		margin-left: -24px !important;
	}
	
	.m-desktop-n4 {
		margin: -32px !important;
	}
	
	.mt-desktop-n4, .my-desktop-n4 {
		margin-top: -32px !important;
	}
	
	.mr-desktop-n4, .mx-desktop-n4 {
		margin-right: -32px !important;
	}
	
	.mb-desktop-n4, .my-desktop-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-desktop-n4, .mx-desktop-n4 {
		margin-left: -32px !important;
	}
	
	.m-desktop-n5 {
		margin: -40px !important;
	}
	
	.mt-desktop-n5, .my-desktop-n5 {
		margin-top: -40px !important;
	}
	
	.mr-desktop-n5, .mx-desktop-n5 {
		margin-right: -40px !important;
	}
	
	.mb-desktop-n5, .my-desktop-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-desktop-n5, .mx-desktop-n5 {
		margin-left: -40px !important;
	}
	
	.m-desktop-n6 {
		margin: -48px !important;
	}
	
	.mt-desktop-n6, .my-desktop-n6 {
		margin-top: -48px !important;
	}
	
	.mr-desktop-n6, .mx-desktop-n6 {
		margin-right: -48px !important;
	}
	
	.mb-desktop-n6, .my-desktop-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-desktop-n6, .mx-desktop-n6 {
		margin-left: -48px !important;
	}
	
	.m-desktop-n7 {
		margin: -56px !important;
	}
	
	.mt-desktop-n7, .my-desktop-n7 {
		margin-top: -56px !important;
	}
	
	.mr-desktop-n7, .mx-desktop-n7 {
		margin-right: -56px !important;
	}
	
	.mb-desktop-n7, .my-desktop-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-desktop-n7, .mx-desktop-n7 {
		margin-left: -56px !important;
	}
	
	.m-desktop-n8 {
		margin: -64px !important;
	}
	
	.mt-desktop-n8, .my-desktop-n8 {
		margin-top: -64px !important;
	}
	
	.mr-desktop-n8, .mx-desktop-n8 {
		margin-right: -64px !important;
	}
	
	.mb-desktop-n8, .my-desktop-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-desktop-n8, .mx-desktop-n8 {
		margin-left: -64px !important;
	}
	
	.m-desktop-n9 {
		margin: -72px !important;
	}
	
	.mt-desktop-n9, .my-desktop-n9 {
		margin-top: -72px !important;
	}
	
	.mr-desktop-n9, .mx-desktop-n9 {
		margin-right: -72px !important;
	}
	
	.mb-desktop-n9, .my-desktop-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-desktop-n9, .mx-desktop-n9 {
		margin-left: -72px !important;
	}
	
	.m-desktop-n10 {
		margin: -80px !important;
	}
	
	.mt-desktop-n10, .my-desktop-n10 {
		margin-top: -80px !important;
	}
	
	.mr-desktop-n10, .mx-desktop-n10 {
		margin-right: -80px !important;
	}
	
	.mb-desktop-n10, .my-desktop-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-desktop-n10, .mx-desktop-n10 {
		margin-left: -80px !important;
	}
	
	.m-desktop-n11 {
		margin: -88px !important;
	}
	
	.mt-desktop-n11, .my-desktop-n11 {
		margin-top: -88px !important;
	}
	
	.mr-desktop-n11, .mx-desktop-n11 {
		margin-right: -88px !important;
	}
	
	.mb-desktop-n11, .my-desktop-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-desktop-n11, .mx-desktop-n11 {
		margin-left: -88px !important;
	}
	
	.m-desktop-n12 {
		margin: -96px !important;
	}
	
	.mt-desktop-n12, .my-desktop-n12 {
		margin-top: -96px !important;
	}
	
	.mr-desktop-n12, .mx-desktop-n12 {
		margin-right: -96px !important;
	}
	
	.mb-desktop-n12, .my-desktop-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-desktop-n12, .mx-desktop-n12 {
		margin-left: -96px !important;
	}
	
	.m-desktop-auto {
		margin: auto !important;
	}
	
	.mt-desktop-auto, .my-desktop-auto {
		margin-top: auto !important;
	}
	
	.mr-desktop-auto, .mx-desktop-auto {
		margin-right: auto !important;
	}
	
	.mb-desktop-auto, .my-desktop-auto {
		margin-bottom: auto !important;
	}
	
	.ml-desktop-auto, .mx-desktop-auto {
		margin-left: auto !important;
	}
	
	.ms-desktop-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-desktop-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

@media (min-width:1820px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.mt-xxl-0, .my-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xxl-0, .mx-xxl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xxl-0, .my-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xxl-0, .mx-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-0 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	
	.me-xxl-0 {
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
	}
	
	.m-xxl-1 {
		margin: 8px !important;
	}
	
	.mt-xxl-1, .my-xxl-1 {
		margin-top: 8px !important;
	}
	
	.mr-xxl-1, .mx-xxl-1 {
		margin-right: 8px !important;
	}
	
	.mb-xxl-1, .my-xxl-1 {
		margin-bottom: 8px !important;
	}
	
	.ml-xxl-1, .mx-xxl-1 {
		margin-left: 8px !important;
	}
	
	.ms-xxl-1 {
		-webkit-margin-start: 8px !important;
		margin-inline-start: 8px !important;
	}
	
	.me-xxl-1 {
		-webkit-margin-end: 8px !important;
		margin-inline-end: 8px !important;
	}
	
	.m-xxl-2 {
		margin: 16px !important;
	}
	
	.mt-xxl-2, .my-xxl-2 {
		margin-top: 16px !important;
	}
	
	.mr-xxl-2, .mx-xxl-2 {
		margin-right: 16px !important;
	}
	
	.mb-xxl-2, .my-xxl-2 {
		margin-bottom: 16px !important;
	}
	
	.ml-xxl-2, .mx-xxl-2 {
		margin-left: 16px !important;
	}
	
	.ms-xxl-2 {
		-webkit-margin-start: 16px !important;
		margin-inline-start: 16px !important;
	}
	
	.me-xxl-2 {
		-webkit-margin-end: 16px !important;
		margin-inline-end: 16px !important;
	}
	
	.m-xxl-3 {
		margin: 24px !important;
	}
	
	.mt-xxl-3, .my-xxl-3 {
		margin-top: 24px !important;
	}
	
	.mr-xxl-3, .mx-xxl-3 {
		margin-right: 24px !important;
	}
	
	.mb-xxl-3, .my-xxl-3 {
		margin-bottom: 24px !important;
	}
	
	.ml-xxl-3, .mx-xxl-3 {
		margin-left: 24px !important;
	}
	
	.ms-xxl-3 {
		-webkit-margin-start: 24px !important;
		margin-inline-start: 24px !important;
	}
	
	.me-xxl-3 {
		-webkit-margin-end: 24px !important;
		margin-inline-end: 24px !important;
	}
	
	.m-xxl-4 {
		margin: 32px !important;
	}
	
	.mt-xxl-4, .my-xxl-4 {
		margin-top: 32px !important;
	}
	
	.mr-xxl-4, .mx-xxl-4 {
		margin-right: 32px !important;
	}
	
	.mb-xxl-4, .my-xxl-4 {
		margin-bottom: 32px !important;
	}
	
	.ml-xxl-4, .mx-xxl-4 {
		margin-left: 32px !important;
	}
	
	.ms-xxl-4 {
		-webkit-margin-start: 32px !important;
		margin-inline-start: 32px !important;
	}
	
	.me-xxl-4 {
		-webkit-margin-end: 32px !important;
		margin-inline-end: 32px !important;
	}
	
	.m-xxl-5 {
		margin: 40px !important;
	}
	
	.mt-xxl-5, .my-xxl-5 {
		margin-top: 40px !important;
	}
	
	.mr-xxl-5, .mx-xxl-5 {
		margin-right: 40px !important;
	}
	
	.mb-xxl-5, .my-xxl-5 {
		margin-bottom: 40px !important;
	}
	
	.ml-xxl-5, .mx-xxl-5 {
		margin-left: 40px !important;
	}
	
	.ms-xxl-5 {
		-webkit-margin-start: 40px !important;
		margin-inline-start: 40px !important;
	}
	
	.me-xxl-5 {
		-webkit-margin-end: 40px !important;
		margin-inline-end: 40px !important;
	}
	
	.m-xxl-6 {
		margin: 48px !important;
	}
	
	.mt-xxl-6, .my-xxl-6 {
		margin-top: 48px !important;
	}
	
	.mr-xxl-6, .mx-xxl-6 {
		margin-right: 48px !important;
	}
	
	.mb-xxl-6, .my-xxl-6 {
		margin-bottom: 48px !important;
	}
	
	.ml-xxl-6, .mx-xxl-6 {
		margin-left: 48px !important;
	}
	
	.ms-xxl-6 {
		-webkit-margin-start: 48px !important;
		margin-inline-start: 48px !important;
	}
	
	.me-xxl-6 {
		-webkit-margin-end: 48px !important;
		margin-inline-end: 48px !important;
	}
	
	.m-xxl-7 {
		margin: 56px !important;
	}
	
	.mt-xxl-7, .my-xxl-7 {
		margin-top: 56px !important;
	}
	
	.mr-xxl-7, .mx-xxl-7 {
		margin-right: 56px !important;
	}
	
	.mb-xxl-7, .my-xxl-7 {
		margin-bottom: 56px !important;
	}
	
	.ml-xxl-7, .mx-xxl-7 {
		margin-left: 56px !important;
	}
	
	.ms-xxl-7 {
		-webkit-margin-start: 56px !important;
		margin-inline-start: 56px !important;
	}
	
	.me-xxl-7 {
		-webkit-margin-end: 56px !important;
		margin-inline-end: 56px !important;
	}
	
	.m-xxl-8 {
		margin: 64px !important;
	}
	
	.mt-xxl-8, .my-xxl-8 {
		margin-top: 64px !important;
	}
	
	.mr-xxl-8, .mx-xxl-8 {
		margin-right: 64px !important;
	}
	
	.mb-xxl-8, .my-xxl-8 {
		margin-bottom: 64px !important;
	}
	
	.ml-xxl-8, .mx-xxl-8 {
		margin-left: 64px !important;
	}
	
	.ms-xxl-8 {
		-webkit-margin-start: 64px !important;
		margin-inline-start: 64px !important;
	}
	
	.me-xxl-8 {
		-webkit-margin-end: 64px !important;
		margin-inline-end: 64px !important;
	}
	
	.m-xxl-9 {
		margin: 72px !important;
	}
	
	.mt-xxl-9, .my-xxl-9 {
		margin-top: 72px !important;
	}
	
	.mr-xxl-9, .mx-xxl-9 {
		margin-right: 72px !important;
	}
	
	.mb-xxl-9, .my-xxl-9 {
		margin-bottom: 72px !important;
	}
	
	.ml-xxl-9, .mx-xxl-9 {
		margin-left: 72px !important;
	}
	
	.ms-xxl-9 {
		-webkit-margin-start: 72px !important;
		margin-inline-start: 72px !important;
	}
	
	.me-xxl-9 {
		-webkit-margin-end: 72px !important;
		margin-inline-end: 72px !important;
	}
	
	.m-xxl-10 {
		margin: 80px !important;
	}
	
	.mt-xxl-10, .my-xxl-10 {
		margin-top: 80px !important;
	}
	
	.mr-xxl-10, .mx-xxl-10 {
		margin-right: 80px !important;
	}
	
	.mb-xxl-10, .my-xxl-10 {
		margin-bottom: 80px !important;
	}
	
	.ml-xxl-10, .mx-xxl-10 {
		margin-left: 80px !important;
	}
	
	.ms-xxl-10 {
		-webkit-margin-start: 80px !important;
		margin-inline-start: 80px !important;
	}
	
	.me-xxl-10 {
		-webkit-margin-end: 80px !important;
		margin-inline-end: 80px !important;
	}
	
	.m-xxl-11 {
		margin: 88px !important;
	}
	
	.mt-xxl-11, .my-xxl-11 {
		margin-top: 88px !important;
	}
	
	.mr-xxl-11, .mx-xxl-11 {
		margin-right: 88px !important;
	}
	
	.mb-xxl-11, .my-xxl-11 {
		margin-bottom: 88px !important;
	}
	
	.ml-xxl-11, .mx-xxl-11 {
		margin-left: 88px !important;
	}
	
	.ms-xxl-11 {
		-webkit-margin-start: 88px !important;
		margin-inline-start: 88px !important;
	}
	
	.me-xxl-11 {
		-webkit-margin-end: 88px !important;
		margin-inline-end: 88px !important;
	}
	
	.m-xxl-12 {
		margin: 96px !important;
	}
	
	.mt-xxl-12, .my-xxl-12 {
		margin-top: 96px !important;
	}
	
	.mr-xxl-12, .mx-xxl-12 {
		margin-right: 96px !important;
	}
	
	.mb-xxl-12, .my-xxl-12 {
		margin-bottom: 96px !important;
	}
	
	.ml-xxl-12, .mx-xxl-12 {
		margin-left: 96px !important;
	}
	
	.ms-xxl-12 {
		-webkit-margin-start: 96px !important;
		margin-inline-start: 96px !important;
	}
	
	.me-xxl-12 {
		-webkit-margin-end: 96px !important;
		margin-inline-end: 96px !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.pt-xxl-0, .py-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xxl-0, .px-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xxl-0, .py-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xxl-0, .px-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-0 {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	
	.pe-xxl-0 {
		-webkit-padding-end: 0 !important;
		padding-inline-end: 0 !important;
	}
	
	.p-xxl-1 {
		padding: 8px !important;
	}
	
	.pt-xxl-1, .py-xxl-1 {
		padding-top: 8px !important;
	}
	
	.pr-xxl-1, .px-xxl-1 {
		padding-right: 8px !important;
	}
	
	.pb-xxl-1, .py-xxl-1 {
		padding-bottom: 8px !important;
	}
	
	.pl-xxl-1, .px-xxl-1 {
		padding-left: 8px !important;
	}
	
	.ps-xxl-1 {
		-webkit-padding-start: 8px !important;
		padding-inline-start: 8px !important;
	}
	
	.pe-xxl-1 {
		-webkit-padding-end: 8px !important;
		padding-inline-end: 8px !important;
	}
	
	.p-xxl-2 {
		padding: 16px !important;
	}
	
	.pt-xxl-2, .py-xxl-2 {
		padding-top: 16px !important;
	}
	
	.pr-xxl-2, .px-xxl-2 {
		padding-right: 16px !important;
	}
	
	.pb-xxl-2, .py-xxl-2 {
		padding-bottom: 16px !important;
	}
	
	.pl-xxl-2, .px-xxl-2 {
		padding-left: 16px !important;
	}
	
	.ps-xxl-2 {
		-webkit-padding-start: 16px !important;
		padding-inline-start: 16px !important;
	}
	
	.pe-xxl-2 {
		-webkit-padding-end: 16px !important;
		padding-inline-end: 16px !important;
	}
	
	.p-xxl-3 {
		padding: 24px !important;
	}
	
	.pt-xxl-3, .py-xxl-3 {
		padding-top: 24px !important;
	}
	
	.pr-xxl-3, .px-xxl-3 {
		padding-right: 24px !important;
	}
	
	.pb-xxl-3, .py-xxl-3 {
		padding-bottom: 24px !important;
	}
	
	.pl-xxl-3, .px-xxl-3 {
		padding-left: 24px !important;
	}
	
	.ps-xxl-3 {
		-webkit-padding-start: 24px !important;
		padding-inline-start: 24px !important;
	}
	
	.pe-xxl-3 {
		-webkit-padding-end: 24px !important;
		padding-inline-end: 24px !important;
	}
	
	.p-xxl-4 {
		padding: 32px !important;
	}
	
	.pt-xxl-4, .py-xxl-4 {
		padding-top: 32px !important;
	}
	
	.pr-xxl-4, .px-xxl-4 {
		padding-right: 32px !important;
	}
	
	.pb-xxl-4, .py-xxl-4 {
		padding-bottom: 32px !important;
	}
	
	.pl-xxl-4, .px-xxl-4 {
		padding-left: 32px !important;
	}
	
	.ps-xxl-4 {
		-webkit-padding-start: 32px !important;
		padding-inline-start: 32px !important;
	}
	
	.pe-xxl-4 {
		-webkit-padding-end: 32px !important;
		padding-inline-end: 32px !important;
	}
	
	.p-xxl-5 {
		padding: 40px !important;
	}
	
	.pt-xxl-5, .py-xxl-5 {
		padding-top: 40px !important;
	}
	
	.pr-xxl-5, .px-xxl-5 {
		padding-right: 40px !important;
	}
	
	.pb-xxl-5, .py-xxl-5 {
		padding-bottom: 40px !important;
	}
	
	.pl-xxl-5, .px-xxl-5 {
		padding-left: 40px !important;
	}
	
	.ps-xxl-5 {
		-webkit-padding-start: 40px !important;
		padding-inline-start: 40px !important;
	}
	
	.pe-xxl-5 {
		-webkit-padding-end: 40px !important;
		padding-inline-end: 40px !important;
	}
	
	.p-xxl-6 {
		padding: 48px !important;
	}
	
	.pt-xxl-6, .py-xxl-6 {
		padding-top: 48px !important;
	}
	
	.pr-xxl-6, .px-xxl-6 {
		padding-right: 48px !important;
	}
	
	.pb-xxl-6, .py-xxl-6 {
		padding-bottom: 48px !important;
	}
	
	.pl-xxl-6, .px-xxl-6 {
		padding-left: 48px !important;
	}
	
	.ps-xxl-6 {
		-webkit-padding-start: 48px !important;
		padding-inline-start: 48px !important;
	}
	
	.pe-xxl-6 {
		-webkit-padding-end: 48px !important;
		padding-inline-end: 48px !important;
	}
	
	.p-xxl-7 {
		padding: 56px !important;
	}
	
	.pt-xxl-7, .py-xxl-7 {
		padding-top: 56px !important;
	}
	
	.pr-xxl-7, .px-xxl-7 {
		padding-right: 56px !important;
	}
	
	.pb-xxl-7, .py-xxl-7 {
		padding-bottom: 56px !important;
	}
	
	.pl-xxl-7, .px-xxl-7 {
		padding-left: 56px !important;
	}
	
	.ps-xxl-7 {
		-webkit-padding-start: 56px !important;
		padding-inline-start: 56px !important;
	}
	
	.pe-xxl-7 {
		-webkit-padding-end: 56px !important;
		padding-inline-end: 56px !important;
	}
	
	.p-xxl-8 {
		padding: 64px !important;
	}
	
	.pt-xxl-8, .py-xxl-8 {
		padding-top: 64px !important;
	}
	
	.pr-xxl-8, .px-xxl-8 {
		padding-right: 64px !important;
	}
	
	.pb-xxl-8, .py-xxl-8 {
		padding-bottom: 64px !important;
	}
	
	.pl-xxl-8, .px-xxl-8 {
		padding-left: 64px !important;
	}
	
	.ps-xxl-8 {
		-webkit-padding-start: 64px !important;
		padding-inline-start: 64px !important;
	}
	
	.pe-xxl-8 {
		-webkit-padding-end: 64px !important;
		padding-inline-end: 64px !important;
	}
	
	.p-xxl-9 {
		padding: 72px !important;
	}
	
	.pt-xxl-9, .py-xxl-9 {
		padding-top: 72px !important;
	}
	
	.pr-xxl-9, .px-xxl-9 {
		padding-right: 72px !important;
	}
	
	.pb-xxl-9, .py-xxl-9 {
		padding-bottom: 72px !important;
	}
	
	.pl-xxl-9, .px-xxl-9 {
		padding-left: 72px !important;
	}
	
	.ps-xxl-9 {
		-webkit-padding-start: 72px !important;
		padding-inline-start: 72px !important;
	}
	
	.pe-xxl-9 {
		-webkit-padding-end: 72px !important;
		padding-inline-end: 72px !important;
	}
	
	.p-xxl-10 {
		padding: 80px !important;
	}
	
	.pt-xxl-10, .py-xxl-10 {
		padding-top: 80px !important;
	}
	
	.pr-xxl-10, .px-xxl-10 {
		padding-right: 80px !important;
	}
	
	.pb-xxl-10, .py-xxl-10 {
		padding-bottom: 80px !important;
	}
	
	.pl-xxl-10, .px-xxl-10 {
		padding-left: 80px !important;
	}
	
	.ps-xxl-10 {
		-webkit-padding-start: 80px !important;
		padding-inline-start: 80px !important;
	}
	
	.pe-xxl-10 {
		-webkit-padding-end: 80px !important;
		padding-inline-end: 80px !important;
	}
	
	.p-xxl-11 {
		padding: 88px !important;
	}
	
	.pt-xxl-11, .py-xxl-11 {
		padding-top: 88px !important;
	}
	
	.pr-xxl-11, .px-xxl-11 {
		padding-right: 88px !important;
	}
	
	.pb-xxl-11, .py-xxl-11 {
		padding-bottom: 88px !important;
	}
	
	.pl-xxl-11, .px-xxl-11 {
		padding-left: 88px !important;
	}
	
	.ps-xxl-11 {
		-webkit-padding-start: 88px !important;
		padding-inline-start: 88px !important;
	}
	
	.pe-xxl-11 {
		-webkit-padding-end: 88px !important;
		padding-inline-end: 88px !important;
	}
	
	.p-xxl-12 {
		padding: 96px !important;
	}
	
	.pt-xxl-12, .py-xxl-12 {
		padding-top: 96px !important;
	}
	
	.pr-xxl-12, .px-xxl-12 {
		padding-right: 96px !important;
	}
	
	.pb-xxl-12, .py-xxl-12 {
		padding-bottom: 96px !important;
	}
	
	.pl-xxl-12, .px-xxl-12 {
		padding-left: 96px !important;
	}
	
	.ps-xxl-12 {
		-webkit-padding-start: 96px !important;
		padding-inline-start: 96px !important;
	}
	
	.pe-xxl-12 {
		-webkit-padding-end: 96px !important;
		padding-inline-end: 96px !important;
	}
	
	.m-xxl-n1 {
		margin: -8px !important;
	}
	
	.mt-xxl-n1, .my-xxl-n1 {
		margin-top: -8px !important;
	}
	
	.mr-xxl-n1, .mx-xxl-n1 {
		margin-right: -8px !important;
	}
	
	.mb-xxl-n1, .my-xxl-n1 {
		margin-bottom: -8px !important;
	}
	
	.ml-xxl-n1, .mx-xxl-n1 {
		margin-left: -8px !important;
	}
	
	.m-xxl-n2 {
		margin: -16px !important;
	}
	
	.mt-xxl-n2, .my-xxl-n2 {
		margin-top: -16px !important;
	}
	
	.mr-xxl-n2, .mx-xxl-n2 {
		margin-right: -16px !important;
	}
	
	.mb-xxl-n2, .my-xxl-n2 {
		margin-bottom: -16px !important;
	}
	
	.ml-xxl-n2, .mx-xxl-n2 {
		margin-left: -16px !important;
	}
	
	.m-xxl-n3 {
		margin: -24px !important;
	}
	
	.mt-xxl-n3, .my-xxl-n3 {
		margin-top: -24px !important;
	}
	
	.mr-xxl-n3, .mx-xxl-n3 {
		margin-right: -24px !important;
	}
	
	.mb-xxl-n3, .my-xxl-n3 {
		margin-bottom: -24px !important;
	}
	
	.ml-xxl-n3, .mx-xxl-n3 {
		margin-left: -24px !important;
	}
	
	.m-xxl-n4 {
		margin: -32px !important;
	}
	
	.mt-xxl-n4, .my-xxl-n4 {
		margin-top: -32px !important;
	}
	
	.mr-xxl-n4, .mx-xxl-n4 {
		margin-right: -32px !important;
	}
	
	.mb-xxl-n4, .my-xxl-n4 {
		margin-bottom: -32px !important;
	}
	
	.ml-xxl-n4, .mx-xxl-n4 {
		margin-left: -32px !important;
	}
	
	.m-xxl-n5 {
		margin: -40px !important;
	}
	
	.mt-xxl-n5, .my-xxl-n5 {
		margin-top: -40px !important;
	}
	
	.mr-xxl-n5, .mx-xxl-n5 {
		margin-right: -40px !important;
	}
	
	.mb-xxl-n5, .my-xxl-n5 {
		margin-bottom: -40px !important;
	}
	
	.ml-xxl-n5, .mx-xxl-n5 {
		margin-left: -40px !important;
	}
	
	.m-xxl-n6 {
		margin: -48px !important;
	}
	
	.mt-xxl-n6, .my-xxl-n6 {
		margin-top: -48px !important;
	}
	
	.mr-xxl-n6, .mx-xxl-n6 {
		margin-right: -48px !important;
	}
	
	.mb-xxl-n6, .my-xxl-n6 {
		margin-bottom: -48px !important;
	}
	
	.ml-xxl-n6, .mx-xxl-n6 {
		margin-left: -48px !important;
	}
	
	.m-xxl-n7 {
		margin: -56px !important;
	}
	
	.mt-xxl-n7, .my-xxl-n7 {
		margin-top: -56px !important;
	}
	
	.mr-xxl-n7, .mx-xxl-n7 {
		margin-right: -56px !important;
	}
	
	.mb-xxl-n7, .my-xxl-n7 {
		margin-bottom: -56px !important;
	}
	
	.ml-xxl-n7, .mx-xxl-n7 {
		margin-left: -56px !important;
	}
	
	.m-xxl-n8 {
		margin: -64px !important;
	}
	
	.mt-xxl-n8, .my-xxl-n8 {
		margin-top: -64px !important;
	}
	
	.mr-xxl-n8, .mx-xxl-n8 {
		margin-right: -64px !important;
	}
	
	.mb-xxl-n8, .my-xxl-n8 {
		margin-bottom: -64px !important;
	}
	
	.ml-xxl-n8, .mx-xxl-n8 {
		margin-left: -64px !important;
	}
	
	.m-xxl-n9 {
		margin: -72px !important;
	}
	
	.mt-xxl-n9, .my-xxl-n9 {
		margin-top: -72px !important;
	}
	
	.mr-xxl-n9, .mx-xxl-n9 {
		margin-right: -72px !important;
	}
	
	.mb-xxl-n9, .my-xxl-n9 {
		margin-bottom: -72px !important;
	}
	
	.ml-xxl-n9, .mx-xxl-n9 {
		margin-left: -72px !important;
	}
	
	.m-xxl-n10 {
		margin: -80px !important;
	}
	
	.mt-xxl-n10, .my-xxl-n10 {
		margin-top: -80px !important;
	}
	
	.mr-xxl-n10, .mx-xxl-n10 {
		margin-right: -80px !important;
	}
	
	.mb-xxl-n10, .my-xxl-n10 {
		margin-bottom: -80px !important;
	}
	
	.ml-xxl-n10, .mx-xxl-n10 {
		margin-left: -80px !important;
	}
	
	.m-xxl-n11 {
		margin: -88px !important;
	}
	
	.mt-xxl-n11, .my-xxl-n11 {
		margin-top: -88px !important;
	}
	
	.mr-xxl-n11, .mx-xxl-n11 {
		margin-right: -88px !important;
	}
	
	.mb-xxl-n11, .my-xxl-n11 {
		margin-bottom: -88px !important;
	}
	
	.ml-xxl-n11, .mx-xxl-n11 {
		margin-left: -88px !important;
	}
	
	.m-xxl-n12 {
		margin: -96px !important;
	}
	
	.mt-xxl-n12, .my-xxl-n12 {
		margin-top: -96px !important;
	}
	
	.mr-xxl-n12, .mx-xxl-n12 {
		margin-right: -96px !important;
	}
	
	.mb-xxl-n12, .my-xxl-n12 {
		margin-bottom: -96px !important;
	}
	
	.ml-xxl-n12, .mx-xxl-n12 {
		margin-left: -96px !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mt-xxl-auto, .my-xxl-auto {
		margin-top: auto !important;
	}
	
	.mr-xxl-auto, .mx-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-auto, .my-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xxl-auto, .mx-xxl-auto {
		margin-left: auto !important;
	}
	
	.ms-xxl-auto {
		-webkit-margin-start: auto !important;
		margin-inline-start: auto !important;
	}
	
	.me-xxl-auto {
		-webkit-margin-end: auto !important;
		margin-inline-end: auto !important;
	}
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

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

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

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

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

.text-start {
	text-align: start !important;
}

.text-end {
	text-align: end !important;
}

.text-justify {
	text-align: justify !important;
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
	
	.text-sm-start {
		text-align: start !important;
	}
	
	.text-sm-end {
		text-align: end !important;
	}
	
	.text-sm-justify {
		text-align: justify !important;
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
	
	.text-md-start {
		text-align: start !important;
	}
	
	.text-md-end {
		text-align: end !important;
	}
	
	.text-md-justify {
		text-align: justify !important;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
	
	.text-lg-start {
		text-align: start !important;
	}
	
	.text-lg-end {
		text-align: end !important;
	}
	
	.text-lg-justify {
		text-align: justify !important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
	
	.text-xl-start {
		text-align: start !important;
	}
	
	.text-xl-end {
		text-align: end !important;
	}
	
	.text-xl-justify {
		text-align: justify !important;
	}
}

@media (min-width:1400px) {
	.text-desktop-left {
		text-align: left !important;
	}
	
	.text-desktop-right {
		text-align: right !important;
	}
	
	.text-desktop-center {
		text-align: center !important;
	}
	
	.text-desktop-start {
		text-align: start !important;
	}
	
	.text-desktop-end {
		text-align: end !important;
	}
	
	.text-desktop-justify {
		text-align: justify !important;
	}
}

@media (min-width:1820px) {
	.text-xxl-left {
		text-align: left !important;
	}
	
	.text-xxl-right {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
	
	.text-xxl-start {
		text-align: start !important;
	}
	
	.text-xxl-end {
		text-align: end !important;
	}
	
	.text-xxl-justify {
		text-align: justify !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

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

.font-weight-lighter {
	font-weight: lighter !important;
}

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

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

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.position-initial {
	position: static !important;
}

.fixed-top {
	top: 0;
}

.fixed-bottom, .fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}

.fixed-bottom {
	bottom: 0;
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}

@media (min-width:1820px) {
	.container, .container-desktop, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1776px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-desktop, .col-desktop-1, .col-desktop-10, .col-desktop-11, .col-desktop-12, .col-desktop-2, .col-desktop-3, .col-desktop-4, .col-desktop-5, .col-desktop-6, .col-desktop-7, .col-desktop-8, .col-desktop-9, .col-desktop-auto, .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-auto, .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-auto, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

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

.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
}

.col-1 {
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

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

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

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

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

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

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:1400px) {
	.col-desktop {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-desktop-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-desktop-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-desktop-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-desktop-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-desktop-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-desktop-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-desktop-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-desktop-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-desktop-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-desktop-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-desktop-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-desktop-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-desktop-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-desktop-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-desktop-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-desktop-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-desktop-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-desktop-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-desktop-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-desktop-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-desktop-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-desktop-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-desktop-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-desktop-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-desktop-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-desktop-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-desktop-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-desktop-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-desktop-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-desktop-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-desktop-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-desktop-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-desktop-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-desktop-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-desktop-0 {
		margin-left: 0;
	}
	
	.offset-desktop-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-desktop-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-desktop-3 {
		margin-left: 25%;
	}
	
	.offset-desktop-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-desktop-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-desktop-6 {
		margin-left: 50%;
	}
	
	.offset-desktop-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-desktop-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-desktop-9 {
		margin-left: 75%;
	}
	
	.offset-desktop-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-desktop-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width:1820px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		-ms-flex-positive: 1;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.row-cols-xxl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.row-cols-xxl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.row-cols-xxl-3 > * {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.row-cols-xxl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.row-cols-xxl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.row-cols-xxl-6 > * {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	
	.col-xxl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xxl-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xxl-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xxl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xxl-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xxl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xxl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xxl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xxl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xxl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xxl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xxl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xxl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xxl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xxl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xxl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xxl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xxl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xxl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xxl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xxl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xxl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xxl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
}

.cky-btn-revisit-wrapper {
	background-color: #3b37e6 !important;
}

.cky-consent-container {
	border-radius: 20px !important;
	transition: opacity .3s linear;
	width: 430px !important;
}

.cky-consent-container.active {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width:480px) {
	.cky-consent-container {
		border-radius: 0 !important;
		width: 100% !important;
	}
}

.cky-consent-container.cky-box-bottom-left {
	bottom: 24px;
	isolation: isolate;
	left: 15px;
}

@media only screen and (max-width:480px) {
	.cky-consent-container.cky-box-bottom-left {
		bottom: 23px;
		left: 16px;
		max-width: calc(100% - 32px) !important;
	}
	
	.cky-consent-container.cky-box-bottom-left:before {
		background: linear-gradient(.85deg, #fff -12.02%, hsla(0, 0%, 100%, 0) 93.59%);
		bottom: -23px;
		content: "";
		display: block;
		height: calc(100% + 133px);
		left: -16px;
		position: absolute;
		width: 100vw;
		z-index: -1;
	}
}

.cky-consent-container .cky-consent-bar {
	background: #16213d !important;
	border-color: #16213d !important;
	border: none;
	border-radius: 20px !important;
	box-shadow: none !important;
	color: #fff !important;
	padding: 25px 30px 20px !important;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-consent-bar {
		border-radius: 30px !important;
		padding: 28px 35px 25px !important;
	}
}

.cky-consent-container .cky-notice .cky-title {
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 13px;
	}
}

.cky-consent-container .cky-notice .cky-notice-group {
	color: #fff;
	font-style: 14px;
	font-weight: 300;
	line-height: 20px;
}

.cky-consent-container .cky-notice .cky-notice-group .cky-notice-des {
	color: #fff !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-notice-group .cky-notice-des {
		text-align: center;
	}
}

.cky-consent-container .cky-notice .cky-notice-group .cky-notice-des p {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper {
	gap: 20px;
	margin-top: 35px;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-notice-btn-wrapper {
		-ms-flex-pack: center;
		-ms-flex-direction: initial;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px 16px;
		justify-content: center;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn {
	border: 1px solid #fff !important;
	border-radius: 10px;
	color: #fff !important;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding: 6px 10px;
	transition: opacity .3s linear;
}

@media only screen and (max-width:480px) {
	.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn {
		-ms-flex-order: initial;
		-ms-flex: none;
		flex: none;
		order: 0;
		padding: 6px 14px;
		width: auto;
	}
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn:last-child {
	margin: 0;
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
	background: #3b37e6;
	border-color: #3b37e6 !important;
}

div[data-cky-tag=detail-powered-by] {
	display: none !important;
}

.cky-overlay {
	background: #16213d !important;
}

@media only screen and (max-width:480px) {
	.cky-overlay {
		opacity: .7;
	}
}

.cky-footer-shadow {
	background: linear-gradient(0deg, #16213d 30.1%, rgba(22, 33, 61, 0)) !important;
}

.cky-modal {
	background-color: #16213d !important;
	border-radius: 20px !important;
	color: #fff !important;
}

@media (max-width:576px) {
	.cky-modal {
		box-shadow: 0 -20px 26px rgba(22, 33, 61, .5) !important;
		max-width: 90% !important;
	}
}

.cky-modal .cky-preference-center {
	background-color: #16213d !important;
	border-color: #16213d !important;
	border-radius: 20px !important;
	color: #fff !important;
}

@media (max-width:576px) {
	.cky-modal .cky-preference-center {
		max-height: 90vh;
	}
}

.cky-modal .cky-preference-header {
	-ms-flex-pack: center;
	justify-content: center;
	padding: 45px 62px 24px;
	position: relative;
	text-align: center;
}

@media only screen and (max-width:670px) {
	.cky-modal .cky-preference-header {
		padding: 45px 30px 24px;
	}
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-header {
		padding: 56px 30px 20px;
	}
}

.cky-modal .cky-preference-header .cky-preference-title {
	color: #fff !important;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-header .cky-preference-title {
		font-size: 22px;
		line-height: 28px;
	}
}

.cky-modal .cky-preference-header .cky-btn-close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23fff'%3E%3Cpath d='m.516.504 17.032 17.032M17.547.504.515 17.536'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .02)' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 18px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 18px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-header .cky-btn-close {
		right: 22px;
		top: 22px;
	}
}

.cky-modal .cky-preference-header .cky-btn-close img {
	display: none !important;
}

.cky-modal .cky-preference-body-wrapper {
	padding: 0 62px;
}

@media only screen and (max-width:670px) {
	.cky-modal .cky-preference-body-wrapper {
		padding: 0 30px;
	}
}

.cky-modal .cky-preference-body-wrapper::-webkit-scrollbar {
	background-color: #d8e3ff;
	width: 10px;
}

.cky-modal .cky-preference-header .cky-btn-close.nitro-lazy {
	background-image: none !important;
}

.cky-modal .cky-preference-body-wrapper::-webkit-scrollbar-thumb {
	background-color: #fff;
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper {
	border-color: rgba(215, 247, 255, .3);
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 4px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper {
		padding: 14px 0;
	}
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper strong {
	color: #fff !important;
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper * {
	font-size: 14px;
	line-height: 20px;
	max-width: 665px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper * {
		font-size: 13px;
		line-height: 18px;
	}
}

.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper .cky-show-desc-btn {
	border: none !important;
	color: #d8e3ff !important;
	font-family: Open Sans;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-preference-body-wrapper .cky-preference-content-wrapper .cky-show-desc-btn {
		font-size: 13px !important;
		line-height: 18px !important;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion {
	border-color: rgba(215, 247, 255, .3);
}

.cky-modal .cky-accordion-wrapper .cky-accordion#ckyDetailCategorynecessary {
	padding-top: 9px;
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-chevron i {
	color: #fff !important;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-chevron i:before {
		top: 18px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item {
	margin-top: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item {
		margin-top: 0;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-chevron {
	margin: 0;
	padding-right: 22px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header {
		margin-bottom: 18px;
		padding-bottom: 10px;
		padding-right: 5px;
		padding-top: 10px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
	color: #fff !important;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-accordion-btn {
		font-size: 15px;
		line-height: 19px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header .cky-always-active {
	color: #fff;
	font-family: Open Sans;
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des {
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
	max-width: 665px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des {
		margin-bottom: 20px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des p {
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (max-width:480px) {
	.cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-item .cky-accordion-header-wrapper .cky-accordion-header-des p {
		font-size: 13px;
		line-height: 18px;
	}
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-audit-table {
	background: transparent !important;
	border-radius: 0 !important;
	color: #fff !important;
}

.cky-modal .cky-accordion-wrapper .cky-accordion .cky-audit-table * {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.cky-modal .cky-switch input[type=checkbox] {
	background-color: #d8e3ff !important;
	border: 1px solid #55bbf9 !important;
	height: 19px;
	width: 39px;
}

.cky-modal .cky-switch input[type=checkbox]:before {
	bottom: 1px;
	height: 15px;
	left: 2px;
	width: 15px;
}

.cky-modal .cky-switch input[type=checkbox]:checked:before {
	background-color: #3b37e6;
	-webkit-transform: translateX(19px);
	transform: translateX(19px);
}

.cky-modal .cky-prefrence-btn-wrapper {
	gap: 25px 20px;
	padding: 0 62px 30px;
}

@media only screen and (max-width:670px) {
	.cky-modal .cky-prefrence-btn-wrapper {
		padding: 0 30px 30px;
	}
}

@media (max-width:576px) {
	.cky-modal .cky-prefrence-btn-wrapper {
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 30px 48px;
	}
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
	border: 1px solid #fff !important;
	border-radius: 10px;
	color: #fff !important;
	-ms-flex: none;
	flex: none;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	opacity: 1 !important;
	padding: 6px 19px;
	transition: .3s linear;
	transition-property: background-color, color;
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn:hover {
	background-color: #fff !important;
	color: #3b37e6 !important;
}

@media (max-width:576px) {
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
		-ms-flex-order: inherit;
		order: inherit;
		width: auto;
	}
	
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject {
		-ms-flex-order: 2;
		order: 2;
	}
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
	background: #3b37e6;
	border-color: #3b37e6 !important;
}

@media (max-width:576px) {
	.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
		-ms-flex-order: 3;
		order: 3;
	}
}

.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
	background-color: rgba(59, 55, 230, .8) !important;
	border-color: rgba(59, 55, 230, .8) !important;
	color: #fff !important;
}

[dir=rtl] .cky-modal .cky-accordion-wrapper .cky-accordion.cky-accordion-active .cky-accordion-chevron i:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

[dir=rtl] .cky-modal .cky-accordion-wrapper .cky-accordion .cky-accordion-chevron i:before {
	border: 0;
	border-left: 1.4px solid;
	border-top: 1.4px solid;
	right: 0;
}

#CybotCookiebotDialog {
	border-radius: 20px !important;
	bottom: 20px !important;
	font-family: Axiforma Book, Helvetica, sans-serif !important;
	left: 20px !important;
	margin: 0 !important;
	max-width: 460px !important;
	right: 20px !important;
	top: auto !important;
	-webkit-transform: none !important;
	transform: none !important;
	width: calc(100% - 40px) !important;
}

#CybotCookiebotDialogNav {
	display: none !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
	background-color: #3b37e6 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
	color: #e3eeff !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer, #CybotCookiebotDialogNav, #CybotCookiebotDialogTabContent {
	border: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo, a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
	display: none !important;
}

#CybotCookiebotDialogBodyContent {
	padding: 0 1.125em !important;
}

#CybotCookiebotDialogHeader {
	border-bottom: none !important;
	padding: 1.5em 1.5em 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-bottom: 12px !important;
	text-align: center !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 19px !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
	border-radius: 10px !important;
	border-width: 1px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	min-height: 38px !important;
	padding: 6px 10px !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogGpcContainer {
	border-bottom: none !important;
	padding: 1em 1.125em !important;
}

#CybotCookiebotDialogGpcIcon svg path {
	fill: #fff !important;
}

* {
	box-sizing: border-box;
}

html {
	margin-top: 0 !important;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	background: #fff;
	font-family: Axiforma Book;
	font-weight: 300;
	position: relative;
	width: 100%;
}

body.overflow {
	overflow: hidden;
}

body.overflow .demo-sticky {
	visibility: hidden;
}

body.filter-is-opened {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

body.filter-is-opened:before {
	background: rgba(46, 46, 46, .4);
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all .5s ease-out;
	width: 100vw;
	z-index: 10000;
}

body.filter-is-opened .all-partners-w-sidebar__filter-wrapper, body.filter-is-opened .all-partners-w-sidebar__sidebar, body.filter-is-opened .all-resources-w-sidebar__filter-wrapper, body.filter-is-opened .all-resources-w-sidebar__sidebar {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body.rtl * {
	font-family: Rubik, sans-serif !important;
}

body #wrapper {
	padding-top: 86px;
}

body #wrapper.without-header {
	padding-top: 0;
}

@media only screen and (max-width:670px) {
	body #wrapper {
		padding-top: 50px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar {
		padding: 32px 0 0;
	}
}

body.admin-bar .site-header {
	margin-top: 32px;
}

@media screen and (max-width:782px) {
	body.admin-bar .site-header {
		margin-top: 46px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar .site-header.sticky {
		margin-top: 0 !important;
	}
}

body.admin-bar .mobile-menu {
	margin-top: 32px;
}

@media screen and (max-width:782px) {
	body.admin-bar .mobile-menu {
		margin-top: 46px;
	}
}

@media screen and (max-width:600px) {
	body.admin-bar.scroll .mobile-menu {
		margin-top: 0 !important;
	}
}

body * {
	box-sizing: border-box !important;
	color: #16213d;
	font-family: Axiforma Book;
	font-weight: 300;
	outline: none !important;
}

body.no-header #wrapper {
	padding-top: 0 !important;
}

body.static-header .site-header {
	position: relative;
}

body.static-header #wrapper {
	padding-top: 0;
}

body.sticky-badge .badge-icon-wrapper.left {
	position: fixed;
}

.overflow {
	overflow: hidden;
}

.overlay {
	bottom: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
}

.position-relative {
	position: relative;
}

#main-wrapper {
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.cover-bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.responsive-media {
	-o-object-fit: cover;
	object-fit: cover;
}

.responsive-image, .responsive-media {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

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

iframe {
	max-width: 100%;
}

#wrapper {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

#site-footer {
	margin-top: auto;
}

.not-found {
	grid-column: 1/4;
	text-align: center;
}

.hidden {
	display: none !important;
}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, p:empty {
	display: none;
}

a, li, ol, span, ul {
	list-style: none;
}

.a-tag a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button), .block-page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button), .page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) {
	color: #3b37e6;
	font-family: Open Sans;
	font-weight: 400;
	text-decoration: none;
}

.a-tag a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) span, .block-page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) span, .page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button) span {
	color: #3b37e6;
}

.a-tag a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button):hover, .block-page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button):hover, .page-content a:not(.return-back-link__btn):not(.promotion-area-slider__promotion-button):not(.component-button):hover {
	text-decoration: underline;
}

.block-page-content p:not(:last-child) {
	margin-bottom: 24px;
}

@media only screen and (max-width:991px) {
	.block-page-content p:not(:last-child) {
		margin-bottom: 16px;
	}
}

.block-page-content ol {
	list-style: decimal;
}

.block-page-content ul {
	list-style: disc;
}

.block-page-content ol, .block-page-content ul {
	margin-left: 18px;
}

.block-page-content ol:not(:first-child), .block-page-content ul:not(:first-child) {
	margin-top: 18px;
}

.block-page-content ol:not(:last-child), .block-page-content ul:not(:last-child) {
	margin-bottom: 18px;
}

.block-page-content li {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: inherit;
	padding: 0;
}

.block-page-content li:not(:last-child) {
	margin-bottom: 8px;
}

.block-page-content li:before {
	display: none;
}

.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
	font-size: 22px;
	line-height: 28px;
}

.block-page-content h2:not(:last-child), .block-page-content h3:not(:last-child), .block-page-content h4:not(:last-child), .block-page-content h5:not(:last-child), .block-page-content h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
		font-size: 18px;
	}
}

del, em {
	font-weight: 400;
}

del, em, strong, strong * {
	font-family: Open Sans;
}

.inherit {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.page-content.ltr .anchor-menu, .page-content.ltr a, .page-content.ltr h1, .page-content.ltr h2, .page-content.ltr h3, .page-content.ltr h4, .page-content.ltr h5, .page-content.ltr h6, .page-content.ltr li, .page-content.ltr ol, .page-content.ltr p, .page-content.ltr strong, .page-content.ltr table, .page-content.ltr ul {
	direction: ltr;
	font-family: Open Sans;
}

.page-content.ltr ol li, .page-content.ltr ul li {
	padding-left: 25px !important;
	padding-right: 0 !important;
}

.page-content.ltr ol li:before, .page-content.ltr ul li:before {
	left: 13px !important;
	right: unset !important;
}

.page-content p {
	padding-left: 0;
}

.page-content p:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.page-content p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.page-content li {
	font-family: Open Sans;
	font-weight: 400;
}

.page-content li:not(:last-child) {
	margin-bottom: 10px;
}

.page-content ol:not(:last-child), .page-content ul:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.page-content ol:not(:last-child), .page-content ul:not(:last-child) {
		margin-bottom: 20px;
	}
}

.page-content h2 strong {
	font-family: Axiforma Book;
}

.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
	margin-bottom: 8px;
}

@media only screen and (max-width:480px) {
	.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
		margin-bottom: 12px;
	}
}

.page-content li {
	font-size: 16px;
	line-height: 24px;
	padding-left: 25px;
	position: relative;
}

@media only screen and (max-width:1030px) {
	.page-content li {
		padding-left: 20px;
	}
}

.page-content li:before {
	background-color: #16213d;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	left: 13px;
	position: absolute;
	top: 11px;
	width: 3px;
}

.page-content__news ol {
	list-style: decimal;
}

.page-content__news ul {
	list-style: disc;
}

.page-content__news li {
	list-style: inherit;
	padding-left: 0;
}

.page-content__news li:before {
	display: none;
}

.page-content__careers li:not(:last-child), .page-content__news li:not(:last-child) {
	margin-bottom: 0;
}

.page-content__news ol:not(:last-child), .page-content__news ul:not(:last-child), .page-content__page ol:not(:last-child), .page-content__page ul:not(:last-child) {
	margin-bottom: 40px;
}

.page-content__news ol, .page-content__news ul, .page-content__page ol, .page-content__page ul {
	margin-left: 18px;
}

.page-content__news ol:not(:first-child), .page-content__news ul:not(:first-child), .page-content__page ol:not(:first-child), .page-content__page ul:not(:first-child) {
	margin-top: 18px;
}

.page-content__news ol:not(:last-child), .page-content__news ul:not(:last-child), .page-content__page ol:not(:last-child), .page-content__page ul:not(:last-child) {
	margin-bottom: 18px;
}

.page-content__news h1:not(:last-child), .page-content__news h2:not(:last-child), .page-content__news h3:not(:last-child), .page-content__news h4:not(:last-child), .page-content__news h5:not(:last-child), .page-content__news h6:not(:last-child), .page-content__page h1:not(:last-child), .page-content__page h2:not(:last-child), .page-content__page h3:not(:last-child), .page-content__page h4:not(:last-child), .page-content__page h5:not(:last-child), .page-content__page h6:not(:last-child) {
	margin-bottom: 16px;
}

.page-content__news h1:not(:first-child), .page-content__news h2:not(:first-child), .page-content__news h3:not(:first-child), .page-content__news h4:not(:first-child), .page-content__news h5:not(:first-child), .page-content__news h6:not(:first-child), .page-content__page h1:not(:first-child), .page-content__page h2:not(:first-child), .page-content__page h3:not(:first-child), .page-content__page h4:not(:first-child), .page-content__page h5:not(:first-child), .page-content__page h6:not(:first-child) {
	margin-top: 40px;
}

.page-content__news h2, .page-content__page h2 {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:570px) {
	.page-content__news h2, .page-content__page h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

.page-content__news h3, .page-content__page h3 {
	font-size: 22px;
	line-height: 28px;
}

.page-content__news h1, .page-content__news h2, .page-content__news h3, .page-content__news h4, .page-content__news h5, .page-content__news h6, .page-content__news ol, .page-content__news p, .page-content__news ul {
	max-width: 997px;
}

.page-content__careers h2 {
	font-size: 22px;
	line-height: 28px;
}

.page-content__careers h3, .page-content__careers h4, .page-content__careers h5, .page-content__careers h6 {
	font-size: 18px;
	line-height: 28px;
}

.page-content__careers > h1, .page-content__careers > h2, .page-content__careers > h3, .page-content__careers > h4, .page-content__careers > h5, .page-content__careers > h6 {
	margin-bottom: 8px;
}

.page-content__careers ol:not(:last-child), .page-content__careers p:not(:last-child), .page-content__careers ul:not(:last-child) {
	margin-bottom: 32px;
}

@media only screen and (max-width:991px) {
	.page-content__careers li:before {
		top: 12px;
	}
}

.page-content__events-webinar {
	margin-bottom: 110px;
}

@media only screen and (max-width:991px) {
	.page-content__events-webinar {
		margin-bottom: 64px;
	}
}

@media only screen and (max-width:570px) {
	.page-content__events-webinar {
		margin-bottom: 40px;
	}
}

.page-content__events-webinar h1, .page-content__events-webinar h2, .page-content__events-webinar h3, .page-content__events-webinar h4, .page-content__events-webinar h5, .page-content__events-webinar h6, .page-content__events-webinar ol, .page-content__events-webinar p, .page-content__events-webinar ul {
	max-width: 997px;
}

.page-content__events-webinar li:before {
	left: 13px;
	top: 14px;
}

.page-content__events-webinar h2:not(:last-child), .page-content__events-webinar h3:not(:last-child), .page-content__events-webinar h4:not(:last-child), .page-content__events-webinar h5:not(:last-child), .page-content__events-webinar h6:not(:last-child) {
	margin-bottom: 8px;
}

.page-content__events-webinar h2 {
	font-size: 22px;
	line-height: 28px;
}

.page-content__events-webinar h3, .page-content__events-webinar h4, .page-content__events-webinar h5, .page-content__events-webinar h6 {
	font-size: 18px;
	line-height: 28px;
}

.page-content__events-webinar ol:not(:last-child), .page-content__events-webinar p:not(:last-child), .page-content__events-webinar ul:not(:last-child) {
	margin-bottom: 32px;
}

@media only screen and (max-width:570px) {
	.page-content__events-webinar ol:not(:last-child), .page-content__events-webinar p:not(:last-child), .page-content__events-webinar ul:not(:last-child) {
		margin-bottom: 24px;
	}
}

.page-content__events-webinar .set-a-meeting .container {
	padding: 0;
}

.single-blog__media {
	margin: 40px 0 16px;
	position: relative;
}

.single-blog__media .figure, .single-blog__media .mask {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.single-blog__media .mask {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='146' height='174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0c7.398 0 14.364 3.324 18.805 8.972L143.96 168.161A9.442 9.442 0 0 1 146 174V0H0Z' fill='%23FFF'/%3E%3C/svg%3E");
	height: 193px;
	width: 155px;
}

.single-blog__media .mask.nitro-lazy {
	background-image: none !important;
}

.single-blog__media .figure {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	height: 143px;
	width: 117px;
}

.single-blog__media .figure.nitro-lazy {
	background-image: none !important;
}

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

@media only screen and (max-width:670px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.section-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

@media only screen and (max-width:570px) {
	.hide-on-mobile {
		display: none !important;
	}
}

.section-title {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.section-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.section-text {
	font-size: 16px;
	line-height: 24px;
}

.h1-title {
	font-size: 60px;
	line-height: 62px;
}

@media only screen and (max-width:1030px) {
	.h1-title {
		font-size: 32px;
		line-height: 34px;
	}
}

@media only screen and (max-width:480px) {
	.h1-title {
		font-size: 25px;
		line-height: 29px;
	}
}

.h1-title.content-slider-sale__title {
	font-size: 84px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width:1680px) {
	.h1-title.content-slider-sale__title {
		font-size: 75px;
	}
}

@media only screen and (max-width:1370px) {
	.h1-title.content-slider-sale__title {
		font-size: 70px;
	}
}

@media only screen and (max-width:1199px) {
	.h1-title.content-slider-sale__title {
		font-size: 60px;
	}
}

@media only screen and (max-width:1030px) {
	.h1-title.content-slider-sale__title {
		font-size: 50px;
	}
}

@media only screen and (max-width:991px) {
	.h1-title.content-slider-sale__title {
		font-size: 48px;
	}
}

@media only screen and (max-width:850px) {
	.h1-title.content-slider-sale__title {
		font-size: 45px;
	}
}

@media only screen and (max-width:768px) {
	.h1-title.content-slider-sale__title {
		max-width: 415px;
		text-align: center;
	}
}

@media only screen and (max-width:570px) {
	.h1-title.content-slider-sale__title {
		font-size: 40px;
		max-width: 330px;
	}
}

@media only screen and (max-width:480px) {
	.h1-title.content-slider-sale__title {
		font-size: 36px;
		max-width: 292px;
	}
}

.h2-title {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.h2-title {
		font-size: 24px;
		line-height: 29px;
	}
}

@media only screen and (max-width:480px) {
	.h2-title {
		font-size: 18px;
		line-height: 22px;
	}
}

.h2-title.benefits-v2__title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.27;
}

@media only screen and (max-width:991px) {
	.h2-title.benefits-v2__title {
		font-size: 32px;
	}
}

.h2-title.content-slider-sale__subtitle {
	font-size: 61px;
	font-weight: 500;
	line-height: 1;
}

@media only screen and (max-width:1680px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 55px;
	}
}

@media only screen and (max-width:1370px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 50px;
	}
}

@media only screen and (max-width:1199px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 42px;
	}
}

@media only screen and (max-width:1030px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 36px;
	}
}

@media only screen and (max-width:991px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 34px;
	}
}

@media only screen and (max-width:850px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 32px;
	}
}

@media only screen and (max-width:768px) {
	.h2-title.content-slider-sale__subtitle {
		text-align: center;
	}
}

@media only screen and (max-width:570px) {
	.h2-title.content-slider-sale__subtitle {
		font-size: 28px;
	}
}

.h2-title.content-slider-sale__subtitle * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.h2-title.content-slider-sale__subtitle p strong {
	font-weight: 900;
}

.h3-title {
	font-size: 22px;
	line-height: 28px;
}

@media only screen and (max-width:991px) {
	.h3-title {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width:480px) {
	.h3-title {
		font-size: 16px;
		line-height: 21px;
	}
}

.h3-title.benefits-v2__card-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.27;
}

.social-media {
	display: -ms-flexbox;
	display: flex;
}

.social-media__link {
	height: 23px;
	opacity: .5;
	transition: opacity .3s linear;
	width: 23px;
}

@media only screen and (max-width:1030px) {
	.social-media__link {
		opacity: 1;
	}
}

.social-media__link:hover {
	opacity: 1;
}

.social-media__link:not(:last-child) {
	margin-right: 12px;
}

@media only screen and (max-width:670px) {
	.social-media__link:not(:last-child) {
		margin-right: 10px;
	}
}

.social-media__link svg {
	display: block;
	height: 23px;
	width: 23px;
}

@media only screen and (max-width:1030px) {
	.social-media__link svg {
		height: 21px;
		width: 21px;
	}
}

@media only screen and (max-width:670px) {
	.social-media__link svg {
		height: 22px;
		width: 22px;
	}
}

.social-media__title {
	color: #fff;
	font-family: Axiforma;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 22px;
}

.swiper-container.swiper-fade .swiper-slide, .swiper.swiper-fade .swiper-slide {
	opacity: 0 !important;
}

.swiper-container.swiper-fade .swiper-slide-active, .swiper.swiper-fade .swiper-slide-active {
	opacity: 1 !important;
}

.swiper .swiper-pagination, .swiper-container .swiper-pagination {
	-ms-flex-pack: center;
	bottom: auto;
	justify-content: center;
	position: relative;
}

.swiper .swiper-pagination-bullet, .swiper-container .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #3b37e6;
	height: 12px;
	margin: 0 6px !important;
	opacity: 1;
	transition: background-color .3s linear;
	width: 12px;
}

@media only screen and (max-width:991px) {
	.swiper .swiper-pagination-bullet, .swiper-container .swiper-pagination-bullet {
		height: 7px;
		margin: 0 3px !important;
		width: 7px;
	}
}

@media only screen and (max-width:670px) {
	.swiper .swiper-pagination-bullet, .swiper-container .swiper-pagination-bullet {
		height: 11px;
		width: 11px;
	}
}

.swiper .swiper-pagination-bullet-active, .swiper .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination-bullet-active, .swiper-container .swiper-pagination-bullet:hover {
	background-color: #3b37e6;
}

.swiper .swiper-pagination.apricot .swiper-pagination-bullet, .swiper-container .swiper-pagination.apricot .swiper-pagination-bullet {
	border-color: #ed7b6f;
}

.swiper .swiper-pagination.apricot .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination.apricot .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination.apricot .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination.apricot .swiper-pagination-bullet:hover {
	background-color: #ed7b6f;
}

.swiper .swiper-pagination.purple .swiper-pagination-bullet, .swiper-container .swiper-pagination.purple .swiper-pagination-bullet {
	border-color: #a142ff;
}

.swiper .swiper-pagination.purple .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination.purple .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination.purple .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination.purple .swiper-pagination-bullet:hover {
	background-color: #a142ff;
}

.swiper .swiper-pagination.light-blue .swiper-pagination-bullet, .swiper-container .swiper-pagination.light-blue .swiper-pagination-bullet {
	border-color: #5ed0f9;
}

.swiper .swiper-pagination.light-blue .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .swiper-pagination.light-blue .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination.light-blue .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination.light-blue .swiper-pagination-bullet:hover {
	background-color: #5ed0f9;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
	border: 1px solid #3b37e6;
	border-radius: 50%;
	height: 59px;
	margin-top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .3s linear;
	width: 59px;
}

.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg, .swiper-container .swiper-button-next svg, .swiper-container .swiper-button-prev svg {
	height: 21px;
	width: 25px;
}

@media only screen and (max-width:1370px) {
	.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg, .swiper-container .swiper-button-next svg, .swiper-container .swiper-button-prev svg {
		height: 15px;
		width: 17px;
	}
	
	.swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
		height: 40px;
		width: 40px;
	}
}

@media only screen and (max-width:1199px) {
	.swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
		display: none;
	}
}

.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover, .swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
	opacity: .5;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after, .swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
	display: none;
}

.swiper .swiper-button-next.apricot, .swiper .swiper-button-prev.apricot, .swiper-container .swiper-button-next.apricot, .swiper-container .swiper-button-prev.apricot {
	border: 1px solid #ed7b6f;
}

.swiper .swiper-button-next.apricot svg path, .swiper .swiper-button-prev.apricot svg path, .swiper-container .swiper-button-next.apricot svg path, .swiper-container .swiper-button-prev.apricot svg path {
	fill: #ed7b6f;
}

.swiper .swiper-button-next.purple, .swiper .swiper-button-prev.purple, .swiper-container .swiper-button-next.purple, .swiper-container .swiper-button-prev.purple {
	border: 1px solid #a142ff;
}

.swiper .swiper-button-next.purple svg path, .swiper .swiper-button-prev.purple svg path, .swiper-container .swiper-button-next.purple svg path, .swiper-container .swiper-button-prev.purple svg path {
	fill: #a142ff;
}

.swiper .swiper-button-next.light-blue, .swiper .swiper-button-prev.light-blue, .swiper-container .swiper-button-next.light-blue, .swiper-container .swiper-button-prev.light-blue {
	border: 1px solid #5ed0f9;
}

.swiper .swiper-button-next.light-blue svg path, .swiper .swiper-button-prev.light-blue svg path, .swiper-container .swiper-button-next.light-blue svg path, .swiper-container .swiper-button-prev.light-blue svg path {
	fill: #5ed0f9;
}

.swiper .swiper-button-prev, .swiper-container .swiper-button-prev {
	left: 0;
	right: unset;
}

.swiper .swiper-button-next, .swiper-container .swiper-button-next {
	left: unset;
	right: 0;
}

.dash-bullets .swiper .swiper-pagination .swiper-pagination-bullet {
	border-radius: 10px;
	height: 10px;
	width: 36px;
}

.blue-btn, .demo-sticky, .site-header .block-area .item-content-area-button .btn, .site-header .tab-pane .banner .btn, .site-header .tab-pane .item-content-area-button .btn, a.blue-btn {
	transition-property: background-color, color;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #16213d;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Axiforma;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	padding: 9px 28px;
	transition: background-color .3s, border-color .3s, color .3s;
}

.btn-white:hover {
	background-color: #16213d;
	color: #fff;
}

.non-after:after {
	content: none !important;
}

.styled-borders.none {
	border-color: transparent;
}

.styled-borders.blue-br {
	border-color: #3b37e6;
}

.styled-borders.coral-br {
	border-color: #ff7369;
}

.styled-borders.purple-br {
	border-color: #a142ff;
}

.styled-borders.light-blue-br {
	border-color: #55bbf9;
}

.styled-borders.malibu-br {
	border-color: #5ed0f9;
}

.styled-borders.apricot-br {
	border-color: #ed7b6f;
}

.single-banner__bottom {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
}

@media only screen and (max-width:768px) {
	.single-banner__bottom {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width:670px) {
	.single-banner__share {
		color: #3b37e6;
	}
}

.single-banner__share-text {
	color: #fff;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	margin-right: 6px;
}

@media only screen and (max-width:670px) {
	.single-banner__share-text {
		color: #3b37e6;
	}
}

.single-banner__share-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.single-banner__share {
	display: block;
	height: 24px;
	margin: 0 6px;
	transition: .3s linear;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	width: 24px;
}

.single-banner__share:hover {
	-webkit-transform: scale(1.3333) translateY(-3px);
	transform: scale(1.3333) translateY(-3px);
}

.single-banner__share svg {
	display: block;
	height: 100%;
	width: 100%;
}

.btn-hidden {
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

.breadcrumbs {
	margin-bottom: 15px;
}

.breadcrumbs.section {
	margin-bottom: 7px;
	margin-top: 18px;
}

@media only screen and (max-width:991px) {
	.breadcrumbs.section {
		margin-bottom: 19px;
		margin-top: 19px;
	}
}

@media only screen and (max-width:480px) {
	.breadcrumbs.section {
		margin-bottom: 14px;
		margin-top: 13px;
	}
}

.breadcrumbs__link {
	font-size: 15px;
	line-height: 24px;
	opacity: .6;
	transition: opacity .3s linear;
}

.breadcrumbs__link:hover {
	opacity: 1;
}

.breadcrumbs__separator {
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	line-height: 24px;
	margin: 0 6px;
}

@media only screen and (max-width:991px) {
	.breadcrumbs__separator {
		margin: 0 7px;
	}
}

.breadcrumbs__current {
	font-size: 15px;
	line-height: 24px;
	opacity: 1;
}

@media only screen and (max-width:670px) {
	.single .breadcrumbs {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

.pagination, .pagination-2 {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

@media only screen and (max-width:570px) {
	.pagination, .pagination-2 {
		margin-top: 6px;
	}
}

.pagination .next, .pagination .prev, .pagination-2 .next, .pagination-2 .prev {
	font-size: 0;
	height: 28px;
	position: relative;
	width: 28px;
	z-index: 1;
}

.pagination .next:after, .pagination .prev:after, .pagination-2 .next:after, .pagination-2 .prev:after {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTQuNSAyOC4xMmM3LjQ1NiAwIDEzLjUtNi4wNDQgMTMuNS0xMy41cy02LjA0NC0xMy41LTEzLjUtMTMuNVMxIDcuMTY0IDEgMTQuNjJzNi4wNDQgMTMuNSAxMy41IDEzLjVaIiBzdHJva2U9IiMzQjM3RTYiLz48cGF0aCBkPSJNMTAuNjYyIDE3LjM5M0g4LjA0M2EuNTUuNTUgMCAwIDEtLjU0My0uNTU3di00LjQzM2EuNTUuNTUgMCAwIDEgLjU0My0uNTU3aDIuNjE5Yy4zIDAgLjU0My0uMjUuNTQzLS41NTZWOS4xNzhjMC0uNDI4LjQ1NC0uNjk4LjgxNy0uNDgybDkuMjA1IDUuNDQyYS41NjMuNTYzIDAgMCAxIDAgLjk2NWwtOS4yMDUgNS40NDJhLjU0NS41NDUgMCAwIDEtLjgxNy0uNDgydi0yLjExMmEuNTUuNTUgMCAwIDAtLjU0My0uNTU2di0uMDAyWiIgZmlsbD0iIzNCMzdFNiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0ibWF0cml4KDAgMSAxIDAgLjUgLjYyKSIgZD0iTTAgMGgyOHYyOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") 50% no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.pagination .prev:after, .pagination-2 .prev:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.pagination .page-numbers, .pagination-2 .page-numbers, .pagination-2__page, .pagination__page {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #16213d;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	height: 33px;
	justify-content: center;
	letter-spacing: .1px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
	transition: all .5s ease-out;
	width: 33px;
}

.pagination .page-numbers:hover, .pagination-2 .page-numbers:hover, .pagination-2__page:hover, .pagination__page:hover {
	background-color: #3b37e6;
	color: #fff;
}

.pagination .page-numbers.current, .pagination-2 .page-numbers.current, .pagination-2__current-page, .pagination__current-page {
	background-color: #3b37e6;
	color: #fff;
	pointer-events: none;
}

.pagination .page-numbers.dots, .pagination-2 .page-numbers.dots, .pagination-2__page-dots, .pagination__page-dots {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 33px;
	justify-content: center;
	pointer-events: none;
	width: 33px;
}

html[dir=rtl] .pagination {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInUp {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.demo-sticky {
	-webkit-margin-end: 48px;
	display: none !important;
	margin-inline-end: 48px;
	position: relative;
	z-index: 9999;
}

@media only screen and (max-width:670px) {
	.demo-sticky {
		display: block !important;
		padding: 7px 24px !important;
	}
}

.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
	display: none !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.primary-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book, sans-serif;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.hbspt-form .hs-recaptcha {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.hbspt-form fieldset.form-columns-1 .hs-form-field {
	width: 100% !important;
}

.hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.hbspt-form fieldset .hs-dependent-field .hs-form-field {
	width: 100% !important;
}

.phone-call-to-action {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	bottom: 10px;
	display: none;
	justify-content: center;
	left: 10px;
	position: fixed;
	z-index: 14000;
}

@media only screen and (max-width:768px) {
	.phone-call-to-action {
		display: -ms-flexbox;
		display: flex;
	}
	
	.phone-call-to-action img {
		height: 70px;
		width: 70px;
	}
}

.phone-call-to-action * {
	pointer-events: none;
}

ul.bullet li {
	font-family: Axiforma, sans-serif;
	font-style: normal;
	font-weight: 600;
}

div.styled-bullet-list :empty {
	display: none;
}

div.styled-bullet-list.all ul, div.styled-bullet-list.hexagon ul, div.styled-bullet-list.rectangle ul, div.styled-bullet-list.rhombus ul, div.styled-bullet-list.triangle ul {
	margin: 0;
}

div.styled-bullet-list.all ul li, div.styled-bullet-list.hexagon ul li, div.styled-bullet-list.rectangle ul li, div.styled-bullet-list.rhombus ul li, div.styled-bullet-list.triangle ul li {
	display: block;
	font-family: Open Sans;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	padding-left: 34px;
	position: relative;
}

div.styled-bullet-list.all ul li *, div.styled-bullet-list.hexagon ul li *, div.styled-bullet-list.rectangle ul li *, div.styled-bullet-list.rhombus ul li *, div.styled-bullet-list.triangle ul li * {
	font-family: Open Sans;
	font-weight: 400;
}

div.styled-bullet-list.all ul li strong, div.styled-bullet-list.all ul li strong *, div.styled-bullet-list.hexagon ul li strong, div.styled-bullet-list.hexagon ul li strong *, div.styled-bullet-list.rectangle ul li strong, div.styled-bullet-list.rectangle ul li strong *, div.styled-bullet-list.rhombus ul li strong, div.styled-bullet-list.rhombus ul li strong *, div.styled-bullet-list.triangle ul li strong, div.styled-bullet-list.triangle ul li strong * {
	font-weight: 600;
}

div.styled-bullet-list.all ul li:last-child, div.styled-bullet-list.hexagon ul li:last-child, div.styled-bullet-list.rectangle ul li:last-child, div.styled-bullet-list.rhombus ul li:last-child, div.styled-bullet-list.triangle ul li:last-child {
	margin-bottom: 0;
}

div.styled-bullet-list.all ul li:before, div.styled-bullet-list.hexagon ul li:before, div.styled-bullet-list.rectangle ul li:before, div.styled-bullet-list.rhombus ul li:before, div.styled-bullet-list.triangle ul li:before {
	background-color: transparent;
	background-size: contain;
	border-radius: 0;
	display: block !important;
	height: 32px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 32px;
}

div.styled-bullet-list.all ul li:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	min-width: 24px;
	top: 0;
	vertical-align: sub;
	width: 24px;
}

div.styled-bullet-list.all ul li:nth-child(3n+1):before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

div.styled-bullet-list.all ul li:nth-child(3n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M7.914 4.668a5.627 5.627 0 0 1 7.958 0l3.245 3.245a5.627 5.627 0 0 1 0 7.959l-3.245 3.245a5.627 5.627 0 0 1-7.958 0l-3.246-3.245a5.627 5.627 0 0 1 0-7.959l3.246-3.245Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.all ul li:nth-child(3n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19 2.881a5.628 5.628 0 0 1 5.627 0l3.778 2.182a5.628 5.628 0 0 1 2.814 4.873V14.3a5.628 5.628 0 0 1-2.814 4.873l-3.778 2.182a5.628 5.628 0 0 1-5.628 0l-3.778-2.182A5.628 5.628 0 0 1 2.598 14.3V9.936A5.627 5.627 0 0 1 5.41 5.063L9.19 2.88Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.blue li:before, div.styled-bullet-list.rhombus.blue li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.coral li:before, div.styled-bullet-list.rhombus.coral li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.purple li:before, div.styled-bullet-list.rhombus.purple li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rhombus.light-blue li:before, div.styled-bullet-list.rhombus.light-blue li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.blue li:before, div.styled-bullet-list.hexagon.blue li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.coral li:before, div.styled-bullet-list.hexagon.coral li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.purple li:before, div.styled-bullet-list.hexagon.purple li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

div.styled-bullet-list.hexagon.light-blue li:before, div.styled-bullet-list.hexagon.light-blue li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.blue li:before, div.styled-bullet-list.triangle.blue li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.coral li:before, div.styled-bullet-list.triangle.coral li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.purple li:before, div.styled-bullet-list.triangle.purple li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.triangle.light-blue li:before, div.styled-bullet-list.triangle.light-blue li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.blue li:before, div.styled-bullet-list.rectangle.blue li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.coral li:before, div.styled-bullet-list.rectangle.coral li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.purple li:before, div.styled-bullet-list.rectangle.purple li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

div.styled-bullet-list.rectangle.light-blue li:before, div.styled-bullet-list.rectangle.light-blue li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle ul, div.styled-bullet-list.small-hexagon ul, div.styled-bullet-list.small-triangle ul {
	list-style-type: none;
	margin: 0;
}

div.styled-bullet-list.small-circle ul li::marker, div.styled-bullet-list.small-hexagon ul li::marker, div.styled-bullet-list.small-triangle ul li::marker {
	display: none;
}

div.styled-bullet-list.small-circle ul li, div.styled-bullet-list.small-hexagon ul li, div.styled-bullet-list.small-triangle ul li {
	margin-bottom: 16px;
	padding-left: 24px;
}

div.styled-bullet-list.small-circle ul li:last-child, div.styled-bullet-list.small-hexagon ul li:last-child, div.styled-bullet-list.small-triangle ul li:last-child {
	margin-bottom: 0;
}

div.styled-bullet-list.small-circle ul li:before, div.styled-bullet-list.small-hexagon ul li:before, div.styled-bullet-list.small-triangle ul li:before {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 16px;
	left: 0;
	top: 4px;
	-webkit-transform: none;
	transform: none;
	width: 16px;
}

div.styled-bullet-list.small-triangle ul li {
	padding-left: 32px;
	position: relative;
}

div.styled-bullet-list.small-triangle ul li:before {
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

div.styled-bullet-list.small-circle.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-circle.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-hexagon.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='.286'/%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

div.styled-bullet-list.small-triangle.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 0h24v24H0V0Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath d='M7.467 7.313c2.166-3.75 7.58-3.75 9.747 0l1.703 2.951c2.166 3.752-.541 8.441-4.873 8.441h-3.408c-4.332 0-7.04-4.69-4.873-8.44l1.704-2.952Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
	background: #16213d;
	border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.swiper-rtl .swiper-button-next, .swiper-rtl .swiper-button-prev {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] * {
	font-family: Rubik, sans-serif !important;
}

[dir=rtl] b, [dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] strong {
	font-weight: 600;
}

[dir=rtl] .social-media__link:not(:last-child) {
	margin-left: 12px;
	margin-right: 0;
}

[dir=rtl] .arrow-btn-right, [dir=rtl] .careers-card__link, [dir=rtl] .case-studies-featured__post-read, [dir=rtl] .case-study-card__read, [dir=rtl] .case-study-video-carousel__slide-link, [dir=rtl] .contact-info__address-button, [dir=rtl] .ew-card__read, [dir=rtl] .featured-resources__slide-link, [dir=rtl] .news-card__read, [dir=rtl] .resources-card__link {
	padding-left: 24px;
	padding-right: 0;
}

[dir=rtl] .arrow-btn-right:after, [dir=rtl] .careers-card__link:after, [dir=rtl] .case-studies-featured__post-read:after, [dir=rtl] .case-study-card__read:after, [dir=rtl] .case-study-video-carousel__slide-link:after, [dir=rtl] .contact-info__address-button:after, [dir=rtl] .ew-card__read:after, [dir=rtl] .featured-resources__slide-link:after, [dir=rtl] .news-card__read:after, [dir=rtl] .resources-card__link:after {
	left: 0 !important;
	right: unset !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) scaleX(-1) !important;
	transform: translateY(-50%) scaleX(-1) !important;
}

[dir=rtl] .arrow-btn:after {
	left: 10px !important;
	right: unset !important;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}

[dir=rtl] .single-banner__share-text {
	margin-left: 6px;
	margin-right: 0;
}

.site-header .block-area .item-content-area-button [dir=rtl] .btn, .site-header .tab-pane .banner [dir=rtl] .btn, .site-header .tab-pane .item-content-area-button [dir=rtl] .btn, [dir=rtl] #primary-wrapper .webinar-speakers__item-position, [dir=rtl] .blue-border-btn, [dir=rtl] .blue-btn, [dir=rtl] .case-study-banner__link, [dir=rtl] .content-with-cta__button, [dir=rtl] .content-with-cta__title, [dir=rtl] .cta-btn__button, [dir=rtl] .demo-sticky, [dir=rtl] .hero-section__subtitle, [dir=rtl] .hubspot-form .hbspt-form .hs-submit input[type=submit], [dir=rtl] .industry-banner-v2__button, [dir=rtl] .industry-banner__button, [dir=rtl] .left-side-monitor-content__button, [dir=rtl] .left-side-monitor-content__title, [dir=rtl] .lobby-banner__button, [dir=rtl] .lobby-banner__button-left, [dir=rtl] .lobby-banner__button-right, [dir=rtl] .promotion-area-slider__promotion-button, [dir=rtl] .related-resources__button, [dir=rtl] .right-side-monitor-content__button, [dir=rtl] .screens-frames__button, [dir=rtl] .set-a-meeting__button, [dir=rtl] .side-image-banner__button, [dir=rtl] .side-image-content-v2__button, [dir=rtl] .side-image-content__button, [dir=rtl] .side-image-content__title.h2-title, [dir=rtl] .side-title-content-cta-v2__button, [dir=rtl] .side-title-content-cta__button, [dir=rtl] .single-careers .hbspt-form .hs-submit input[type=submit], [dir=rtl] .single-resources-banner p.single-resources-banner__share-text, [dir=rtl] .single-resources-banner__share-text, [dir=rtl] .site-header .block-area .item-content-area-button .btn, [dir=rtl] .site-header .tab-pane .banner .btn, [dir=rtl] .site-header .tab-pane .item-content-area-button .btn, [dir=rtl] .styled-side-image-content__title, [dir=rtl] .team-section__button, [dir=rtl] .title-with-cta__button, [dir=rtl] .webinar-dates__item-btn, [dir=rtl] .white-btn, [dir=rtl] a.blue-border-btn, [dir=rtl] a.blue-btn, [dir=rtl] a.case-study-banner__link, [dir=rtl] a.content-with-cta__button, [dir=rtl] a.cta-btn__button, [dir=rtl] a.industry-banner__button, [dir=rtl] a.left-side-monitor-content__button, [dir=rtl] a.lobby-banner__button, [dir=rtl] a.lobby-banner__button-left, [dir=rtl] a.lobby-banner__button-right, [dir=rtl] a.promotion-area-slider__promotion-button, [dir=rtl] a.related-resources__button, [dir=rtl] a.right-side-monitor-content__button, [dir=rtl] a.screens-frames__button, [dir=rtl] a.set-a-meeting__button, [dir=rtl] a.side-image-content-v2__button, [dir=rtl] a.side-image-content__button, [dir=rtl] a.side-title-content-cta-v2__button, [dir=rtl] a.side-title-content-cta__button, [dir=rtl] a.team-section__button, [dir=rtl] a.title-with-cta__button, [dir=rtl] a.webinar-dates__item-btn {
	font-family: Rubik, sans-serif;
}

@media only screen and (max-width:1199px) {
	[dir=rtl] .ew-banner__date {
		font-family: Rubik, sans-serif;
	}
}

@media only screen and (max-width:991px) {
	[dir=rtl] .side-content-banner__subtitle-bottom {
		font-family: Rubik, sans-serif;
	}
}

@media only screen and (max-width:480px) {
	[dir=rtl] .side-image-content__title.h2-title {
		font-family: Rubik, sans-serif;
	}
}

[dir=rtl] .breadcrumbs {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[dir=rtl] .breadcrumbs__separator {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .page-content.styled-bullet-list.all ul li:before, [dir=rtl] .page-content.styled-bullet-list.hexagon ul li:before, [dir=rtl] .page-content.styled-bullet-list.rectangle ul li:before, [dir=rtl] .page-content.styled-bullet-list.rhombus ul li:before, [dir=rtl] .page-content.styled-bullet-list.small-hexagon ul li:before, [dir=rtl] .page-content.styled-bullet-list.small-triangle ul li:before, [dir=rtl] .page-content.styled-bullet-list.triangle ul li:before {
	left: unset;
	right: 0;
}

[dir=rtl] body:not(.single-careers):not(.single-news) .page-content:not(.styled) li {
	padding-left: 0;
	padding-right: 25px;
}

[dir=rtl] body:not(.single-careers):not(.single-news) .page-content:not(.styled) li:before {
	left: unset;
	right: 0;
}

[dir=rtl] .huge-title-with-text__title, [dir=rtl] .side-title-content-cta-v2__title {
	-webkit-text-stroke: unset;
}

[dir=rtl] .return-back-link__btn {
	padding-left: 0;
	padding-right: 18px;
}

[dir=rtl] .return-back-link__btn:before {
	left: unset;
	margin-top: 0;
	right: 2px;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

[dir=rtl] div.styled-bullet-list.all ul, [dir=rtl] div.styled-bullet-list.hexagon ul, [dir=rtl] div.styled-bullet-list.rectangle ul, [dir=rtl] div.styled-bullet-list.rhombus ul, [dir=rtl] div.styled-bullet-list.triangle ul {
	margin: 0;
}

[dir=rtl] div.styled-bullet-list.all ul li, [dir=rtl] div.styled-bullet-list.hexagon ul li, [dir=rtl] div.styled-bullet-list.rectangle ul li, [dir=rtl] div.styled-bullet-list.rhombus ul li, [dir=rtl] div.styled-bullet-list.triangle ul li {
	padding: 0 34px 0 0;
}

[dir=rtl] div.styled-bullet-list.all ul li:before, [dir=rtl] div.styled-bullet-list.hexagon ul li:before, [dir=rtl] div.styled-bullet-list.rectangle ul li:before, [dir=rtl] div.styled-bullet-list.rhombus ul li:before, [dir=rtl] div.styled-bullet-list.triangle ul li:before {
	left: auto;
	right: 0;
}

[dir=rtl] div.styled-bullet-list.rectangle ul li:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] div.styled-bullet-list.small-circle ul, [dir=rtl] div.styled-bullet-list.small-hexagon ul, [dir=rtl] div.styled-bullet-list.small-triangle ul {
	list-style-type: none;
	margin: 0;
}

[dir=rtl] div.styled-bullet-list.small-circle ul li::marker, [dir=rtl] div.styled-bullet-list.small-hexagon ul li::marker, [dir=rtl] div.styled-bullet-list.small-triangle ul li::marker {
	display: none;
}

[dir=rtl] div.styled-bullet-list.small-circle ul li, [dir=rtl] div.styled-bullet-list.small-hexagon ul li, [dir=rtl] div.styled-bullet-list.small-triangle ul li {
	padding: 0 24px 0 0;
}

[dir=rtl] div.styled-bullet-list.small-circle ul li:before, [dir=rtl] div.styled-bullet-list.small-hexagon ul li:before, [dir=rtl] div.styled-bullet-list.small-triangle ul li:before {
	left: auto;
	right: 0;
}

[dir=rtl] div.styled-bullet-list.small-triangle ul li {
	padding: 0 32px 0 0;
}

[dir=rtl] div.styled-bullet-list.small-triangle ul li:before {
	left: auto;
	right: 0;
}

body {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	overflow: auto;
}

body::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

body::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
	background: #16213d;
	border-radius: 3px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
}

body::-webkit-scrollbar-thumb:hover {
	background: rgba(22, 33, 61, .8);
}

body::-webkit-scrollbar-thumb:active {
	background: rgba(22, 33, 61, .9);
}

[class*=" icon-"]:before, [class^=icon-]:before {
	margin: 0;
}

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

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Axiforma;
	font-weight: 600;
}

p {
	font-size: 16px;
	line-height: 24px;
}

p, p :not(strong) {
	font-family: Open Sans;
	font-weight: 400;
}

b, b *, p strong *, strong, strong * {
	font-weight: 600;
}

.color-white {
	color: #fff;
}

.color-dark {
	color: #16213d;
}

.bg-dark {
	background-color: #16213d;
}

.title-h1 {
	font-size: 32px;
	line-height: 1.25;
}

@media (min-width:992px) {
	.title-h1 {
		font-size: 60px;
		line-height: 1.033;
	}
}

.title-h2 {
	font-size: clamp(1.375rem, 2.182vw + .864rem, 2.5rem);
	line-height: 1.273;
}

@media (min-width:992px) {
	.title-h2 {
		line-height: 1.2;
	}
}

.fw-700 {
	font-weight: 700;
}

.fw-600 {
	font-weight: 600;
}

.fw-400 {
	font-weight: 400;
}

.fw-300 {
	font-weight: 300;
}

.ltr-text {
	direction: ltr !important;
}

.color-malibu {
	color: #5ed0f9;
}

.color-blue {
	color: #3b37e6;
}

.color-coral {
	color: #ff7369;
}

.color-purple {
	color: #a142ff;
}

.color-green {
	color: #53b684;
}

.bg-royal-blue {
	background-color: #e3eeff;
}

.bg-blue-tint {
	background-color: #d7f7ff;
}

.bg-purple-tint {
	background-color: #ecdeff;
}

.bg-coral-tint {
	background-color: #ffdfd9;
}

.bg-blue {
	background-color: #3b37e6;
}

.bg-purple {
	background-color: #a142ff;
}

.bg-coral {
	background-color: #ff7369;
}

.bg-light-blue {
	background-color: #55bbf9;
}

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

.site-header {
	box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
	left: 0;
	max-width: 100vw;
	position: fixed;
	top: 0;
	transition: .3s linear;
	width: 100%;
	z-index: 9000;
}

.site-header.hide-header .site-header__container {
	-ms-flex-pack: center;
	justify-content: center;
}

.site-header.hide-il .wpml-ls-item-il {
	display: none !important;
}

.site-header.en .mobile-menu__lang-current {
	display: none;
	pointer-events: none;
}

.site-header.en .mobile-menu__lang-current.clickable {
	display: -ms-flexbox;
	display: flex;
	pointer-events: all;
}

@media (min-width:1031px) {
	.site-header.en .site-header__lang {
		display: none;
		pointer-events: none;
	}
	
	.site-header.en .site-header__lang.clickable {
		display: block;
		pointer-events: all;
	}
}

.site-header__inner {
	position: relative;
}

.site-header__container {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	height: 88px;
	justify-content: space-between;
}

@media only screen and (max-width:670px) {
	.site-header__container {
		height: 50px;
		padding-bottom: 14px;
		padding-top: 14px;
	}
}

.site-header__logo {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	max-height: 40px;
}

@media only screen and (max-width:1030px) {
	.site-header__logo {
		width: 125px;
	}
}

@media only screen and (max-width:670px) {
	.site-header__logo {
		width: 85px;
	}
}

.site-header__logo img, .site-header__logo svg {
	display: block;
	height: auto;
	width: 100%;
}

.site-header__side {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:1280px) {
	.site-header__side.small-gaps .site-header__menu > .menu-item:not(:last-child):not(.hide-on-tablet) {
		-webkit-margin-end: 15px !important;
		margin-inline-end: 15px !important;
	}
	
	.site-header__side.small-gaps .site-header__actions, .site-header__side.small-gaps .site-header__button-wrapper {
		-webkit-margin-start: 15px !important;
		margin-inline-start: 15px !important;
	}
}

.site-header__before-menu-button {
	-ms-flex-align: center;
	-webkit-margin-end: 15px;
	align-items: center;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 15px;
	color: #3b37e6;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	gap: 4px;
	height: 40px;
	line-height: 24px;
	margin-inline-end: 15px;
	padding: 7px 16px;
	position: relative;
	text-align: center;
	transition: .3s linear;
	transition-property: box-shadow, background-image;
}

@media only screen and (max-width:1030px) {
	.site-header__before-menu-button {
		display: none;
	}
}

.site-header__before-menu-button:before {
	background: linear-gradient(94.58deg, #3b37e6 -.96%, #00adee 35.81%, #e33df3 62.52%, #9e42ff 99.3%);
	border-radius: inherit;
	content: "";
	display: block;
	height: calc(100% + 2px);
	left: 0;
	margin: -1px;
	position: absolute;
	top: 0;
	width: calc(100% + 2px);
	z-index: -1;
}

.site-header__before-menu-button:hover {
	background-image: linear-gradient(94.58deg, rgba(59, 55, 230, .1) -.96%, rgba(0, 173, 238, .1) 35.81%, rgba(227, 61, 243, .1) 62.52%, rgba(158, 66, 255, .1) 99.3%);
	box-shadow: 0 2px 4px 0 rgba(158, 66, 255, .16);
}

.site-header__before-menu-button:active {
	background-image: linear-gradient(94.58deg, rgba(59, 55, 230, .2) -.96%, rgba(0, 173, 238, .2) 35.81%, rgba(227, 61, 243, .2) 62.52%, rgba(158, 66, 255, .2) 99.3%);
}

.site-header__before-menu-button svg {
	height: 24px;
	width: 24px;
}

@media only screen and (max-width:1030px) {
	.site-header__nav {
		display: none;
	}
}

.site-header__menu {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.site-header__menu .nav__link {
	cursor: pointer;
}

.site-header__menu a {
	transition: color, background-color .3s linear;
}

.site-header__menu > .menu-item:not(:last-child) {
	margin-right: 36px;
}

@media only screen and (max-width:1199px) {
	.site-header__menu > .menu-item:not(:last-child) {
		margin-right: 20px;
	}
}

@media (max-width:1100px) {
	.site-header__menu > .menu-item.hide-on-tablet {
		display: none;
	}
	
	.site-header__menu > .menu-item.remove-margin {
		margin-left: 0;
		margin-right: 0;
	}
}

.site-header__menu > .menu-item.menu-item-has-children > .nav__link, .site-header__menu > .menu-item.menu-item-has-children > a {
	padding-right: 20px;
	position: relative;
}

.site-header__menu > .menu-item.menu-item-has-children > .nav__link:after, .site-header__menu > .menu-item.menu-item-has-children > a:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 0;
	top: 6px;
	transition: .3s linear;
	transition-property: background-image, -webkit-transform;
	transition-property: transform, background-image;
	transition-property: transform, background-image, -webkit-transform;
	width: 11px;
}

.site-header__menu > .menu-item.menu-item-has-children > .sub-menu-wrapper {
	left: 50%;
	opacity: 0;
	padding-top: 32px;
	position: absolute;
	top: 59%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s linear;
	transition-property: opacity, visibility;
	visibility: hidden;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu {
	padding: 10px 13px;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .menu-item {
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .menu-item.current-menu-item .nav__link, .site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .menu-item:hover a {
	color: #3b37e6;
}

.site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu .nav__link, .site-header__menu > .menu-item.menu-item-has-children:not(.mega-menu) .sub-menu a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: color, background-color .3s linear;
	width: auto;
}

.site-header__menu > .menu-item:hover > .nav__link, .site-header__menu > .menu-item:hover > .nav__link span, .site-header__menu > .menu-item:hover > a, .site-header__menu > .menu-item:hover > a span {
	color: #3b37e6;
}

.site-header__menu > .menu-item:hover > .nav__link:after, .site-header__menu > .menu-item:hover > a:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.site-header__menu > .menu-item:hover > .sub-menu-wrapper {
	left: 0 !important;
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item > .nav__link, .site-header__menu > .menu-item > a {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper {
	border-radius: 0 0 40px 40px;
	left: -150%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper:after, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper:after {
	background-color: #fff;
	border-radius: 0 0 40px 40px;
	box-shadow: 0 6px 28.6px 0 rgba(8, 7, 67, .11);
	content: "";
	display: block;
	height: calc(100% - 35px);
	left: 0;
	position: absolute;
	top: 35px;
	width: 100%;
	z-index: 1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper:before {
	background-color: #e3eeff;
	border-radius: 0 0 40px 40px;
	bottom: 0;
	content: "";
	display: block;
	height: calc(100% - 128px);
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.erp:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.erp:before {
	background-color: #e3eeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.retail-management:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.retail-management:before {
	background-color: #f9f5ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.education:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.hospitality-management:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.education:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.hospitality-management:before {
	background-color: #f3fdff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper.school-management:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper.school-management:before {
	background-color: #fff5f3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu {
	isolation: isolate;
	margin: 0 auto;
	max-width: 1440px;
	padding: 67px 40px 16px;
	position: relative;
	z-index: 3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item:not(:last-child), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item:not(:last-child) {
	padding-bottom: 6px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	height: 66px;
	isolation: isolate;
	justify-content: center;
	padding: 15px 95px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a span {
	font-family: Axiforma;
	font-size: 18px;
	letter-spacing: -.03em;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.active > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.active > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 0;
	transition: .5s cubic-bezier(0, 0, .2, 1);
	transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, transform;
	transition-property: visibility, opacity, transform, -webkit-transform;
	visibility: hidden;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu {
	border-radius: 10px;
	-webkit-column-gap: 64px;
	-moz-column-gap: 64px;
	column-gap: 64px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	position: relative;
	width: 100%;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before {
	background-color: #e3eeff;
	content: "";
	display: block;
	height: calc(100% - 64px);
	left: 50%;
	position: absolute;
	top: 50px;
	width: 1px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a {
	color: #16213d;
	display: block;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	padding-bottom: 6px;
	transition: color .3s linear;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a span {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a[href^="#"], .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > a[href^="#"] {
	pointer-events: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item > .sub-menu-wrapper {
	padding-top: 10px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu span.nav__link {
	color: #3c455a;
	font-size: 12px;
	line-height: 20px;
	transition: color .3s linear;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children {
	position: relative;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='5' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4.5 5L10 1' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	padding: 9px 7px;
	position: absolute;
	right: 12px;
	top: 12px;
	transition: .3s linear;
	transition-property: background-image, -webkit-transform;
	transition-property: transform, background-image;
	transition-property: transform, background-image, -webkit-transform;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow.nitro-lazy, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .arrow.nitro-lazy {
	background-image: none !important;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children.active .arrow, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children.active .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu {
	-webkit-padding-start: 10px;
	padding-inline-start: 10px;
	transition: max-height .3s linear;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu > .menu-item-has-children .sub-menu a {
	display: block;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item.two-columns .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item.two-columns .sub-menu {
	display: inline-grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(16, auto);
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .sub-menu {
	grid-column-gap: 16px;
	grid-row-gap: 8px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .menu-item.col-full, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu .menu-item.col-full {
	grid-column: 1/-1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu {
	grid-template-rows: 6fr;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu {
	display: block;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .columns-menu.products .sub-menu .sub-menu .sub-menu .menu-item {
	margin-bottom: 0 !important;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .one-column .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .one-column .sub-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 50%;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) {
	background: #fff;
	border: 1px solid #d7f7ff;
	border-radius: 6px;
	padding: 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover {
	border-color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu {
	-webkit-padding-start: 2px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 2px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu {
	-webkit-padding-start: 0;
	display: block;
	padding-inline-start: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item {
	margin-bottom: 8px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item.col-full, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item.col-full {
	grid-column: 1/-1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.column-style > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu {
	-webkit-padding-start: 24px;
	padding-inline-start: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link {
	background-color: #e3eeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > span.nav__link span {
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper:before {
	background-color: #f3f7ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 10px;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu:before {
	background-color: #d7f7ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e3eeff;
	border-radius: 6px;
	color: #16213d;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 14px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #3b37e6;
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.771 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468A1.592 1.592 0 0 0 1.92 2.846v6.309a1.592 1.592 0 0 0 2.387 1.378L9.77 7.379Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.3a1.608 1.608 0 0 1-.803-1.392V4.21c0-.574.306-1.105.803-1.392L5.198.968Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.08 4.968-2.807 0-5.078-2.227-5.078-4.968s2.27-4.968 5.079-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.857 1.282a1.54 1.54 0 0 1 2.178 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.178 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.575-3.575Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a {
	background-clip: padding-box;
	border-color: transparent;
	position: relative;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a:after, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.blue-border a:after {
	background: linear-gradient(94.58deg, #3b37e6 -.96%, #00adee 35.81%, #e33df3 62.52%, #9e42ff 99.3%);
	border-radius: inherit;
	content: "";
	display: block;
	height: calc(100% + 2px);
	left: 0;
	margin: -1px;
	position: absolute;
	top: 0;
	width: calc(100% + 2px);
	z-index: -1;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a {
	padding: 8px 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJZSURBVHgBxVPNThNRFD7n3tsB+cs0FQUTw0BcGFe8QfUJMEQT46atPwuiSWFhonExxZC4MSnd6LKtC+OO8gTgCxjYuWq7K6nQToIC2rnneAdb0qqDBE34kpnJ+Zlzv++ccwH+IxBOi3zNwXN9H3kfpyAV9QKXgFNCSssFgg8wSIkTMRt161ktoNpwL+Q6vv7XzTj16QRFRNQfxhS0eEUSVyNaZEKLjT2tORSRZbLQ87Wa8jI/pQy82amwJM+XKtm6H92Ed824VLwy4GMpXCbKODKvAuOGVHqm496bi02yhgVAKsDbZhwFu4h6dvdu9F5oMSRMKpYl051FBE52xw7mRtdNgwoKjMSWfuHfNnaoxPmac+lJvdyxY0vbDTtTsXuS8k07kt/Jd7t+Y+bMV+w+EFkZTKoNJi4Ka8i1XzUnjhLNOrRSsVT3v+qwwM2KbUUHZ7SCBH3HaZK6qKS13Eki8nMCIy6w3hha3l5jhNWv6fPFX4ngtVs1lyOYJgs2SXKxNXJQqi5PehCC4dx2giUktcIJkrT67eHowpFMwTwNDDb6WGWGynGFDiVrroJPG2bSk4Do9DALXlfvmJ2yZBwkZXwjnCQWvP69nNcubJs+qthQ2rBJk+JNtkRJjIii175GPT379H68aj7BU7zyoHadENwRfwBM5mIQt4YHs6CDc3m2+eyYNfgTnLnP8YnHW42OffF5vTy+1DXJEIReJ+dRfc0XmPH7A/46s/Vy7Ab8BSo0wrwuzOYLoxlBFeAECC9mWTmkVtlM2/6yv7sA/wrTt7XL8/UsnAV+AOIU9kdN3m0kAAAAAElFTkSuQmCC");
	height: 20px;
	width: 19px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.aierp a:hover {
	background-image: linear-gradient(94.58deg, rgba(59, 55, 230, .1) -.96%, rgba(0, 173, 238, .1) 35.81%, rgba(227, 61, 243, .1) 62.52%, rgba(158, 66, 255, .1) 99.3%);
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) {
	background: #fff;
	border: 1px solid #d7f7ff;
	border-radius: 6px;
	padding: 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover {
	border-color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu {
	-webkit-padding-start: 2px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 2px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu {
	-webkit-padding-start: 0;
	display: block;
	padding-inline-start: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item {
	margin-bottom: 8px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu {
	-webkit-padding-start: 24px;
	padding-inline-start: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #3b37e6;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link {
	background-color: #fff5f3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link span {
	color: #ff7369;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > span.nav__link:before {
	background-color: #fff5f3;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before {
	background-color: #ffdfd9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 10px;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ffdfd9;
	border-radius: 6px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 14px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #ed7b6f;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.772 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468a1.592 1.592 0 0 0-2.387 1.378v6.309a1.592 1.592 0 0 0 2.387 1.378l5.464-3.154Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.3a1.608 1.608 0 0 1-.803-1.392V4.21c0-.574.306-1.105.803-1.392L5.198.968Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.079 4.968-2.808 0-5.08-2.227-5.08-4.968s2.272-4.968 5.08-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.858 1.282a1.54 1.54 0 0 1 2.177 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.177 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.576-3.575Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children {
	background: #fff;
	border: 1px solid #ffdfd9;
	border-radius: 6px;
	padding: 12px 12px 12px 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu {
	-webkit-padding-start: 20px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-coral > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #ff7369;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link {
	background-color: #f9f5ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link span {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > span.nav__link:before {
	background-color: #f9f5ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu:before {
	background-color: #ecdeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu {
	min-height: 361px !important;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ecdeff;
	border-radius: 6px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 16px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23ECDEFF' stroke='%239E42FF' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 12px;
	min-width: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #a142ff;
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.772 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468a1.592 1.592 0 0 0-2.387 1.378v6.309a1.592 1.592 0 0 0 2.387 1.378l5.464-3.154Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.3a1.608 1.608 0 0 1-.803-1.392V4.21c0-.574.306-1.105.803-1.392L5.198.968Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.third a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.third a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.079 4.968-2.808 0-5.08-2.227-5.08-4.968s2.272-4.968 5.08-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.858 1.282a1.54 1.54 0 0 1 2.177 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.177 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.576-3.575Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.second a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+6) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.second a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+6) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath d='M3.621 1.229a1.592 1.592 0 0 1 2.757 0l3.154 5.463a1.592 1.592 0 0 1-1.378 2.387H1.845A1.592 1.592 0 0 1 .467 6.692l3.154-5.463Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) {
	background: #fff;
	border: 1px solid #ecdeff;
	border-radius: 6px;
	padding: 12px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus):hover {
	border-color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu {
	-webkit-padding-start: 2px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 2px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item:not(:last-child) span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item:not(:last-child) span {
	border-bottom: 1px solid #ecdeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.items-menus) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu {
	-webkit-padding-start: 0;
	min-height: auto !important;
	padding-inline-start: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .menu-item {
	margin-bottom: 8px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus .sub-menu .sub-menu {
	-webkit-padding-start: 24px;
	padding-inline-start: 24px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus.block .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children.items-menus.block .sub-menu {
	display: block;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-purple > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link {
	background-color: #f3fdff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link span {
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a:before, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > span.nav__link:before {
	background-color: #f3fdff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	background-color: #f3fdff;
	border-radius: 10px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	border: 1px solid #e3eeff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover {
	border-color: #55bbf9;
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:hover span {
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style), .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) {
	background: #fff;
	border: 1px solid #ecdeff;
	border-radius: 6px;
	padding: 12px 12px 12px 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) a {
	border: none;
	border-radius: 0;
	padding: 0;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu {
	-webkit-padding-start: 20px;
	display: block;
	margin-top: 8px;
	max-height: none !important;
	padding-inline-start: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:not(.column-style) .sub-menu .menu-item a:before {
	display: none;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #a142ff;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #d7f7ff;
	border-radius: 6px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 300;
	gap: 8px;
	line-height: 14px;
	padding: 10px 12px 9px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Crect x='1.254' y='1.254' width='9.558' height='9.558' rx='2.982' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item a span {
	color: #16213d;
	padding-top: 3px;
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+2) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.771 7.379a1.592 1.592 0 0 0 0-2.757L4.308 1.468A1.592 1.592 0 0 0 1.92 2.846v6.309a1.592 1.592 0 0 0 2.387 1.378L9.77 7.379Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+3) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M5.198.969a1.608 1.608 0 0 1 1.608 0l3.202 1.849c.497.287.804.818.804 1.392v3.698c0 .574-.307 1.105-.804 1.392l-3.202 1.849a1.608 1.608 0 0 1-1.608 0L1.996 9.3a1.608 1.608 0 0 1-.804-1.392V4.21c0-.574.306-1.105.804-1.392L5.198.968Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+4) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.19 6c0 2.74-2.27 4.968-5.08 4.968-2.807 0-5.078-2.227-5.078-4.968s2.27-4.968 5.079-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu > .menu-item .sub-menu .menu-item:nth-child(6n+5) a:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.857 1.282a1.54 1.54 0 0 1 2.178 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.178 0L1.282 7.035a1.54 1.54 0 0 1 0-2.178l3.575-3.575Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu a:hover span, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu > .menu-item.style-light-blue > .tab-pane-wrapper > .sub-menu-wrapper > .sub-menu .sub-menu span.nav__link {
	color: #55bbf9;
}

.site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.menu-item {
	width: calc(20% - 28.8px);
}

.site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.menu-item > a {
	padding: 15px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper {
	padding: 32px 0 0;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper:before {
	background-color: #fff;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu {
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	padding: 32px 40px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper {
	border-right: 1px solid #e3eeff;
	position: relative;
	width: 358px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .menu-item {
	-webkit-margin-end: 32px;
	margin-inline-end: 32px;
	padding: 0 !important;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image {
	border-radius: 8px;
	position: relative;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image:not(.no-resize) {
	max-height: 91px;
	overflow: hidden;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image .menu-item-image {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image svg {
	height: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image svg circle, .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image svg path {
	transition: fill .3s linear;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image:hover svg circle {
	fill: #3b37e6;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .block-area-image:hover svg path {
	fill: #e3eeff;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .item-content-area-title {
	margin: 16px 0;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about {
	-ms-flex-align: center;
	align-items: center;
	background: #f2f7ff;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about .item-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: none;
	padding: 15px 56px;
	text-align: left !important;
	width: 100%;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about .item-title-area {
	text-align: left;
}

.site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper .about .item-title {
	color: #16213d;
	font-size: 13px;
	font-weight: 300;
	line-height: 15px;
}

.site-header .tab-header {
	position: absolute;
	top: 16px;
	width: calc(25% - 32px);
}

.site-header .tab-header a {
	background-color: #f1f1f1;
	border-radius: 4px 4px 0 0;
	border-top: 4px solid transparent;
	padding: 10px;
	text-decoration: none;
}

.site-header .tab-header a, .site-header .tab-header a span {
	transition: all .4s ease-in-out;
}

.site-header .tab-header a > span {
	pointer-events: none;
}

.site-header .tab-header a.active {
	background-color: #ddd;
}

.site-header .tab-header a:hover {
	border-color: #3b37e6;
}

.site-header .tab-header a:hover span {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.site-header .tab-header:before {
	bottom: 16px;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	transition: .3s linear;
	transition-property: border-radius, bottom;
	width: 100%;
	z-index: 1;
}

.site-header .tab-header.active:before {
	bottom: -16px;
	transition: .3s linear;
	transition-property: bottom;
}

.site-header .tab-header.erp {
	left: calc(25% + 24px);
}

.site-header .tab-header.retail-management a {
	padding: 0 50px;
}

.site-header .tab-header.retail-management a:hover {
	border-color: #a142ff;
}

.site-header .tab-header.hospitality-management {
	left: calc(50% + 8px);
}

.site-header .tab-header.education a:hover, .site-header .tab-header.hospitality-management a:hover {
	border-color: #55bbf9;
}

.site-header .tab-header.school-management {
	right: 40px;
}

.site-header .tab-header.school-management a:hover {
	border-color: #ed7b6f;
}

.site-header .tab-pane {
	display: none;
	margin: 30px 0 16px;
	padding-bottom: 0 !important;
	padding-top: 16px;
}

.site-header .tab-pane-wrapper {
	margin: 0 -5px;
	max-height: calc(100vh - 234px);
	overflow: auto;
	padding: 0 5px;
}

.site-header .tab-pane-wrapper::-webkit-scrollbar {
	width: 5px;
}

.site-header .tab-pane-wrapper::-webkit-scrollbar-track {
	background-color: transparent;
	border: 1px solid #16213d;
	border-radius: 16px;
}

.site-header .tab-pane-wrapper::-webkit-scrollbar-thumb {
	background: #16213d;
	border-radius: 16px;
}

.site-header .tab-pane > .sub-menu {
	grid-gap: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.site-header .tab-pane .banner {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	align-items: center;
	border: 1px solid;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 17px 32px;
}

.site-header .tab-pane .banner-description {
	font-family: Axiforma;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.72px;
	line-height: 32px;
}

.site-header .tab-pane .one-row .block-area {
	-ms-flex-align: center;
	align-items: center;
	background: none;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	padding: 0;
}

.site-header .tab-pane .one-row .menu-item-image {
	border-radius: 8px;
}

.site-header .tab-pane .one-row .item-content-area-title {
	color: #16213d;
	font-family: Axiforma;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.site-header .tab-pane .item-content-area-button {
	margin-top: 16px;
}

.site-header .tab-pane .item-content-area-button .btn {
	border-radius: 10px;
}

.site-header .tab-pane.erp .banner {
	background-color: #bfd6fa;
	border-color: #3b37e6;
}

.site-header .tab-pane.erp .banner-description {
	color: #3b37e6;
}

.site-header .tab-pane.erp .block-area.inner-banner {
	background-color: #3b37e6;
}

.site-header .tab-pane.erp .block-area.inner-banner .item-content-area-button .btn {
	color: #3b37e6 !important;
}

.site-header .tab-pane.education .banner, .site-header .tab-pane.hospitality-management .banner {
	background-color: #e2f8fd;
	border-color: #55bbf9;
}

.site-header .tab-pane.education .banner .btn, .site-header .tab-pane.hospitality-management .banner .btn {
	background-color: #55bbf9;
}

.site-header .tab-pane.education .banner-description, .site-header .tab-pane.hospitality-management .banner-description {
	color: #55bbf9;
}

.site-header .tab-pane.education .block-area.inner-banner, .site-header .tab-pane.hospitality-management .block-area.inner-banner {
	background-color: #55bbf9;
}

.site-header .tab-pane.education .block-area.inner-banner .item-content-area-button .btn, .site-header .tab-pane.hospitality-management .block-area.inner-banner .item-content-area-button .btn {
	color: #55bbf9 !important;
}

.site-header .tab-pane.retail-management .banner {
	background-color: #ecdeff;
	border-color: #a142ff;
}

.site-header .tab-pane.retail-management .banner .btn {
	background-color: #a142ff;
}

.site-header .tab-pane.retail-management .banner-description {
	color: #a142ff;
}

.site-header .tab-pane.retail-management .columns-menu .sub-menu .items-menus:first-child .sub-menu {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.site-header .tab-pane.retail-management .block-area.inner-banner {
	background-color: #a142ff;
}

.site-header .tab-pane.retail-management .block-area.inner-banner .item-content-area-button .btn {
	color: #a142ff !important;
}

.site-header .tab-pane.school-management .banner {
	border-color: #ed7b6f;
}

.site-header .tab-pane.school-management .banner .btn {
	background-color: #ed7b6f;
}

.site-header .tab-pane.school-management .banner-description {
	color: #ed7b6f;
}

.site-header .tab-pane.school-management .block-area.inner-banner, .site-header .tab-pane.school-management .item-content-area-button .btn {
	background-color: #ed7b6f;
}

.site-header .tab-pane.school-management .block-area.inner-banner .item-content-area-button .btn {
	color: #ed7b6f !important;
}

.site-header .block-area {
	border-radius: 10px;
	padding: 16px;
}

.site-header .block-area.icon {
	padding: 16px;
}

.site-header .block-area.apricot {
	background-color: #ffdfd9;
}

.site-header .block-area.blue {
	background-color: #f2f7ff;
}

.site-header .block-area.purple {
	background-color: #ecdeff;
}

.site-header .block-area.light-blue {
	background-color: #f3f6ff;
}

.site-header .block-area.custom-image .item-content-area-title {
	margin: 8px 0 !important;
}

.site-header .block-area.inner-banner .item-content-area-title {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin-top: 0;
	padding-right: 20px;
}

.site-header .block-area.inner-banner .item-content-area-button .btn {
	width: 100%;
}

.site-header .block-area.inner-banner .item-content-area-button .btn:before {
	display: none !important;
}

.site-header .block-area .block-area-image .menu-item-image {
	border-radius: 8px;
	height: auto;
}

.site-header .block-area .item-content-area-title {
	color: #16213d;
	font-family: Axiforma;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 8px;
}

.site-header .block-area .item-content-area-title.black {
	color: #16213d;
}

.site-header .block-area .item-content-area-title.apricot {
	color: #ed7b6f;
}

.site-header .block-area .item-content-area-title.blue {
	color: #3b37e6;
}

.site-header .block-area .item-content-area-title.purple {
	color: #a142ff;
}

.site-header .block-area .item-content-area-title.light-blue {
	color: #55bbf9;
}

.site-header .block-area .item-content-area-description {
	color: rgba(22, 33, 61, .8);
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 8px 0 16px;
}

.site-header .block-area .item-content-area-button .btn {
	border-radius: 10px !important;
	color: #fff !important;
	display: inline-block !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 24px !important;
}

.site-header .block-area .item-content-area-button .btn.apricot {
	background-color: #ed7b6f;
}

.site-header .block-area .item-content-area-button .btn.blue {
	background-color: #3b37e6;
}

.site-header .block-area .item-content-area-button .btn.purple {
	background-color: #a142ff;
}

.site-header .block-area .item-content-area-button .btn.light-blue {
	background-color: #55bbf9;
}

.site-header .other-items-wrapper {
	grid-gap: 16px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: calc(100% - 390px);
}

.site-header .other-items-wrapper .menu-item {
	padding: 0 !important;
}

.site-header .other-items-wrapper .menu-item:nth-child(2) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.622 2.729a1.592 1.592 0 0 1 2.756 0l3.155 5.463a1.592 1.592 0 0 1-1.379 2.387H2.846a1.592 1.592 0 0 1-1.379-2.387L4.622 2.73Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(3) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.857 1.782a1.54 1.54 0 0 1 2.178 0l3.576 3.575a1.54 1.54 0 0 1 0 2.178l-3.576 3.576a1.54 1.54 0 0 1-2.178 0L1.282 7.535a1.54 1.54 0 0 1 0-2.178l3.575-3.575Z' fill='%23F3F6FF' stroke='%233C455A' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(4) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cpath d='M11.19 6.5c0 2.74-2.27 4.968-5.079 4.968-2.808 0-5.08-2.227-5.08-4.968s2.272-4.968 5.08-4.968c2.808 0 5.08 2.227 5.08 4.968Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(5) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Crect x='1.254' y='1.754' width='9.558' height='9.558' rx='2.982' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.286'/%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .menu-item:nth-child(6) .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.772 7.879a1.592 1.592 0 0 0 0-2.757L4.308 1.968a1.592 1.592 0 0 0-2.387 1.378v6.309a1.592 1.592 0 0 0 2.387 1.378l5.464-3.154Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(0 -1 -1 0 12 12.5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.site-header .other-items-wrapper .item-title-area {
	display: block;
	padding-left: 20px;
	position: relative;
	text-align: left;
}

.site-header .other-items-wrapper .item-title-area .item-title {
	color: #16213d;
	font-family: Axiforma Book;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
}

.site-header .other-items-wrapper .item-title-area:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M5.198 1.469a1.608 1.608 0 0 1 1.607 0l3.203 1.849c.497.287.803.818.803 1.392v3.698c0 .574-.306 1.105-.803 1.392l-3.203 1.849a1.608 1.608 0 0 1-1.607 0L1.995 9.8a1.608 1.608 0 0 1-.803-1.392V4.71c0-.574.306-1.105.803-1.392l3.203-1.849Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 12px;
}

.site-header .other-items-wrapper .item-link {
	border-radius: 8px;
	margin: 0;
	max-width: none !important;
	padding: 16px;
	width: 100% !important;
}

.site-header .other-items-wrapper .item-link:hover {
	background-color: #f1f7ff;
}

.site-header .other-items-wrapper .item-content-area-title {
	color: rgba(22, 33, 61, .8);
	display: block;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 8px 0 0;
	text-align: left;
}

.site-header .tab-pane.active {
	display: block;
}

.site-header.nl .tab-header {
	width: calc(50% - 49px);
}

.site-header.nl .tab-header.hospitality-management {
	left: calc(50% + 10px);
}

.site-header.nl .tab-header.erp {
	left: 40px;
}

.site-header__actions {
	-ms-flex-align: center;
	-webkit-margin-start: 33px;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	margin-inline-start: 33px;
}

.site-header__actions .site-header__lang {
	-webkit-margin-start: 10px;
	margin-inline-start: 10px;
}

@media only screen and (max-width:1030px) {
	.site-header__actions .site-header__lang {
		margin: 0;
	}
}

.site-header__search {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width:1030px) {
	.site-header__search {
		-webkit-margin-end: 5px;
		margin-inline-end: 5px;
	}
}

.site-header__search-icon {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.site-header__search-icon svg {
	height: 32px;
	width: 32px;
}

.site-header__search-icon svg.close, .site-header__search-icon.active svg.open {
	display: none;
}

.site-header__search-icon.active svg.close {
	display: -ms-flexbox;
	display: flex;
}

.site-header__search-form {
	opacity: 0;
	position: relative;
	right: -34px;
	transition: .2s;
	visibility: hidden;
	width: 0;
}

@media only screen and (max-width:1030px) {
	.site-header__search-form {
		background-color: #fff;
		bottom: -42px;
		left: 0;
		padding: 10px 40px;
		position: absolute;
		right: unset;
		width: 100%;
		z-index: 10;
	}
	
	.site-header__search-form .searchform .input-wrapper {
		max-width: 100%;
	}
}

@media only screen and (max-width:670px) {
	.site-header__search-form {
		bottom: -54px;
		padding: 10px 16px;
	}
}

.site-header__search-form.active {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 270px;
	opacity: 1;
	visibility: visible;
	width: 100%;
}

@media only screen and (max-width:1030px) {
	.site-header__search-form.active {
		max-width: 100%;
		width: 100%;
	}
}

.site-header__search-form .searchform input {
	color: #16213d;
	font-size: 13px;
	height: 35px;
	line-height: 16px;
	padding: 6px;
}

.site-header__search-form .searchform input::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform input:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform input::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform input::placeholder {
	color: rgba(22, 33, 61, .4);
	font-size: 13px;
	line-height: 18px;
}

.site-header__search-form .searchform [type=submit] {
	background: none;
	padding: 1px;
	right: 30px;
}

@media only screen and (max-width:1030px) {
	.site-header__search-form .searchform [type=submit] {
		right: 10px;
	}
}

.site-header__search-form .searchform [type=submit] svg path {
	stroke: #000;
}

.site-header__lang {
	-webkit-margin-start: 33px;
	cursor: pointer;
	margin-inline-start: 33px;
	position: relative;
}

@media only screen and (max-width:1030px) {
	.site-header__lang {
		display: none;
	}
}

.site-header__lang:hover .site-header__lang-code {
	color: #3b37e6;
}

.site-header__lang:hover path {
	fill: #3b37e6;
}

.site-header__lang:hover .wpml-ls {
	opacity: 1;
	visibility: visible;
}

.site-header__lang-current {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	line-height: 24px;
	transition: color .3s linear;
}

.site-header__lang-current path {
	transition: fill .3s linear;
}

.site-header__lang-code {
	padding-left: 6px;
	text-transform: capitalize;
}

.site-header__lang .wpml-ls {
	display: block;
	left: 0;
	opacity: 0;
	padding-top: 20px;
	position: absolute;
	top: 100%;
	transition: .3s linear;
	transition-property: opacity, visibility;
	visibility: hidden;
}

.site-header__lang .wpml-ls ul {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
	min-width: 102px;
	padding: 10px 13px;
}

.site-header__lang .wpml-ls ul .wpml-ls-item-il, .site-header__lang .wpml-ls ul .wpml-ls-item-nl {
	display: none;
}

.site-header__lang .wpml-ls ul .wpml-ls-item-il.active, .site-header__lang .wpml-ls ul .wpml-ls-item-nl.active {
	display: block;
}

.site-header__lang .wpml-ls ul .wpml-ls-item {
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;
}

.site-header__lang .wpml-ls ul .wpml-ls-item.active ~ .active:after {
	background-color: #d8e3ff;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 75px;
}

.site-header__lang .wpml-ls ul .wpml-ls-item:hover a span {
	color: #3b37e6;
}

.site-header__lang .wpml-ls ul a {
	border: none;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	transition: color .3s linear;
	white-space: nowrap;
}

.site-header__lang .wpml-ls ul a span {
	display: block;
}

.site-header__button-wrapper {
	margin-left: 28px;
}

@media only screen and (max-width:1199px) {
	.site-header__button-wrapper {
		margin-left: 20px;
	}
}

@media only screen and (max-width:1030px) {
	.site-header__button-wrapper {
		display: none;
	}
}

@media only screen and (max-width:991px) {
	.site-header__button-wrapper {
		margin-left: 12px;
	}
}

.site-header__button {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 16px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background-color;
}

.site-header__button:hover {
	background-color: #3b37e6;
	color: #fff;
}

.site-header__mobile-menu-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
	height: 16px;
	padding: 0;
	position: relative;
	right: 0;
	transition: .5s ease-in-out;
	width: 27px;
	z-index: 9150;
}

@media only screen and (max-width:1030px) {
	.site-header__mobile-menu-btn {
		display: block;
	}
}

.site-header__mobile-menu-btn.open {
	-webkit-transform: translate(18px);
	transform: translate(18px);
}

@media only screen and (max-width:670px) {
	.site-header__mobile-menu-btn.open {
		-webkit-transform: translate(-20px, 22px);
		transform: translate(-20px, 22px);
	}
}

.site-header__mobile-menu-btn.open span:first-child {
	left: 50%;
	top: 8px;
	width: 0;
}

.site-header__mobile-menu-btn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-header__mobile-menu-btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.site-header__mobile-menu-btn.open span:nth-child(4) {
	left: 50%;
	top: 8px;
	width: 0;
}

.site-header__mobile-menu-btn span {
	background: #16213d;
	border-radius: 10px;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	width: 100%;
}

.site-header__mobile-menu-btn span:first-child {
	top: 0;
}

.site-header__mobile-menu-btn span:nth-child(2), .site-header__mobile-menu-btn span:nth-child(3) {
	top: 7px;
}

.site-header__mobile-menu-btn span:nth-child(4) {
	top: 14px;
}

.site-header.hide_he .wpml-ls-item-il {
	display: none;
}

.site-header.hide_he .wpml-ls-item:not(:last-child):after {
	display: none !important;
}

.site-header.hide_he.hide_nl .wpml-ls {
	display: none;
}

.site-header.hide_he.hide_nl .site-header__lang:hover {
	cursor: default;
}

.site-header.hide_he.hide_nl .site-header__lang:hover path {
	fill: #16213d;
}

.site-header.hide_he.hide_nl .site-header__lang:hover .site-header__lang-code {
	color: #16213d;
}

.site-header.hide_en .wpml-ls-item-en, .site-header.hide_en.hide_nl .wpml-ls {
	display: none;
}

.site-header.hide_en.hide_nl .site-header__lang:hover {
	cursor: default;
}

.site-header.hide_en.hide_nl .site-header__lang:hover path {
	fill: #16213d;
}

.site-header.hide_en.hide_nl .site-header__lang:hover .site-header__lang-code {
	color: #16213d;
}

.site-header.hide_all .site-header__lang, .site-header.hide_nl .wpml-ls-item-nl {
	display: none;
}

.site-header.landing.hide-header-partialy .site-header__before-menu-button {
	margin: 0;
}

.site-header.landing:not(.show-button-before-menu) .site-header__before-menu-button {
	display: none;
}

@media only screen and (max-width:1030px) {
	.single-landing .site-header__button-wrapper, .single-landing .site-header__lang {
		display: block;
	}
}

[dir=rtl] .site-header__lang .wpml-ls {
	left: unset;
	right: 0;
}

[dir=rtl] .site-header__button, [dir=rtl] .site-header__lang .wpml-ls ul a span {
	font-weight: 400;
}

[dir=rtl] .site-header__lang-code {
	padding-left: 0;
	padding-right: 6px;
}

[dir=rtl] .site-header__menu a {
	font-family: Rubik, sans-serif;
	font-weight: 400;
}

[dir=rtl] .site-header__menu > .menu-item:not(:last-child) {
	margin-left: 36px;
	margin-right: 0;
}

[dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > .nav__link, [dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > a {
	padding-left: 20px;
	padding-right: 0;
}

[dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > .nav__link:after, [dir=rtl] .site-header__menu > .menu-item.menu-item-has-children > a:after {
	left: 0;
	right: unset;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header {
	left: auto;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.education {
	right: auto;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.retail-management {
	right: calc(20% + 27px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.erp {
	right: calc(40% + 14px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.hospitality-management {
	right: calc(60% + 1px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu.mega-menu-5 .tab-header.school-management {
	right: calc(80% - 12px);
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu:before {
	left: 0;
	right: unset;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > .nav__link, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item > a {
	font-weight: 600;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item .nav__link, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item a {
	font-family: Rubik, sans-serif;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children > .nav__link:before, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children > a:before {
	left: 0;
	right: unset;
	transition-property: border-radius, left;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children .arrow {
	left: 0;
	right: unset !important;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children > .sub-menu-wrapper {
	border-radius: 10px 0 0 10px;
	left: unset;
	padding: 7px 0 7px 7px;
	right: 100%;
}

[dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > .nav__link:before, [dir=rtl] .site-header__menu > .menu-item.mega-menu > .sub-menu-wrapper > .sub-menu > .menu-item.menu-item-has-children:hover > a:before {
	left: 0;
	right: unset;
}

[dir=rtl] .site-header__menu > .menu-item.parts-menu > .sub-menu-wrapper > .sub-menu .first-item-wrapper {
	border-left: 1px solid #e3eeff;
	border-right: none;
}

[dir=rtl] .site-header .other-items-wrapper .item-title-area {
	padding-right: 20px;
	text-align: right;
}

[dir=rtl] .site-header .other-items-wrapper .item-title-area:before {
	left: auto;
	right: 0;
}

[dir=rtl] .site-header .other-items-wrapper .item-title-area .item-title {
	font-weight: 400;
}

[dir=rtl] .site-header .other-items-wrapper .item-content-area-title {
	text-align: right;
}

[dir=rtl] .site-header .tab-header.school-management {
	left: 40px;
	right: auto;
}

[dir=rtl] .site-header .tab-header.hospitality-management {
	left: calc(25% + 24px);
}

[dir=rtl] .site-header .tab-header.retail-management {
	left: auto;
	top: 16px;
}

[dir=rtl] .site-header .tab-header.erp {
	left: calc(50% + 8px);
}

[dir=rtl] .site-header__search-form .searchform input {
	padding: 10px;
}

[dir=rtl] .site-header__search-form .searchform [type=submit] {
	left: 30px;
	right: unset;
}

@media only screen and (max-width:1030px) {
	[dir=rtl] .site-header__search-form .searchform [type=submit] {
		left: 10px;
	}
}

[dir=rtl] .site-header__search-form {
	left: -34px;
	right: unset;
}

@media only screen and (max-width:1030px) {
	[dir=rtl] .site-header__search-form {
		left: 0;
	}
}

[dir=rtl] .site-header__button-wrapper {
	margin-left: 0;
	margin-right: 28px;
}

@media only screen and (max-width:991px) {
	[dir=rtl] .site-header__button-wrapper {
		margin-right: 12px;
	}
}

[dir=rtl] .site-header__mobile-menu-btn.open {
	-webkit-transform: translate(-18px);
	transform: translate(-18px);
}

@media only screen and (max-width:670px) {
	[dir=rtl] .site-header__mobile-menu-btn.open {
		-webkit-transform: translate(20px, 22px);
		transform: translate(20px, 22px);
	}
}

.searchform .input-wrapper {
	max-width: 600px;
	position: relative;
}

.searchform .input-wrapper input {
	width: 100%;
}

.searchform input {
	border: 1px solid #3b37e6;
	border-radius: 50px;
	padding: 10px;
}

.searchform [type=submit] {
	border-radius: 50px;
	cursor: pointer;
	line-height: 0;
	min-width: unset;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.return-back-link__btn {
	color: #16213d;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-left: 18px;
	position: relative;
	transition: color .3s linear;
}

.return-back-link__btn:hover {
	color: #3b37e6;
}

.return-back-link__btn:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1 1 5.5 6 10' stroke='%233B37E6' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.return-back-link__btn:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1 1 5.5 6 10' stroke='%2316213D' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	content: "";
	display: block;
	height: 11px;
	left: 2px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 7px;
}

.site-footer {
	background-color: #16213d;
	content-visibility: auto;
	padding-bottom: 75px;
	padding-top: 35px;
}

@media (min-width:768px) {
	.site-footer {
		padding-bottom: 20px;
		padding-top: 25px;
	}
}

@media (min-width:992px) {
	.site-footer {
		padding-bottom: 35px;
		padding-top: 45px;
	}
}

.site-footer__wrapper {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

@media (min-width:768px) {
	.site-footer__wrapper {
		margin-bottom: 45px;
	}
}

.site-footer__side {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1125px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__side {
		-webkit-padding-start: 40px;
		padding-inline-start: 40px;
	}
}

@media (min-width:1200px) {
	.site-footer__side {
		ppadding-inline-start: 50px;
	}
}

.site-footer__logo-wrapper {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__logo-wrapper {
		margin-bottom: 0;
		min-width: 120px;
		width: 141px;
	}
}

.site-footer__tablet-socials {
	margin-top: 20px;
}

.site-footer__tablet-socials .social-media__title {
	margin-bottom: 5px;
}

.site-footer__logo {
	display: block;
}

.site-footer__logo img, .site-footer__logo svg {
	display: block;
	height: auto;
	max-width: 141px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__logo img, .site-footer__logo svg {
		max-width: 80px;
	}
}

.site-footer__nav {
	max-width: 982px;
	width: 100%;
}

.site-footer__menu {
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width:768px) {
	.site-footer__menu {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
	}
}

@media (min-width:992px) {
	.site-footer__menu {
		gap: 20px;
	}
}

@media (max-width:767.98px) {
	.site-footer__menu > .menu-item {
		border-bottom: 1px solid #fff;
		padding-bottom: 14px;
		padding-top: 14px;
	}
}

@media (min-width:768px) {
	.site-footer__menu > .menu-item:first-child {
		max-width: 170px;
	}
}

.site-footer__menu > .menu-item > .nav__link, .site-footer__menu > .menu-item > a {
	color: #fff;
	font-family: Axiforma;
	font-weight: 600;
	text-transform: capitalize;
}

@media (max-width:767.98px) {
	.site-footer__menu > .menu-item.menu-item-has-children a {
		-webkit-padding-end: 15px;
		display: block;
		padding-inline-end: 15px;
		position: relative;
	}
}

.site-footer__menu > .menu-item.menu-item-has-children.active .sub-menu-toggle:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
	display: block;
	height: 21px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:after, .site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:before {
	background-color: #fff;
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:before {
	height: 1px;
	right: 0;
	top: 10px;
	width: 9px;
}

.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle:after {
	height: 9px;
	right: 4px;
	top: 6px;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 1px;
}

@media (min-width:768px) {
	.site-footer__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
		display: none;
	}
}

.site-footer__menu .nav__link, .site-footer__menu a {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
}

@media (min-width:768px) {
	.site-footer__menu .nav__link, .site-footer__menu a {
		font-size: 10px;
		line-height: 16px;
	}
}

@media (min-width:992px) {
	.site-footer__menu .nav__link, .site-footer__menu a {
		font-size: 13px;
	}
}

.site-footer__menu .sub-menu {
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

@media (min-width:768px) {
	.site-footer__menu .sub-menu {
		margin-top: 12px;
		max-height: none;
	}
}

@media (min-width:992px) {
	.site-footer__menu .sub-menu {
		margin-top: 22px;
	}
}

@media (max-width:767.98px) {
	.site-footer__menu .sub-menu .menu-item {
		padding-bottom: 7px;
		padding-top: 7px;
	}
}

.site-footer__menu .sub-menu .menu-item:last-child {
	padding-bottom: 0;
}

@media (min-width:768px) {
	.site-footer__menu .sub-menu .menu-item:not(:last-child) {
		margin-bottom: 8px;
	}
}

@media (min-width:992px) {
	.site-footer__menu .sub-menu .menu-item:not(:last-child) {
		margin-bottom: 18px;
	}
}

.site-footer__menu .sub-menu .nav__link, .site-footer__menu .sub-menu a {
	color: #98a3be;
	transition: color .3s linear;
}

@media (max-width:767.98px) {
	.site-footer__menu .sub-menu .nav__link, .site-footer__menu .sub-menu a {
		line-height: 20px;
	}
}

.site-footer__menu .sub-menu .nav__link, .site-footer__menu .sub-menu .nav__link:hover, .site-footer__menu .sub-menu a:hover {
	color: #fff;
}

.site-footer__socials {
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
}

@media (max-width:1199.98px) {
	.site-footer__socials {
		-webkit-margin-start: 35px;
		margin-inline-start: 35px;
	}
}

@media (min-width:1200px) {
	.site-footer__socials {
		-webkit-margin-start: 55px;
		margin-inline-start: 55px;
	}
}

@media (max-width:767.98px) {
	.site-footer__socials {
		margin: 50px 0 40px;
		width: 100%;
	}
	
	.site-footer__socials .social-media {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.site-footer__socials .social-media__title {
	font-size: 11px;
	font-weight: 300;
	line-height: 17px;
	margin-bottom: 0;
}

@media (max-width:767.98px) {
	.site-footer__socials .social-media__title {
		margin-bottom: 10px;
		text-align: center;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.site-footer__socials .social-media__title {
		font-size: 9px;
		line-height: 14px;
	}
}

.site-footer__bottom {
	-ms-flex-align: end;
	-ms-flex-pack: justify;
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.site-footer__partners {
	min-width: auto;
	width: 63px;
}

@media (min-width:992px) {
	.site-footer__partners {
		min-width: 120px;
		width: 141px;
	}
}

@media (min-width:768px) {
	.site-footer__partners {
		width: 120px;
	}
}

@media (max-width:767.98px) {
	.site-footer__partners {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.site-footer__partners-wrapper {
	display: block;
	max-width: 63px;
	width: 63px;
}

@media (min-width:768px) and (max-width:991.98px) {
	.site-footer__partners-wrapper {
		max-width: 50px;
	}
}

.site-footer__partners-wrapper img, .site-footer__partners-wrapper svg {
	display: block;
	height: auto;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 100%;
}

.site-footer__partners-wrapper img:hover, .site-footer__partners-wrapper svg:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.site-footer__bottom-side {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-align: start;
	align-items: center;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1125px;
	width: 100%;
}

@media (min-width:768px) {
	.site-footer__bottom-side {
		-webkit-padding-start: 40px;
		-webkit-padding-start: 50px;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-inline-start: 40px;
		padding-inline-start: 50px;
	}
}

@media (max-width:767.98px) {
	.site-footer__bottom-nav {
		-webkit-padding-end: 90px;
		padding-inline-end: 90px;
	}
}

.site-footer__bottom-menu {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:767.98px) {
	.site-footer__bottom-menu {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-footer__bottom-menu .sub-menu {
	display: none;
}

.site-footer__bottom-menu .menu-item:not(:last-child) {
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.site-footer__bottom-menu .menu-item:not(:last-child) {
		-webkit-margin-end: 20px;
		margin-inline-end: 20px;
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.site-footer__bottom-menu .menu-item:not(:last-child) {
		-webkit-margin-end: 35px;
		margin-inline-end: 35px;
	}
}

@media (min-width:1200px) {
	.site-footer__bottom-menu .menu-item:not(:last-child) {
		-webkit-margin-end: 55px;
		margin-inline-end: 55px;
	}
}

.site-footer__bottom-menu .nav__link, .site-footer__bottom-menu a {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 17px;
	transition: color .3s linear;
}

@media (min-width:576px) and (max-width:991.98px) {
	.site-footer__bottom-menu .nav__link, .site-footer__bottom-menu a {
		font-size: 9px;
		line-height: 14px;
	}
}

.site-footer__bottom-menu .nav__link:hover, .site-footer__bottom-menu a:hover {
	color: #98a3be;
}

.site-footer__privacy-choices {
	-webkit-padding-end: 45px;
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
	padding-inline-end: 45px;
	position: relative;
	transition: color .3s linear;
}

@media (min-width:576px) and (max-width:991.98px) {
	.site-footer__privacy-choices {
		font-size: 9px;
		line-height: 14px;
	}
}

@media (min-width:768px) {
	.site-footer__privacy-choices {
		-webkit-margin-start: 20px;
		margin-top: 0;
		margin-inline-start: 20px;
	}
}

@media (min-width:992px) {
	.site-footer__privacy-choices {
		-webkit-margin-start: 35px;
		margin-inline-start: 35px;
	}
}

@media (min-width:1200px) {
	.site-footer__privacy-choices {
		-webkit-margin-start: 55px;
		margin-inline-start: 55px;
	}
}

.site-footer__privacy-choices:hover {
	color: #98a3be;
}

.site-footer__privacy-choices:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik03LjQgMTIuOGg2LjhsMy4xLTExLjZINy40QzQuMiAxLjIgMS42IDMuOCAxLjYgN3MyLjYgNS44IDUuOCA1Ljh6IiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMTYyMTNkIi8+PHBhdGggZD0iTTIyLjYgMEg3LjRjLTMuOSAwLTcgMy4xLTcgN3MzLjEgNyA3IDdoMTUuMmMzLjkgMCA3LTMuMSA3LTdzLTMuMi03LTctN3ptLTIxIDdjMC0zLjIgMi42LTUuOCA1LjgtNS44aDkuOWwtMy4xIDExLjZINy40Yy0zLjIgMC01LjgtMi42LTUuOC01Ljh6IiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZmZmIi8+PHBhdGggZD0iTTI0LjYgNGMuMi4yLjIuNiAwIC44TDIyLjUgN2wyLjIgMi4yYy4yLjIuMi42IDAgLjgtLjIuMi0uNi4yLS44IDBsLTIuMi0yLjItMi4yIDIuMmMtLjIuMi0uNi4yLS44IDAtLjItLjItLjItLjYgMC0uOEwyMC44IDdsLTIuMi0yLjJjLS4yLS4yLS4yLS42IDAtLjguMi0uMi42LS4yLjggMGwyLjIgMi4yTDIzLjggNGMuMi0uMi42LS4yLjggMHoiIHN0eWxlPSJmaWxsOiMxNjIxM2QiLz48cGF0aCBkPSJNMTIuNyA0LjFjLjIuMi4zLjYuMS44TDguNiA5LjhjLS4xLjEtLjIuMi0uMy4yLS4yLjEtLjUuMS0uNy0uMUw1LjQgNy43Yy0uMi0uMi0uMi0uNiAwLS44LjItLjIuNi0uMi44IDBMOCA4LjZsMy44LTQuNWMuMi0uMi42LS4yLjkgMHoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
}

@media (min-width:768px) {
	.site-footer__copyright-block {
		-webkit-margin-start: 20px;
		margin-inline-start: 20px;
	}
}

@media (max-width:767.98px) {
	.site-footer__copyright-block {
		text-align: center;
		width: 100%;
	}
}

.site-footer__copyright {
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}

@media (min-width:576px) and (max-width:991.98px) {
	.site-footer__copyright {
		font-size: 9px;
		line-height: 14px;
	}
}

[dir=rtl] .site-footer__menu .nav__link, [dir=rtl] .site-footer__menu a {
	font-weight: 400;
}

[dir=rtl] .site-footer__menu > .menu-item.menu-item-has-children a .sub-menu-toggle, [dir=rtl] .site-footer__menu > .menu-item.menu-item-has-children a .sub-menu-toggle:before {
	left: 0;
	right: unset;
}

[dir=rtl] .site-footer__menu > .menu-item.menu-item-has-children a .sub-menu-toggle:after {
	left: 4px;
	right: unset;
}

[dir=rtl] .site-footer__privacy-choices:after {
	left: 0;
	right: unset;
}

@media (max-width:767.98px) {
	[dir=rtl] .site-footer__partners {
		left: 0;
		right: unset;
	}
}

html {
	min-height: 100%;
	position: relative;
}

html.popup-opened {
	overflow: hidden;
}

@media only screen and (max-width:768px) {
	html.popup-opened {
		height: 100vh;
	}
}

.my_overlay {
	background: #16213d;
	cursor: pointer;
	display: block;
	opacity: .8;
	z-index: 1;
}

.my_overlay, .popup {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.popup {
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 99999;
}

.popup .popup-wrapper-inner {
	background: #eeeef2;
	margin: 70px auto 50px;
	padding: 25px 50px 50px;
	position: relative;
	width: 642px;
	z-index: 2;
}

@media only screen and (max-width:768px) {
	.popup .popup-wrapper-inner {
		margin-top: 40px;
		padding: 45px 20px;
		width: 90% !important;
	}
}

@media only screen and (max-width:768px) and (max-width:480px) {
	.popup .popup-wrapper-inner {
		padding: 70px 20px;
		width: calc(100% - 20px) !important;
	}
}

.popup button.popup-close {
	background-color: transparent;
	background-size: 32px auto;
	border: none;
	cursor: pointer;
	height: 40px;
	opacity: .9;
	padding: 0;
	position: absolute;
	right: -40px;
	text-indent: -9999px;
	top: -40px;
	width: 40px;
	z-index: 10;
}

.popup button.popup-close:hover {
	opacity: 1;
}

@media only screen and (min-width:481px) {
	#retail-and-erp-popup.disabled-desktop-popup {
		display: none !important;
	}
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup.disabled-mobile-popup {
		display: none !important;
	}
}

#retail-and-erp-popup .popup-wrapper-inner {
	border-radius: 25px;
	max-width: 700px;
	padding: 0;
	width: -webkit-max-content;
	width: max-content;
}

@media only screen and (max-width:850px) {
	#retail-and-erp-popup .popup-wrapper-inner {
		width: 500px;
	}
}

#retail-and-erp-popup .retail-and-erp-popup__anchor {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

#retail-and-erp-popup .retail-and-erp-popup__anchor img {
	height: auto;
	pointer-events: none;
	width: 100%;
}

@media only screen and (max-width:850px) {
	#retail-and-erp-popup .retail-and-erp-popup__anchor img {
		height: auto;
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup .retail-and-erp-popup__desktop-img {
		display: none;
	}
}

#retail-and-erp-popup .retail-and-erp-popup__mobile-img {
	display: none;
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup .retail-and-erp-popup__mobile-img {
		display: -ms-flexbox;
		display: flex;
	}
}

#retail-and-erp-popup .popup-close {
	background-color: #a142ff;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZD0iTTcgNGEuOTk1Ljk5NSAwIDAgMC0uNzA3LjI5M2wtMiAyYS45OTkuOTk5IDAgMCAwIDAgMS40MTRMMTEuNTg2IDE1bC03LjI5MyA3LjI5M2EuOTk5Ljk5OSAwIDAgMCAwIDEuNDE0bDIgMmEuOTk5Ljk5OSAwIDAgMCAxLjQxNCAwTDE1IDE4LjQxNGw3LjI5MyA3LjI5M2EuOTk5Ljk5OSAwIDAgMCAxLjQxNCAwbDItMmEuOTk5Ljk5OSAwIDAgMCAwLTEuNDE0TDE4LjQxNCAxNWw3LjI5My03LjI5M2EuOTk5Ljk5OSAwIDAgMCAwLTEuNDE0bC0yLTJhLjk5OS45OTkgMCAwIDAtMS40MTQgMEwxNSAxMS41ODYgNy43MDcgNC4yOTNBLjk5Ni45OTYgMCAwIDAgNyA0eiIvPjwvc3ZnPg==");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 21px;
	height: 20px;
	right: 28px;
	top: 28px;
	width: 20px;
}

#retail-and-erp-popup .popup-close.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:850px) {
	#retail-and-erp-popup .popup-close {
		right: 20px;
		top: 20px;
	}
}

@media only screen and (max-width:480px) {
	#retail-and-erp-popup .popup-close {
		height: 40px;
		right: 24px;
		top: 30px;
		width: 40px;
	}
}

#content-banner-popup .popup-wrapper-inner, #content-calculator-popup .popup-wrapper-inner, #demoform-banner-popup .popup-wrapper-inner, #gated-content-form-popup .popup-wrapper-inner, #set-a-meeting-popup .popup-wrapper-inner, #set-a-meeting-popup-custom .popup-wrapper-inner, #webinar-form-popup .popup-wrapper-inner, .all-resources__card .popup .popup-wrapper-inner, .dark-styled-popup .popup .popup-wrapper-inner {
	background-color: #16213d;
	border-radius: 20px;
	isolation: isolate;
	max-width: 635px;
	overflow: hidden;
	padding: 40px 24px;
	width: 100%;
}

@media only screen and (max-width:768px) {
	#content-banner-popup .popup-wrapper-inner, #content-calculator-popup .popup-wrapper-inner, #demoform-banner-popup .popup-wrapper-inner, #gated-content-form-popup .popup-wrapper-inner, #set-a-meeting-popup .popup-wrapper-inner, #set-a-meeting-popup-custom .popup-wrapper-inner, #webinar-form-popup .popup-wrapper-inner, .all-resources__card .popup .popup-wrapper-inner, .dark-styled-popup .popup .popup-wrapper-inner {
		margin-top: 70px;
		max-width: 95%;
	}
}

#content-banner-popup .popup-wrapper-inner button.popup-close, #content-calculator-popup .popup-wrapper-inner button.popup-close, #demoform-banner-popup .popup-wrapper-inner button.popup-close, #gated-content-form-popup .popup-wrapper-inner button.popup-close, #set-a-meeting-popup .popup-wrapper-inner button.popup-close, #set-a-meeting-popup-custom .popup-wrapper-inner button.popup-close, #webinar-form-popup .popup-wrapper-inner button.popup-close, .all-resources__card .popup .popup-wrapper-inner button.popup-close, .dark-styled-popup .popup .popup-wrapper-inner button.popup-close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 17.032 17.032m0-17.032L1 18.032' stroke='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	height: 20px;
	right: 20px;
	top: 20px;
	transition: opacity .4s linear;
	width: 20px;
}

#content-banner-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #content-calculator-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner button.popup-close.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner button.popup-close.nitro-lazy, #webinar-form-popup .popup-wrapper-inner button.popup-close.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner button.popup-close.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner button.popup-close.nitro-lazy {
	background-image: none !important;
}

#content-banner-popup .popup-wrapper-inner .figure, #content-calculator-popup .popup-wrapper-inner .figure, #demoform-banner-popup .popup-wrapper-inner .figure, #gated-content-form-popup .popup-wrapper-inner .figure, #set-a-meeting-popup .popup-wrapper-inner .figure, #set-a-meeting-popup-custom .popup-wrapper-inner .figure, #webinar-form-popup .popup-wrapper-inner .figure, .all-resources__card .popup .popup-wrapper-inner .figure, .dark-styled-popup .popup .popup-wrapper-inner .figure {
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

#content-banner-popup .popup-wrapper-inner .figure-1, #content-calculator-popup .popup-wrapper-inner .figure-1, #demoform-banner-popup .popup-wrapper-inner .figure-1, #gated-content-form-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-1, #webinar-form-popup .popup-wrapper-inner .figure-1, .all-resources__card .popup .popup-wrapper-inner .figure-1, .dark-styled-popup .popup .popup-wrapper-inner .figure-1 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M58.009 74.8c0 7.29-5.9 13.2-13.176 13.2h-99.657C-62.101 88-68 82.09-68 74.8V-32c0-7.29 5.899-13.2 13.176-13.2H18.6a5.395 5.395 0 0 0 5.39-5.4c0-2.982 2.413-5.4 5.39-5.4h107.443C144.101-56 150-50.09 150-42.8v59.28c0 7.29-5.899 13.2-13.176 13.2h-65.64c-7.276 0-13.175 5.91-13.175 13.2V74.8Z' fill='%23fff' fill-opacity='.2'/%3E%3C/svg%3E");
	height: 88px;
	left: 0;
	top: 0;
	width: 150px;
}

#content-banner-popup .popup-wrapper-inner .figure-1.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .figure-1.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .figure-1.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .figure-1.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .figure-1.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-1.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .figure-1.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .figure-1.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .figure-1.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .figure-1, #content-calculator-popup .popup-wrapper-inner .figure-1, #demoform-banner-popup .popup-wrapper-inner .figure-1, #gated-content-form-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup .popup-wrapper-inner .figure-1, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-1, #webinar-form-popup .popup-wrapper-inner .figure-1, .all-resources__card .popup .popup-wrapper-inner .figure-1, .dark-styled-popup .popup .popup-wrapper-inner .figure-1 {
		left: -35px;
	}
}

#content-banner-popup .popup-wrapper-inner .figure-2, #content-calculator-popup .popup-wrapper-inner .figure-2, #demoform-banner-popup .popup-wrapper-inner .figure-2, #gated-content-form-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-2, #webinar-form-popup .popup-wrapper-inner .figure-2, .all-resources__card .popup .popup-wrapper-inner .figure-2, .dark-styled-popup .popup .popup-wrapper-inner .figure-2 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='92' height='86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.938 1H53.062C24.31 1 1 26.127 1 57.123v58.754C1 146.873 24.31 172 53.063 172h35.874C117.692 172 141 146.873 141 115.877V57.123C141 26.127 117.691 1 88.937 1Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M82.724 29.508H59.27c-19.293 0-34.933 16.86-34.933 37.658v38.663c0 20.798 15.64 37.658 34.933 37.658h23.454c19.293 0 34.934-16.86 34.934-37.658V67.166c0-20.798-15.641-37.658-34.934-37.658Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M76.521 58.543H65.484c-9.077 0-16.435 7.932-16.435 17.717v18.198c0 9.785 7.358 17.717 16.435 17.717H76.52c9.077 0 16.435-7.932 16.435-17.717V76.26c0-9.785-7.358-17.717-16.435-17.717Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
	bottom: 0;
	height: 86px;
	right: 0;
	width: 92px;
}

#content-banner-popup .popup-wrapper-inner .figure-2.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .figure-2.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .figure-2.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .figure-2.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .figure-2.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-2.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .figure-2.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .figure-2.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .figure-2.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .figure-2, #content-calculator-popup .popup-wrapper-inner .figure-2, #demoform-banner-popup .popup-wrapper-inner .figure-2, #gated-content-form-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup .popup-wrapper-inner .figure-2, #set-a-meeting-popup-custom .popup-wrapper-inner .figure-2, #webinar-form-popup .popup-wrapper-inner .figure-2, .all-resources__card .popup .popup-wrapper-inner .figure-2, .dark-styled-popup .popup .popup-wrapper-inner .figure-2 {
		background-size: contain;
		height: 42px;
		width: 45px;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-title, #content-calculator-popup .popup-wrapper-inner .priority-title, #demoform-banner-popup .popup-wrapper-inner .priority-title, #gated-content-form-popup .popup-wrapper-inner .priority-title, #set-a-meeting-popup .popup-wrapper-inner .priority-title, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-title, #webinar-form-popup .popup-wrapper-inner .priority-title, .all-resources__card .popup .popup-wrapper-inner .priority-title, .dark-styled-popup .popup .popup-wrapper-inner .priority-title {
	color: #fff;
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-text, #content-banner-popup .popup-wrapper-inner .priority-text *, #content-calculator-popup .popup-wrapper-inner .priority-text, #content-calculator-popup .popup-wrapper-inner .priority-text *, #demoform-banner-popup .popup-wrapper-inner .priority-text, #demoform-banner-popup .popup-wrapper-inner .priority-text *, #gated-content-form-popup .popup-wrapper-inner .priority-text, #gated-content-form-popup .popup-wrapper-inner .priority-text *, #set-a-meeting-popup .popup-wrapper-inner .priority-text, #set-a-meeting-popup .popup-wrapper-inner .priority-text *, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-text, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-text *, #webinar-form-popup .popup-wrapper-inner .priority-text, #webinar-form-popup .popup-wrapper-inner .priority-text *, .all-resources__card .popup .popup-wrapper-inner .priority-text, .all-resources__card .popup .popup-wrapper-inner .priority-text *, .dark-styled-popup .popup .popup-wrapper-inner .priority-text, .dark-styled-popup .popup .popup-wrapper-inner .priority-text * {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form, #content-calculator-popup .popup-wrapper-inner .priority-form, #demoform-banner-popup .popup-wrapper-inner .priority-form, #gated-content-form-popup .popup-wrapper-inner .priority-form, #set-a-meeting-popup .popup-wrapper-inner .priority-form, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form, #webinar-form-popup .popup-wrapper-inner .priority-form, .all-resources__card .popup .popup-wrapper-inner .priority-form, .dark-styled-popup .popup .popup-wrapper-inner .priority-form {
	margin-top: 32px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs_error_rollup {
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-recaptcha {
	display: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-error-msg, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #c93435;
	font-size: 12px;
	line-height: 14px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	justify-content: center;
	max-width: 100% !important;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-0 {
	margin-bottom: 16px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field {
	margin-bottom: 16px;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field {
		width: 100%;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field > label {
	display: none;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .input {
	margin: 0;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text] {
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email].error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel].error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text].error {
	border-color: #c93435;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=email]::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=tel]::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field input[type=text]::placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea {
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 96px;
	line-height: 16px;
	padding: 10px 16px;
	resize: none;
	width: 100% !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea.error {
	border-color: #c93435;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field textarea::placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%2316213D'/%3E%3C/svg%3E");
	background-position: center right 19px;
	background-repeat: no-repeat;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 35px 10px 16px;
	width: 100%;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.nitro-lazy {
	background-image: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 7 6-6 6 6' stroke='%2316213D'/%3E%3C/svg%3E");
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:focus.nitro-lazy {
	background-image: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select.error {
	border-color: #c93435;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field select::placeholder {
	color: rgba(22, 33, 61, .4);
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field.hs-fieldtype-textarea {
	width: 100% !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field .hs-form-booleancheckbox label span {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 18px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field {
	width: 50%;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-form-field + .hs-dependent-field {
		width: 50%;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	justify-content: center;
	width: 100%;
}

@media only screen and (max-width:670px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field {
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-dependent-field .hs-form-field {
	width: 100%;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container {
	display: block;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .legal-consent-container .hs-form-field {
	width: 100%;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child) {
	margin-bottom: 16px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox] {
	display: none !important;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022h-.001Z' fill='%23FFF'/%3E%3C/svg%3E");
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	-webkit-padding-start: 24px;
	cursor: pointer;
	margin: 0;
	padding-inline-start: 24px;
	position: relative;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span * {
	color: #fff;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover {
	text-decoration: underline;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z' fill='%23FFF'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext *, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext * {
	color: #fff;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a {
	font-weight: 600;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-richtext a:hover {
	text-decoration: underline;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 30px;
	padding-top: 10px;
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .submitted-message p {
	color: #fff;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit {
	margin-top: 32px;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit .actions {
	text-align: center;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit] {
	cursor: pointer;
	min-width: 115px;
}

@media only screen and (max-width:991px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit] {
		border-radius: 15px;
		font-size: 15px;
		line-height: 24px;
		padding: 9px 14px;
	}
}

#content-banner-popup .popup-wrapper-inner .gated-button, #content-banner-popup .popup-wrapper-inner .js-gated-button, #content-calculator-popup .popup-wrapper-inner .gated-button, #content-calculator-popup .popup-wrapper-inner .js-gated-button, #demoform-banner-popup .popup-wrapper-inner .gated-button, #demoform-banner-popup .popup-wrapper-inner .js-gated-button, #gated-content-form-popup .popup-wrapper-inner .gated-button, #gated-content-form-popup .popup-wrapper-inner .js-gated-button, #set-a-meeting-popup .popup-wrapper-inner .gated-button, #set-a-meeting-popup .popup-wrapper-inner .js-gated-button, #set-a-meeting-popup-custom .popup-wrapper-inner .gated-button, #set-a-meeting-popup-custom .popup-wrapper-inner .js-gated-button, #webinar-form-popup .popup-wrapper-inner .gated-button, #webinar-form-popup .popup-wrapper-inner .js-gated-button, .all-resources__card .popup .popup-wrapper-inner .gated-button, .all-resources__card .popup .popup-wrapper-inner .js-gated-button, .dark-styled-popup .popup .popup-wrapper-inner .gated-button, .dark-styled-popup .popup .popup-wrapper-inner .js-gated-button {
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

.dark-styled-popup.center-popup .popup-wrapper-inner {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

[dir=rtl] #content-banner-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select, [dir=rtl] #gated-content-form-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select, [dir=rtl] #set-a-meeting-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select, [dir=rtl] #webinar-form-popup .popup-wrapper-inner .hbspt-form fieldset .hs-form-field select {
	background-position: center left 19px;
	padding: 10px 16px 10px 35px;
}

[dir=rtl] #content-banner-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before, [dir=rtl] #gated-content-form-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before, [dir=rtl] #set-a-meeting-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before, [dir=rtl] #webinar-form-popup .popup-wrapper-inner .hbspt-form fieldset .inputs-list .hs-form-booleancheckbox-display span:before {
	left: unset;
	right: 0;
}

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit], .popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input.popup-see-more__btn-1[type=submit], .popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

#content-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #content-calculator-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #demoform-banner-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #gated-content-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #set-a-meeting-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #set-a-meeting-popup-custom .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, #webinar-form-popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, .all-resources__card .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, .dark-styled-popup .popup .popup-wrapper-inner .priority-form.hbspt-form .hs-submit input[type=submit]:hover, .popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .demo-sticky, .site-header .block-area .item-content-area-button .btn, .site-header .tab-pane .banner .btn, .site-header .tab-pane .item-content-area-button .btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .popup-see-more__btn-2.demo-sticky, .site-header .block-area .item-content-area-button .popup-see-more__btn-2.btn, .site-header .tab-pane .banner .popup-see-more__btn-2.btn, .site-header .tab-pane .item-content-area-button .popup-see-more__btn-2.btn, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.demo-sticky, .site-header .block-area .item-content-area-button .content-slider-sale__btn.btn, .site-header .tab-pane .banner .content-slider-sale__btn.btn, .site-header .tab-pane .item-content-area-button .content-slider-sale__btn.btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.demo-sticky, .site-header .block-area .item-content-area-button .content-slider-sale__btn.btn, .site-header .tab-pane .banner .content-slider-sale__btn.btn, .site-header .tab-pane .item-content-area-button .content-slider-sale__btn.btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.demo-sticky, .site-header .block-area .item-content-area-button .content-slider-sale__btn.btn, .site-header .tab-pane .banner .content-slider-sale__btn.btn, .site-header .tab-pane .item-content-area-button .content-slider-sale__btn.btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .demo-sticky:hover, .site-header .block-area .item-content-area-button .btn:hover, .site-header .tab-pane .banner .btn:hover, .site-header .tab-pane .item-content-area-button .btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.mobile-menu-overlay {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: .3s linear;
	transition-property: opacity, visibility;
	visibility: hidden;
	width: 100%;
	z-index: 9050;
}

.mobile-menu-overlay.show {
	opacity: 1;
	visibility: visible;
}

.mobile-menu {
	background-color: #fff;
	border-top-left-radius: 30px;
	height: 100%;
	opacity: 0;
	padding-top: 109px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: .5s cubic-bezier(.4, 0, .2, 1);
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	width: 376px;
	z-index: 9100;
}

.mobile-menu.show {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-delay: .2s;
}

@media only screen and (max-width:480px) {
	.mobile-menu {
		border-top-left-radius: 22px;
		max-width: 325px;
		padding-top: 90px;
		width: 90%;
	}
}

.mobile-menu__container {
	height: 100%;
	overflow: auto;
	padding-bottom: 40px;
	padding-left: 34px;
	padding-right: 26px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__container {
		padding-left: 36px;
		padding-right: 40px;
	}
}

.mobile-menu__menu > .menu-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.active > a {
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.active > a .sub-menu-toggle {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6' stroke-width='1.5'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu__menu > .menu-item.menu-item-has-children.active > a .sub-menu-toggle.nitro-lazy {
	background-image: none !important;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > a {
	position: relative;
	transition: color .3s linear;
}

.mobile-menu__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 1.5-6 6-6-6' stroke='%2316213D' stroke-width='1.5'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	position: absolute;
	right: 0;
	top: 6px;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 14px;
	z-index: -1;
}

.mobile-menu__menu > .menu-item.menu-item-has-children .sub-menu-toggle.nitro-lazy {
	background-image: none !important;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li.current-menu-item > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li.current-menu-item > a {
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li:first-child {
	padding-top: 13px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li:not(:last-child) > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li:not(:last-child) > a {
	border-bottom: 1px solid #d8e3ff;
	padding-bottom: 11px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children > .sub-menu > li > a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding-top: 11px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu.active {
	padding-bottom: 8px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item {
	padding-bottom: 4px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item:first-child {
	padding-top: 9px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > a {
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 14px;
	font-weight: 600;
	height: 54px;
	letter-spacing: -.03em;
	line-height: 18px;
	padding: 9px 17px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
	border-top-left-radius: 30px;
	height: 100%;
	padding-top: 86px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	width: 100%;
	z-index: 9300;
}

@media only screen and (max-width:670px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
		padding-top: 60px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media only screen and (max-width:480px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
		border-top-left-radius: 22px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back {
	background-color: transparent;
	border: none;
	color: #16213d;
	font-size: 16px;
	left: 20px;
	line-height: 25px;
	padding: 0 0 0 15px !important;
	position: absolute;
	top: 33px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back {
		top: 21px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13 2 7l6-6' stroke='%2316213D' stroke-width='1.5'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu {
	height: 100%;
	overflow: auto;
	padding: 24px 35px 50px 40px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu {
		padding-top: 50px;
	}
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item {
	margin-bottom: 22px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > a {
	border-bottom: 1px solid rgba(192, 198, 214, .5);
	color: rgba(22, 33, 61, .6);
	display: block;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 7px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu {
	margin-top: 4px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item {
	padding-bottom: 11px;
	padding-top: 11px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
	border-bottom: 1px solid #d8e3ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children.active .nav__link .sub-menu-toggle {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6' stroke-width='1.5'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children.active .nav__link .sub-menu-toggle.nitro-lazy {
	background-image: none !important;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .nav__link {
	-webkit-padding-end: 18px;
	padding-inline-end: 18px;
	position: relative;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
	padding-bottom: 10px;
	padding-top: 10px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item:first-of-type {
	padding-top: 20px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children .sub-menu .menu-item a {
	font-size: 13px;
	line-height: 18px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .nav__link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .menu-item-parent-link {
	display: block;
	font-family: Axiforma;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 20px;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > span.nav__link {
	background-color: #f3f7ff;
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper {
	background-color: #f3f7ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #3b37e6;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > span.nav__link {
	background-color: #fff5f3;
	color: #ff7369;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper {
	background-color: #fff5f3;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-coral > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #ff7369;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > span.nav__link {
	background-color: #f9f5ff;
	color: #a142ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper {
	background-color: #f9f5ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-purple > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #a142ff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > span.nav__link {
	background-color: #f3fdff;
	color: #55bbf9;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper {
	background-color: #f3fdff;
}

.mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper .menu-item-parent-link, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu .current-menu-item > a, .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item.style-light-blue > .fixed-menu-wrapper > .sub-menu > .menu-item > .sub-menu span.nav__link {
	color: #55bbf9;
}

.mobile-menu__menu > .menu-item > .nav__link, .mobile-menu__menu > .menu-item > a {
	display: block;
	font-size: 16px;
	line-height: 25px;
	padding-right: 18px;
}

.mobile-menu__lang {
	margin-top: 15px;
}

.mobile-menu__lang-current {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	line-height: 24px;
	transition: color .3s linear;
}

.mobile-menu__lang-current * {
	pointer-events: none;
}

.mobile-menu__lang-current svg {
	margin-top: -3px;
	min-width: 20px;
}

.mobile-menu__lang-current path {
	transition: fill .3s linear;
}

.mobile-menu__lang-current.active .mobile-menu__lang-code {
	color: #3b37e6;
}

.mobile-menu__lang-current.active .mobile-menu__lang-code:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6' stroke-width='1.5'/%3E%3C/svg%3E");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu__lang-current.active path {
	fill: #3b37e6;
}

.mobile-menu__lang-code {
	padding-left: 6px;
	padding-right: 18px;
	position: relative;
	text-transform: capitalize;
	width: 100%;
}

.mobile-menu__lang-code:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 1.5-6 6-6-6' stroke='%2316213D' stroke-width='1.5'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: none;
	height: 13px;
	position: absolute;
	right: 0;
	top: 6px;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 14px;
}

.mobile-menu__lang-code.clickable:after {
	display: block;
}

.mobile-menu__lang .wpml-ls {
	display: block;
	margin-top: 13px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
}

.mobile-menu__lang .wpml-ls ul {
	margin: 0;
	padding: 0;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item {
	padding-top: 11px;
	width: 100%;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item-il, .mobile-menu__lang .wpml-ls .wpml-ls-item-nl {
	display: none;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item-il.active, .mobile-menu__lang .wpml-ls .wpml-ls-item-nl.active {
	display: block;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item:not(:last-child) {
	padding-bottom: 11px;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item.active ~ .active {
	border-top: 1px solid #d8e3ff;
}

.mobile-menu__lang .wpml-ls .wpml-ls-item > a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	width: 100%;
}

.mobile-menu__button {
	background-color: #3b37e6;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	left: 27px;
	line-height: 24px;
	max-width: 200px;
	min-width: 125px;
	padding: 8px 17px;
	position: absolute;
	text-align: center;
	top: 27px;
}

@media only screen and (max-width:670px) {
	.mobile-menu__button {
		left: 30px;
		top: 26px;
	}
}

[dir=rtl] .mobile-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 30px;
	left: 0;
	right: unset;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

[dir=rtl] .mobile-menu.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

[dir=rtl] .mobile-menu__button {
	left: unset;
	right: 27px;
}

[dir=rtl] .mobile-menu__menu > .menu-item > .nav__link, [dir=rtl] .mobile-menu__menu > .menu-item > a {
	padding-left: 18px;
	padding-right: 0;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children .sub-menu-toggle {
	left: 0;
	right: unset;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > a {
	font-family: Rubik, sans-serif;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper {
	border-top-left-radius: 0;
	border-top-right-radius: 30px;
	left: 0;
	right: unset;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back {
	left: unset;
	padding: 0 15px 0 0 !important;
	right: 20px;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .return-back:before {
	left: unset;
	right: 0;
	top: 50%;
	-webkit-transform: scaleX(-1) translateY(-50%);
	transform: scaleX(-1) translateY(-50%);
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper .menu-item-parent-link {
	font-family: Rubik, sans-serif;
}

[dir=rtl] .mobile-menu__menu > .menu-item.menu-item-has-children.mega-menu > .sub-menu > .menu-item > .fixed-menu-wrapper.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

[dir=rtl] .mobile-menu__lang-code {
	padding-left: 18px;
	padding-right: 6px;
}

[dir=rtl] .mobile-menu__lang-code:after {
	left: 0;
	right: unset;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
/*# sourceMappingURL=block-review-case-study-carousel.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .case-study-carousel-review .testimonial-block__button, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .case-study-carousel-review .small.testimonial-block__button, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .case-study-carousel-review .coral.testimonial-block__button, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .case-study-carousel-review .light-coral.testimonial-block__button, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .case-study-carousel-review .light-coral.testimonial-block__button:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .case-study-carousel-review .purple.testimonial-block__button, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .case-study-carousel-review .blue.testimonial-block__button, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .case-study-carousel-review .light-blue.testimonial-block__button, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .case-study-carousel-review .light-blue-2.testimonial-block__button, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .case-study-carousel-review .light-blue-2.testimonial-block__button:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .case-study-carousel-review .apricot.testimonial-block__button, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .case-study-carousel-review .malibu.testimonial-block__button, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .case-study-carousel-review .white.testimonial-block__button, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .case-study-carousel-review .testimonial-block__button:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.inherit {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.a-tag a:not(.return-back-link__btn), .block-page-content a:not(.return-back-link__btn) {
	color: #3b37e6;
	font-family: Open Sans;
	font-weight: 400;
	text-decoration: none;
}

.a-tag a:not(.return-back-link__btn) span, .block-page-content a:not(.return-back-link__btn) span {
	color: #3b37e6;
}

.a-tag a:not(.return-back-link__btn):hover, .block-page-content a:not(.return-back-link__btn):hover {
	text-decoration: underline;
}

.block-page-content p:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.block-page-content p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.block-page-content ol {
	list-style: decimal;
}

.block-page-content ul {
	list-style: disc;
}

.block-page-content ol, .block-page-content ul {
	margin-left: 18px;
}

.block-page-content ol:not(:first-child), .block-page-content ul:not(:first-child) {
	margin-top: 18px;
}

.block-page-content ol:not(:last-child), .block-page-content ul:not(:last-child) {
	margin-bottom: 18px;
}

.block-page-content li {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: inherit;
	padding: 0;
}

.block-page-content li:not(:last-child) {
	margin-bottom: 8px;
}

.block-page-content li:before {
	display: none;
}

.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
	font-size: 22px;
	line-height: 28px;
}

.block-page-content h2:not(:last-child), .block-page-content h3:not(:last-child), .block-page-content h4:not(:last-child), .block-page-content h5:not(:last-child), .block-page-content h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
		font-size: 18px;
	}
}

.styled-container.none {
	background-color: transparent;
	border-color: transparent;
}

.styled-container.blue {
	background-color: #e3eeff;
	border-color: #3b37e6;
}

.styled-container.coral {
	background-color: #ffdfd9;
	border-color: #ff7369;
}

.styled-container.purple {
	background-color: #ecdeff;
	border-color: #a142ff;
}

.styled-container.light-blue {
	background-color: #d7f7ff;
	border-color: #55bbf9;
}

.styled-container.malibu {
	background-color: #d7f7ff;
	border-color: #5ed0f9;
}

.styled-container.apricot {
	background-color: #ffdfd9;
	border-color: #ed7b6f;
}

.testimonial-block {
	margin-bottom: 100px;
	margin-top: 100px;
}

@media only screen and (max-width:991px) {
	.testimonial-block {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

.testimonial-block__content-wrapper {
	border: 1px solid #a142ff;
	border-radius: 50px;
	border-bottom-left-radius: 0;
	isolation: isolate;
	position: relative;
}

@media only screen and (max-width:570px) {
	.testimonial-block__content-wrapper {
		border-radius: 20px;
		border-bottom-left-radius: 0;
	}
}

.testimonial-block__content-wrapper.coral {
	border-color: #ff7369;
}

.testimonial-block__content-wrapper.light-blue {
	border-color: #55bbf9;
}

.testimonial-block__content-wrapper.blue {
	border-color: #3b37e6;
}

.testimonial-block__content-wrapper.black {
	border-color: #16213d;
}

.testimonial-block__content-wrapper .figure {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='199' height='114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M197.07.712 47.642 107.866C27.933 122 .5 107.911.5 83.654v-214.309c0-24.256 27.433-38.345 47.142-24.211L197.07-47.712c16.573 11.885 16.573 36.539 0 48.424Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h199v114H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	bottom: -113px;
	height: 114px;
	left: -1px;
	position: absolute;
	width: 199px;
	z-index: -1;
}

.testimonial-block__content-wrapper .figure.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:570px) {
	.testimonial-block__content-wrapper .figure {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='122' height='69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M127.522-4.881 30.75 64.867C18.108 73.978.5 64.898.5 49.247V-90.247c0-15.651 17.607-24.731 30.25-15.618l96.772 69.747c10.637 7.667 10.637 23.571 0 31.238Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h122v69H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		bottom: -69px;
		height: 69px;
		width: 122px;
	}
	
	.testimonial-block__content-wrapper .figure.nitro-lazy {
		background-image: none !important;
	}
}

.testimonial-block__content-wrapper .figure.coral {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='199' height='114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M197.07.712 47.642 107.866C27.933 122 .5 107.911.5 83.654v-214.309c0-24.256 27.433-38.345 47.142-24.211L197.07-47.712c16.573 11.885 16.573 36.539 0 48.424Z' fill='%23FFF2F0' stroke='%23ED7B6F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h199v114H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.testimonial-block__content-wrapper .figure.coral.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:570px) {
	.testimonial-block__content-wrapper .figure.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='122' height='69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M127.522-4.881 30.75 64.867C18.108 73.978.5 64.898.5 49.247V-90.247c0-15.651 17.607-24.731 30.25-15.618l96.772 69.747c10.637 7.667 10.637 23.571 0 31.238Z' fill='%23FFF2F0' stroke='%23ED7B6F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h122v69H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.testimonial-block__content-wrapper .figure.coral.nitro-lazy {
		background-image: none !important;
	}
}

.testimonial-block__content-wrapper .figure.light-blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='199' height='114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M197.07.712 47.642 107.866C27.933 122 .5 107.911.5 83.654v-214.309c0-24.256 27.433-38.345 47.142-24.211L197.07-47.712c16.573 11.885 16.573 36.539 0 48.424Z' fill='%23EFFCFF' stroke='%2355BBF9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h199v114H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.testimonial-block__content-wrapper .figure.light-blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:570px) {
	.testimonial-block__content-wrapper .figure.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='122' height='69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M127.522-4.881 30.75 64.867C18.108 73.978.5 64.898.5 49.247V-90.247c0-15.651 17.607-24.731 30.25-15.618l96.772 69.747c10.637 7.667 10.637 23.571 0 31.238Z' fill='%23EFFCFF' stroke='%23ED7B6F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h122v69H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.testimonial-block__content-wrapper .figure.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

.testimonial-block__content-wrapper .figure.blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='199' height='114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M197.07.712 47.642 107.866C27.933 122 .5 107.911.5 83.654v-214.309c0-24.256 27.433-38.345 47.142-24.211L197.07-47.712c16.573 11.885 16.573 36.539 0 48.424Z' fill='%23F4F8FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h199v114H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.testimonial-block__content-wrapper .figure.blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:570px) {
	.testimonial-block__content-wrapper .figure.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='122' height='69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M127.522-4.881 30.75 64.867C18.108 73.978.5 64.898.5 49.247V-90.247c0-15.651 17.607-24.731 30.25-15.618l96.772 69.747c10.637 7.667 10.637 23.571 0 31.238Z' fill='%23F4F8FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h122v69H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.testimonial-block__content-wrapper .figure.blue.nitro-lazy {
		background-image: none !important;
	}
}

.testimonial-block__content-wrapper .figure.black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='199' height='114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M197.07.712 47.642 107.866C27.933 122 .5 107.911.5 83.654v-214.309c0-24.256 27.433-38.345 47.142-24.211L197.07-47.712c16.573 11.885 16.573 36.539 0 48.424Z' fill='%23fff' stroke='%2316213D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h199v114H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.testimonial-block__content-wrapper .figure.black.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:570px) {
	.testimonial-block__content-wrapper .figure.black {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='122' height='69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M127.522-4.881 30.75 64.867C18.108 73.978.5 64.898.5 49.247V-90.247c0-15.651 17.607-24.731 30.25-15.618l96.772 69.747c10.637 7.667 10.637 23.571 0 31.238Z' fill='%23fff' stroke='%2316213D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h122v69H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.testimonial-block__content-wrapper .figure.black.nitro-lazy {
		background-image: none !important;
	}
}

.testimonial-block__content {
	background-color: #ecdeff;
	border-radius: 50px;
	border-bottom-left-radius: 0;
	isolation: isolate;
	padding: 39px 79px;
	position: relative;
}

.testimonial-block__content.coral {
	background-color: #fff2f0;
}

.testimonial-block__content.light-blue {
	background-color: #effcff;
}

.testimonial-block__content.blue {
	background-color: #f4f8ff;
}

.testimonial-block__content.black {
	background-color: #fff;
}

@media only screen and (max-width:991px) {
	.testimonial-block__content {
		padding: 39px;
	}
}

@media only screen and (max-width:570px) {
	.testimonial-block__content {
		border-radius: 20px;
		border-bottom-left-radius: 0;
		padding: 15px;
	}
}

.testimonial-block__title {
	font-size: 70px;
	line-height: 72px;
	margin: 0 auto 50px;
	max-width: 794px;
	text-align: center;
}

@media only screen and (max-width:670px) {
	.testimonial-block__title {
		font-size: 30px;
		line-height: 40px;
		margin: 0 auto 24px;
	}
}

.testimonial-block__text {
	color: #a142ff;
	font-family: Axiforma;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 16px;
}

@media only screen and (max-width:570px) {
	.testimonial-block__text {
		font-size: 15px;
		line-height: 24px;
	}
}

.testimonial-block__text.coral, .testimonial-block__text.coral p {
	color: #ed7b6f;
}

.testimonial-block__text.light-blue p {
	color: #55bbf9;
}

.testimonial-block__text.blue p {
	color: #3b37e6;
}

.testimonial-block__text.black p {
	color: #16213d;
}

.testimonial-block__from {
	color: #a142ff;
	font-size: 18px;
	line-height: 28px;
}

@media only screen and (max-width:570px) {
	.testimonial-block__from {
		font-size: 15px;
		line-height: 22px;
	}
}

.testimonial-block__from.coral {
	color: #ff7369;
}

.testimonial-block__from.light-blue {
	color: #55bbf9;
}

.testimonial-block__from.blue {
	color: #3b37e6;
}

.testimonial-block__from.black {
	color: #16213d;
}

.testimonial-block__bottom {
	grid-column-gap: 24px;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: grid;
	grid-template-columns: 113px 1fr;
	height: 80px;
	margin-left: auto;
	margin-top: 33px;
	width: calc(100% - 169px);
}

@media only screen and (max-width:991px) {
	.testimonial-block__bottom {
		grid-template-columns: 68px 1fr;
		height: 48px;
		margin-top: 59px;
		width: calc(100% - 134px);
	}
}

@media only screen and (max-width:570px) {
	.testimonial-block__bottom {
		grid-column-gap: 16px;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		grid-template-columns: 45px 1fr;
		height: 32px;
		margin-top: 36px;
		width: calc(100% - 74px);
	}
}

.testimonial-block__quote {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='113' height='80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.124 12.929c.701.914.477 2.205-.477 2.904-13.19 9.547-21.384 16.943-24.556 22.214h.618c10.86 0 20.233 9.547 20.233 20.25C48.942 70.157 38.082 80 25.09 80 10.579 80.027 0 69.323 0 54.263 0 35.842 13.61 17.69 41.14.37c.983-.619 2.302-.377 2.975.537l9.009 12.049v-.027Zm35.023 25.118c10.86 0 20.234 9.547 20.234 20.25C108.381 70.157 97.52 80 84.527 80c-14.509 0-25.06-10.704-25.06-25.764 0-18.421 13.61-36.574 41.14-53.893.982-.619 2.301-.377 2.975.538l9.008 12.048c.702.914.477 2.205-.477 2.904-13.19 9.547-21.384 16.943-24.555 22.214h.617-.028Z' fill='%233B37E6'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
}

.testimonial-block__quote.nitro-lazy {
	background-image: none !important;
}

.testimonial-block__figure {
	border: 1px solid #ed7b6f;
	border-radius: 1000px;
	height: 80px;
}

@media only screen and (max-width:991px) {
	.testimonial-block__figure {
		height: 48px;
	}
}

@media only screen and (max-width:570px) {
	.testimonial-block__figure {
		height: 32px;
	}
}

.testimonial-block__figure-bg {
	background-color: #ed7b6f;
	border-radius: 1000px;
	height: 100%;
	margin-left: auto;
	width: 60.4%;
}

@media only screen and (max-width:991px) {
	.testimonial-block__figure-bg {
		width: 64.5%;
	}
}

@media only screen and (max-width:570px) {
	.testimonial-block__figure-bg {
		width: 69.53%;
	}
}

.testimonial-block__wrapper.media {
	grid-column-gap: 20px;
	display: grid;
	grid-template-columns: 350px 1fr;
}

@media only screen and (max-width:991px) {
	.testimonial-block__wrapper.media {
		grid-template-columns: 200px 1fr;
	}
}

@media only screen and (max-width:768px) {
	.testimonial-block__wrapper.media {
		grid-row-gap: 20px;
		grid-template-columns: 1fr;
	}
}

.testimonial-block__wrapper.video .testimonial-block__media {
	border: 1px solid #a142ff;
	border-radius: 24px;
}

.testimonial-block__wrapper.video .testimonial-block__media:before {
	background: linear-gradient(180deg, hsla(0, 0%, 85%, 0) 1.26%, hsla(0, 0%, 85%, 0) 34.91%, rgba(59, 55, 230, .32));
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.testimonial-block__wrapper.video .testimonial-block__image {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.testimonial-block__media {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
}

.testimonial-block__image {
	height: auto;
	width: 100%;
}

.testimonial-block__play-btn {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none !important;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

.testimonial-block__play-btn * {
	pointer-events: none;
}

.testimonial-block__play-btn svg {
	height: 93px;
	width: 81px;
}

.testimonial-block__play-btn svg circle {
	transition: all .4s ease-in-out;
}

.testimonial-block__play-btn svg parth {
	transition: all .5s ease-in-out;
}

.testimonial-block__play-btn:hover svg circle {
	fill: #3b37e6;
}

.testimonial-block__play-btn:hover svg path {
	fill: #e3eeff;
}

.testimonial-block.testimonial-slider {
	background: #16213d;
	border-radius: 116px 116px 0 0;
	margin-bottom: 0;
	padding: 100px 0;
}

@media only screen and (max-width:670px) {
	.testimonial-block.testimonial-slider {
		border-radius: 20px 20px 0 0;
		padding: 40px 0;
	}
}

.testimonial-block.testimonial-slider .testimonial-block__title {
	color: #fff;
}

.testimonial-block.testimonial-slider .testimonial-block__title + .testimonial-block__sub-title {
	margin: 0 auto 45px;
}

@media only screen and (max-width:670px) {
	.testimonial-block.testimonial-slider .testimonial-block__title + .testimonial-block__sub-title {
		margin: 0 auto 24px;
	}
}

.testimonial-block.testimonial-slider .testimonial-block__title + .testimonial-block__sub-title * {
	color: inherit;
}

.testimonial-block.testimonial-slider .testimonial-block__sub-title {
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	margin: 0 auto 90px;
	max-width: 794px;
}

@media only screen and (max-width:670px) {
	.testimonial-block.testimonial-slider .testimonial-block__sub-title {
		font-size: 16px;
		line-height: 21px;
		margin: 0 auto 24px;
		text-align: center;
	}
}

.testimonial-block .testimonial-slider-2 {
	max-width: 880px;
}

@media only screen and (max-width:670px) {
	.testimonial-block .testimonial-slider-2 .swiper-wrapper {
		grid-gap: 16px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
}

.testimonial-block .testimonial-slider-2 .swiper-slide {
	-ms-flex-align: center;
	align-items: center;
	background: rgba(37, 47, 89, .7);
	border: 1px solid rgba(141, 157, 181, .6);
	border-radius: 25px;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 20px 5px;
}

@media only screen and (max-width:670px) {
	.testimonial-block .testimonial-slider-2 .swiper-slide {
		width: 100% !important;
	}
}

.testimonial-block .testimonial-slider-2 .swiper-slide:hover {
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}

.testimonial-block .testimonial-slider-2 .swiper-slide:hover img {
	-webkit-filter: none;
	filter: none;
}

.testimonial-block .testimonial-slider-2 .swiper-slide img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: 34px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.testimonial-block .testimonial-slider-2 .swiper-slide.swiper-slide-thumb-active {
	background: #fff;
	border: 1px solid #fff;
}

.testimonial-block .testimonial-slider-2 .swiper-slide.swiper-slide-thumb-active img {
	-webkit-filter: none;
	filter: none;
}

.testimonial-block .testimonial-slider-1 {
	margin-top: 40px;
}

.testimonial-block .testimonial-slider-1 .swiper-slide {
	padding: 0 1px 5px;
}

.testimonial-block .testimonial-slider-1 .testimonial-block__content {
	background-color: #322764;
}

@media only screen and (max-width:570px) {
	.testimonial-block .testimonial-slider-1 .testimonial-block__content {
		padding-bottom: 34px;
	}
}

.testimonial-block .testimonial-slider-1 .testimonial-block__figure-bg {
	background-color: #5ed0f9;
}

.testimonial-block .testimonial-slider-1 .testimonial-block__figure {
	border-color: #5ed0f9;
}

.testimonial-block .testimonial-slider-1 .testimonial-block__content-wrapper .figure {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='199' height='114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M197.07.712 47.642 107.866C27.933 122 .5 107.911.5 83.654v-214.309c0-24.256 27.433-38.345 47.142-24.211L197.07-47.712c16.573 11.885 16.573 36.539 0 48.424Z' fill='%23322764' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h199v114H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.testimonial-block .testimonial-slider-1 .testimonial-block__content-wrapper .figure.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:570px) {
	.testimonial-block .testimonial-slider-1 .testimonial-block__content-wrapper .figure {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='122' height='69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M127.522-4.881 30.75 64.867C18.108 73.978.5 64.898.5 49.247V-90.247c0-15.651 17.607-24.731 30.25-15.618l96.772 69.747c10.637 7.667 10.637 23.571 0 31.238Z' fill='%23322764' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h122v69H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		bottom: -69px;
		height: 69px;
		width: 122px;
	}
	
	.testimonial-block .testimonial-slider-1 .testimonial-block__content-wrapper .figure.nitro-lazy {
		background-image: none !important;
	}
}

.testimonial-block .testimonial-slider-1 .testimonial-block__text p {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.testimonial-block .testimonial-slider-1 .testimonial-block__from {
	-webkit-padding-end: 260px;
	color: #fff;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 300;
	padding-inline-end: 260px;
	position: relative;
}

@media only screen and (max-width:670px) {
	.testimonial-block .testimonial-slider-1 .testimonial-block__from {
		padding: 0 0 50px;
	}
}

.testimonial-block .testimonial-slider-1 .testimonial-block__stars {
	bottom: -10px;
	position: absolute;
	right: 0;
}

.testimonial-block .testimonial-slider-1 .testimonial-block__stars-animations {
	height: 40px;
	width: 255px;
}

.testimonial-block + .related-resources {
	margin-top: 0;
}

@media only screen and (max-width:991px) {
	.testimonial-block + .related-resources {
		margin-top: 0;
	}
}

[dir=rtl] .testimonial-block__content, [dir=rtl] .testimonial-block__content-wrapper {
	border-radius: 50px;
	border-bottom-right-radius: 0;
}

[dir=rtl] .testimonial-block__content-wrapper .figure {
	left: unset;
	right: -1px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .testimonial-block__bottom {
	margin-left: 0;
	margin-right: auto;
}

[dir=rtl] .testimonial-block .testimonial-slider-1 .testimonial-block__stars {
	left: 0;
	right: auto;
}

.case-study-carousel-review {
	margin-bottom: 100px;
	margin-top: 100px;
	overflow: hidden;
}

@media only screen and (max-width:991px) {
	.case-study-carousel-review {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

.case-study-carousel-review__title {
	text-align: center;
}

@media only screen and (max-width:480px) {
	.case-study-carousel-review__title {
		font-size: 25px;
		line-height: 29px;
	}
}

.case-study-carousel-review__container, .case-study-carousel-review__heading {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.case-study-carousel-review__container {
	gap: 30px;
}

@media (min-width:992px) {
	.case-study-carousel-review__container {
		gap: 48px;
	}
}

.case-study-carousel-review__heading {
	gap: 20px;
	max-width: 1200px;
}

.case-study-carousel-review__text {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
}

@media (min-width:992px) {
	.case-study-carousel-review__text {
		font-size: 18px;
	}
}

.case-study-carousel-review__text:is(p) {
	font-weight: 300;
}

.case-study-carousel-review__slider {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	width: 100%;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review__slider {
		padding-bottom: 38px;
	}
}

.case-study-carousel-review__slider.swiper .swiper-slide {
	height: auto;
	padding-left: 80px;
	padding-right: 80px;
}

@media only screen and (max-width:1370px) {
	.case-study-carousel-review__slider.swiper .swiper-slide {
		padding-left: 0;
		padding-right: 0;
	}
}

.case-study-carousel-review__slider.swiper .swiper-slide-active .testimonial-block__figure-bg {
	-webkit-animation: slideIn 2s ease-in-out forwards;
	animation: slideIn 2s ease-in-out forwards;
}

.case-study-carousel-review__slider.swiper .swiper-button-next, .case-study-carousel-review__slider.swiper .swiper-button-prev {
	margin-top: -60px;
}

@media only screen and (max-width:1370px) {
	.case-study-carousel-review__slider.swiper .swiper-button-next, .case-study-carousel-review__slider.swiper .swiper-button-prev {
		margin-top: -40px;
	}
}

.case-study-carousel-review__slider.swiper .swiper-pagination {
	bottom: -38px;
}

.case-study-carousel-review__slider.swiper .swiper-pagination-bullet {
	height: 11px;
	width: 11px;
}

@media only screen and (max-width:1199px) {
	.case-study-carousel-review__slider.swiper .swiper-pagination {
		display: -ms-flexbox;
		display: flex;
		margin-top: 23px;
	}
}

@media only screen and (max-width:480px) {
	.case-study-carousel-review__slider.swiper .swiper-pagination {
		bottom: -30px;
		margin-top: 0;
	}
}

.case-study-carousel-review__slide-content {
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

@media only screen and (max-width:991px) {
	.case-study-carousel-review__slide-content {
		gap: 30px;
	}
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review__slide-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.case-study-carousel-review__slide-media {
	width: 487px;
}

@media only screen and (max-width:991px) {
	.case-study-carousel-review__slide-media {
		border-radius: 28px;
		width: 380px;
	}
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review__slide-media {
		border-radius: 14px;
		width: 100%;
	}
}

.case-study-carousel-review__slide-review {
	width: calc(100% - 507px);
}

@media only screen and (max-width:991px) {
	.case-study-carousel-review__slide-review {
		width: calc(100% - 410px);
	}
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review__slide-review {
		width: 100%;
	}
}

.case-study-carousel-review__slide-media-wrapper {
	overflow: hidden;
	position: relative;
}

.case-study-carousel-review__slide-image-wrapper {
	isolation: isolate;
	position: relative;
}

.case-study-carousel-review__slide-image {
	border-radius: 38px;
	display: block;
	height: 322px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.case-study-carousel-review__slide-image {
		border-radius: 23px;
		height: 400px;
	}
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review__slide-image {
		border-radius: 14px;
		height: 345px;
	}
}

@media only screen and (max-width:670px) {
	.case-study-carousel-review__slide-image {
		border-radius: 14px;
		height: 222px;
	}
}

.case-study-carousel-review__slide-iframe-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 150;
}

.case-study-carousel-review__slide-iframe-wrapper.active {
	z-index: 200;
}

.case-study-carousel-review__slide-iframe-wrapper iframe {
	height: 100%;
	width: 100%;
}

.case-study-carousel-review__slide-video-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 155;
}

.case-study-carousel-review__slide-play-btn {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 180;
}

.case-study-carousel-review__slide-play-btn * {
	pointer-events: none;
}

.case-study-carousel-review__slide-play-btn:hover svg circle {
	fill: #3b37e6;
}

.case-study-carousel-review__slide-play-btn:hover svg path {
	fill: #e3eeff;
}

.case-study-carousel-review__slide-play-btn svg {
	height: 122px;
	width: 122px;
}

.case-study-carousel-review__slide-play-btn svg circle {
	transition: all .4s ease-in-out;
}

.case-study-carousel-review__slide-play-btn svg parth {
	transition: all .5s ease-in-out;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review__slide-play-btn svg {
		height: 90px;
		width: 90px;
	}
}

.case-study-carousel-review__logo-wrapper {
	background: #fff;
	border: .829px solid #3b37e6;
	border-radius: 16px;
	bottom: 16px;
	left: 16px;
	padding: 10px 30px;
	position: absolute;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review__logo-wrapper {
		max-width: 137px;
		padding: 8px 22px;
	}
}

.case-study-carousel-review__logo-wrapper img, .case-study-carousel-review__logo-wrapper svg {
	display: block;
	height: auto;
	max-height: 40px;
	width: auto;
}

@media only screen and (max-width:991px) {
	.case-study-carousel-review__logo-wrapper img, .case-study-carousel-review__logo-wrapper svg {
		max-height: 28px;
	}
}

@media only screen and (max-width:570px) {
	.case-study-carousel-review__logo-wrapper img, .case-study-carousel-review__logo-wrapper svg {
		max-height: 30px;
	}
}

.case-study-carousel-review__slide-logo {
	width: 100%;
}

.case-study-carousel-review__label {
	background-color: #d8e3ff;
	border: 1px solid #3b37e6;
	border-radius: 10px;
	color: #16213d;
	font-family: Axiforma;
	font-size: 13px;
	font-weight: 600;
	left: 22px;
	line-height: 16px;
	padding: 7px 16px 5px;
	position: absolute;
	text-align: center;
	top: 15px;
	z-index: 2;
}

.case-study-carousel-review .figure {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -62px !important;
	height: 65px !important;
	left: -1px !important;
	width: 111px !important;
}

.case-study-carousel-review .testimonial-block__content {
	padding: 41px 53px 20px;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review .testimonial-block__content {
		padding: 15px 16px 18px;
	}
}

.case-study-carousel-review .testimonial-block__text {
	height: 132px;
	overflow-y: auto;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review .testimonial-block__text {
		height: auto;
		overflow: hidden;
	}
}

.case-study-carousel-review .testimonial-block__text p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color: #a142ff;
	display: -webkit-box;
	font-family: Axiforma;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	overflow: hidden;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review .testimonial-block__text p {
		font-size: 15px !important;
		line-height: 24px !important;
	}
}

.case-study-carousel-review .testimonial-block__text.coral p {
	color: #ff7369;
}

.case-study-carousel-review .testimonial-block__text.light-blue p {
	color: #55bbf9;
}

.case-study-carousel-review .testimonial-block__text.blue p {
	color: #3b37e6;
}

.case-study-carousel-review .testimonial-block__text.black p {
	color: #16213d;
}

.case-study-carousel-review .testimonial-block__from {
	font-weight: 300;
	height: 56px;
	margin-top: 14px;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review .testimonial-block__from {
		height: auto;
	}
}

.case-study-carousel-review .testimonial-block__quote {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='113' height='80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.124 12.929c.701.914.477 2.205-.477 2.904-13.19 9.547-21.384 16.943-24.556 22.214h.618c10.86 0 20.233 9.547 20.233 20.25C48.942 70.157 38.082 80 25.09 80 10.579 80.027 0 69.323 0 54.263 0 35.842 13.61 17.69 41.14.37c.983-.619 2.302-.377 2.975.537l9.009 12.049v-.027Zm35.023 25.118c10.86 0 20.234 9.547 20.234 20.25C108.381 70.157 97.52 80 84.527 80c-14.509 0-25.06-10.704-25.06-25.764 0-18.421 13.61-36.574 41.14-53.893.982-.619 2.301-.377 2.975.538l9.008 12.048c.702.914.477 2.205-.477 2.904-13.19 9.547-21.384 16.943-24.555 22.214h.617-.028Z' fill='%23A142FF'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 46px;
	width: 64px;
}

.case-study-carousel-review .testimonial-block__quote.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:768px) {
	.case-study-carousel-review .testimonial-block__quote {
		height: 44px;
	}
}

.case-study-carousel-review .testimonial-block__bottom {
	grid-column-gap: 15px;
	grid-template-columns: 64px 1fr 167px;
	height: 47px;
	margin-top: 14px;
	width: calc(100% - 84px);
}

@media only screen and (max-width:670px) {
	.case-study-carousel-review .testimonial-block__bottom {
		grid-template-columns: 64px 1fr;
	}
}

.case-study-carousel-review .testimonial-block__figure {
	height: 47px;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width:670px) {
	.case-study-carousel-review .testimonial-block__figure {
		display: none;
	}
}

.case-study-carousel-review .testimonial-block__figure-bg {
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
}

.case-study-carousel-review .testimonial-block__button {
	width: 100%;
}

.case-study-carousel-review .swiper .swiper-button-next, .case-study-carousel-review .swiper .swiper-button-prev {
	display: none;
}

.case-study-carousel-review .show-arrows .swiper .swiper-button-next, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev {
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:1199px) {
	.case-study-carousel-review .show-arrows .swiper .swiper-button-next, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev {
		display: none;
	}
}

.case-study-carousel-review .show-arrows .swiper .swiper-button-next.apricot, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev.apricot {
	border: 1px solid #ed7b6f;
}

.case-study-carousel-review .show-arrows .swiper .swiper-button-next.apricot svg path, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev.apricot svg path {
	fill: #ed7b6f;
}

.case-study-carousel-review .show-arrows .swiper .swiper-button-next.purple, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev.purple {
	border: 1px solid #a142ff;
}

.case-study-carousel-review .show-arrows .swiper .swiper-button-next.purple svg path, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev.purple svg path {
	fill: #a142ff;
}

.case-study-carousel-review .show-arrows .swiper .swiper-button-next.light-blue, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev.light-blue {
	border: 1px solid #5ed0f9;
}

.case-study-carousel-review .show-arrows .swiper .swiper-button-next.light-blue svg path, .case-study-carousel-review .show-arrows .swiper .swiper-button-prev.light-blue svg path {
	fill: #5ed0f9;
}

@-webkit-keyframes slideIn {
	0% {
		right: 100%;
	}
	
	to {
		right: 0;
	}
}

@keyframes slideIn {
	0% {
		right: 100%;
	}
	
	to {
		right: 0;
	}
}
/*# sourceMappingURL=block-book-a-demo.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .book-a-demo .hbspt-form .hs-submit input[type=submit], .hubspot-form .hbspt-form .hs-submit input[type=submit], .hubspot-form__button, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .book-a-demo .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input.popup-see-more__btn-2:is([type=submit]), .popup-see-more__btn-2.hubspot-form__button, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .book-a-demo .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .content-slider-sale__btn.hubspot-form__button, .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .book-a-demo .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .content-slider-sale__btn.hubspot-form__button, .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .book-a-demo .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), .content-slider-sale__btn.hubspot-form__button, .hubspot-form .hbspt-form .hs-submit input.content-slider-sale__btn:is([type=submit]), a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .book-a-demo .hbspt-form .hs-submit input:hover:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input:hover:is([type=submit]), .hubspot-form__button:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.book-a-demo, .hubspot-form {
	background-color: #f3f6ff;
	padding: 56px 0;
}

@media only screen and (max-width:670px) {
	.book-a-demo, .hubspot-form {
		padding: 30px 0;
	}
}

.hubspot-form__wrapper {
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	max-width: 994px;
}

@media only screen and (max-width:670px) {
	.hubspot-form__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hubspot-form__content-wrapper {
	-ms-flex-preferred-size: 0;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

@media only screen and (max-width:670px) {
	.hubspot-form__content-wrapper {
		width: 100%;
	}
}

.hubspot-form__title {
	margin-bottom: 10px;
}

.hubspot-form__title_small {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__title {
		font-size: 40px;
		line-height: 48px;
	}
}

.hubspot-form__subtitle {
	font-size: 22px;
	line-height: 28px;
}

.hubspot-form__list {
	margin: 30px 0;
}

.hubspot-form__list li {
	font-family: Open Sans;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.hubspot-form__list li:nth-child(3n+1) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy4xMjcgOC41NTJjMi4xNjYtMy43NTEgNy41OC0zLjc1MSA5Ljc0NyAwbDEuNzAzIDIuOTUxYzIuMTY2IDMuNzUyLS41NDEgOC40NDEtNC44NzMgOC40NDFoLTMuNDA4Yy00LjMzMiAwLTcuMDQtNC42OS00Ljg3My04LjQ0bDEuNzA0LTIuOTUyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+2) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy45MTQgNC42NjhhNS42MjggNS42MjggMCAwIDEgNy45NTggMGwzLjI0NSAzLjI0NWE1LjYyOCA1LjYyOCAwIDAgMSAwIDcuOTU5bC0zLjI0NSAzLjI0NWE1LjYyNyA1LjYyNyAwIDAgMS03Ljk1OCAwbC0zLjI0Ni0zLjI0NWE1LjYyNyA1LjYyNyAwIDAgMSAwLTcuOTU5bDMuMjQ2LTMuMjQ1WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hubspot-form__list li:nth-child(3n+3) .hubspot-form__list-item-title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMTkgMi44ODFhNS42MjcgNS42MjcgMCAwIDEgNS42MjcgMGwzLjc3OCAyLjE4MmE1LjYyNyA1LjYyNyAwIDAgMSAyLjgxNCA0Ljg3M1YxNC4zYTUuNjI3IDUuNjI3IDAgMCAxLTIuODE0IDQuODczbC0zLjc3OCAyLjE4MmE1LjYyOCA1LjYyOCAwIDAgMS01LjYyOCAwbC0zLjc3OC0yLjE4MkE1LjYyOCA1LjYyOCAwIDAgMSAyLjU5OCAxNC4zVjkuOTM2QTUuNjI3IDUuNjI3IDAgMCAxIDUuNDEgNS4wNjNMOS4xOSAyLjg4WiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5Ii8+PC9zdmc+");
}

.hubspot-form__list li p {
	margin-top: 8px;
}

.hubspot-form__list-item-title {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	gap: 8px;
}

.hubspot-form__list-item-title:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	min-width: 24px;
	vertical-align: sub;
	width: 24px;
}

.hubspot-form__button-wrapper {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 16px;
}

.hubspot-form__bottom-content {
	font-family: Open Sans;
	margin-top: 50px;
}

.hubspot-form__bottom-content * {
	font-family: Open Sans;
}

.hubspot-form__bottom-content strong, .hubspot-form__bottom-content strong * {
	font-weight: 600;
}

.hubspot-form__bottom-content a {
	text-decoration-line: underline;
	text-decoration-thickness: .5px;
}

.hubspot-form__bottom-content a:hover {
	text-decoration: none;
}

.hubspot-form__form-wrapper {
	width: 386px;
}

@media only screen and (max-width:991px) {
	.hubspot-form__form-wrapper {
		width: 334px;
	}
}

@media only screen and (max-width:670px) {
	.hubspot-form__form-wrapper {
		width: 100%;
	}
}

.book-a-demo .hbspt-form.smaller-message .input textarea, .hubspot-form .hbspt-form.smaller-message .input textarea {
	height: 48px;
	padding: 15px 16px;
	resize: none;
}

.book-a-demo .hbspt-form .hs-recaptcha, .hubspot-form .hbspt-form .hs-recaptcha {
	display: none !important;
}

.book-a-demo .hbspt-form .submitted-message, .hubspot-form .hbspt-form .submitted-message {
	color: #3b37e6;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0 20px;
}

.book-a-demo .hbspt-form fieldset, .hubspot-form .hbspt-form fieldset {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: grid;
	max-width: 100% !important;
}

.book-a-demo .hbspt-form fieldset.form-columns-3, .hubspot-form .hbspt-form fieldset.form-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width:768px) {
	.book-a-demo .hbspt-form fieldset.form-columns-3, .hubspot-form .hbspt-form fieldset.form-columns-3 {
		grid-template-columns: 1fr;
	}
}

.book-a-demo .hbspt-form fieldset.form-columns-2, .hubspot-form .hbspt-form fieldset.form-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width:768px) {
	.book-a-demo .hbspt-form fieldset.form-columns-2, .hubspot-form .hbspt-form fieldset.form-columns-2 {
		grid-template-columns: 1fr;
	}
}

.book-a-demo .hbspt-form fieldset.form-columns-1:has(input[type=hidden]), .hubspot-form .hbspt-form fieldset.form-columns-1:has(input[type=hidden]) {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.book-a-demo .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field, .hubspot-form .hbspt-form fieldset.form-columns-1 .legal-consent-container .field.hs-form-field {
	margin-bottom: 0;
}

.book-a-demo .hbspt-form .hs-form-field, .book-a-demo .hbspt-form fieldset.form-columns-0, .hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form fieldset.form-columns-0 {
	margin-bottom: 16px;
}

.book-a-demo .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child), .hubspot-form .hbspt-form .hs-dependent-field .hs-form-field:not(:first-child) {
	margin-top: 16px;
}

.book-a-demo .hbspt-form .hs-form-field, .book-a-demo .hbspt-form .input, .hubspot-form .hbspt-form .hs-form-field, .hubspot-form .hbspt-form .input {
	float: none !important;
	width: 100% !important;
}

.book-a-demo .hbspt-form .hs-form-field > label, .book-a-demo .hbspt-form .input > label, .hubspot-form .hbspt-form .hs-form-field > label, .hubspot-form .hbspt-form .input > label {
	display: none !important;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file, .book-a-demo .hbspt-form .input.hs-fieldtype-file, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file, .hubspot-form .hbspt-form .input.hs-fieldtype-file {
	margin-bottom: 0;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file > label, .book-a-demo .hbspt-form .input.hs-fieldtype-file > label, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label {
	display: block !important;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .book-a-demo .hbspt-form .input.hs-fieldtype-file > label span, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span {
	color: #3b37e6;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .book-a-demo .hbspt-form .input.hs-fieldtype-file > label span:before, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file > label span:before, .hubspot-form .hbspt-form .input.hs-fieldtype-file > label span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.563 12.375.969.97 1.78-1.774v8.367h1.376V11.57l1.78 1.773.97-.969L11 8.937l-3.438 3.438Z' fill='%233B37E6'/%3E%3Cpath d='M16.156 15.125h-.343V13.75h.343a3.096 3.096 0 1 0 .248-6.187h-.591l-.07-.564a4.813 4.813 0 0 0-9.542 0l-.013.564h-.592a3.096 3.096 0 1 0 .248 6.187h.344v1.375h-.344a4.469 4.469 0 0 1-.894-8.841 6.188 6.188 0 0 1 12.1 0 4.469 4.469 0 0 1-.894 8.841Z' fill='%233B37E6'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	width: 22px;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file], .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file], .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file] {
	cursor: pointer;
	padding-left: 26px;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button {
	display: none;
}

.book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .book-a-demo .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .book-a-demo .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .hs-form-field.hs-fieldtype-file input[type=file]::file-selector-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::-webkit-file-upload-button, .hubspot-form .hbspt-form .input.hs-fieldtype-file input[type=file]::file-selector-button {
	display: none;
}

.book-a-demo .hbspt-form .hs-form-field input[type=email], .book-a-demo .hbspt-form .hs-form-field input[type=number], .book-a-demo .hbspt-form .hs-form-field input[type=tel], .book-a-demo .hbspt-form .hs-form-field input[type=text], .book-a-demo .hbspt-form .hs-form-field textarea, .book-a-demo .hbspt-form .input input[type=email], .book-a-demo .hbspt-form .input input[type=number], .book-a-demo .hbspt-form .input input[type=tel], .book-a-demo .hbspt-form .input input[type=text], .book-a-demo .hbspt-form .input textarea, .hubspot-form .hbspt-form .hs-form-field input[type=email], .hubspot-form .hbspt-form .hs-form-field input[type=number], .hubspot-form .hbspt-form .hs-form-field input[type=tel], .hubspot-form .hbspt-form .hs-form-field input[type=text], .hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input input[type=email], .hubspot-form .hbspt-form .input input[type=number], .hubspot-form .hbspt-form .input input[type=tel], .hubspot-form .hbspt-form .input input[type=text], .hubspot-form .hbspt-form .input textarea {
	background-color: #fff;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 16px;
	width: 100% !important;
}

.book-a-demo .hbspt-form .hs-form-field input[type=email].error, .book-a-demo .hbspt-form .hs-form-field input[type=number].error, .book-a-demo .hbspt-form .hs-form-field input[type=tel].error, .book-a-demo .hbspt-form .hs-form-field input[type=text].error, .book-a-demo .hbspt-form .hs-form-field textarea.error, .book-a-demo .hbspt-form .input input[type=email].error, .book-a-demo .hbspt-form .input input[type=number].error, .book-a-demo .hbspt-form .input input[type=tel].error, .book-a-demo .hbspt-form .input input[type=text].error, .book-a-demo .hbspt-form .input textarea.error, .hubspot-form .hbspt-form .hs-form-field input[type=email].error, .hubspot-form .hbspt-form .hs-form-field input[type=number].error, .hubspot-form .hbspt-form .hs-form-field input[type=tel].error, .hubspot-form .hbspt-form .hs-form-field input[type=text].error, .hubspot-form .hbspt-form .hs-form-field textarea.error, .hubspot-form .hbspt-form .input input[type=email].error, .hubspot-form .hbspt-form .input input[type=number].error, .hubspot-form .hbspt-form .input input[type=tel].error, .hubspot-form .hbspt-form .input input[type=text].error, .hubspot-form .hbspt-form .input textarea.error {
	border-color: #c93435;
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .book-a-demo .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=email]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=number]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input input[type=text]::-webkit-input-placeholder, .book-a-demo .hbspt-form .input textarea::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-webkit-input-placeholder, .hubspot-form .hbspt-form .input textarea::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=email]:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=number]:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=tel]:-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=text]:-ms-input-placeholder, .book-a-demo .hbspt-form .input textarea:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]:-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]:-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .book-a-demo .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=email]::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=number]::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=tel]::-ms-input-placeholder, .book-a-demo .hbspt-form .input input[type=text]::-ms-input-placeholder, .book-a-demo .hbspt-form .input textarea::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=email]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=number]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=tel]::-ms-input-placeholder, .hubspot-form .hbspt-form .input input[type=text]::-ms-input-placeholder, .hubspot-form .hbspt-form .input textarea::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field input[type=email]::placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=number]::placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=tel]::placeholder, .book-a-demo .hbspt-form .hs-form-field input[type=text]::placeholder, .book-a-demo .hbspt-form .hs-form-field textarea::placeholder, .book-a-demo .hbspt-form .input input[type=email]::placeholder, .book-a-demo .hbspt-form .input input[type=number]::placeholder, .book-a-demo .hbspt-form .input input[type=tel]::placeholder, .book-a-demo .hbspt-form .input input[type=text]::placeholder, .book-a-demo .hbspt-form .input textarea::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=email]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=number]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=tel]::placeholder, .hubspot-form .hbspt-form .hs-form-field input[type=text]::placeholder, .hubspot-form .hbspt-form .hs-form-field textarea::placeholder, .hubspot-form .hbspt-form .input input[type=email]::placeholder, .hubspot-form .hbspt-form .input input[type=number]::placeholder, .hubspot-form .hbspt-form .input input[type=tel]::placeholder, .hubspot-form .hbspt-form .input input[type=text]::placeholder, .hubspot-form .hbspt-form .input textarea::placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field textarea, .book-a-demo .hbspt-form .input textarea, .hubspot-form .hbspt-form .hs-form-field textarea, .hubspot-form .hbspt-form .input textarea {
	display: block;
	height: 100px;
}

.book-a-demo .hbspt-form .hs-form-field select, .book-a-demo .hbspt-form .input select, .hubspot-form .hbspt-form .hs-form-field select, .hubspot-form .hbspt-form .input select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%233B37E6'/%3E%3C/svg%3E");
	background-position: center right 19px;
	background-repeat: no-repeat;
	border: 1px solid rgba(22, 33, 61, .1);
	border-radius: 10px;
	color: #16213d;
	font-size: 13px;
	height: 48px;
	line-height: 16px;
	padding: 10px 35px 10px 16px;
	width: 100% !important;
}

.book-a-demo .hbspt-form .hs-form-field select.nitro-lazy, .book-a-demo .hbspt-form .input select.nitro-lazy, .hubspot-form .hbspt-form .hs-form-field select.nitro-lazy, .hubspot-form .hbspt-form .input select.nitro-lazy {
	background-image: none !important;
}

.book-a-demo .hbspt-form .hs-form-field select.error, .book-a-demo .hbspt-form .input select.error, .hubspot-form .hbspt-form .hs-form-field select.error, .hubspot-form .hbspt-form .input select.error {
	border-color: #c93435;
}

.book-a-demo .hbspt-form .hs-form-field select::-webkit-input-placeholder, .book-a-demo .hbspt-form .input select::-webkit-input-placeholder, .hubspot-form .hbspt-form .hs-form-field select::-webkit-input-placeholder, .hubspot-form .hbspt-form .input select::-webkit-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select:-ms-input-placeholder, .book-a-demo .hbspt-form .input select:-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field select:-ms-input-placeholder, .hubspot-form .hbspt-form .input select:-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select::-ms-input-placeholder, .book-a-demo .hbspt-form .input select::-ms-input-placeholder, .hubspot-form .hbspt-form .hs-form-field select::-ms-input-placeholder, .hubspot-form .hbspt-form .input select::-ms-input-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select::placeholder, .book-a-demo .hbspt-form .input select::placeholder, .hubspot-form .hbspt-form .hs-form-field select::placeholder, .hubspot-form .hbspt-form .input select::placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .hs-form-field select.is-placeholder, .book-a-demo .hbspt-form .input select.is-placeholder, .hubspot-form .hbspt-form .hs-form-field select.is-placeholder, .hubspot-form .hbspt-form .input select.is-placeholder {
	color: rgba(22, 33, 61, .4);
}

.book-a-demo .hbspt-form .input, .hubspot-form .hbspt-form .input {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child), .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox:not(:first-child) {
	margin-bottom: 16px;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox], .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox] {
	display: none !important;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display input[type=checkbox]:checked ~ span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022h-.001Z' fill='%2316213D'/%3E%3C/svg%3E");
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span {
	cursor: pointer;
	margin: 0;
	padding-left: 24px;
	position: relative;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span *, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span * {
	font-size: 13px;
	line-height: 18px;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a {
	font-weight: 600;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span a:hover {
	text-decoration: underline;
}

.book-a-demo .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before, .hubspot-form .hbspt-form .inputs-list .hs-form-booleancheckbox-display span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z' fill='%2316213D'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 16px;
}

.book-a-demo .hbspt-form .hs-richtext *, .hubspot-form .hbspt-form .hs-richtext * {
	font-size: 13px;
	line-height: 18px;
}

.book-a-demo .hbspt-form .hs-richtext a, .hubspot-form .hbspt-form .hs-richtext a {
	font-weight: 600;
	text-decoration: underline;
}

.book-a-demo .hbspt-form .hs-richtext a:hover, .hubspot-form .hbspt-form .hs-richtext a:hover {
	text-decoration: none;
}

.book-a-demo .hbspt-form .hs-submit, .hubspot-form .hbspt-form .hs-submit {
	margin-top: 24px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.book-a-demo .hbspt-form .hs-submit .actions, .hubspot-form .hbspt-form .hs-submit .actions {
		text-align: center;
	}
}

.book-a-demo .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit] {
	cursor: pointer;
	padding: 9px 29px;
}

@media only screen and (max-width:991px) {
	.book-a-demo .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input:is([type=submit]), .hubspot-form .hbspt-form .hs-submit input[type=submit] {
		border-radius: 15px;
		font-size: 15px;
		line-height: 24px;
		padding: 10px 15px;
	}
}

.book-a-demo .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element, .hubspot-form .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.book-a-demo .hbspt-form .hs-error-msgs .hs-error-msg, .book-a-demo .hbspt-form .hs-error-msgs .hs-main-font-element, .hubspot-form .hbspt-form .hs-error-msgs .hs-error-msg, .hubspot-form .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #c93435;
	font-size: 12px;
	line-height: 14px;
}

.blue .hbspt-form .hs-richtext, .dark .hbspt-form .hs-richtext, .form-on-dark-bg .hbspt-form .hs-richtext, .purple .hbspt-form .hs-richtext {
	color: #fff;
}

.blue .hbspt-form .hs-richtext *, .dark .hbspt-form .hs-richtext *, .form-on-dark-bg .hbspt-form .hs-richtext *, .purple .hbspt-form .hs-richtext * {
	color: inherit;
}

.blue .hbspt-form .submitted-message *, .dark .hbspt-form .submitted-message *, .form-on-dark-bg .hbspt-form .submitted-message *, .purple .hbspt-form .submitted-message * {
	color: #fff;
}

.blue .hbspt-form .hs-error-msgs .hs-error-msg, .blue .hbspt-form .hs-error-msgs .hs-main-font-element, .dark .hbspt-form .hs-error-msgs .hs-error-msg, .dark .hbspt-form .hs-error-msgs .hs-main-font-element, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-error-msg, .form-on-dark-bg .hbspt-form .hs-error-msgs .hs-main-font-element, .purple .hbspt-form .hs-error-msgs .hs-error-msg, .purple .hbspt-form .hs-error-msgs .hs-main-font-element {
	color: #fff !important;
	opacity: .8;
}

.book-a-demo {
	background-color: #3b37e6;
	display: -ms-flexbox;
	display: flex;
	min-height: 554px;
	overflow: hidden;
	padding: 0 !important;
}

@media only screen and (max-width:991px) {
	.book-a-demo {
		min-height: 380px;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo {
		min-height: auto;
	}
}

.book-a-demo.tab-panel {
	display: none;
}

.book-a-demo.tab-panel.active {
	display: block;
}

.book-a-demo.has-form .book-a-demo__title {
	font-size: 70px;
	font-weight: 600;
	line-height: 72px;
}

@media only screen and (max-width:768px) {
	.book-a-demo.has-form .book-a-demo__title {
		font-size: 30px;
		line-height: 34px;
		padding: 0 44px;
	}
}

@media only screen and (max-width:375px) {
	.book-a-demo.has-form .book-a-demo__title {
		padding: 0 29px;
	}
}

.book-a-demo.has-form .book-a-demo__container {
	padding: 152px 0 97px;
}

@media only screen and (max-width:991px) {
	.book-a-demo.has-form .book-a-demo__container {
		padding: 120px 15px 70px;
	}
}

@media only screen and (max-width:768px) {
	.book-a-demo.has-form .book-a-demo__container {
		padding: 62px 15px 23px;
	}
	
	.book-a-demo.has-form .book-a-demo__text {
		font-size: 18px;
		line-height: 110%;
		padding: 0 40px;
	}
	
	.book-a-demo.has-form .hbspt-form {
		margin: 0 auto;
	}
}

.book-a-demo.has-form .hbspt-form .hs-richtext a {
	color: #fff !important;
}

.book-a-demo__container {
	isolation: isolate;
	padding-bottom: 80px;
	padding-top: 140px;
	position: relative;
}

@media only screen and (max-width:991px) {
	.book-a-demo__container {
		padding: 106px 75px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo__container {
		padding: 80px 30px;
	}
}

.book-a-demo__container .figure {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
}

.book-a-demo__container .figure-1 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='910' height='343' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' fill-rule='evenodd' clip-rule='evenodd' d='M526 288c0 30.376-24.624 55-55 55H55c-30.376 0-55-24.624-55-55v-445c0-30.376 24.624-55 55-55h306.5c12.426 0 22.5-10.074 22.5-22.5s10.074-22.5 22.5-22.5H855c30.376 0 55 24.624 55 55V45c0 30.376-24.624 55-55 55H581c-30.376 0-55 24.624-55 55v133Z' fill='%2316213D'/%3E%3C/svg%3E");
	height: 343px;
	left: -18.27%;
	top: 0;
	width: 910px;
}

.book-a-demo__container .figure-1.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-1 {
		left: -30.27%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-1 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='647' height='343' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' fill-rule='evenodd' clip-rule='evenodd' d='M263 288c0 30.376-24.624 55-55 55h-416c-30.376 0-55-24.624-55-55v-445c0-30.376 24.624-55 55-55H98.5c12.426 0 22.5-10.074 22.5-22.5s10.074-22.5 22.5-22.5H592c30.376 0 55 24.624 55 55V45c0 30.376-24.624 55-55 55H318c-30.376 0-55 24.624-55 55v133Z' fill='%2316213D'/%3E%3C/svg%3E");
		left: -16%;
		width: 647px;
	}
	
	.book-a-demo__container .figure-1.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-1 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='237' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M62.301 111.975C62.301 125.796 51.098 137 37.28 137h-189.257C-165.797 137-177 125.796-177 111.975V-90.5c0-13.821 11.203-25.025 25.022-25.025h139.44c5.654 0 10.237-4.583 10.237-10.237 0-5.655 4.583-10.238 10.236-10.238h204.043C225.797-136 237-124.796 237-110.975V1.41c0 13.821-11.203 25.025-25.022 25.025H87.323c-13.82 0-25.022 11.204-25.022 25.025v60.515Z' fill='%2316213D' fill-opacity='.6'/%3E%3C/svg%3E");
		height: 137px;
		left: 0;
		width: 237px;
	}
	
	.book-a-demo__container .figure-1.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo__container .figure-1 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='205' height='111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M18.908 82.863C18.908 98.403 6.336 111-9.171 111h-198.75C-223.429 111-236 98.403-236 82.863v-113c0-15.54 12.571-28.138 28.079-28.138h151.165c3.782 0 6.848-3.072 6.848-6.863 0-3.79 3.066-6.862 6.849-6.862h219.98C192.429-72 205-59.402 205-43.862v52.61c0 15.54-12.571 28.137-28.079 28.137H46.986c-15.507 0-28.078 12.598-28.078 28.137v17.84Z' fill='%2316213D' fill-opacity='.6'/%3E%3C/svg%3E");
		height: 111px;
		width: 205px;
	}
	
	.book-a-demo__container .figure-1.nitro-lazy {
		background-image: none !important;
	}
}

.book-a-demo__container .figure-2 {
	border: 1px solid hsla(0, 0%, 100%, .3);
	border-radius: 100px;
	height: 155px;
	right: 21.389%;
	top: -68px;
	width: 411px;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-2 {
		right: 18.389%;
		width: 380px;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-2 {
		right: 22vw;
		width: 27vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-2 {
		border-radius: 53px;
		height: 83px;
		top: -63px;
		width: 220px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-2 {
		border-radius: 100px;
		height: 86px;
		right: -156px;
		top: -24px;
		width: 229px;
	}
}

.book-a-demo__container .figure-3 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='382' height='467' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M239.592 1h-97.336C64.242 1 1 69.28 1 153.508v159.654c0 84.227 63.242 152.507 141.256 152.507h97.336c78.013 0 141.256-68.28 141.256-152.507V153.508C380.848 69.28 317.605 1 239.592 1Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M222.734 78.465h-63.635c-52.346 0-94.781 45.815-94.781 102.331v105.062c0 56.516 42.435 102.331 94.781 102.331h63.635c52.346 0 94.782-45.815 94.782-102.331V180.796c0-56.516-42.436-102.33-94.782-102.33Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M205.904 157.366h-29.947c-24.627 0-44.591 21.554-44.591 48.142v49.453c0 26.588 19.964 48.142 44.591 48.142h29.947c24.626 0 44.59-21.554 44.59-48.142v-49.453c0-26.588-19.964-48.142-44.59-48.142Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 467px;
	right: -156px;
	top: -136px;
	width: 382px;
}

.book-a-demo__container .figure-3.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-3 {
		right: -16.695%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-3 {
		right: -21vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-3 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M91.45-20h-36.9C24.975-20 1 5.862 1 37.764v60.472C1 130.138 24.975 156 54.55 156h36.9c29.575 0 53.55-25.862 53.55-57.764V37.764C145 5.862 121.025-20 91.45-20Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M85.06 9.341H60.934c-19.844 0-35.931 17.353-35.931 38.76v39.793c0 21.406 16.087 38.759 35.931 38.759H85.06c19.845 0 35.932-17.353 35.932-38.759V48.1c0-21.406-16.087-38.759-35.932-38.759Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3Cpath d='M78.678 39.226H67.326c-9.336 0-16.904 8.164-16.904 18.235v18.73c0 10.071 7.568 18.235 16.904 18.235h11.353c9.335 0 16.904-8.164 16.904-18.235v-18.73c0-10.071-7.569-18.235-16.904-18.235Z' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E");
		height: 157px;
		right: 0;
		top: 0;
		width: 69px;
	}
	
	.book-a-demo__container .figure-3.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-3 {
		display: none;
	}
}

.book-a-demo__container .figure-4 {
	border: 1px solid #fff;
	border-radius: 50%;
	bottom: -236px;
	height: 370px;
	left: -7.778%;
	width: 369px;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-4 {
		left: -13.778%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-4 {
		left: -17vw;
	}
}

@media screen and (max-width:1100px) {
	.book-a-demo__container .figure-4 {
		left: -25vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-4 {
		bottom: -71px;
		height: 197px;
		left: -130px;
		width: 197px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-4 {
		bottom: -86px;
		height: 178px;
		left: -119px;
		width: 178px;
	}
}

.book-a-demo__container .figure-5 {
	background-color: #16213d;
	border-radius: 150px;
	bottom: -126px;
	height: 292px;
	opacity: .6;
	right: -380px;
	width: 606px;
}

@media only screen and (max-width:1370px) {
	.book-a-demo__container .figure-5 {
		right: -33.389%;
	}
}

@media only screen and (max-width:1199px) {
	.book-a-demo__container .figure-5 {
		right: -37vw;
	}
}

@media screen and (max-width:1100px) {
	.book-a-demo__container .figure-5 {
		right: -49vw;
	}
}

@media only screen and (max-width:991px) {
	.book-a-demo__container .figure-5 {
		border-radius: 80px;
		bottom: -20px;
		height: 147px;
		right: -237px;
		width: 305px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__container .figure-5 {
		border-radius: 53px;
		bottom: -35px;
		height: 103px;
		right: -120px;
		width: 214px;
	}
}

.book-a-demo__container .hs-richtext * {
	color: #fff;
}

.book-a-demo__container .hs-richtext a {
	text-decoration: underline;
}

.book-a-demo__container .hs-richtext a:hover {
	text-decoration: none;
}

.book-a-demo__wrapper {
	text-align: center;
}

.book-a-demo__title {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 794px;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.book-a-demo__title {
		font-size: 40px;
		line-height: 48px;
		max-width: none;
	}
}

@media only screen and (max-width:570px) {
	.book-a-demo__title {
		font-size: 32px;
		line-height: 34px;
	}
}

@media screen and (min-width:992px) {
	.book-a-demo__title-small {
		font-size: 60px;
		line-height: 62px;
		max-width: 72%;
	}
}

@media screen and (min-width:1199px) {
	.book-a-demo__title-small {
		font-size: 60px;
		line-height: 62px;
		max-width: 66%;
	}
}

.book-a-demo__text-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 794px;
	position: relative;
	width: 100%;
}

.book-a-demo__text {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	margin-top: 16px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.book-a-demo__text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 8px;
	}
}

@media screen and (min-width:992px) {
	.book-a-demo__text-small {
		max-width: 988px;
	}
}

.book-a-demo__button-wrapper {
	margin-top: 48px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.book-a-demo__button-wrapper {
		margin-top: 32px;
	}
}

.book-a-demo__button {
	-webkit-padding-end: 50px;
	-webkit-padding-start: 20px;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 60px;
	color: #16213d;
	display: -ms-flexbox;
	display: flex;
	font-family: Axiforma;
	font-size: 15px;
	gap: 10px;
	line-height: 24px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-inline-end: 50px;
	padding-top: 10px;
	padding-inline-start: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.book-a-demo__button:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%2316213D'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.book-a-demo__button:hover {
	background-color: #fff;
	color: #16213d;
}

.book-a-demo__button:hover:after {
	background-size: 40px 16px;
}

.book-a-demo__button.arrow-btn {
	color: #16213d;
}

.book-a-demo__button.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%2316213D'/%3E%3C/svg%3E");
}

.book-a-demo__button.arrow-btn:hover {
	background-color: #fff;
	color: #16213d;
}

.book-a-demo__button.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.book-a-demo__form-wrapper {
	margin: 72px auto 0;
	max-width: 814px;
	position: relative;
}

@media only screen and (max-width:991px) {
	.book-a-demo__form-wrapper {
		margin-top: 40px;
	}
}

@media only screen and (max-width:480px) {
	.book-a-demo__form-wrapper {
		margin-top: 16px;
	}
}

.book-a-demo .hbspt-form .hs-submit input[type=submit] {
	background-color: transparent;
	border: 1px solid #fff;
}

.book-a-demo .hbspt-form .hs-submit input[type=submit]:hover {
	border-color: #16213d;
}

.book-a-demo__animation-arrow {
	-webkit-animation: move-arrow-demo 3.5s infinite;
	animation: move-arrow-demo 3.5s infinite;
	left: -160px;
	position: absolute;
	top: -100px;
}

.book-a-demo__animation-arrow-he {
	display: none;
}

@media only screen and (max-width:670px) {
	.book-a-demo__animation-arrow {
		-webkit-animation: none;
		animation: none;
		display: none;
		height: 70px;
		left: 25px;
		top: -17px;
		-webkit-transform: rotate(336deg);
		transform: rotate(336deg);
		width: 40px;
	}
}

@media only screen and (max-width:375px) {
	.book-a-demo__animation-arrow {
		left: 16px;
	}
}

@media only screen and (max-width:670px) {
	.book-a-demo__animation-arrow svg {
		height: 70px;
		width: 40px;
	}
}

@-webkit-keyframes move-arrow-demo {
	0% {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
}

@keyframes move-arrow-demo {
	0% {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
}

[dir=rtl] .book-a-demo__form select {
	background-position: center left 19px;
	padding: 0 16px 0 35px;
}

[dir=rtl] .book-a-demo__animation-arrow {
	-webkit-animation: move-arrow-demo-he 3.5s infinite;
	animation: move-arrow-demo-he 3.5s infinite;
	left: auto;
	right: -160px;
}

[dir=rtl] .book-a-demo__animation-arrow-he {
	display: block;
}

[dir=rtl] .book-a-demo__animation-arrow-en {
	display: none;
}

@-webkit-keyframes move-arrow-demo-he {
	0% {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
}

@keyframes move-arrow-demo-he {
	0% {
		opacity: 0;
		-webkit-transform: rotate(5deg);
	}
	
	60% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: rotate(10deg);
	}
}
/*# sourceMappingURL=block-side-title-content-cta-v3.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .side-title-content-cta-v3__button, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .small.side-title-content-cta-v3__button, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .coral.side-title-content-cta-v3__button, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .light-coral.side-title-content-cta-v3__button, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .light-coral.side-title-content-cta-v3__button:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .purple.side-title-content-cta-v3__button, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .blue.side-title-content-cta-v3__button, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .light-blue.side-title-content-cta-v3__button, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .light-blue-2.side-title-content-cta-v3__button, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .light-blue-2.side-title-content-cta-v3__button:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.apricot.side-title-content-cta-v3__button, .arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .malibu.side-title-content-cta-v3__button, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white, .white.side-title-content-cta-v3__button {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .side-title-content-cta-v3__button:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white, .white.side-title-content-cta-v3__title {
	color: #fff;
}

.dark.side-title-content-cta-v3__title, .styled-text.dark {
	color: #16213d;
}

.blue.side-title-content-cta-v3__title, .styled-text.blue {
	color: #3b37e6;
}

.coral.side-title-content-cta-v3__title, .styled-text.coral {
	color: #ff7369;
}

.purple.side-title-content-cta-v3__title, .styled-text.purple {
	color: #a142ff;
}

.light-blue.side-title-content-cta-v3__title, .styled-text.light-blue {
	color: #55bbf9;
}

.malibu.side-title-content-cta-v3__title, .styled-text.malibu {
	color: #5ed0f9;
}

.apricot.side-title-content-cta-v3__title, .styled-text.apricot {
	color: #ed7b6f;
}

.opacity80.side-title-content-cta-v3__title, .styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.side-title-content-cta-v3 {
	margin-bottom: 100px;
	margin-top: 100px;
	overflow: hidden;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3 {
		margin-bottom: 46px;
		margin-top: 46px;
		overflow: unset;
	}
}

@media only screen and (max-width:480px) {
	.side-title-content-cta-v3 {
		margin-bottom: 50px;
		margin-top: 50px;
	}
}

.side-title-content-cta-v3 .js-animate-parent.animate .animation-content, .side-title-content-cta-v3 .js-animate-parent.animate .animation-title, .side-title-content-cta-v3 .js-animate-parent.animate .js-animate-element:before {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.side-title-content-cta-v3 .js-animate-parent .animation-content, .side-title-content-cta-v3 .js-animate-parent .animation-title, .side-title-content-cta-v3 .js-animate-parent .js-animate-element:before {
	opacity: 0;
	transition: opacity .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

.side-title-content-cta-v3 .js-animate-parent .animation-title, .side-title-content-cta-v3 .js-animate-parent .js-animate-element:before {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3 .js-animate-parent .animation-title, .side-title-content-cta-v3 .js-animate-parent .js-animate-element:before {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

.side-title-content-cta-v3 .js-animate-parent .animation-content {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3 .js-animate-parent .animation-content {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

.side-title-content-cta-v3__wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 16px 80px;
	grid-template-columns: 285px 1fr;
	position: relative;
}

.side-title-content-cta-v3__wrapper.big {
	grid-template-columns: 444px 1fr;
}

.side-title-content-cta-v3__wrapper.big:before {
	left: 484px;
}

.side-title-content-cta-v3__wrapper.medium {
	grid-template-columns: 305px 1fr;
}

.side-title-content-cta-v3__wrapper.medium:before {
	left: 345px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3__wrapper, .side-title-content-cta-v3__wrapper.big, .side-title-content-cta-v3__wrapper.medium {
		grid-template-columns: 1fr;
	}
}

.side-title-content-cta-v3__wrapper:before {
	background-color: rgba(22, 33, 61, .5);
	content: "";
	display: block;
	height: 100%;
	left: 325px;
	position: absolute;
	top: 0;
	width: 1px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3__wrapper:before {
		display: none;
	}
}

.side-title-content-cta-v3__title {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3__title {
		font-size: 32px;
		line-height: 40px;
	}
}

.side-title-content-cta-v3__text li, .side-title-content-cta-v3__text p {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 24px;
}

.side-title-content-cta-v3__text p:not(:last-child) {
	margin-bottom: 16px;
}

.side-title-content-cta-v3__text ol {
	list-style: decimal;
	margin-left: 18px;
}

.side-title-content-cta-v3__text ol:not(:first-child), .side-title-content-cta-v3__text ul:not(:first-child) {
	margin-top: 8px;
}

.side-title-content-cta-v3__text ol:not(:last-child), .side-title-content-cta-v3__text ul:not(:last-child) {
	margin-bottom: 32px;
}

.side-title-content-cta-v3__text li {
	font-weight: 400;
	list-style: inherit;
	padding: 0 0 0 28px;
	position: relative;
}

.side-title-content-cta-v3__text li:before {
	background-color: #16213d;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	left: 12px;
	position: absolute;
	top: 9px;
	width: 3px;
}

.side-title-content-cta-v3__text.styled p {
	color: #000;
}

.side-title-content-cta-v3__text.styled li {
	color: #000;
	padding-left: 32px;
}

.side-title-content-cta-v3__text.styled li:not(:last-child) {
	margin-bottom: 16px;
}

.side-title-content-cta-v3__text.styled li:before {
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m13.889 1.272 9.53 9.531a1.54 1.54 0 0 1 0 2.178l-9.53 9.531a1.54 1.54 0 0 1-2.178 0l-9.531-9.53a1.54 1.54 0 0 1 0-2.178l9.53-9.532a1.54 1.54 0 0 1 2.179 0Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.907)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	border-radius: 0;
	content: "";
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 25px;
}

.side-title-content-cta-v3__text h2, .side-title-content-cta-v3__text h3, .side-title-content-cta-v3__text h4, .side-title-content-cta-v3__text h5, .side-title-content-cta-v3__text h6 {
	color: #000;
	font-size: 22px;
	line-height: 28px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3__text h2, .side-title-content-cta-v3__text h3, .side-title-content-cta-v3__text h4, .side-title-content-cta-v3__text h5, .side-title-content-cta-v3__text h6 {
		font-size: 15px;
		line-height: 24px;
	}
}

.side-title-content-cta-v3__text h2:not(:last-child), .side-title-content-cta-v3__text h3:not(:last-child), .side-title-content-cta-v3__text h4:not(:last-child), .side-title-content-cta-v3__text h5:not(:last-child), .side-title-content-cta-v3__text h6:not(:last-child) {
	margin-bottom: 16px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3__text h2:not(:last-child), .side-title-content-cta-v3__text h3:not(:last-child), .side-title-content-cta-v3__text h4:not(:last-child), .side-title-content-cta-v3__text h5:not(:last-child), .side-title-content-cta-v3__text h6:not(:last-child) {
		margin-bottom: 8px;
	}
}

.side-title-content-cta-v3__button-wrapper {
	margin-top: 32px;
}

.side-title-content-cta-v3.responsive-column .side-title-content-cta-v3__wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3.responsive-column .side-title-content-cta-v3__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.side-title-content-cta-v3.responsive-column .side-title-content-cta-v3__wrapper:before {
	display: none;
}

.side-title-content-cta-v3.responsive-column .js-animate-parent.animate .side-title-content-cta-v3__content-wrapper:before {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.side-title-content-cta-v3.responsive-column .side-title-content-cta-v3__content-wrapper {
	position: relative;
}

.side-title-content-cta-v3.responsive-column .side-title-content-cta-v3__content-wrapper:before {
	border: 1px solid rgba(22, 33, 61, .5);
	content: "";
	display: block;
	height: 100%;
	left: -37px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

@media only screen and (max-width:991px) {
	.side-title-content-cta-v3.responsive-column .side-title-content-cta-v3__content-wrapper:before {
		display: none;
	}
}

.side-title-content-cta-v3__repeater {
	display: grid;
	gap: 20px 40px;
	grid-template-columns: 1fr 1fr;
	margin-top: 32px;
}

@media screen and (max-width:1200px) {
	.side-title-content-cta-v3__repeater {
		gap: 20px;
	}
}

@media screen and (max-width:470px) {
	.side-title-content-cta-v3__repeater {
		grid-template-columns: 1fr;
	}
}

.side-title-content-cta-v3__repeater-item {
	background-color: #e3eeff;
	border: 1px solid #55bbf9;
	border-radius: 18px;
	color: #3b37e6;
	padding: 24px 32px;
}

@media screen and (max-width:768px) {
	.side-title-content-cta-v3__repeater-item {
		padding: 20px;
	}
}

.side-title-content-cta-v3__repeater-item.blue {
	background-color: #e3eeff;
	border: 1px solid #3b37e6;
	color: #3b37e6;
}

.side-title-content-cta-v3__repeater-item.purple {
	background-color: #ecdeff;
	border: 1px solid #a142ff;
	color: #a142ff;
}

.side-title-content-cta-v3__repeater-item.light-blue {
	background-color: #f3f6ff;
	border: 1px solid #55bbf9;
	color: #55bbf9;
}

.side-title-content-cta-v3__repeater-item.coral {
	background-color: #ffdfd9;
	border: 1px solid #ff7369;
	color: #ff7369;
}

.side-title-content-cta-v3__repeater-item-text, .side-title-content-cta-v3__repeater-item-title {
	color: inherit;
	font-family: Axiforma, sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.03;
}

@media screen and (max-width:1024px) {
	.side-title-content-cta-v3__repeater-item-text, .side-title-content-cta-v3__repeater-item-title {
		font-size: 50px;
	}
}

@media screen and (max-width:768px) {
	.side-title-content-cta-v3__repeater-item-text, .side-title-content-cta-v3__repeater-item-title {
		font-size: 40px;
	}
}

@media screen and (max-width:670px) {
	.side-title-content-cta-v3__repeater-item-text, .side-title-content-cta-v3__repeater-item-title {
		font-size: 32px;
	}
}

.side-title-content-cta-v3__repeater-item-text {
	font-size: 22px;
	line-height: 1.2;
}

@media screen and (max-width:1024px) {
	.side-title-content-cta-v3__repeater-item-text {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	.side-title-content-cta-v3__repeater-item-text {
		font-size: 18px;
	}
}

[dir=rtl] .side-title-content-cta-v3.responsive-column .side-title-content-cta-v3__content-wrapper:before {
	right: -37px;
}

[dir=rtl] .side-title-content-cta-v3__wrapper:before {
	left: unset;
	right: 325px;
}

[dir=rtl] .side-title-content-cta-v3__wrapper.big:before {
	right: 484px;
}

[dir=rtl] .side-title-content-cta-v3__text li {
	padding-left: 0;
	padding-right: 28px;
}

[dir=rtl] .side-title-content-cta-v3__text li:before {
	left: unset;
	right: 12px;
}

[dir=rtl] .side-title-content-cta-v3__text.styled li {
	padding-right: 32px;
}

[dir=rtl] .side-title-content-cta-v3__text.styled li:before {
	right: 0;
}

[dir=rtl] .side-title-content-cta-v3 .js-animate-parent .animation-title, [dir=rtl] .side-title-content-cta-v3 .js-animate-parent .js-animate-element:before {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

@media only screen and (max-width:570px) {
	[dir=rtl] .side-title-content-cta-v3 .js-animate-parent .animation-title, [dir=rtl] .side-title-content-cta-v3 .js-animate-parent .js-animate-element:before {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

[dir=rtl] .side-title-content-cta-v3 .js-animate-parent .animation-content {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

@media only screen and (max-width:570px) {
	[dir=rtl] .side-title-content-cta-v3 .js-animate-parent .animation-content {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

[dir=rtl] .side-title-content-cta-v3 .js-animate-parent.animate .animation-content, [dir=rtl] .side-title-content-cta-v3 .js-animate-parent.animate .animation-title, [dir=rtl] .side-title-content-cta-v3 .js-animate-parent.animate .js-animate-element:before {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/*# sourceMappingURL=block-left-side-icon-text-columns.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .left-side-icon-text-columns__button, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .small.left-side-icon-text-columns__button, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .coral.left-side-icon-text-columns__button, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .light-coral.left-side-icon-text-columns__button, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .light-coral.left-side-icon-text-columns__button:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .purple.left-side-icon-text-columns__button, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .blue.left-side-icon-text-columns__button, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .light-blue.left-side-icon-text-columns__button, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .light-blue-2.left-side-icon-text-columns__button, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .light-blue-2.left-side-icon-text-columns__button:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.apricot.left-side-icon-text-columns__button, .arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .malibu.left-side-icon-text-columns__button, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white, .white.left-side-icon-text-columns__button {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .left-side-icon-text-columns__button:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white, .white.left-side-icon-text-columns__card-title {
	color: #fff;
}

.dark.left-side-icon-text-columns__card-title, .styled-text.dark {
	color: #16213d;
}

.blue.left-side-icon-text-columns__card-title, .styled-text.blue {
	color: #3b37e6;
}

.coral.left-side-icon-text-columns__card-title, .styled-text.coral {
	color: #ff7369;
}

.purple.left-side-icon-text-columns__card-title, .styled-text.purple {
	color: #a142ff;
}

.light-blue.left-side-icon-text-columns__card-title, .styled-text.light-blue {
	color: #55bbf9;
}

.malibu.left-side-icon-text-columns__card-title, .styled-text.malibu {
	color: #5ed0f9;
}

.apricot.left-side-icon-text-columns__card-title, .styled-text.apricot {
	color: #ed7b6f;
}

.opacity80.left-side-icon-text-columns__card-title, .styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.left-side-icon-text-columns {
	margin: 100px 0;
}

@media only screen and (max-width:991px) {
	.left-side-icon-text-columns {
		margin: 80px 0;
	}
}

@media only screen and (max-width:768px) {
	.left-side-icon-text-columns {
		margin: 46px 0;
	}
}

.left-side-icon-text-columns__title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 48px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.left-side-icon-text-columns__title {
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__title {
		margin-bottom: 24px;
	}
}

.left-side-icon-text-columns__columns-2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 24px;
}

@media screen and (min-width:992px) {
	.left-side-icon-text-columns__columns-2 {
		display: grid;
		gap: 48px 64px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.left-side-icon-text-columns__columns-2.with-border {
		gap: 40px;
	}
}

.left-side-icon-text-columns__columns-3 {
	display: grid;
	gap: 40px 64px;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

@media only screen and (max-width:1199px) {
	.left-side-icon-text-columns__columns-3 {
		gap: 40px 24px;
	}
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__columns-3 {
		gap: 24px;
	}
}

@media screen and (min-width:992px) {
	.left-side-icon-text-columns__columns-3.with-border {
		gap: 40px;
	}
}

.left-side-icon-text-columns__columns-4 {
	display: grid;
	gap: 24px 40px;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

@media only screen and (max-width:1199px) {
	.left-side-icon-text-columns__columns-4 {
		gap: 40px 24px;
	}
}

@media only screen and (max-width:768px) {
	.left-side-icon-text-columns__columns-4 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__columns-4 {
		gap: 20px;
	}
}

@media screen and (min-width:992px) {
	.left-side-icon-text-columns__columns-4.with-border {
		gap: 24px;
	}
}

@media only screen and (max-width:768px) {
	.left-side-icon-text-columns__columns.with-border {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.left-side-icon-text-columns__card {
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 10px;
}

@media only screen and (max-width:991px) {
	.left-side-icon-text-columns__card-2 {
		-ms-flex: 1 0 300px;
		flex: 1 0 300px;
	}
}

@media only screen and (max-width:768px) {
	.left-side-icon-text-columns__card-2 {
		-ms-flex: 1 0 260px;
		flex: 1 0 260px;
	}
}

.left-side-icon-text-columns__card.grid {
	display: grid;
	gap: 0 18px;
	grid-template-columns: 56px 1fr;
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__card.grid {
		grid-template-columns: 40px 1fr;
	}
}

.left-side-icon-text-columns__card-4 {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
}

.left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-icon {
	margin-bottom: 18px;
}

.left-side-icon-text-columns__card-4 .left-side-icon-text-columns__button-wrapper, .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-title {
	text-align: center;
}

@media only screen and (max-width:768px) {
	.left-side-icon-text-columns__card-4 {
		-ms-flex-align: start;
		align-items: flex-start;
		display: grid !important;
	}
	
	.left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-icon {
		margin-bottom: 0;
	}
	
	.left-side-icon-text-columns__card-4 .left-side-icon-text-columns__button-wrapper, .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-title {
		text-align: left;
	}
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__card-4 {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-icon {
		margin-bottom: 18px;
	}
	
	.left-side-icon-text-columns__card-4 .left-side-icon-text-columns__button-wrapper, .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-title {
		text-align: center;
	}
}

.left-side-icon-text-columns__card.colored {
	border: 1px solid #3b37e6;
	border-radius: 20px;
	padding: 20px;
	transition: all .4s ease-in-out;
}

@media only screen and (max-width:768px) {
	.left-side-icon-text-columns__card.colored {
		-ms-flex-align: start;
		align-items: flex-start;
		display: grid !important;
		-ms-flex: auto;
		flex: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.left-side-icon-text-columns__card.colored .left-side-icon-text-columns__card-icon {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__card.colored {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.left-side-icon-text-columns__card.colored .left-side-icon-text-columns__card-icon {
		margin-bottom: 18px;
	}
	
	.left-side-icon-text-columns__card.colored .left-side-icon-text-columns__button-wrapper, .left-side-icon-text-columns__card.colored .left-side-icon-text-columns__card-title {
		text-align: center;
	}
}

.left-side-icon-text-columns__card.colored.purple {
	border-color: #a142ff;
}

.left-side-icon-text-columns__card.colored.purple:hover {
	background: linear-gradient(0deg, rgba(236, 222, 255, .4), rgba(236, 222, 255, .4));
}

.left-side-icon-text-columns__card.colored.blue {
	border-color: #3b37e6;
}

.left-side-icon-text-columns__card.colored.blue:hover {
	background: linear-gradient(0deg, rgba(227, 238, 255, .4), rgba(227, 238, 255, .4));
}

.left-side-icon-text-columns__card.colored.light-blue {
	border-color: #55bbf9;
}

.left-side-icon-text-columns__card.colored.light-blue:hover {
	background: linear-gradient(0deg, rgba(215, 247, 255, .4), rgba(215, 247, 255, .4));
}

.left-side-icon-text-columns__card.colored.apricot {
	border-color: #ed7b6f;
}

.left-side-icon-text-columns__card.colored.apricot:hover {
	background: linear-gradient(0deg, hsla(9, 100%, 93%, .4), hsla(9, 100%, 93%, .4));
}

.left-side-icon-text-columns__card.colored.styled-borders.none {
	border-color: transparent;
}

.left-side-icon-text-columns__card.colored.styled-borders.blue-br {
	border-color: #3b37e6;
}

.left-side-icon-text-columns__card.colored.styled-borders.coral-br {
	border-color: #ff7369;
}

.left-side-icon-text-columns__card.colored.styled-borders.purple-br {
	border-color: #a142ff;
}

.left-side-icon-text-columns__card.colored.styled-borders.light-blue-br {
	border-color: #55bbf9;
}

.left-side-icon-text-columns__card.colored.styled-borders.malibu-br {
	border-color: #5ed0f9;
}

.left-side-icon-text-columns__card.colored.styled-borders.apricot-br {
	border-color: #ed7b6f;
}

.left-side-icon-text-columns__card-icon {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	justify-content: center;
	width: 56px;
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__card-icon {
		height: 40px;
		width: 40px;
	}
}

.left-side-icon-text-columns__card-icon img, .left-side-icon-text-columns__card-icon svg {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.left-side-icon-text-columns__card-text {
	min-height: 56px;
}

@media only screen and (max-width:570px) {
	.left-side-icon-text-columns__card-text {
		min-height: 40px;
	}
}

.left-side-icon-text-columns__card-text a {
	margin: 10px 0;
}

.left-side-icon-text-columns__card-text ul {
	margin-top: 10px;
}

.left-side-icon-text-columns__card-text ul li {
	-webkit-padding-start: 14px;
	font-size: 16px;
	font-weight: 400;
	list-style: inherit;
	padding: 0;
	padding-inline-start: 14px;
	position: relative;
}

.left-side-icon-text-columns__card-text ul li + li {
	margin-top: 10px;
}

.left-side-icon-text-columns__card-text ul li:before {
	background-color: #16213d;
	border-radius: 50%;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 4px;
}

.left-side-icon-text-columns__card-title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 8px;
}

.left-side-icon-text-columns__button-wrapper {
	margin-top: 16px;
}

@media only screen and (max-width:768px) {
	[dir=rtl] .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__button-wrapper, [dir=rtl] .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-text, [dir=rtl] .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-title {
		text-align: right;
	}
}

@media only screen and (max-width:570px) {
	[dir=rtl] .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__button-wrapper, [dir=rtl] .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-text, [dir=rtl] .left-side-icon-text-columns__card-4 .left-side-icon-text-columns__card-title {
		text-align: center;
	}
}

[dir=rtl] .left-side-icon-text-columns__card-text ul li:before {
	left: unset;
	right: 0;
}
/*# sourceMappingURL=block-side-image-content-v5.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .small.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .coral.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .light-coral.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .light-coral.side-image-content-general__button:hover:not(.side-image-content-general__button-v5), .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .purple.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .blue.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .light-blue.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .light-blue-2.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .light-blue-2.side-image-content-general__button:hover:not(.side-image-content-general__button-v5), .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.apricot.side-image-content-general__button:not(.side-image-content-general__button-v5), .arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .malibu.side-image-content-general__button:not(.side-image-content-general__button-v5), .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white, .white.side-image-content-general__button:not(.side-image-content-general__button-v5) {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .side-image-content-general__button:hover:not(.side-image-content-general__button-v5), .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white, .white.side-image-content-general__subtitle {
	color: #fff;
}

.dark.side-image-content-general__subtitle, .styled-text.dark {
	color: #16213d;
}

.blue.side-image-content-general__subtitle, .styled-text.blue {
	color: #3b37e6;
}

.coral.side-image-content-general__subtitle, .styled-text.coral {
	color: #ff7369;
}

.purple.side-image-content-general__subtitle, .styled-text.purple {
	color: #a142ff;
}

.light-blue.side-image-content-general__subtitle, .styled-text.light-blue {
	color: #55bbf9;
}

.malibu.side-image-content-general__subtitle, .styled-text.malibu {
	color: #5ed0f9;
}

.apricot.side-image-content-general__subtitle, .styled-text.apricot {
	color: #ed7b6f;
}

.opacity80.side-image-content-general__subtitle, .styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.inherit {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.a-tag a:not(.return-back-link__btn), .block-page-content a:not(.return-back-link__btn), .side-image-content-general__text a:not(.return-back-link__btn) {
	color: #3b37e6;
	font-family: Open Sans;
	font-weight: 400;
	text-decoration: none;
}

.a-tag a:not(.return-back-link__btn) span, .block-page-content a:not(.return-back-link__btn) span, .side-image-content-general__text a:not(.return-back-link__btn) span {
	color: #3b37e6;
}

.a-tag a:not(.return-back-link__btn):hover, .block-page-content a:not(.return-back-link__btn):hover, .side-image-content-general__text a:not(.return-back-link__btn):hover {
	text-decoration: underline;
}

.block-page-content p:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.block-page-content p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.block-page-content ol {
	list-style: decimal;
}

.block-page-content ul {
	list-style: disc;
}

.block-page-content ol, .block-page-content ul {
	margin-left: 18px;
}

.block-page-content ol:not(:first-child), .block-page-content ul:not(:first-child) {
	margin-top: 18px;
}

.block-page-content ol:not(:last-child), .block-page-content ul:not(:last-child) {
	margin-bottom: 18px;
}

.block-page-content li {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: inherit;
	padding: 0;
}

.block-page-content li:not(:last-child) {
	margin-bottom: 8px;
}

.block-page-content li:before {
	display: none;
}

.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
	font-size: 22px;
	line-height: 28px;
}

.block-page-content h2:not(:last-child), .block-page-content h3:not(:last-child), .block-page-content h4:not(:last-child), .block-page-content h5:not(:last-child), .block-page-content h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
		font-size: 18px;
	}
}

.styled-container.none {
	background-color: transparent;
	border-color: transparent;
}

.styled-container.blue {
	background-color: #e3eeff;
	border-color: #3b37e6;
}

.styled-container.coral {
	background-color: #ffdfd9;
	border-color: #ff7369;
}

.styled-container.purple {
	background-color: #ecdeff;
	border-color: #a142ff;
}

.styled-container.light-blue {
	background-color: #d7f7ff;
	border-color: #55bbf9;
}

.styled-container.malibu {
	background-color: #d7f7ff;
	border-color: #5ed0f9;
}

.styled-container.apricot {
	background-color: #ffdfd9;
	border-color: #ed7b6f;
}

.side-image-content-general {
	margin-bottom: 80px;
	margin-top: 80px;
}

@media only screen and (max-width:991px) {
	.side-image-content-general {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

.side-image-content-general__container.js-animate-parent.animate .js-animate-element {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.side-image-content-general__container .js-animate-element {
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	transition: opacity .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s, transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}

.side-image-content-general__wrapper {
	grid-column-gap: 48px;
	grid-row-gap: 20px;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 20px 48px;
	grid-template-columns: 1fr 488px;
}

@media only screen and (max-width:1199px) {
	.side-image-content-general__wrapper {
		grid-column-gap: 20px;
		gap: 20px;
		grid-template-columns: 1fr 400px;
	}
}

@media only screen and (max-width:850px) {
	.side-image-content-general__wrapper {
		grid-template-columns: 1fr 334px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__wrapper {
		grid-template-columns: 1fr;
	}
}

.side-image-content-general__wrapper.reverse {
	grid-template-columns: 488px 1fr;
}

@media only screen and (max-width:1199px) {
	.side-image-content-general__wrapper.reverse {
		grid-template-columns: 400px 1fr;
	}
}

@media only screen and (max-width:850px) {
	.side-image-content-general__wrapper.reverse {
		grid-template-columns: 334px 1fr;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__wrapper.reverse {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width:991px) {
	.side-image-content-general__wrapper-v4, .side-image-content-general__wrapper-v4.reverse, .side-image-content-general__wrapper-v5, .side-image-content-general__wrapper-v5.reverse {
		grid-template-columns: 1fr;
	}
}

.side-image-content-general__media {
	position: relative;
}

.side-image-content-general__media.reverse {
	-ms-flex-order: 1;
	order: 1;
}

.side-image-content-general__media a.no-mask {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: block;
	display: -ms-flexbox;
	display: flex;
	height: 372px;
	justify-content: center;
	padding: 30px;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media a.no-mask {
		height: 298px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media a.no-mask {
		height: auto;
		min-height: 280px;
	}
}

.side-image-content-general__media-v5 a.no-mask {
	max-height: 372px;
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media-v5 a.no-mask {
		height: auto;
		min-height: 280px;
	}
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media-v4, .side-image-content-general__media-v4.reverse, .side-image-content-general__media-v5, .side-image-content-general__media-v5.reverse {
		-ms-flex-order: 1;
		order: 1;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media, .side-image-content-general__media.reverse {
		-ms-flex-order: 2;
		order: 2;
	}
}

.side-image-content-general__media .figure, .side-image-content-general__media .mask {
	background-position: 50%;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 10;
}

.side-image-content-general__media .figure.top-right, .side-image-content-general__media .mask.top-right {
	right: 0;
	top: 0;
}

.side-image-content-general__media .figure.top-left, .side-image-content-general__media .mask.top-left {
	left: 0;
	top: 0;
}

.side-image-content-general__media .figure.bottom-left, .side-image-content-general__media .mask.bottom-left {
	bottom: 0;
	left: 0;
}

.side-image-content-general__media .mask.v3 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='202' height='215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0a32.778 32.778 0 0 1 24.436 10.94L198.37 205.488A14.276 14.276 0 0 1 202 215V0H0Z' fill='%23FFF'/%3E%3C/svg%3E");
	height: 215px;
	right: 0;
	top: 0;
	width: 202px;
}

.side-image-content-general__media .mask.v3.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .mask.v3 {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='140' height='174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0a22.582 22.582 0 0 1 18.032 8.972l120.012 159.189A9.698 9.698 0 0 1 140 174V0H0Z' fill='%23FFF'/%3E%3C/svg%3E");
		height: 174px;
		width: 140px;
	}
	
	.side-image-content-general__media .mask.v3.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .mask.v3.bottom-left {
	bottom: 0;
	left: 0;
	right: unset;
	top: unset;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.side-image-content-general__media .mask.v4.top-right {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM4AAAD4CAYAAACkPNl0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfKSURBVHgB7d3Rkdw2FgVQzEagEJTBKgRtBlIELkWw3gx2I1g7AssRSBnYGYwysDOwM2gDbrZNjUYzZDdJ4AHnVE21PvR76+E1Lpt3aXI6nV7kj5f57/L5Kv/9c/p8kYC/3C35TzlUJTzl75v89zrB4BYFZ26aTG+SEDGw1cGZyyF6mT/+m84hgmHcFJwLAWI0mwTnYgrQ/9P5KAfd+kfa0N3d3a/5723+57v892uCTm06ceam6fND8gUCHdp04sxN0+df+Z//S9CZ3SbOXJ4+36bz7gNdOCQ4xXSJ+lPSQqADhwWnEB56cWhwCuGhB4cHp8jheZ3O4YGQdvtW7Sn527af88d/EgRVZeJc5MnzXf74d4Jgagen7DnlyPYqQSBVg1NMDYP75MsCAqmy48yVhkE6d9sgjOrBKXJ4PuaP7xMEUf2oNpePbWXfeZ2gcU1MnBmPIxBCUxOncDlKBK1NHJejhNDcxLnIk+dD8gg2jWo5OOVep9zvvEzQmGaDU7gcpVXN7Thz0+WoR69pTtMT50IZlNZECY4yKE0JEZzCvkNLmt5x5qZ9522CBoQJTjFdjvqygOrCHNXmlEGpLWpwXI5SVcjgFNPPTN0nqCDUjjOX951PSRmUSsJOnIs8ed4nL7TiYD0Ex77D4cIHp3A5ytHC7jhz0+WofYfDdBGcIofnffJLORyki6PaXD62lSObMii76mbizJQ+2+8JdtRdcJRBOUKPE0cZlN11t+PMKYOyl96D43KUXXQdnEIZlD10uePMKYOyh+4nzoUyKFsaKTj2HTYzTHAKZVC20v2OM6cMylaGCk6hDMoWhjqqzbkc5RbDTZwZr03kasNOnMJrE7nWyBNHGZSrDT1xLuw7rCU4yeUo6w19VLvIR7byxKgnR1lMcCZTGdS+wyKOag94bSJLCM4DXpvIEoLzCGVQnmPHecRUBn2X4CsE5ytyeD4mZVC+wlHtGS5HeYyJ8zxlUL5g4iygDMpDJs4CUxnUk6P8xcRZIU+eD/njTWJ4grOCMigXjmorKINyITgrKYNSOKpdSRl0bIJzJWXQsQnODZRBx2XHuYEy6LgE50ZTGdSXBYNxVNuIMuhYTJztKIMOxMTZkDLoOEycDSmDjsPE2YHXJvZPcHagDNo/wdmJy9G+2XF24rWJfROcHXltYr8c1Q6Qj23lyKYM2hET5xgefuuM4Bxg2nfeJrohOAfx2sS+2HEOpgzaB8E5mMvRPghOBTk85Ru2+0RYdpwKpl/KcTkamIlTkTJoXIJTkX0nLsGpTBk0JjtOZcqgMQlOA5RB43FUa4gyaBwmTluUQYMQnIYog8YhOI1RBo3BjtMoZdC2CU6jXI62zVGtUV6b2DbBaZjXJrbLUS0Ar01sj+AEYN9pj+AEoQzaFjtOEF6b2BbBCWR6baIyaAMc1QJyOVqfiROT1yZWZuIE5bWJdZk4QXltYl0mTnB58nzIH28ShxKc4FyO1uGoFpwyaB2C0wFl0OM5qnVEGfQ4gtORad8pX1H7pZydCU5nlEGPYcfpjDLoMQSnQ8qg+3NU65gy6H5MnL4pg+7ExOmcMug+TJzOKYPuw8QZhDLotgRnEMqg2xKcgbgc3Y4dZyDT5agy6AZMnAEpg95OcAakDHo7wRmUfec2dpxBeW3ibQRnYF6beD1HNZRBryA4uBy9guDwpxye8g3bfWIROw5/mn4pRxl0IROHz+TJ8z5/fJN4kuDwGfvOMoLDF1yOPs+Owxemy1H7zhMEh0fl8LxPfinnqxzVeFI+tpUjmzLoAyYOz/EmhEcIDk9SBn2c4PAsZdAv2XFYTBn0b4LDYi5H/yY4rKIMembHYRVl0DMTh6uMXgYVHK4y+r4jOFxt5DKoHYerjVwGFRxuMmoZ1FGNTYx2OWrisJWhXpto4rCZkV6baOKwmZHKoCYOmxvhtYmCw+ZGuBx1VGNz+chWnhjt+slRwWEXUxm0233HUY1d9fraRMFhV72+NlFw2F2PZVA7DrubyqDvUkcEh0Pk8HxMHZVBHdU4VC9lUBOHo3VRBjVxOFwPZVATh8NNZdDQT46aOFQTuQwqOFQTuQzqqEY1kcuggkNVUcugjmo0IVoZVHBoQrQyqODQjEhlUDsOzYhUBhUcmjKVQZv/ssBRjSa1XgY1cWhV02VQE4dmtVwGNXFoVstlUBOH5rX42kTBoXktlkEFhxBauxy14xBCa69NFBzCaOm1iY5qhJOPbeXIVrUMauIQUfWH3wSHcKZ9522qSHAIqfZrE+04hFarDCo4hFbrclRwCC+Hp3zDdp8OZMchvOmXcg69HDVx6MaRZVDBoRtH7juCQ1eOKoPacehKa2VQCKX8MuhpR45qdGvPMqijGj3brQwqOHRrzzKo4NC1vcqgdhyGsHUZVHAYwtaXo45qDGHr1yYKDsOI+tpEaMIWl6N2HIazxb4jOAzpdGMZ1I7DkCK9NhGac+2+k2B05XL0tFKC0ZV9J//9IjiwUs7Ca8GBK+Q8fCs4cIWciQ+CAyvlTLw4Ldh3EvC5nItX+e83wYGVTs/sOwl43OmJy9EEPG7ad+4FB1Y6nS9HfxMcWCnn5I3gwBUe7juJBIvM950ELHOa9dkSsNxpegQhActdpk4C1ilfT/vNAVjvR8GB9T4JDqz3KQHrnM4/aAis9QfDokWkqJZ6IQAAAABJRU5ErkJggg==");
	height: 248px;
	width: 206px;
}

.side-image-content-general__media .mask.v4.top-right.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .mask.v4.top-right {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='140' height='174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0a22.582 22.582 0 0 1 18.032 8.972l120.012 159.189A9.698 9.698 0 0 1 140 174V0H0Z' fill='%23FFF'/%3E%3C/svg%3E");
		height: 174px;
		width: 140px;
	}
	
	.side-image-content-general__media .mask.v4.top-right.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .mask.v4.top-right {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='146' height='174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0c7.398 0 14.364 3.324 18.805 8.972L143.96 168.161A9.442 9.442 0 0 1 146 174V0H0Z' fill='%23FFF'/%3E%3C/svg%3E");
		width: 146px;
	}
	
	.side-image-content-general__media .mask.v4.top-right.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .mask.v4.bottom-left {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='206' height='248' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M206 248c-9.511 0-18.572-4.588-24.92-12.619L3.702 10.971C1.318 7.956 0 4.05 0 0v248h206Z' fill='%23FFF'/%3E%3C/svg%3E");
	height: 248px;
	width: 206px;
}

.side-image-content-general__media .mask.v4.bottom-left.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .mask.v4.bottom-left {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='140' height='174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140 174a22.58 22.58 0 0 1-18.032-8.972L1.956 5.838A9.695 9.695 0 0 1 0 0v174h140Z' fill='%23FFF'/%3E%3C/svg%3E");
		height: 174px;
		width: 140px;
	}
	
	.side-image-content-general__media .mask.v4.bottom-left.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .mask.v4.top-left {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAABqCAYAAABtRnXMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIlSURBVHgB7d3RTQJREEbhucYCtAMtwRLoRDvQDrQDrUDsADqgBDpwrUCsAGcCJoQowt5V5v45XzLxQUhIDnNh4YGydIYWLXzmPlOfmU9XSlmcGloTIZ98HiPg9j8J2pYIef9dyC8EbUMEvPOQ499uSND8IubIY873ufGJIbubfWMGgub24DEnh9yhcNmSVlyGXNqB2NC8HqwHNjSnXtsZ2NCcptYTQXM66I3QJo7chPy4LdYTG5pPZxUImk9nFQgqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCCqGoGIIKoagYggqhqBiCJrPh1UgaD5zq0DQfKqC8hvc+ZyXUhbWExuay7gmZmBDc7n0oJ1VYEPzGNfGDGxoDp3PiKAa4jXzaoiYgSP3uCLmaKiYgaDH09kqZtV15zaCHsfYVsfsoDHDqeG/xPE683nykDP7I32DLtaD3WID39Z/J7UfGuxj36DxQF5s9QybD/kijoEtd3v3ufc5M7RhR8xHQjboh5jXhjYRU8xWzFtD2zZiPhvat4756nNhaB9HrZh10AuDBo85MciIb1sIKiSCdgYdfLwHJPYJ8REBc3V30EgAAAAASUVORK5CYII=");
	height: 106px;
	left: -1px;
	top: -1px;
	width: 116px;
}

.side-image-content-general__media .mask.v4.top-left.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .mask.v4.top-left {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 0H0v74c0-5.9 4.818-10.68 10.76-10.68H60.48c5.943 0 10.76-4.783 10.76-10.682V10.68C71.24 4.78 76.057 0 82 0Z' fill='%23FFF'/%3E%3C/svg%3E");
		height: 74px;
		width: 82px;
	}
	
	.side-image-content-general__media .mask.v4.top-left.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .mask.v5.bottom-left, .side-image-content-general__media .mask.v5.top-right {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='202' height='214' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M202 214a32.844 32.844 0 0 1-24.436-10.889L3.63 9.467A14.168 14.168 0 0 1 0 0v214h202Z' fill='%23FFF'/%3E%3C/svg%3E");
	height: 214px;
	width: 202px;
}

.side-image-content-general__media .mask.v5.bottom-left.nitro-lazy, .side-image-content-general__media .mask.v5.top-right.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .mask.v5.bottom-left, .side-image-content-general__media .mask.v5.top-right {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='140' height='174' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140 174a22.58 22.58 0 0 1-18.032-8.972L1.956 5.838A9.695 9.695 0 0 1 0 0v174h140Z' fill='%23FFF'/%3E%3C/svg%3E");
		height: 174px;
		width: 140px;
	}
	
	.side-image-content-general__media .mask.v5.bottom-left.nitro-lazy, .side-image-content-general__media .mask.v5.top-right.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .mask.v5.top-right {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAADWCAYAAACQcR1IAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAakSURBVHgB7d3dddxEAIbhMRVQgktIB5gOkgoIFQAVECogJaSDhAqSDpwOSAe4AzETycnaXq/2R9L8Pc85e5YLLv0eafLZ0lWYDMNwHb9+jJ/r6fNT/LyY/hu6djX3P0wB3cTPL9M3dGc2lF070fwZXGnoyEmh7IrRvA6CoRNnh3IvBvN7/PotCIaGXRxKMt2SvQnjOQaas0go96ary98BGrNoKMl0dfkY3IrRkMVDScRCa1YJJRELLVktlEQstGLVUBKx0ILVQ0mmWG7D+LtkUJ1NQkliLOkXLG8DVOiHsJGrq6vP8evXABXaLJQkxvIufv0VoDKb3Xrtirdhb8L4C5VQhSyhJDGWt2H8ZUooXrZQkhjL+/j1MkDhcoeS/rk4bSwvAhQsayiJQZIaZA8lEQulKyKUZBokUyzWe4pTTChJjOUmjLFAUTYdHOfEQfJTsN5ToKJCSaz3lKioW69d1ntKUmwoSYzlXfBkFwpQdChJjCUd7m8CZFTcGWWPV/HzOUBGxV9REoMkuVURSiIWcqomlMR6Ty5VhZJY78mhhsP8A9Z7cqgulMR6z9aqu/XaZb1nK1WHkljv2UL1oSTWe9ZW5RllD+s9q2riipIYJFlTM6EkYmEtTYWSWO9ZQytnlG88DJw1NBdKEmP5EL/+CLCQJkNJYizp2cbWexbR3BnlMes9S2g+lMR6z6W6CCWJsaTX4nkYOGdp9oyyx8/x8yXAGboJJR7u74JYOFM3t173vMqbc/R06/VVvLJ8CeOV5S7AkboLJZnWe4MkR+sylGT6c2KxcJRuQ0ms9xyru8P8Pl7lzRyhTKz3HCKUiVd5c4hQdkyxpI3lOsCOrg/zj1nveY4ryh7Wex5zRdnDes9jQnmG9Z5dQjnAes89ocyw3pM4zB/Jet83oZzAet8voZzAet8voZzIet8nh/kTWe/75IpyJut9X4RygenJ+beB5rn1uoAn5/dDKBfyKu8+uPVaiIeBt00oCzJItksoC/Mq7zY5oyzPq7wb5IqyAm8nbo9QViKWtghlRV7l3Q6hrCzGchPGWKiYw/zK4iD5KVjvqyeUDVjv6+fWa0PW+3oJZWPW+zoJJQPrfX2cUfKw3lfGFSUTg2RdhJKRWOohlMys93UQSgGs9+VzmC+A9b58QimE9b5sbr0KY70vk1AKZL0vj1AKFWNJD9bzMPBCOKOUy/ONCyKUQnkYeFncehXOel8GoVTAep+fW68KeBh4fkKpRIzlQ/Aq72yEUhGv8s7HGaVCXuW9PaFUynq/LaFUyqu8tyWUinmV93Yc5itmvd+OK0oDvMp7fa4oDYhXli9hvLLcBVYhlEZM671BciVCacj058RiWYFQGmO9X4fDfKOs98sSSsOs98sRSsOs98sRSuOs98twmG+c9X4ZriidsN5fxhWlE9b7ywilI9b78wmlM9b78wilQ9b70znMd8x6fzyhdC7G8j5+vQwcJJTOWe+PIxQ83/gIQuErsRwmFL6x3j9PKDwwPTn/NvCAHYUHPDl/P6HwhFd5P+XWi2d5lfd3QuEgf048EgqzYizpn41vQsecUTjGq/j5HDrmisJReh8khcLReo5FKJyk11d5C4WTxVhuwhhLNxzmOVkcJD+FztZ7oXCW3tZ7t15cpJf1XihcrIf1XigsovX13hmFpTS93ruisJiWB0mhsKhWYxEKi2txvRcKq2htvXeYZxWtrfdCYTUtrfduvVhdC+u9UNhE7eu9UNhMjCU9WK/Kh4E7o7Clat9OLBQ2U/OrvN16sbka13uhkEVt671bL7Ko7VXeQiGbml7lLRSyquVV3s4oFKH0V3kLhWKUvN4LhWKU/CpvoVCUKZb0qy7XoSAO8xSl1PXeFYUilfYqb1cUihSvLF/CeGW5CwUQCsUqab0XCkUrZb0XCsUrYb13mKcaOdd7oVCVXOu9UKhKrvVeKFQnx3rvME91cqz3rihUa8v13hWFam253guFqtX2t/eQVXq+8bCiAK1YM5YALYk/02+HFQRoTfy5fj8szD8P05xhhfVeKDRpWPj5xkKhWUvGIhSaNjT4Km9YRYzlZrhQgB7En/XXwwUC9GK4YJAM0JNzYwnQm/hz/244UYAexZ/9j0KBGfFn/8f4uRUKzIg//9fx869QYMaxsQToXezgRfz8JxSYMcys9wEYDQfW+wB8NzwzSAbgoX2xBOCp4dF6H4CnhkeDZAD2G8Z/NhYKzBmmxx8F4HnTLZhQYE7s5KOHdMO8fwJw2DA+yQU4ZBifPAnM+R8ssT4LhSFvQgAAAABJRU5ErkJggg==");
	top: -1px;
}

.side-image-content-general__media .mask.v5.top-right.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .mask.v5.top-right {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACuCAYAAADkpOUDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVcSURBVHgB7d3tcRRHEMbxliMgBIXgDCxnIEWAHQF2BjgDHIGVgZQBzkDOwIRABktP3Qw1JU53u3ezM909/1/V1kLBN57qftC+3YhaluWdnm71SOef9fhFj7v8e+C7m1N/qEG609NverwXQM4EptDg3OrpoxCc6a0KTJGD848c1hUm9NOWv3xzc/NFj1/1l38JprRpwtRyv3kSivFULg5MoqFJ/6P6LIRmGlcFJiE0c9nUYY7RTvOfnv4UTOHqwCQamkc9/S0I7+qVVNP19CKHnxQjqCYTpvKgx1dBWE0Dk35Oo6ffBWG1njApNM9CnwmraYep0Wdiaj5hKvSZgHYLTO4zD4JQ9pwwKTT/Cn0mlN06TE37TLp0cCdwr1dgbvWUSjDXm5zbdSUV9Jk4ugQmoc/E0GUl1egzvnWbMJV06eCLwKXuEybJt3d+FrgzYsKUPsON5A4NmTAFfcafIROmQp9xZuiESegzvoyeMPQZZ4ZPmII+48PwCVOhzzhgZsIk9Bn7LE2Y0md4KM4wUxOmoM/YZTUw6b6ZdP/MrcAUUyup0NWUbh7n+SaDTAYmoc/YZHIl1egztngIDH3GEPOBSfJLi14Ew5ntMDVeWmSHiwlT6KRJL2G8FwzjLTD0mcFcBSahz4zlosPU6DNjuZswBX1mDM+Boc8M4G4lFfl6Ey8t6sxtYJLcZ7gfuCO3K6mm6+lR+JZTF1ECQ5/pxPVKKugz/YQITEKf6SPESqrRZ/YVMTD0mR2FC0zCSxj3E6bD1PJLGOkzOwg5YQqdNJ/09EHQTPTA0GcaCx2YhD7TVsgOU6PPtBV+whT0mTZmCgx9poFpApPQZ64XvsPUcp/hfuArTBWYhI+yX2eqlVTkPpMe8ucjphtNGZiEPnOZ6VZSQZ+5zLSBSegz2027kgr6zDbTByahz6w39Uoqcp/hJYwrEJhMQ/Ms9JmzWEmv6HpKq4k+8wYmzI94vukEAvMKfeY0AnMEfeZtdJgT6DM/YsKcRp95hcCckPvMg+A7AnNG/kgGfSajw6zERzIOCMxKXG86YCWtRJ85IDAb0GdYSReZuc8wYS4z7UfZmTAXmvWj7EyYC+U+M91D/kyYK83WZ5gw15uqzzBhGpipzzBhGpipzzBhGpqhzxCYhmZ4aRErqaH8kYzQ9wMTmMZynwn7kD8raSdR+wyB2UnUPsNK2knUPkNgdhSxz7CSOojUZwhMB5H6DIHpREOTnqB8EefoMJ3kj5i67zNMmM500jzp6V6cIjCdee8zBGYAz32GDjOA5z7DhBnIY58hMAN57DOspIHy9SZXLy0iMIPlPuPmfmBWkhG6nh719F6MIzBGeOkzrCQjvPQZAmOIhz7DSjLIcp8hMAZZ7jMExiirL2GkwxiVX8Jors8wYYzTSfNJTx/ECAJjnLU+Q2AcsNRn6DAOWOozTBhHLPQZAuOIhY+yExhnRvcZOowzuc8Mux+YwDikoXmUQR/JYCU5NarPEBjHRvQZVpJjI/oMgXGud59hJQXR66PsTJg4utwPTGCCyH1m95cwEphANDTPsnOfocMEtGefYcLEtFufITAB7dlnCExQe/UZOkxwrV8qTWCCa329iZUUXO4zD9IIgZlA/kjGkPtn4FjqM8uV6DATadFnWEkTad1nMIn0fNNyIcGcLu0zgjmlPqPH/8tGgnnpv//dspFgbpqBjwQGmywb+owAy4Y+I0CyrOwzAhTLij4jQG0502cEqGkm3i0n+owAr53qMwIco9n4g8Bgk2N9RoC3HOszApzyus8IcE7dZwRYo/QZAdZYDtebCAzW07w8CbCWBuZegLWWw2MqwHrfAGvyWFh/xGWAAAAAAElFTkSuQmCC");
		top: 0;
	}
	
	.side-image-content-general__media .mask.v5.top-right.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v3 {
	height: 168px;
	right: 0;
	top: 0;
	width: 157px;
}

.side-image-content-general__media .figure.v3.malibu {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.453 158.428V31.335c0-17.004-13.784-30.788-30.788-30.788H10.05c-7.558 0-11.497 8.996-6.37 14.55l137.734 149.211c5.352 5.799 15.039 2.012 15.039-5.88Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='1.094'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v3.malibu.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v3.malibu {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.626 130.259V21.447c0-11.638-9.435-21.073-21.073-21.073H6.867c-4.93 0-7.71 5.663-4.694 9.563l95.826 123.951c3.461 4.477 10.628 2.029 10.628-3.629Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.749'/%3E%3C/svg%3E");
		height: 137px;
		width: 109px;
	}
	
	.side-image-content-general__media .figure.v3.malibu.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v3.purple {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.453 158.428V31.335c0-17.004-13.784-30.788-30.788-30.788H10.05c-7.558 0-11.497 8.996-6.37 14.55l137.734 149.211c5.352 5.799 15.039 2.012 15.039-5.88Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='1.094'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v3.purple.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v3.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.626 130.259V21.447c0-11.638-9.435-21.072-21.073-21.072H6.867c-4.93 0-7.71 5.662-4.694 9.562l95.826 123.951c3.461 4.477 10.628 2.03 10.628-3.629Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.749'/%3E%3C/svg%3E");
		height: 137px;
		width: 109px;
	}
	
	.side-image-content-general__media .figure.v3.purple.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v3.coral {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.453 158.428V31.335c0-17.004-13.784-30.788-30.788-30.788H10.05c-7.558 0-11.497 8.996-6.37 14.55l137.734 149.211c5.352 5.799 15.039 2.012 15.039-5.88Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='1.094'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v3.coral.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v3.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.626 130.259V21.447c0-11.638-9.435-21.073-21.073-21.073H6.867c-4.93 0-7.71 5.663-4.694 9.563l95.826 123.951c3.461 4.477 10.628 2.029 10.628-3.629Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.749'/%3E%3C/svg%3E");
		height: 137px;
		width: 109px;
	}
	
	.side-image-content-general__media .figure.v3.coral.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v3.light-blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.453 158.428V31.335c0-17.004-13.784-30.788-30.788-30.788H10.05c-7.558 0-11.497 8.996-6.37 14.55l137.734 149.211c5.352 5.799 15.039 2.012 15.039-5.88Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='1.094'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v3.light-blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v3.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.626 130.259V21.447c0-11.638-9.435-21.073-21.073-21.073H6.867c-4.93 0-7.71 5.663-4.694 9.563l95.826 123.951c3.461 4.477 10.628 2.029 10.628-3.629Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='.749'/%3E%3C/svg%3E");
		height: 137px;
		width: 109px;
	}
	
	.side-image-content-general__media .figure.v3.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v3.blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.453 158.428V31.335c0-17.004-13.784-30.788-30.788-30.788H10.05c-7.558 0-11.497 8.996-6.37 14.55l137.734 149.211c5.352 5.799 15.039 2.012 15.039-5.88Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='1.094'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v3.blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v3.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.626 130.259V21.447c0-11.638-9.435-21.073-21.073-21.073H6.867c-4.93 0-7.71 5.663-4.694 9.563l95.826 123.951c3.461 4.477 10.628 2.029 10.628-3.629Z' fill='%23E3EEFF' stroke='%233B37E6' stroke-width='.749'/%3E%3C/svg%3E");
		height: 137px;
		width: 109px;
	}
	
	.side-image-content-general__media .figure.v3.blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v3.apricot {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.453 158.428V31.335c0-17.004-13.784-30.788-30.788-30.788H10.05c-7.558 0-11.497 8.996-6.37 14.55l137.734 149.211c5.352 5.799 15.039 2.012 15.039-5.88Z' fill='%23FFDFD9' stroke='%23ED7B6F' stroke-width='1.094'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v3.apricot.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v3.apricot {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.626 130.259V21.447c0-11.638-9.435-21.073-21.073-21.073H6.867c-4.93 0-7.71 5.663-4.694 9.563l95.826 123.951c3.461 4.477 10.628 2.029 10.628-3.629Z' fill='%23FFDFD9' stroke='%23ED7B6F' stroke-width='.749'/%3E%3C/svg%3E");
		height: 137px;
		width: 109px;
	}
	
	.side-image-content-general__media .figure.v3.apricot.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v3.bottom-left {
	bottom: 0;
	left: 0;
	right: unset;
	top: unset;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.side-image-content-general__media .figure.v4.top-right {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	height: 192px;
	width: 157px;
}

.side-image-content-general__media .figure.v4.top-right.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.top-right {
		height: 133px;
		width: 109px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-right {
		height: 137px;
	}
}

.side-image-content-general__media .figure.v4.top-right.blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23E3EEFF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.top-right.blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.top-right.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 125.027V26.363C108.5 12.079 96.92.5 82.637.5H7.97C1.896.5-1.488 7.516 2.292 12.27L95.57 129.542c4.275 5.374 12.931 2.351 12.931-4.516Z' fill='%23E3EEFF' stroke='%233B37E6'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.blue.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-right.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 130.259V21.447C108.5 9.878 99.122.5 87.553.5H6.867C2.04.5-.68 6.043 2.27 9.86l95.826 123.951c3.388 4.382 10.403 1.987 10.403-3.552Z' fill='%23E3EEFF' stroke='%233B37E6'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.top-right.purple {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.top-right.purple.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.top-right.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 125.027V26.363C108.5 12.079 96.92.5 82.637.5H7.97C1.896.5-1.488 7.516 2.292 12.27L95.57 129.542c4.275 5.374 12.931 2.351 12.931-4.516Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.purple.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-right.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 130.259V21.447C108.5 9.878 99.122.5 87.553.5H6.867C2.04.5-.68 6.043 2.27 9.86l95.826 123.951c3.388 4.382 10.403 1.987 10.403-3.552Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.purple.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.top-right.coral {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.top-right.coral.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.top-right.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 125.027V26.363C108.5 12.079 96.92.5 82.637.5H7.97C1.896.5-1.488 7.516 2.292 12.27L95.57 129.542c4.275 5.374 12.931 2.351 12.931-4.516Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.coral.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-right.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 130.259V21.447C108.5 9.878 99.122.5 87.553.5H6.867C2.04.5-.68 6.043 2.27 9.86l95.826 123.951c3.388 4.382 10.403 1.987 10.403-3.552Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.coral.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.top-right.light-blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.top-right.light-blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.top-right.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 125.027V26.363C108.5 12.079 96.92.5 82.637.5H7.97C1.896.5-1.488 7.516 2.292 12.27L95.57 129.542c4.275 5.374 12.931 2.351 12.931-4.516Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-right.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 130.259V21.447C108.5 9.878 99.122.5 87.553.5H6.867C2.04.5-.68 6.043 2.27 9.86l95.826 123.951c3.388 4.382 10.403 1.987 10.403-3.552Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.top-right.malibu {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.top-right.malibu.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.top-right.malibu {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 125.027V26.363C108.5 12.079 96.92.5 82.637.5H7.97C1.896.5-1.488 7.516 2.292 12.27L95.57 129.542c4.275 5.374 12.931 2.351 12.931-4.516Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.malibu.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-right.malibu {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 130.259V21.447C108.5 9.878 99.122.5 87.553.5H6.867C2.04.5-.68 6.043 2.27 9.86l95.826 123.951c3.388 4.382 10.403 1.987 10.403-3.552Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.malibu.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.top-right.apricot {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.5 180.408V38.04C156.5 17.307 139.692.5 118.959.5H11.217C2.27.5-2.718 10.839 2.852 17.842l134.594 169.22c6.299 7.919 19.054 3.465 19.054-6.654Z' fill='%23FFDFD9' stroke='%23ED7B6F'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.top-right.apricot.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.top-right.apricot {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 125.027V26.363C108.5 12.079 96.92.5 82.637.5H7.97C1.896.5-1.488 7.516 2.292 12.27L95.57 129.542c4.275 5.374 12.931 2.351 12.931-4.516Z' fill='%23FFDFD9' stroke='%23ED7B6F'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.apricot.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-right.apricot {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.5 130.259V21.447C108.5 9.878 99.122.5 87.553.5H6.867C2.04.5-.68 6.043 2.27 9.86l95.826 123.951c3.388 4.382 10.403 1.987 10.403-3.552Z' fill='%23FFDFD9' stroke='%23ED7B6F'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.top-right.apricot.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.bottom-left {
	height: 192px;
	width: 157px;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.bottom-left {
		height: 137px;
		width: 109px;
	}
}

.side-image-content-general__media .figure.v4.bottom-left.blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.592V153.96c0 20.733 16.808 37.54 37.54 37.54h107.743c8.948 0 13.935-10.339 8.365-17.342L19.554 4.938C13.254-2.98.5 1.473.5 11.592Z' fill='%23E3EEFF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.bottom-left.blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.bottom-left.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23E3EEFF' stroke='%233B37E6'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.bottom-left.blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.bottom-left.purple {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.592V153.96c0 20.733 16.808 37.54 37.54 37.54h107.743c8.948 0 13.935-10.339 8.365-17.342L19.554 4.938C13.254-2.98.5 1.473.5 11.592Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.bottom-left.purple.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.bottom-left.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.bottom-left.purple.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.bottom-left.coral {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.592V153.96c0 20.733 16.808 37.54 37.54 37.54h107.743c8.948 0 13.935-10.339 8.365-17.342L19.554 4.938C13.254-2.98.5 1.473.5 11.592Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.bottom-left.coral.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.bottom-left.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.bottom-left.coral.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.bottom-left.light-blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.592V153.96c0 20.733 16.808 37.54 37.54 37.54h107.743c8.948 0 13.935-10.339 8.365-17.342L19.554 4.938C13.254-2.98.5 1.473.5 11.592Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.bottom-left.light-blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.bottom-left.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.bottom-left.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.bottom-left.malibu {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.592V153.96c0 20.733 16.808 37.54 37.54 37.54h107.743c8.948 0 13.935-10.339 8.365-17.342L19.554 4.938C13.254-2.98.5 1.473.5 11.592Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.bottom-left.malibu.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.bottom-left.malibu {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.bottom-left.malibu.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.bottom-left.apricot {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 11.592V153.96c0 20.733 16.808 37.54 37.54 37.54h107.743c8.948 0 13.935-10.339 8.365-17.342L19.554 4.938C13.254-2.98.5 1.473.5 11.592Z' fill='%23FFDFD9' stroke='%23ED7B6F'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v4.bottom-left.apricot.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v4.bottom-left.apricot {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23FFDFD9' stroke='%23ED7B6F'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v4.bottom-left.apricot.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v4.top-left {
	border-radius: 15px;
	height: 80px;
	width: 88px;
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media .figure.v4.top-left {
		border-radius: 11px;
		height: 57px;
		width: 63px;
	}
}

.side-image-content-general__media .figure.v4.top-left.blue {
	background-color: #e3eeff;
	border: 1px solid #3b37e6;
}

.side-image-content-general__media .figure.v4.top-left.purple {
	background-color: #ecdeff;
	border: 1px solid #a142ff;
}

.side-image-content-general__media .figure.v5.bottom-left, .side-image-content-general__media .figure.v5.top-right {
	height: 168px;
	width: 157px;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v5.bottom-left, .side-image-content-general__media .figure.v5.top-right {
		height: 137px;
		width: 109px;
	}
}

.side-image-content-general__media .figure.v5.bottom-left.purple, .side-image-content-general__media .figure.v5.top-right.purple {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v5.bottom-left.purple.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.purple.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v5.bottom-left.purple, .side-image-content-general__media .figure.v5.top-right.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v5.bottom-left.purple.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.purple.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v5.bottom-left.blue, .side-image-content-general__media .figure.v5.top-right.blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23E3EEFF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v5.bottom-left.blue.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v5.bottom-left.blue, .side-image-content-general__media .figure.v5.top-right.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23E3EEFF' stroke='%233B37E6'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v5.bottom-left.blue.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v5.bottom-left.malibu, .side-image-content-general__media .figure.v5.top-right.malibu {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v5.bottom-left.malibu.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.malibu.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v5.bottom-left.malibu, .side-image-content-general__media .figure.v5.top-right.malibu {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v5.bottom-left.malibu.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.malibu.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v5.bottom-left.coral, .side-image-content-general__media .figure.v5.top-right.coral {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v5.bottom-left.coral.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.coral.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v5.bottom-left.coral, .side-image-content-general__media .figure.v5.top-right.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v5.bottom-left.coral.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.coral.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v5.bottom-left.apricot, .side-image-content-general__media .figure.v5.top-right.apricot {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23FFDFD9' stroke='%23ED7B6F'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v5.bottom-left.apricot.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.apricot.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v5.bottom-left.apricot, .side-image-content-general__media .figure.v5.top-right.apricot {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23FFDFD9' stroke='%23ED7B6F'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v5.bottom-left.apricot.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.apricot.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v5.bottom-left.light-blue, .side-image-content-general__media .figure.v5.top-right.light-blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='157' height='168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 9.572v127.093c0 17.03 13.805 30.835 30.835 30.835H146.95c7.599 0 11.559-9.045 6.405-14.628L15.621 3.66C10.239-2.17.5 1.637.5 9.572Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

.side-image-content-general__media .figure.v5.bottom-left.light-blue.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.light-blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media .figure.v5.bottom-left.light-blue, .side-image-content-general__media .figure.v5.top-right.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='109' height='137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 6.741v108.812c0 11.569 9.378 20.947 20.947 20.947h80.687c4.825 0 7.546-5.543 4.595-9.36L10.903 3.189C7.515-1.193.5 1.203.5 6.74Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
	}
	
	.side-image-content-general__media .figure.v5.bottom-left.light-blue.nitro-lazy, .side-image-content-general__media .figure.v5.top-right.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-content-general__media .figure.v5.top-right {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.side-image-content-general__media-json, .side-image-content-general__media.no-mask {
	-ms-flex-align: center;
	-ms-flex-pack: end;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media-json, .side-image-content-general__media.no-mask {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.side-image-content-general__media-json.reverse, .side-image-content-general__media.no-mask.reverse {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__media-json.reverse, .side-image-content-general__media.no-mask.reverse {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.side-image-content-general__media-json img, .side-image-content-general__media-json svg, .side-image-content-general__media.no-mask img, .side-image-content-general__media.no-mask svg {
	border-radius: 0;
	display: block;
	height: auto;
	max-height: 372px;
	max-width: 100%;
	width: auto;
}

@media only screen and (max-width:570px) {
	.side-image-content-general__media-json img, .side-image-content-general__media-json svg, .side-image-content-general__media.no-mask img, .side-image-content-general__media.no-mask svg {
		max-height: 372px;
		width: 100%;
	}
	
	.side-image-content-general__media-json svg, .side-image-content-general__media.no-mask svg {
		height: 1000px;
	}
}

.side-image-content-general__image {
	border-radius: 15px;
	display: block;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (max-width:991.98px) {
	.side-image-content-general__image {
		max-height: 400px;
	}
}

@media (min-width:992px) {
	.side-image-content-general__image {
		height: 372px;
	}
}

.side-image-content-general__image.no-mask {
	border-radius: 0;
}

.side-image-content-general__main-title {
	margin-bottom: 32px;
	text-align: center;
}

.side-image-content-general__main-title-v4 {
	margin-bottom: 40px;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__main-title-v4 {
		margin-bottom: 32px;
	}
	
	.side-image-content-general__main-title {
		font-size: 22px;
		line-height: 28px;
	}
}

.side-image-content-general__content-wrapper.reverse {
	-ms-flex-order: 2;
	order: 2;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__content-wrapper-v4, .side-image-content-general__content-wrapper-v4.reverse, .side-image-content-general__content-wrapper-v5, .side-image-content-general__content-wrapper-v5.reverse {
		-ms-flex-order: 2;
		order: 2;
	}
}

@media only screen and (max-width:570px) {
	.side-image-content-general__content-wrapper, .side-image-content-general__content-wrapper.reverse {
		-ms-flex-order: 1;
		order: 1;
	}
}

.side-image-content-general__subtitle {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 8px;
}

.side-image-content-general__title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 16px;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__title {
		font-size: 22px;
		line-height: 28px;
	}
}

.side-image-content-general__title-v3.small {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 8px;
}

@media only screen and (max-width:991px) {
	.side-image-content-general__title-v3.small {
		margin-bottom: 16px;
	}
}

.side-image-content-general__text li:not(:last-child), .side-image-content-general__text p:not(:last-child) {
	margin-bottom: 24px;
}

.side-image-content-general__text ol:not(:first-child), .side-image-content-general__text ul:not(:first-child) {
	margin-top: 24px;
}

.side-image-content-general__text ol:not(:last-child), .side-image-content-general__text ul:not(:last-child) {
	margin-bottom: 24px;
}

.side-image-content-general__text li {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: inherit;
	padding: 0;
	position: relative;
}

.side-image-content-general__text li:before {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.side-image-content-general__text.small-circle li, .side-image-content-general__text.small-hexagon li {
	font-size: 15px;
	line-height: 24px;
	padding-left: 24px;
}

.side-image-content-general__text.small-circle li:not(:last-child), .side-image-content-general__text.small-hexagon li:not(:last-child) {
	margin-bottom: 16px;
}

.side-image-content-general__text.small-circle li:before, .side-image-content-general__text.small-hexagon li:before {
	height: 24px;
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: 16px;
}

.side-image-content-general__text.small-circle.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.small-circle.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.small-circle.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.small-circle.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.968 8c0 3.682-3.05 6.672-6.82 6.672-3.77 0-6.82-2.99-6.82-6.672 0-3.682 3.05-6.672 6.82-6.672 3.77 0 6.82 2.99 6.82 6.672Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.small-hexagon.blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.small-hexagon.coral li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.small-hexagon.purple li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.small-hexagon.light-blue li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.198 1.082a1.608 1.608 0 0 1 1.608 0l4.853 2.802c.497.287.804.818.804 1.393v5.603c0 .575-.307 1.106-.804 1.393l-4.853 2.802a1.608 1.608 0 0 1-1.608 0l-4.853-2.802a1.608 1.608 0 0 1-.804-1.393V5.277c0-.575.306-1.106.804-1.393l4.853-2.802Z' fill='%23F3F6FF' stroke='%2355BBF9' stroke-width='.286'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all li, .side-image-content-general__text.hexagon li, .side-image-content-general__text.rectangle li, .side-image-content-general__text.rhombus li, .side-image-content-general__text.triangle li {
	padding-left: 40px;
}

.side-image-content-general__text.all li:before, .side-image-content-general__text.hexagon li:before, .side-image-content-general__text.rectangle li:before, .side-image-content-general__text.rhombus li:before, .side-image-content-general__text.triangle li:before {
	height: 32px;
	width: 32px;
}

.side-image-content-general__text.all.all li {
	-webkit-padding-start: 32px !important;
	padding-inline-start: 32px !important;
}

.side-image-content-general__text.all.all li:before {
	height: 24px;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: 24px;
}

.side-image-content-general__text.all.all li:nth-child(3n+1):before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48bWFzayBpZD0iYiIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSI+PHBhdGggZD0iTTAgLjI1aDI0djI0SDB2LTI0WiIgZmlsbD0iI2ZmZiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIj48cGF0aCBkPSJNNi41MTggNi4yMDRjMi4zOTgtNC4xNTQgOC4zMzktNC4yMTkgMTAuODQ4LS4xOTRsLjExNi4xOTQgMS45MTcgMy4zMmMyLjQzNyA0LjIyMS0uNjA5IDkuNDk2LTUuNDgyIDkuNDk3aC0zLjgzNGMtNC43OTcgMC03LjgyNC01LjExMy01LjU5My05LjI5OGwuMTEtLjE5OCAxLjkxOC0zLjMyWiIgZmlsbD0iI0ZGREZEOSIgc3Ryb2tlPSIjRkY3MzY5IiBzdHJva2Utd2lkdGg9IjEuMTI1Ii8+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjI1KSIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.side-image-content-general__text.all.all li:nth-child(3n+2):before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48bWFzayBpZD0iYiIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSI+PHBhdGggZD0iTTAgLjI1aDI0djI0SDB2LTI0WiIgZmlsbD0iI2ZmZiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIj48cGF0aCBkPSJNNy44NCA0LjcyM2E1Ljg4NCA1Ljg4NCAwIDAgMSA4LjMyIDBsMy4xMTcgMy4xMTdhNS44ODQgNS44ODQgMCAwIDEgMCA4LjMybC0zLjExNyAzLjExN2E1Ljg4NCA1Ljg4NCAwIDAgMS04LjMyIDBMNC43MjMgMTYuMTZhNS44ODQgNS44ODQgMCAwIDEgMC04LjMyTDcuODQgNC43MjNaIiBmaWxsPSIjRUNERUZGIi8+PHBhdGggZD0iTTcuODQgNC43MjRhNS44ODQgNS44ODQgMCAwIDEgOC4zMiAwbDMuMTE3IDMuMTE2YTUuODg0IDUuODg0IDAgMCAxIDAgOC4zMmwtMy4xMTYgMy4xMTctLjIyLjIwOWE1Ljg4NSA1Ljg4NSAwIDAgMS03Ljg4MiAwbC0uMjItLjIxLTMuMTE1LTMuMTE1YTUuODg1IDUuODg1IDAgMCAxLS4yMS04LjEwMmwuMjEtLjIyIDMuMTE1LTMuMTE1Wm03LjY0Mi42NzhhNC45MjQgNC45MjQgMCAwIDAtNi45NjQgMEw1LjQwMiA4LjUxOGE0LjkyNCA0LjkyNCAwIDAgMCAwIDYuOTY0bDMuMTE2IDMuMTE2YTQuOTI0IDQuOTI0IDAgMCAwIDYuOTY0IDBsMy4xMTYtMy4xMTZhNC45MjQgNC45MjQgMCAwIDAgMC02Ljk2NGwtMy4xMTYtMy4xMTZaIiBmaWxsPSIjQTE0MkZGIi8+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjI1KSIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.side-image-content-general__text.all.all li:nth-child(3n+3):before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48bWFzayBpZD0iYiIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSI+PHBhdGggZD0iTTAgLjI1aDI0djI0SDB2LTI0WiIgZmlsbD0iI2ZmZiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIj48cGF0aCBkPSJNOS41NjIgMi44OTRhNS45MzcgNS45MzcgMCAwIDEgNS44NzYgMGwzLjYyMyAyLjA2OEE1Ljc5NSA1Ljc5NSAwIDAgMSAyMiA5Ljk5djQuMTM1YTUuNzk1IDUuNzk1IDAgMCAxLTIuOTM5IDUuMDI5bC0zLjYyMyAyLjA2N2E1LjkzNyA1LjkzNyAwIDAgMS01Ljg3NiAwbC0zLjYyNC0yLjA2N0E1Ljc5NSA1Ljc5NSAwIDAgMSAzIDE0LjEyNVY5Ljk5MmE1Ljc5NSA1Ljc5NSAwIDAgMSAyLjkzOC01LjAzbDMuNjI0LTIuMDY3WiIgZmlsbD0iI0Q3RjdGRiIvPjxwYXRoIGQ9Ik0yMS4wNDEgOS44NzVhNC44NSA0Ljg1IDAgMCAwLTIuNDU5LTQuMjA4TDE0Ljk2IDMuNTk5YTQuOTY5IDQuOTY5IDAgMCAwLTQuOTE4IDBMNi40MTggNS42NjdhNC44NSA0Ljg1IDAgMCAwLTIuNDU5IDQuMjA4djQuMTM0YTQuODUgNC44NSAwIDAgMCAyLjQ1OSA0LjIwOWwzLjYyMyAyLjA2N2E0Ljk2OSA0Ljk2OSAwIDAgMCA0LjkxOCAwbDMuNjIzLTIuMDY3YTQuODUgNC44NSAwIDAgMCAyLjQ1OS00LjIwOVY5Ljg3NVpNMjIgMTQuMDA5bC0uMDEzLjM4N2E1LjggNS44IDAgMCAxLTIuOTI1IDQuNjQybC0zLjYyNCAyLjA2OC0uMzQ1LjE4MmE1Ljk0IDUuOTQgMCAwIDEtNS4xODYgMGwtLjM0NS0uMTgyLTMuNjI0LTIuMDY4YTUuOCA1LjggMCAwIDEtMi45MjUtNC42NDJMMyAxNC4wMVY5Ljg3NUE1Ljc5IDUuNzkgMCAwIDEgNS42MDYgNS4wNWwuMzMyLS4yMDQgMy42MjQtMi4wNjhhNS45MzggNS45MzggMCAwIDEgNS44NzcgMGwzLjYyMyAyLjA2OEE1Ljc5NiA1Ljc5NiAwIDAgMSAyMiA5Ljg3NXY0LjEzNFoiIGZpbGw9IiM1RUQwRjkiLz48L2c+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuMjUpIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}

.side-image-content-general__text.all.blue li:before, .side-image-content-general__text.all.blue li:nth-child(4n+1):before, .side-image-content-general__text.rhombus.blue li:before, .side-image-content-general__text.rhombus.blue li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.coral li:before, .side-image-content-general__text.all.coral li:nth-child(4n+1):before, .side-image-content-general__text.rhombus.coral li:before, .side-image-content-general__text.rhombus.coral li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.purple li:before, .side-image-content-general__text.all.purple li:nth-child(4n+1):before, .side-image-content-general__text.rhombus.purple li:before, .side-image-content-general__text.rhombus.purple li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.light-blue li:before, .side-image-content-general__text.all.light-blue li:nth-child(4n+1):before, .side-image-content-general__text.rhombus.light-blue li:before, .side-image-content-general__text.rhombus.light-blue li:nth-child(4n+1):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.878 4.662a5.628 5.628 0 0 1 7.958 0l7.216 7.215a5.627 5.627 0 0 1 0 7.959l-7.216 7.216a5.627 5.627 0 0 1-7.958 0l-7.216-7.216a5.628 5.628 0 0 1 0-7.959l7.216-7.215Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.blue li:before, .side-image-content-general__text.all.blue li:nth-child(4n+2):before, .side-image-content-general__text.hexagon.blue li:before, .side-image-content-general__text.hexagon.blue li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all.coral li:before, .side-image-content-general__text.all.coral li:nth-child(4n+2):before, .side-image-content-general__text.hexagon.coral li:before, .side-image-content-general__text.hexagon.coral li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all.purple li:before, .side-image-content-general__text.all.purple li:nth-child(4n+2):before, .side-image-content-general__text.hexagon.purple li:before, .side-image-content-general__text.hexagon.purple li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all.light-blue li:before, .side-image-content-general__text.all.light-blue li:nth-child(4n+2):before, .side-image-content-general__text.hexagon.light-blue li:before, .side-image-content-general__text.hexagon.light-blue li:nth-child(4n+2):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.19 3.108a5.628 5.628 0 0 1 5.628 0l7.08 4.088a5.628 5.628 0 0 1 2.814 4.873v8.175a5.627 5.627 0 0 1-2.814 4.874l-7.08 4.088a5.628 5.628 0 0 1-5.628 0l-7.08-4.088a5.627 5.627 0 0 1-2.813-4.874V12.07A5.627 5.627 0 0 1 6.11 7.196l7.08-4.088Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all.blue li:before, .side-image-content-general__text.all.blue li:nth-child(4n+3):before, .side-image-content-general__text.triangle.blue li:before, .side-image-content-general__text.triangle.blue li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.coral li:before, .side-image-content-general__text.all.coral li:nth-child(4n+3):before, .side-image-content-general__text.triangle.coral li:before, .side-image-content-general__text.triangle.coral li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.purple li:before, .side-image-content-general__text.all.purple li:nth-child(4n+3):before, .side-image-content-general__text.triangle.purple li:before, .side-image-content-general__text.triangle.purple li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.light-blue li:before, .side-image-content-general__text.all.light-blue li:nth-child(4n+3):before, .side-image-content-general__text.triangle.light-blue li:before, .side-image-content-general__text.triangle.light-blue li:nth-child(4n+3):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.127 8.256c2.165-3.752 7.58-3.752 9.747 0l5.809 10.062c2.166 3.752-.542 8.441-4.874 8.441H10.191c-4.332 0-7.04-4.69-4.874-8.441l5.81-10.062Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.side-image-content-general__text.all.blue li:before, .side-image-content-general__text.all.blue li:nth-child(4n+4):before, .side-image-content-general__text.rectangle.blue li:before, .side-image-content-general__text.rectangle.blue li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all.coral li:before, .side-image-content-general__text.all.coral li:nth-child(4n+4):before, .side-image-content-general__text.rectangle.coral li:before, .side-image-content-general__text.rectangle.coral li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all.purple li:before, .side-image-content-general__text.all.purple li:nth-child(4n+4):before, .side-image-content-general__text.rectangle.purple li:before, .side-image-content-general__text.rectangle.purple li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

.side-image-content-general__text.all.light-blue li:before, .side-image-content-general__text.all.light-blue li:nth-child(4n+4):before, .side-image-content-general__text.rectangle.light-blue li:before, .side-image-content-general__text.rectangle.light-blue li:nth-child(4n+4):before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.33 7.653 7.232 5.635a3.003 3.003 0 0 1 .127 4.633l-7.341 6.392a3.003 3.003 0 0 1-1.972.738H4.096a3.003 3.003 0 0 1-3.003-3.003V10.021A3.003 3.003 0 0 1 4.095 7.02h14.389c.668 0 1.318.223 1.845.634Z' fill='%23F3F6FF' stroke='%2355BBF9'/%3E%3C/svg%3E");
}

.side-image-content-general__text h2:not(:last-child), .side-image-content-general__text h3:not(:last-child), .side-image-content-general__text h4:not(:last-child), .side-image-content-general__text h5:not(:last-child), .side-image-content-general__text h6:not(:last-child) {
	margin-bottom: 16px;
}

.side-image-content-general__text ol {
	list-style: decimal;
}

.side-image-content-general__text h2, .side-image-content-general__text h3, .side-image-content-general__text h4, .side-image-content-general__text h5, .side-image-content-general__text h6 {
	font-size: 22px;
	line-height: 28px;
}

.side-image-content-general__text h2:not(:last-child), .side-image-content-general__text h3:not(:last-child), .side-image-content-general__text h4:not(:last-child), .side-image-content-general__text h5:not(:last-child), .side-image-content-general__text h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.side-image-content-general__text h2, .side-image-content-general__text h3, .side-image-content-general__text h4, .side-image-content-general__text h5, .side-image-content-general__text h6 {
		font-size: 18px;
	}
}

.side-image-content-general__text-v5 {
	margin-top: 16px;
}

.side-image-content-general__text-v5 * {
	color: #000;
}

.side-image-content-general__text-v5 li:not(:last-child), .side-image-content-general__text-v5 p:not(:last-child) {
	margin-bottom: 12px;
}

.side-image-content-general__button-wrapper:not(.side-image-content-general__button-wrapper-v5) {
	margin-top: 24px;
}

@media only screen and (max-width:570px) {
	.side-image-content-general__button-wrapper:not(.side-image-content-general__button-wrapper-v5) {
		margin-top: 20px;
		text-align: center;
	}
}

.side-image-content-general__button-wrapper-v5 {
	margin-top: 16px;
}

.side-image-content-general__button-v5 {
	color: #a142ff;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.side-image-content-general__button-v5:hover {
	color: #16213d;
}

.side-image-content-general__button-v5:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 13 6-4.5L5 4' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.side-image-content-general__button-v5:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 13 6-4.5L5 4' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

[dir=rtl] .side-image-content-general__media .figure.top-right, [dir=rtl] .side-image-content-general__media .mask.top-right {
	left: 0;
	right: unset;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

[dir=rtl] .side-image-content-general__media .figure.bottom-right, [dir=rtl] .side-image-content-general__media .mask.bottom-right {
	bottom: 0;
	left: 0;
	right: unset;
	top: unset;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

[dir=rtl] .side-image-content-general__media .figure.top-left, [dir=rtl] .side-image-content-general__media .mask.top-left {
	left: unset;
	right: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

[dir=rtl] .side-image-content-general__media .figure.bottom-left, [dir=rtl] .side-image-content-general__media .mask.bottom-left {
	bottom: 0;
	left: unset;
	right: 0;
	top: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .side-image-content-general__media .figure.v3.top-right, [dir=rtl] .side-image-content-general__media .mask.v3.top-right {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .side-image-content-general__media .figure.v3.bottom-left, [dir=rtl] .side-image-content-general__media .mask.v3.bottom-left {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

[dir=rtl] .side-image-content-general__media .figure.v4.top-right, [dir=rtl] .side-image-content-general__media .mask.v4.top-right {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .side-image-content-general__media .mask.v4.top-left {
	right: -1px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .side-image-content-general__media .mask.v5.top-right {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .side-image-content-general__text.small-circle li, [dir=rtl] .side-image-content-general__text.small-hexagon li {
	padding-left: 0;
	padding-right: 24px;
}

[dir=rtl] .side-image-content-general__text.all li, [dir=rtl] .side-image-content-general__text.hexagon li, [dir=rtl] .side-image-content-general__text.rectangle li, [dir=rtl] .side-image-content-general__text.rhombus li, [dir=rtl] .side-image-content-general__text.triangle li {
	padding-left: 0;
	padding-right: 40px;
}

[dir=rtl] .side-image-content-general__text.all li:before, [dir=rtl] .side-image-content-general__text.hexagon li:before, [dir=rtl] .side-image-content-general__text.rectangle li:before, [dir=rtl] .side-image-content-general__text.rhombus li:before, [dir=rtl] .side-image-content-general__text.triangle li:before {
	-webkit-transform: scaleX(-1) translateY(-50%);
	transform: scaleX(-1) translateY(-50%);
}

[dir=rtl] .side-image-content-general__text.all.all li:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

[dir=rtl] .side-image-content-general__text li:before {
	left: unset;
	right: 0;
}

[dir=rtl] .side-image-content-general__button-v5:not(.c-btn) {
	padding-left: 24px;
	padding-right: 0;
}

[dir=rtl] .side-image-content-general__button-v5:not(.c-btn):before {
	background-size: contain;
	left: 0;
	right: unset;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}
/*# sourceMappingURL=block-faq.css.map*/

.inherit {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.a-tag a:not(.return-back-link__btn), .block-page-content a:not(.return-back-link__btn), .faq-section__item-answer a:not(.return-back-link__btn) {
	color: #3b37e6;
	font-family: Open Sans;
	font-weight: 400;
	text-decoration: none;
}

.a-tag a:not(.return-back-link__btn) span, .block-page-content a:not(.return-back-link__btn) span, .faq-section__item-answer a:not(.return-back-link__btn) span {
	color: #3b37e6;
}

.a-tag a:not(.return-back-link__btn):hover, .block-page-content a:not(.return-back-link__btn):hover, .faq-section__item-answer a:not(.return-back-link__btn):hover {
	text-decoration: underline;
}

.block-page-content p:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.block-page-content p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.block-page-content ol {
	list-style: decimal;
}

.block-page-content ul {
	list-style: disc;
}

.block-page-content ol, .block-page-content ul {
	margin-left: 18px;
}

.block-page-content ol:not(:first-child), .block-page-content ul:not(:first-child) {
	margin-top: 18px;
}

.block-page-content ol:not(:last-child), .block-page-content ul:not(:last-child) {
	margin-bottom: 18px;
}

.block-page-content li {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: inherit;
	padding: 0;
}

.block-page-content li:not(:last-child) {
	margin-bottom: 8px;
}

.block-page-content li:before {
	display: none;
}

.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
	font-size: 22px;
	line-height: 28px;
}

.block-page-content h2:not(:last-child), .block-page-content h3:not(:last-child), .block-page-content h4:not(:last-child), .block-page-content h5:not(:last-child), .block-page-content h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
		font-size: 18px;
	}
}

.styled-container.none {
	background-color: transparent;
	border-color: transparent;
}

.styled-container.blue {
	background-color: #e3eeff;
	border-color: #3b37e6;
}

.styled-container.coral {
	background-color: #ffdfd9;
	border-color: #ff7369;
}

.styled-container.purple {
	background-color: #ecdeff;
	border-color: #a142ff;
}

.styled-container.light-blue {
	background-color: #d7f7ff;
	border-color: #55bbf9;
}

.styled-container.malibu {
	background-color: #d7f7ff;
	border-color: #5ed0f9;
}

.styled-container.apricot {
	background-color: #ffdfd9;
	border-color: #ed7b6f;
}

.faq-section {
	margin-bottom: 100px;
	margin-top: 100px;
}

@media only screen and (max-width:991px) {
	.faq-section {
		margin-bottom: 40px 46px;
		margin-top: 46px;
	}
}

.faq-section__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.faq-section__title {
	margin-bottom: 37px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.faq-section__title {
		margin-bottom: 42px;
	}
}

@media only screen and (max-width:480px) {
	.faq-section__title {
		font-size: 25px;
		line-height: 29px;
		margin-bottom: 23px;
	}
}

.faq-section__item {
	border: 1px solid rgba(22, 33, 61, .6);
	border-radius: 23px;
	padding: 32px;
	transition: .3s linear;
	transition-property: border-color, background-color;
}

@media only screen and (max-width:570px) {
	.faq-section__item {
		padding: 24px;
	}
}

.faq-section__item:not(:last-child) {
	margin-bottom: 20px;
}

.faq-section__item.active, .faq-section__item:hover {
	background-color: #f3f6ff;
	border-color: #3b37e6;
}

.faq-section__item.active .faq-section__item-question, .faq-section__item:hover .faq-section__item-question {
	color: #3b37e6;
}

.faq-section__item.active .faq-section__item-btn span, .faq-section__item:hover .faq-section__item-btn span {
	background-color: #3b37e6;
}

.faq-section__item.active .faq-section__item-question {
	font-weight: 600;
}

.faq-section__item.active .faq-section__item-answer-wrapper {
	max-height: 5000px;
}

.faq-section__item.active .faq-section__item-btn span:last-child {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-section__item-question-wrapper {
	position: relative;
}

.faq-section__item-question {
	cursor: pointer;
	font-size: 18px;
	line-height: 24px;
	padding-right: 36px;
	transition: color .3s linear;
}

@media only screen and (max-width:480px) {
	.faq-section__item-question {
		font-size: 16px;
		line-height: 20px;
		padding-right: 50px;
	}
}

.faq-section__item-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 17px;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
}

.faq-section__item-btn span {
	background-color: #16213d;
	position: absolute;
	transition: background-color, -webkit-transform .3s linear;
	transition: background-color, transform .3s linear;
	transition: background-color, transform .3s linear, -webkit-transform .3s linear;
}

.faq-section__item-btn span:first-child {
	height: 1px;
	left: 0;
	top: 8px;
	width: 100%;
}

.faq-section__item-btn span:last-child {
	height: 100%;
	left: 8px;
	top: 0;
	width: 1px;
}

.faq-section__item-answer-wrapper {
	max-height: 0;
	overflow: hidden;
	padding-right: 40px;
	transition: max-height .3s linear;
}

@media only screen and (max-width:480px) {
	.faq-section__item-answer-wrapper {
		padding-right: 8px;
	}
}

.faq-section__item-answer {
	padding-top: 20px;
}

.faq-section__item-answer p:not(:last-child) {
	margin-bottom: 16px;
}

.faq-section__item-answer li, .faq-section__item-answer p {
	font-size: 16px;
	line-height: 24px;
}

.faq-section__item-answer ol {
	list-style: decimal;
}

.faq-section__item-answer ul {
	list-style: disc;
}

.faq-section__item-answer ol, .faq-section__item-answer ul {
	margin-left: 18px;
}

.faq-section__item-answer ol:not(:first-child), .faq-section__item-answer ul:not(:first-child) {
	margin-top: 16px;
}

.faq-section__item-answer ol:not(:last-child), .faq-section__item-answer ul:not(:last-child) {
	margin-bottom: 16px;
}

.faq-section__item-answer li {
	font-family: Open Sans;
	font-weight: 300;
	list-style: inherit;
	padding: 0;
}

.faq-section__item-answer li:not(:last-child) {
	margin-bottom: 8px;
}

.faq-section__item-answer li:before {
	display: none;
}

.faq-section__item-answer h2, .faq-section__item-answer h3, .faq-section__item-answer h4, .faq-section__item-answer h5, .faq-section__item-answer h6 {
	font-size: 22px;
	line-height: 28px;
}

.faq-section__item-answer h2:not(:last-child), .faq-section__item-answer h3:not(:last-child), .faq-section__item-answer h4:not(:last-child), .faq-section__item-answer h5:not(:last-child), .faq-section__item-answer h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.faq-section__item-answer h2, .faq-section__item-answer h3, .faq-section__item-answer h4, .faq-section__item-answer h5, .faq-section__item-answer h6 {
		font-size: 18px;
	}
}

.faq-section__see-more {
	-webkit-padding-end: 15px;
	background-color: transparent;
	border: none;
	color: #3b37e6;
	cursor: pointer;
	display: block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	margin: 30px auto 0;
	padding: 0;
	padding-inline-end: 15px;
	position: relative;
	transition: color .3s linear;
}

.faq-section__see-more span {
	pointer-events: none;
}

.faq-section__see-more .less {
	display: none;
}

.faq-section__see-more:hover {
	color: #16213d;
}

.faq-section__see-more:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.857 4.5 5 4.5-5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.faq-section__see-more.active .more {
	display: none;
}

.faq-section__see-more.active .less {
	display: block;
}

.faq-section__see-more.active:before {
	-webkit-transform: translateY(-50%) scaleY(-1);
	transform: translateY(-50%) scaleY(-1);
}

.faq-section__see-more:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.857 4.5 5 4.5-5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image, -webkit-transform .3s linear;
	transition: background-image, transform .3s linear;
	transition: background-image, transform .3s linear, -webkit-transform .3s linear;
	width: 11px;
}

[dir=rtl] .faq-section__item-question {
	padding-left: 36px;
	padding-right: 0;
}

[dir=rtl] .faq-section__item-btn, [dir=rtl] .faq-section__see-more:before {
	left: 0;
	right: unset;
}
/*# sourceMappingURL=block-related-resources.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, .related-resources__button, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, .popup-see-more__btn-2.related-resources__button, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.related-resources__button, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.related-resources__button, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, .content-slider-sale__btn.related-resources__button, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, .related-resources__button:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right, .resources-card__link {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after, .resources-card__link:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover, .resources-card__link:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after, .resources-card__link:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.apricot.resources-card__link:after, .arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.apricot.resources-card__link:hover:after, .arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after, .light-blue.resources-card__link:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after, .light-blue.resources-card__link:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after, .purple.resources-card__link:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after, .purple.resources-card__link:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.inherit, .resources-card__title a {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.a-tag a:not(.return-back-link__btn), .block-page-content a:not(.return-back-link__btn) {
	color: #3b37e6;
	font-family: Open Sans;
	font-weight: 400;
	text-decoration: none;
}

.a-tag a:not(.return-back-link__btn) span, .block-page-content a:not(.return-back-link__btn) span {
	color: #3b37e6;
}

.a-tag a:not(.return-back-link__btn):hover, .block-page-content a:not(.return-back-link__btn):hover {
	text-decoration: underline;
}

.block-page-content p:not(:last-child) {
	margin-bottom: 28px;
}

@media only screen and (max-width:991px) {
	.block-page-content p:not(:last-child) {
		margin-bottom: 20px;
	}
}

.block-page-content ol {
	list-style: decimal;
}

.block-page-content ul {
	list-style: disc;
}

.block-page-content ol, .block-page-content ul {
	margin-left: 18px;
}

.block-page-content ol:not(:first-child), .block-page-content ul:not(:first-child) {
	margin-top: 18px;
}

.block-page-content ol:not(:last-child), .block-page-content ul:not(:last-child) {
	margin-bottom: 18px;
}

.block-page-content li {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: inherit;
	padding: 0;
}

.block-page-content li:not(:last-child) {
	margin-bottom: 8px;
}

.block-page-content li:before {
	display: none;
}

.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
	font-size: 22px;
	line-height: 28px;
}

.block-page-content h2:not(:last-child), .block-page-content h3:not(:last-child), .block-page-content h4:not(:last-child), .block-page-content h5:not(:last-child), .block-page-content h6:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width:1199px) {
	.block-page-content h2, .block-page-content h3, .block-page-content h4, .block-page-content h5, .block-page-content h6 {
		font-size: 18px;
	}
}

.styled-container.none {
	background-color: transparent;
	border-color: transparent;
}

.styled-container.blue {
	background-color: #e3eeff;
	border-color: #3b37e6;
}

.styled-container.coral {
	background-color: #ffdfd9;
	border-color: #ff7369;
}

.styled-container.purple {
	background-color: #ecdeff;
	border-color: #a142ff;
}

.styled-container.light-blue {
	background-color: #d7f7ff;
	border-color: #55bbf9;
}

.styled-container.malibu {
	background-color: #d7f7ff;
	border-color: #5ed0f9;
}

.styled-container.apricot {
	background-color: #ffdfd9;
	border-color: #ed7b6f;
}

.resources-card {
	-ms-flex-pack: justify;
	border: 1px solid rgba(59, 55, 230, .5);
	border-radius: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	padding: 19px 19px 22px;
	transition: background-color .3s linear;
}

@media only screen and (max-width:991px) {
	.resources-card {
		border-radius: 15px;
		padding: 13px 14px 14px;
	}
}

@media only screen and (max-width:480px) {
	.resources-card {
		border-radius: 28px;
		padding: 17px;
	}
}

.resources-card:hover {
	background-color: #f3f6ff;
}

.resources-card:hover svg:not(.resources-card__webinar-live-icon,.resources-card__new-icon) circle {
	fill: #3b37e6;
}

.resources-card:hover svg:not(.resources-card__webinar-live-icon,.resources-card__new-icon) path {
	fill: #e3eeff;
}

.resources-card__play-btn {
	height: 90px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90px;
}

.resources-card__play-btn circle {
	transition: all .4s ease-in-out;
}

.resources-card__play-btn parth {
	transition: all .5s ease-in-out;
}

.resources-card__new {
	height: 72px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 72px;
}

.resources-card__new svg {
	position: absolute;
	right: 0;
	top: 0;
}

.resources-card__new-icon {
	z-index: 3;
}

.resources-card__new-cover {
	z-index: 1;
}

.resources-card__new-tag {
	color: #fff;
	font-family: Axiforma Book;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	right: 9px;
	top: 13px;
	z-index: 5;
}

.resources-card__image {
	border-radius: 15px;
	display: block;
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width:991px) {
	.resources-card__image {
		border-radius: 7px;
		margin-bottom: 19px;
	}
}

@media only screen and (max-width:480px) {
	.resources-card__image {
		border-radius: 14px;
		margin-bottom: 11px;
	}
}

.resources-card__image img {
	display: block;
	height: 221px;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 100%;
}

.resources-card__image svg circle, .resources-card__image svg path {
	transition: fill .3s linear;
}

.resources-card__webinar-live {
	height: 72px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 72px;
}

.resources-card__webinar-live svg {
	position: absolute;
	right: 0;
	top: 0;
}

.resources-card__webinar-live-icon {
	z-index: 3;
}

.resources-card__webinar-cover {
	z-index: 1;
}

.resources-card__webinar-live-tag {
	color: #fff;
	font-family: Axiforma Book;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	right: 9px;
	top: 13px;
	z-index: 5;
}

.resources-card__media-cat-wrapper {
	margin-bottom: 14px;
}

@media only screen and (max-width:991px) {
	.resources-card__media-cat-wrapper {
		margin-bottom: 12px;
	}
}

@media only screen and (max-width:480px) {
	.resources-card__media-cat-wrapper {
		margin-bottom: 9px;
	}
}

.resources-card__media-cat {
	border: 1px solid;
	border-radius: 10px;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding: 3px 15px;
	text-align: center;
}

.resources-card__media-cat.case-study {
	background-color: #d7f7ff;
	border-color: #5ed0f9;
}

.resources-card__media-cat.webinar-live {
	background-color: #ffdfd9;
	border-color: #ed7b6f;
	border-radius: 0 0 28px 28px;
	color: #ed7b6f;
	margin-right: 8px;
	margin-top: -30px;
	padding: 35px 15px 5px;
}

@media only screen and (max-width:991px) {
	.resources-card__media-cat {
		font-size: 12px;
		line-height: 19px;
	}
}

@media only screen and (max-width:480px) {
	.resources-card__media-cat {
		border-radius: 7px;
		font-size: 10px;
		line-height: 16px;
		padding: 2px 11px;
	}
}

.resources-card__title {
	color: #3c455a;
	max-width: 295px;
	transition: color .3s linear;
}

@media only screen and (max-width:480px) {
	.resources-card__title {
		max-width: none;
	}
}

.resources-card__title:hover {
	color: #3b37e6;
}

.resources-card__title a {
	text-decoration: none;
	transition: color .3s linear;
}

.resources-card__excerpt {
	font-size: 15px;
	line-height: 22px;
	margin-top: 8px;
}

@media only screen and (max-width:991px) {
	.resources-card__excerpt {
		font-size: 12px;
		line-height: 18px;
		margin-top: 4px;
	}
}

@media only screen and (max-width:480px) {
	.resources-card__excerpt {
		font-size: 15px;
		line-height: 22px;
		margin-top: 0;
	}
}

.resources-card__link-wrapper {
	margin-top: 15px;
}

@media only screen and (max-width:991px) {
	.resources-card__link-wrapper {
		margin-top: 0;
	}
}

@media only screen and (max-width:480px) {
	.resources-card__link-wrapper {
		margin-top: 35px;
	}
}

.resources-card__link-wrapper.resource {
	margin-top: 7px;
}

@media only screen and (max-width:480px) {
	.resources-card__link-wrapper.resource {
		margin-top: 15px;
	}
}

.single-resources .related-resources {
	margin-bottom: 100px;
	margin-top: 100px;
}

@media only screen and (max-width:991px) {
	.single-resources .related-resources {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

.related-resources {
	margin-bottom: 100px;
	margin-top: 100px;
}

@media only screen and (max-width:991px) {
	.related-resources {
		margin-bottom: 46px;
		margin-top: 46px;
	}
}

.related-resources__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.related-resources__title {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.related-resources__title {
		margin-bottom: 27px;
	}
}

@media only screen and (max-width:480px) {
	.related-resources__title {
		font-size: 22px;
		font-weight: 600;
		line-height: 28px;
		margin-bottom: 30px;
	}
}

.related-resources__slider .swiper-pagination {
	display: none;
	margin-top: 30px;
}

@media only screen and (max-width:570px) {
	.related-resources__slider .swiper-pagination {
		display: block;
	}
	
	.related-resources__slider .swiper-slide {
		height: auto;
	}
}

@media screen and (min-width:571px) {
	.related-resources__list {
		-webkit-column-gap: 14px;
		-moz-column-gap: 14px;
		column-gap: 14px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width:992px) {
	.related-resources__list {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

.related-resources .resources-card {
	height: 100%;
}

.related-resources__button-wrapper {
	margin-top: 49px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.related-resources__button-wrapper {
		margin-top: 40px;
	}
}

@media only screen and (max-width:480px) {
	.related-resources__button-wrapper {
		margin-top: 34px;
	}
}

.related-resources.colored {
	margin: 0;
	padding: 40px 0 60px;
}

.related-resources.colored .related-resources__title {
	color: #fff;
}

.related-resources.colored .resources-card {
	background: rgba(37, 47, 89, .7);
	border: 1px solid rgba(141, 157, 181, .6);
}

.related-resources.colored .resources-card__link, .related-resources.colored .resources-card__title {
	color: #fff;
}

.related-resources.colored .resources-card__link:hover, .related-resources.colored .resources-card__title:hover {
	opacity: .8;
}

.related-resources.colored .resources-card__link:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23fff' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}
/*# sourceMappingURL=block-side-image-banner.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.side-image-banner__button, .white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.side-image-banner__button:hover, .white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.side-image-banner {
	margin-bottom: 32px;
	margin-top: 40px;
}

@media only screen and (max-width:991px) {
	.side-image-banner {
		margin-bottom: 21px;
		margin-top: 46px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-banner {
		margin-bottom: 24px;
		margin-top: 8px;
	}
}

.side-image-banner.has-navigation {
	margin-top: 5px;
}

.side-image-banner .breadcrumbs, .side-image-banner .return-back-link {
	margin-bottom: 5px;
}

@media only screen and (max-width:670px) {
	.side-image-banner .breadcrumbs {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.side-image-banner__wrapper {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 15px;
}

@media only screen and (max-width:991px) {
	.side-image-banner__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-banner__wrapper {
		grid-template-columns: 1fr;
		padding-bottom: 15px !important;
	}
}

.side-image-banner__content-wrapper {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px;
	display: -ms-flexbox;
	display: flex;
	min-height: 514px;
	padding: 91px 46px 98px 55px;
}

.side-image-banner__content-wrapper.blue {
	background-color: #3b37e6;
}

.side-image-banner__content-wrapper.coral {
	background-color: #ff7369;
}

.side-image-banner__content-wrapper.purple {
	background-color: #a142ff;
}

.side-image-banner__content-wrapper.light-blue {
	background-color: #55bbf9;
}

@media only screen and (max-width:991px) {
	.side-image-banner__content-wrapper {
		border-radius: 20px;
		min-height: auto;
		padding: 39px 26px 43px 31px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-banner__content-wrapper {
		border-radius: 26px;
		padding: 48px 36px 53px;
		text-align: center;
	}
}

.side-image-banner__content {
	width: 100%;
}

.side-image-banner__subtitle {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 11px;
}

@media only screen and (max-width:991px) {
	.side-image-banner__subtitle {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 3px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-banner__subtitle {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
	}
}

.side-image-banner__title {
	color: #fff;
	font-size: 60px;
	line-height: 62px;
	margin-bottom: 5px;
	max-width: 480px;
}

@media only screen and (max-width:1030px) {
	.side-image-banner__title {
		font-size: 32px;
		line-height: 34px;
		max-width: 250px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-banner__title {
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}
}

@media only screen and (max-width:480px) {
	.side-image-banner__title {
		font-size: 25px;
		line-height: 29px;
		max-width: auto;
	}
}

.side-image-banner__text {
	color: #fff;
}

@media only screen and (max-width:570px) {
	.side-image-banner__text {
		margin-left: auto;
		margin-right: auto;
		max-width: 310px;
	}
}

.side-image-banner__button-wrapper {
	margin-top: 30px;
}

@media only screen and (max-width:991px) {
	.side-image-banner__button-wrapper {
		margin-top: 14px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-banner__button-wrapper {
		margin-top: 29px;
	}
}

a.side-image-banner__button:hover {
	background-color: #16213d;
}

.side-image-banner__button.blue:not(:hover) {
	color: #3b37e6;
}

.side-image-banner__button.coral:not(:hover) {
	color: #ff7369;
}

.side-image-banner__button.purple:not(:hover) {
	color: #a142ff;
}

.side-image-banner__button.light-blue:not(:hover) {
	color: #55bbf9;
}

@media only screen and (max-width:570px) {
	.side-image-banner__button {
		padding: 7px 28px;
	}
}

.side-image-banner__media {
	position: relative;
}

.side-image-banner__media .figure, .side-image-banner__media .mask {
	background-position: 0 100%;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
}

.side-image-banner__media .mask {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='280' height='301' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M243.41 284.673 12.216 27.151A49.023 49.023 0 0 1 0 0v301h280a49.154 49.154 0 0 1-36.59-16.317v-.01Z' fill='%23fff'/%3E%3C/svg%3E");
	height: 301px;
	width: 280px;
	z-index: 10;
}

.side-image-banner__media .mask.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-banner__media .mask {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='138' height='170' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 11.5C3.122 11 .5 7.5 0 0v170h138c-10.5-.5-17-9.5-17-9.5S3.878 12 3.5 11.5Z' fill='%23fff'/%3E%3C/svg%3E");
		height: 170px;
		width: 138px;
	}
	
	.side-image-banner__media .mask.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:480px) {
	.side-image-banner__media .mask {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='143' height='154' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M124.313 145.647 6.239 13.891A25.102 25.102 0 0 1 0 0v154h143a25.086 25.086 0 0 1-18.687-8.348v-.005Z' fill='%23fff'/%3E%3C/svg%3E");
		height: 154px;
		width: 143px;
	}
	
	.side-image-banner__media .mask.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-banner__media .figure {
	height: 242px;
	width: 223px;
	z-index: 20;
}

@media only screen and (max-width:991px) {
	.side-image-banner__media .figure {
		height: 132px;
		width: 110px;
	}
}

@media only screen and (max-width:480px) {
	.side-image-banner__media .figure {
		height: 120px;
		width: 111px;
	}
}

.side-image-banner__media .figure.blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='223' height='242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 194.89V15C1 2.614 16.237-3.29 24.583 5.862L218.3 218.3c7.939 8.707 1.762 22.7-10.021 22.7H47.11C21.644 241 1 220.356 1 194.89Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
}

.side-image-banner__media .figure.blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-banner__media .figure.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='110' height='132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 111V11.396c0-9.44 11.878-13.624 17.793-6.267l88.128 109.605c5.262 6.543.603 16.266-7.793 16.266H21c-11.046 0-20-8.954-20-20Z' fill='%23D8E3FF' stroke='%233B37E6'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.blue.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:480px) {
	.side-image-banner__media .figure.blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='111' height='120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 95.856V7.526c0-6.21 7.637-9.177 11.83-4.594L108.57 107.6c3.995 4.367.897 11.401-5.023 11.401H24.144C11.362 119 1 108.638 1 95.856Z' fill='%23D8E3FF' stroke='%233B37E6' stroke-width='.502'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-banner__media .figure.coral {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='223' height='242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 194.89V15C1 2.614 16.237-3.29 24.583 5.862L218.3 218.3c7.939 8.707 1.762 22.7-10.021 22.7H47.11C21.644 241 1 220.356 1 194.89Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
}

.side-image-banner__media .figure.coral.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-banner__media .figure.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='110' height='132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 111V11.396c0-9.44 11.878-13.624 17.793-6.267l88.128 109.605c5.262 6.543.603 16.266-7.793 16.266H21c-11.046 0-20-8.954-20-20Z' fill='%23FFDFD9' stroke='%23FF7369'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.coral.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:480px) {
	.side-image-banner__media .figure.coral {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='111' height='120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 95.856V7.526c0-6.21 7.637-9.177 11.83-4.594L108.57 107.6c3.995 4.367.897 11.401-5.023 11.401H24.144C11.362 119 1 108.638 1 95.856Z' fill='%23FFDFD9' stroke='%23FF7369' stroke-width='.502'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.coral.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-banner__media .figure.purple {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='223' height='242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 194.89V15C1 2.614 16.237-3.29 24.583 5.862L218.3 218.3c7.939 8.707 1.762 22.7-10.021 22.7H47.11C21.644 241 1 220.356 1 194.89Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
}

.side-image-banner__media .figure.purple.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-banner__media .figure.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='110' height='132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 111V11.396c0-9.44 11.878-13.624 17.793-6.267l88.128 109.605c5.262 6.543.603 16.266-7.793 16.266H21c-11.046 0-20-8.954-20-20Z' fill='%23ECDEFF' stroke='%23A142FF'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.purple.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:480px) {
	.side-image-banner__media .figure.purple {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='111' height='120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 95.856V7.526c0-6.21 7.637-9.177 11.83-4.594L108.57 107.6c3.995 4.367.897 11.401-5.023 11.401H24.144C11.362 119 1 108.638 1 95.856Z' fill='%23ECDEFF' stroke='%23A142FF' stroke-width='.502'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.purple.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-banner__media .figure.light-blue {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='223' height='242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 194.89V15C1 2.614 16.237-3.29 24.583 5.862L218.3 218.3c7.939 8.707 1.762 22.7-10.021 22.7H47.11C21.644 241 1 220.356 1 194.89Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
}

.side-image-banner__media .figure.light-blue.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:991px) {
	.side-image-banner__media .figure.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='110' height='132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 111V11.396c0-9.44 11.878-13.624 17.793-6.267l88.128 109.605c5.262 6.543.603 16.266-7.793 16.266H21c-11.046 0-20-8.954-20-20Z' fill='%23D7F7FF' stroke='%235ED0F9'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:480px) {
	.side-image-banner__media .figure.light-blue {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='111' height='120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 95.856V7.526c0-6.21 7.637-9.177 11.83-4.594L108.57 107.6c3.995 4.367.897 11.401-5.023 11.401H24.144C11.362 119 1 108.638 1 95.856Z' fill='%23D7F7FF' stroke='%235ED0F9' stroke-width='.502'/%3E%3C/svg%3E");
	}
	
	.side-image-banner__media .figure.light-blue.nitro-lazy {
		background-image: none !important;
	}
}

.side-image-banner__media img {
	border-radius: 50px;
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.side-image-banner__media img {
		border-radius: 20px;
	}
}

@media only screen and (max-width:570px) {
	.side-image-banner__media img {
		position: inherit;
	}
}

.side-image-banner__animation {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
}

.side-image-banner .js-single-banner-slider .swiper-pagination {
	bottom: -16px;
}

.side-image-banner__play-btn {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none !important;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

.side-image-banner__play-btn * {
	pointer-events: none;
}

.side-image-banner__play-btn svg circle {
	transition: all .4s ease-in-out;
}

.side-image-banner__play-btn svg path {
	transition: all .5s ease-in-out;
}

@media only screen and (max-width:991px) {
	.side-image-banner__play-btn svg {
		height: 93px;
		width: 81px;
	}
}

.side-image-banner__play-btn:hover svg circle {
	fill: #3b37e6;
}

.side-image-banner__play-btn:hover svg path {
	fill: #e3eeff;
}

[dir=rtl] .side-image-banner__media .figure, [dir=rtl] .side-image-banner__media .mask {
	left: unset;
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
/*# sourceMappingURL=block-industry-banner-v2.css.map*/

.btn {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border-style: solid;
	border-width: 1px;
	color: initial;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 30px;
	text-align: center;
	text-decoration: none;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.popup-start-now__form-wrap [type=submit], .white-border-btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:480px) {
	.popup-start-now__form-wrap [type=submit].popup-see-more__btn-1, .white-border-btn.popup-see-more__btn-1 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.popup-start-now__form-wrap [type=submit]:hover, .white-border-btn:hover {
	background-color: #fff;
	color: #3b37e6;
	text-decoration: none;
}

.blue-btn, a.blue-btn {
	background-color: #3b37e6;
	border: none;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	min-width: 122px;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color, border;
}

@media only screen and (max-width:480px) {
	.blue-btn.popup-see-more__btn-2, a.blue-btn.popup-see-more__btn-2 {
		border-radius: 10px;
		line-height: 1;
		padding: 10px 19px;
	}
}

.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.27;
	padding: 16px 36px;
}

@media only screen and (max-width:1199px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media only screen and (max-width:1030px) {
	.blue-btn.content-slider-sale__btn, a.blue-btn.content-slider-sale__btn {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.blue-btn:hover, a.blue-btn:hover {
	background-color: #16213d;
	text-decoration: none;
}

.arrow-btn, .styled-btn {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

@media only screen and (max-width:1030px) {
	.arrow-btn.small, .styled-btn.small {
		border-radius: 10px;
		font-size: 14px;
		line-height: 22px;
		padding: 6px 18px;
	}
}

.arrow-btn.coral, .styled-btn.coral {
	background-color: #ff7369;
}

.arrow-btn.light-coral, .styled-btn.light-coral {
	background-color: #ffdfd9;
	border: 1px solid #ed7b6f;
	color: #16213d;
}

.arrow-btn.light-coral:hover, .styled-btn.light-coral:hover {
	background-color: #ed7b6f;
	color: #fff;
}

.arrow-btn.purple, .styled-btn.purple {
	background-color: #a142ff;
}

.arrow-btn.blue, .styled-btn.blue {
	background-color: #3b37e6;
}

.arrow-btn.light-blue, .styled-btn.light-blue {
	background-color: #55bbf9;
}

.arrow-btn.light-blue-2, .styled-btn.light-blue-2 {
	background-color: #d7f7ff;
	border: 1px solid #5ed0f9;
	color: #16213d;
}

.arrow-btn.light-blue-2:hover, .styled-btn.light-blue-2:hover {
	background-color: #5ed0f9;
	color: #fff;
}

.arrow-btn.apricot, .styled-btn.apricot {
	background-color: #ed7b6f;
}

.arrow-btn.malibu, .styled-btn.malibu {
	background-color: #5ed0f9;
}

.arrow-btn.white, .styled-btn.white {
	background-color: #fff;
	color: #16213d;
}

.arrow-btn.blue:hover, .arrow-btn.coral:hover, .arrow-btn.light-blue:hover, .arrow-btn.purple:hover, .arrow-btn.white:hover, .arrow-btn:hover, .styled-btn.blue:hover, .styled-btn.coral:hover, .styled-btn.light-blue:hover, .styled-btn.purple:hover, .styled-btn.white:hover, .styled-btn:hover {
	background-color: #16213d;
	color: #fff;
}

.arrow-btn {
	-webkit-padding-start: 20px !important;
	-webkit-padding-end: 50px !important;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	padding-inline-end: 50px !important;
	padding-top: 10px;
	padding-inline-start: 20px !important;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.arrow-btn:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.arrow-btn:hover:after {
	background-size: 40px 16px;
}

.button-transparent {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b37e6;
	border-radius: 40px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 28px;
	padding: 10px 24px;
	transition: .3s linear;
}

@media only screen and (max-width:670px) {
	.button-transparent {
		margin-top: 24px;
	}
}

.button-transparent:hover {
	background: #3b37e6;
	color: #fff;
}

.blue-border-btn, a.blue-border-btn {
	background-color: transparent;
	border: 1px solid #3b37e6;
	border-radius: 15px;
	color: #3b37e6;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 9px 29px;
	text-align: center;
	text-decoration: none;
	transition: .3s linear;
	transition-property: background-color, color;
}

.blue-border-btn:hover, a.blue-border-btn:hover {
	background-color: #3b37e6;
	color: #fff;
	text-decoration: none;
}

.c-btn {
	-ms-flex-pack: center;
	border-radius: 60px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	justify-content: center;
	line-height: 1.6;
	padding: 10px 20px;
	text-align: center;
	transition: .3s linear;
	transition-property: color, border, background-color;
}

.c-btn:after, .c-btn:before {
	display: none;
}

.c-btn-arrow-coral, .c-btn.coral {
	background-color: #ff7369;
}

.c-btn-arrow-purple, .c-btn.purple {
	background-color: #a142ff;
}

.c-btn-arrow-blue, .c-btn.blue {
	background-color: #3b37e6;
}

.c-btn-arrow-apricot, .c-btn.apricot {
	background-color: #ed7b6f;
}

.c-btn-arrow-malibu, .c-btn.malibu {
	background-color: #5ed0f9;
}

.c-btn:hover {
	background-color: #16213d;
	border-color: #16213d;
	color: #fff;
}

.c-btn-border-apricot, .c-btn-border-blue, .c-btn-border-coral, .c-btn-border-malibu, .c-btn-border-purple {
	background-color: transparent;
	border: 1px solid;
}

.c-btn-border-coral {
	border-color: #ff7369;
	color: #ff7369;
}

.c-btn-border-coral:hover {
	background-color: #ff7369;
	border-color: #ff7369;
}

.c-btn-border-purple {
	border-color: #a142ff;
	color: #a142ff;
}

.c-btn-border-purple:hover {
	background-color: #a142ff;
	border-color: #a142ff;
}

.c-btn-border-blue {
	border-color: #3b37e6;
	color: #3b37e6;
}

.c-btn-border-blue:hover {
	background-color: #3b37e6;
	border-color: #3b37e6;
}

.c-btn-border-apricot {
	border-color: #ed7b6f;
	color: #ed7b6f;
}

.c-btn-border-apricot:hover {
	background-color: #ed7b6f;
	border-color: #ed7b6f;
}

.c-btn-border-malibu {
	border-color: #5ed0f9;
	color: #5ed0f9;
}

.c-btn-border-malibu:hover {
	background-color: #5ed0f9;
	border-color: #5ed0f9;
}

.c-btn-arrow-apricot, .c-btn-arrow-blue, .c-btn-arrow-coral, .c-btn-arrow-malibu, .c-btn-arrow-purple {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn-arrow-apricot:after, .c-btn-arrow-blue:after, .c-btn-arrow-coral:after, .c-btn-arrow-malibu:after, .c-btn-arrow-purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' fill='none'%3E%3Cpath d='M22.707 8.707a1 1 0 0 0 0-1.414L16.343.929a1 1 0 1 0-1.414 1.414L20.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM0 9h22V7H0v2Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 32px 16px;
	content: "";
	display: inline-block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: background-size .5s ease-in-out;
	width: 30px;
}

.c-btn-arrow-apricot:hover:after, .c-btn-arrow-blue:hover:after, .c-btn-arrow-coral:hover:after, .c-btn-arrow-malibu:hover:after, .c-btn-arrow-purple:hover:after {
	background-size: 40px 16px;
}

.c-btn.disabled, .c-btn:disabled {
	background-color: #bdbdbd !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.industry-banner-v2__button, .white-btn, a.white-btn {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	color: #3b37e6;
	cursor: pointer;
	display: inline-block;
	font-family: Axiforma Book;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 30px;
	text-align: center;
	transition: .3s linear;
	transition-property: background-color, color;
}

.industry-banner-v2__button:hover, .white-btn:hover, a.white-btn:hover {
	background-color: #3b37e6;
	color: #fff;
}

.btn-blue, .btn-coral, .btn-light-blue, .btn-purple {
	border-radius: 15px;
	color: #f3f6ff;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding: 7px 20px;
	transition: background-color .3s linear;
}

.btn-blue:hover.solutions-cards-v3__card-button, .btn-coral:hover.solutions-cards-v3__card-button, .btn-light-blue:hover.solutions-cards-v3__card-button, .btn-purple:hover.solutions-cards-v3__card-button {
	background-color: #16213d;
}

.btn-blue {
	background-color: #3b37e6;
}

.btn-blue:hover {
	background-color: rgba(59, 55, 230, .8);
}

.btn-coral {
	background-color: #ff7369;
}

.btn-coral:hover {
	background-color: hsla(4, 100%, 71%, .8);
}

.btn-light-blue {
	background-color: #55bbf9;
}

.btn-light-blue:hover {
	background-color: rgba(85, 187, 249, .8);
}

.btn-purple {
	background-color: #a142ff;
}

.btn-purple:hover {
	background-color: rgba(161, 66, 255, .8);
}

.styled-text.white {
	color: #fff;
}

.styled-text.dark {
	color: #16213d;
}

.styled-text.blue {
	color: #3b37e6;
}

.styled-text.coral {
	color: #ff7369;
}

.styled-text.purple {
	color: #a142ff;
}

.styled-text.light-blue {
	color: #55bbf9;
}

.styled-text.malibu {
	color: #5ed0f9;
}

.styled-text.apricot {
	color: #ed7b6f;
}

.styled-text.opacity80 {
	opacity: .8;
}

.arrow-btn-right {
	color: #3b37e6;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	padding-right: 24px;
	position: relative;
	transition: color .3s linear;
}

.arrow-btn-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%233B37E6' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-image .3s linear;
	width: 16px;
}

.arrow-btn-right:hover {
	color: #16213d;
}

.arrow-btn-right:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23ED7B6F' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.apricot:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2355BBF9' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.light-blue:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%23A142FF' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.arrow-btn-right.purple:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 10 6-4.5-6-4.5' stroke='%2316213D' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

[dir=rtl] .c-btn-arrow-apricot, [dir=rtl] .c-btn-arrow-blue, [dir=rtl] .c-btn-arrow-coral, [dir=rtl] .c-btn-arrow-malibu, [dir=rtl] .c-btn-arrow-purple {
	padding: 10px 20px 10px 50px;
}

[dir=rtl] .c-btn-arrow-apricot:after, [dir=rtl] .c-btn-arrow-blue:after, [dir=rtl] .c-btn-arrow-coral:after, [dir=rtl] .c-btn-arrow-malibu:after, [dir=rtl] .c-btn-arrow-purple:after {
	left: 10px;
	right: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.industry-banner-v2 {
	margin-bottom: 100px;
	margin-top: 24px;
}

@media only screen and (max-width:991px) {
	.industry-banner-v2 {
		margin-bottom: 46px;
		margin-top: 16px;
	}
}

.industry-banner-v2 .breadcrumbs, .industry-banner-v2 .return-back-link {
	margin-bottom: 16px;
}

@media only screen and (max-width:991px) {
	.industry-banner-v2 .breadcrumbs, .industry-banner-v2 .return-back-link {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:670px) {
	.industry-banner-v2 .breadcrumbs, .industry-banner-v2 .return-back-link {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.industry-banner-v2 .breadcrumbs {
		margin-bottom: 8px;
	}
}

.industry-banner-v2__wrapper {
	background-color: #16213d;
	border-radius: 50px;
	display: grid;
	gap: 0 20px;
	grid-template-columns: 1fr 683px;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__wrapper {
		grid-template-columns: 1fr 560px;
	}
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__wrapper {
		border-radius: 25px;
		grid-template-columns: 1fr 345px;
	}
}

@media only screen and (max-width:670px) {
	.industry-banner-v2__wrapper {
		grid-template-columns: 1fr 295px;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__wrapper {
		grid-template-columns: 1fr;
	}
}

.industry-banner-v2__wrapper-image {
	min-height: 554px;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__wrapper-image {
		min-height: 400px;
	}
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__wrapper-image {
		min-height: 304px;
	}
}

.industry-banner-v2__wrapper-frame {
	height: 554px;
	overflow: hidden;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__wrapper-frame {
		height: 400px;
	}
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__wrapper-frame {
		height: 304px;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__wrapper-frame {
		height: auto;
	}
}

.industry-banner-v2__content-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	padding: 64px 0 64px 80px;
}

@media only screen and (max-width:1370px) {
	.industry-banner-v2__content-wrapper {
		padding-left: 40px;
	}
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__content-wrapper {
		padding: 40px 0 40px 40px;
	}
}

@media only screen and (max-width:670px) {
	.industry-banner-v2__content-wrapper {
		padding: 30px 0 30px 30px;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__content-wrapper {
		padding: 36px 20px 28px;
	}
	
	.industry-banner-v2__content-wrapper-frame {
		padding: 50px 20px 42px;
	}
}

.industry-banner-v2__content {
	max-width: 548px;
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__content {
		max-width: 420px;
	}
}

.industry-banner-v2__subtitle, .industry-banner-v2__title {
	color: #fff;
}

.industry-banner-v2__subtitle {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 16px;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__subtitle {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__subtitle {
		font-size: 15px;
		line-height: 24px;
	}
}

.industry-banner-v2__title {
	font-size: 60px;
	line-height: 62px;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__title {
		font-size: 40px;
		line-height: 48px;
	}
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__title {
		font-size: 22px;
		line-height: 28px;
	}
}

.industry-banner-v2__button-wrapper {
	margin-top: 40px;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__button-wrapper {
		margin-top: 32px;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__button-wrapper {
		text-align: center;
	}
}

a.industry-banner-v2__button {
	color: #16213d;
}

a.industry-banner-v2__button:hover {
	color: #fff;
}

.industry-banner-v2__media-image {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 60px;
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__media-image {
		padding: 32px;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__media-image {
		min-height: 247px;
		padding: 20px 45px;
	}
}

.industry-banner-v2__media-image img, .industry-banner-v2__media-image svg {
	border-radius: 0;
	height: auto;
	max-height: 480px;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: auto;
}

.industry-banner-v2__media-frame {
	isolation: isolate;
	padding: 94px 119px 94px 14px;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__media-frame {
		height: 400px;
		padding: 66px 78px 66px 14px;
	}
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__media-frame {
		height: 304px;
		padding: 57px 61px 57px 0;
	}
}

@media only screen and (max-width:670px) {
	.industry-banner-v2__media-frame {
		height: 304px;
		padding: 57px 51px 57px 0;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__media-frame {
		height: auto;
		padding: 0 20px 20px;
	}
}

.industry-banner-v2__media-frame .frame {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='683' height='554' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='253' y='472' width='422' height='82'%3E%3Cpath transform='rotate(180 674 553.5)' fill='%23D9D9D9' stroke='%23A142FF' d='M674 553.5h420v81H674z'/%3E%3C/mask%3E%3Cg mask='url(%23a)' stroke='%233B37E6'%3E%3Cpath opacity='.2' d='M268.97 564.684v-25.739c0-30.273 24.543-54.816 54.816-54.816h237.398c30.273 0 54.816 24.543 54.816 54.816v25.739c0 30.273-24.543 54.816-54.816 54.816H323.786c-30.273 0-54.816-24.538-54.816-54.816Z' fill='%233B37E6'/%3E%3Cpath d='M296.773 558.268V545.37c0-20.501 16.616-37.117 37.116-37.117h217.187c20.501 0 37.116 16.616 37.116 37.116v12.899c0 20.501-16.615 37.116-37.116 37.116H333.89c-20.501 0-37.117-16.62-37.117-37.116Z' stroke-miterlimit='10'/%3E%3Cpath d='M328.368 552.091v-.549c0-9.24 7.491-16.736 16.736-16.736h197.029c9.241 0 16.736 7.491 16.736 16.736v.549c0 9.241-7.491 16.736-16.736 16.736H345.104c-9.245 0-16.736-7.491-16.736-16.736Z' fill='%233B37E6'/%3E%3Cpath d='M268.47 564.684v-25.739c0-30.549 24.766-55.316 55.316-55.316h237.398c30.549 0 55.316 24.767 55.316 55.316v25.739c0 30.55-24.766 55.316-55.316 55.316H323.786c-30.55 0-55.316-24.762-55.316-55.316Z' stroke-miterlimit='10'/%3E%3C/g%3E%3Cmask id='b' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-5' y='-1' width='746' height='210'%3E%3Cpath d='M690.5 208.5h-645C18.162 208.5-4 186.338-4 159V.5h694.5C717.838.5 740 22.662 740 50v109c0 27.338-22.162 49.5-49.5 49.5Z' fill='%23D9D9D9' stroke='%23A142FF'/%3E%3C/mask%3E%3Cg mask='url(%23b)' stroke='%23A142FF'%3E%3Cpath opacity='.2' d='M34.017-20.5H544.99c9.868 0 18.01 9.57 18.01 21.567v46.866c0 11.998-8.142 21.567-18.01 21.567H34.01C24.142 69.5 16 59.93 16 47.933V1.067C16-10.931 24.142-20.5 34.017-20.5Z' fill='%23A142FF'/%3E%3Cpath d='M34.017-21H544.99c10.223 0 18.51 9.88 18.51 22.067v46.866C563.5 60.121 555.213 70 544.99 70H34.01C23.787 70 15.5 60.12 15.5 47.933V1.067C15.5-11.121 23.787-21 34.017-21Z' stroke-miterlimit='10'/%3E%3Cpath d='M33.519-20.235H97.78c10.066 0 18.218 8.159 18.218 18.217v53.066c0 10.066-8.16 18.217-18.218 18.217H33.52c-10.066 0-18.218-8.16-18.218-18.217V-2.018c0-10.058 8.152-18.217 18.218-18.217Z' fill='%23A142FF'/%3E%3C/g%3E%3Cg clip-path='url(%23c)'%3E%3Cpath opacity='.2' d='M590.808 164.692h55.528c8.918 0 16.148-7.229 16.148-16.147v-87.09c0-8.918-7.23-16.147-16.148-16.147h-39.381c-8.918 0-16.147 7.23-16.147 16.147v103.237Z' fill='%235ED0F9'/%3E%3Cpath d='M590.808 164.692h55.528c8.918 0 16.148-7.229 16.148-16.147v-87.09c0-8.918-7.23-16.147-16.148-16.147h-39.381c-8.918 0-16.147 7.23-16.147 16.147v103.237Z' stroke='%235ED0F9' stroke-miterlimit='10'/%3E%3Cpath d='m625.502 133.236-5.446-9.432a1.32 1.32 0 0 1 1.142-1.981h10.892a1.321 1.321 0 0 1 1.143 1.981l-5.446 9.432a1.317 1.317 0 0 1-2.285 0l-5.446-9.432a1.32 1.32 0 0 1 1.142-1.981h10.892a1.321 1.321 0 0 1 1.143 1.981l-5.446 9.432a1.317 1.317 0 0 1-2.285 0ZM625.502 113.023l-5.446-9.432a1.32 1.32 0 0 1 1.142-1.98h10.892a1.32 1.32 0 0 1 1.143 1.98l-5.446 9.432a1.32 1.32 0 0 1-2.285 0l-5.446-9.432a1.32 1.32 0 0 1 1.142-1.98h10.892a1.32 1.32 0 0 1 1.143 1.98l-5.446 9.432a1.32 1.32 0 0 1-2.285 0ZM625.502 92.81l-5.446-9.432a1.32 1.32 0 0 1 1.142-1.98h10.892a1.32 1.32 0 0 1 1.143 1.98l-5.446 9.432a1.32 1.32 0 0 1-2.285 0l-5.446-9.432a1.32 1.32 0 0 1 1.142-1.98h10.892a1.32 1.32 0 0 1 1.143 1.98l-5.446 9.432a1.32 1.32 0 0 1-2.285 0Z' fill='%235ED0F9'/%3E%3C/g%3E%3Cpath opacity='.2' d='M591 424.817V222.183c0-19.175 14.942-34.683 33.337-34.683h3.326c18.395 0 33.337 15.508 33.337 34.683v202.634c0 19.175-14.942 34.683-33.337 34.683h-3.326c-18.395 0-33.337-15.508-33.337-34.683Z' fill='%23A142FF' stroke='%23A142FF'/%3E%3Cpath d='M590.5 424.817V222.183c0-19.432 15.148-35.183 33.837-35.183h3.326c18.689 0 33.837 15.751 33.837 35.183v202.634c0 19.432-15.148 35.183-33.837 35.183h-3.326c-18.689 0-33.837-15.751-33.837-35.183Z' stroke='%23A142FF' stroke-miterlimit='10'/%3E%3Cpath d='M591.783 220.69c0-18.332 14.858-33.19 33.19-33.19h3.311c18.332 0 33.19 14.858 33.19 33.19 0 18.331-14.858 33.189-33.19 33.189h-3.311c-18.332 0-33.19-14.858-33.19-33.189Z' fill='%23A142FF' stroke='%23A142FF'/%3E%3Cmask id='d' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='475' width='235' height='79'%3E%3Cpath transform='rotate(180 234 553.5)' fill='%23D9D9D9' stroke='%23A142FF' d='M234 553.5h233v78H234z'/%3E%3C/mask%3E%3Cg mask='url(%23d)' stroke='%23A142FF'%3E%3Cpath opacity='.2' d='m152.792 651.596 73.303-70.551c8.018-7.719 7.852-19.914-.383-27.444l-69.355-63.425c-3.99-3.65-9.401-5.708-15.043-5.708H31.606c-11.837 0-21.356 8.844-21.328 19.657l.35 132.372c.027 10.72 9.444 19.488 21.182 19.559h.005l105.406 1.598h.002c5.88.046 11.514-2.152 15.569-6.058Z' fill='%23A142FF'/%3E%3Cpath d='m153.139 651.957 73.303-70.551c8.227-7.921 8.054-20.45-.393-28.174l-69.354-63.425c-4.087-3.738-9.619-5.839-15.381-5.839H31.606c-12.075 0-21.856 9.031-21.828 20.158l.35 132.373c.028 11.031 9.705 19.985 21.679 20.057l105.41 1.598c6.006.048 11.768-2.197 15.922-6.197Z' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Cpath fill='%23fff' transform='rotate(-180 331.396 82.5)' d='M0 0h72.291v120H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.industry-banner-v2__media-frame .frame.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width:1199px) {
	.industry-banner-v2__media-frame .frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='560' height='400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='225' y='344' width='450' height='56'%3E%3Cpath transform='rotate(180 674.5 399.5)' fill='%23D9D9D9' stroke='%23A142FF' d='M674.5 399.5h449v55h-449z'/%3E%3C/mask%3E%3Cg mask='url(%23a)' stroke='%233B37E6'%3E%3Cpath opacity='.2' d='M234.5 404.711v-18.584c0-21.734 19.58-39.44 43.844-39.44h190.312c24.264 0 43.844 17.706 43.844 39.44v18.584c0 21.733-19.58 39.439-43.844 39.439H278.344c-24.264 0-43.844-17.703-43.844-39.439Z' fill='%233B37E6'/%3E%3Cpath d='M256.69 400.078v-9.313c0-14.802 13.32-26.798 29.754-26.798h174.109c16.434 0 29.754 11.996 29.754 26.798v9.313c0 14.802-13.32 26.799-29.754 26.799H286.444c-16.434 0-29.754-12-29.754-26.799Z' stroke-miterlimit='10'/%3E%3Cpath d='M282.117 395.618v-.396c0-6.547 5.91-11.945 13.317-11.945h157.95c7.404 0 13.317 5.395 13.317 11.945v.396c0 6.548-5.91 11.945-13.317 11.945h-157.95c-7.407 0-13.317-5.394-13.317-11.945Z' fill='%233B37E6'/%3E%3Cpath d='M234 404.711v-18.584c0-22.058 19.854-39.94 44.344-39.94h190.312c24.49 0 44.344 17.882 44.344 39.94v18.584c0 22.057-19.854 39.939-44.344 39.939H278.344c-24.49 0-44.344-17.879-44.344-39.939Z' stroke-miterlimit='10'/%3E%3C/g%3E%3Cmask id='b' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-5' y='-1' width='746' height='210'%3E%3Cpath d='M690.5 208.5h-645C18.162 208.5-4 186.338-4 159V.5h694.5C717.838.5 740 22.662 740 50v109c0 27.338-22.162 49.5-49.5 49.5Z' fill='%23D9D9D9' stroke='%23A142FF'/%3E%3C/mask%3E%3Cg mask='url(%23b)' stroke='%23A142FF'%3E%3Cpath opacity='.2' d='M28.555-14.662h436.628c8.456 0 15.317 6.905 15.317 15.432V34.61c0 8.527-6.861 15.432-15.317 15.432H28.55c-8.457 0-15.317-6.905-15.317-15.432V.77c0-8.527 6.86-15.432 15.322-15.432Z' fill='%23A142FF'/%3E%3Cpath d='M28.555-15.162h436.628C473.919-15.162 481-8.03 481 .77V34.61c0 8.8-7.081 15.932-15.817 15.932H28.55c-8.736 0-15.817-7.133-15.817-15.932V.77c0-8.8 7.081-15.932 15.822-15.932Z' stroke-miterlimit='10'/%3E%3Cpath d='M28.13-14.471H83.04c8.644 0 15.495 5.904 15.495 13.014v38.315c0 7.115-6.858 13.014-15.495 13.014H28.13c-8.644 0-15.494-5.904-15.494-13.014V-1.457c0-7.11 6.85-13.014 15.494-13.014Z' fill='%23A142FF'/%3E%3C/g%3E%3Cg clip-path='url(%23c)'%3E%3Cpath opacity='.2' d='M497.627 92.957h35.333c5.675 0 10.275-4.05 10.275-9.047v-48.8c0-4.998-4.6-9.049-10.275-9.049h-25.059c-5.674 0-10.274 4.051-10.274 9.048v57.848Z' fill='%235ED0F9'/%3E%3Cpath d='M497.627 92.957h35.333c5.675 0 10.275-4.05 10.275-9.047v-48.8c0-4.998-4.6-9.049-10.275-9.049h-25.059c-5.674 0-10.274 4.051-10.274 9.048v57.848Z' stroke='%235ED0F9' stroke-miterlimit='10'/%3E%3Cpath d='m519.703 75.331-3.466-5.285c-.323-.493.081-1.11.727-1.11h6.931c.646 0 1.05.617.727 1.11l-3.465 5.285c-.324.494-1.131.494-1.454 0l-3.466-5.285c-.323-.493.081-1.11.727-1.11h6.931c.646 0 1.05.617.727 1.11l-3.465 5.285c-.324.494-1.131.494-1.454 0ZM519.703 64.005l-3.466-5.285c-.323-.493.081-1.11.727-1.11h6.931c.646 0 1.05.617.727 1.11l-3.465 5.285c-.324.493-1.131.493-1.454 0l-3.466-5.285c-.323-.493.081-1.11.727-1.11h6.931c.646 0 1.05.617.727 1.11l-3.465 5.285c-.324.493-1.131.493-1.454 0ZM519.703 52.679l-3.466-5.285c-.323-.493.081-1.11.727-1.11h6.931c.646 0 1.05.617.727 1.11l-3.465 5.285c-.324.493-1.131.493-1.454 0l-3.466-5.285c-.323-.493.081-1.11.727-1.11h6.931c.646 0 1.05.617.727 1.11l-3.465 5.285c-.324.493-1.131.493-1.454 0Z' fill='%235ED0F9'/%3E%3C/g%3E%3Cpath opacity='.2' d='M496.5 297.423V138.597c0-15.072 9.629-27.077 21.277-27.077h2.141c11.648 0 21.277 12.005 21.277 27.077v158.826c0 15.072-9.629 27.077-21.277 27.077h-2.141c-11.648 0-21.277-12.005-21.277-27.077Z' fill='%23A142FF' stroke='%23A142FF'/%3E%3Cpath d='M496 297.423V138.597c0-15.231 9.749-27.577 21.777-27.577h2.141c12.028 0 21.777 12.346 21.777 27.577v158.826c0 15.231-9.749 27.577-21.777 27.577h-2.141C505.749 325 496 312.654 496 297.423Z' stroke='%23A142FF' stroke-miterlimit='10'/%3E%3Cpath d='M497.004 133.77c0-12.312 9.505-22.25 21.183-22.25h2.131c11.677 0 21.182 9.938 21.182 22.25s-9.505 22.25-21.182 22.25h-2.131c-11.678 0-21.183-9.938-21.183-22.25Z' fill='%23A142FF' stroke='%23A142FF'/%3E%3Cmask id='d' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='344' width='234' height='56'%3E%3Cpath transform='rotate(180 233.5 399.5)' fill='%23D9D9D9' stroke='%23A142FF' d='M233.5 399.5h233v55h-233z'/%3E%3C/mask%3E%3Cg mask='url(%23d)' stroke='%23A142FF'%3E%3Cpath opacity='.2' d='M133.034 466.133h.001l64.337-50.94c3.506-2.776 5.185-6.326 5.126-9.823-.058-3.498-1.858-7.017-5.46-9.727l-60.873-45.794c-3.489-2.626-8.236-4.115-13.199-4.115h-96.29c-5.2 0-9.888 1.6-13.26 4.162-3.374 2.562-5.41 6.064-5.399 9.89l.307 95.576c.012 3.793 2.04 7.266 5.385 9.812 3.346 2.547 7.989 4.146 13.145 4.171h.004l92.515 1.154h.002c5.173.034 10.115-1.558 13.659-4.366Z' fill='%23A142FF'/%3E%3Cpath d='m133.345 466.525 64.338-50.94c7.22-5.718 7.069-14.765-.345-20.342l-60.872-45.794c-3.587-2.698-8.443-4.215-13.5-4.215h-96.29c-10.598 0-19.184 6.52-19.159 14.554l.307 95.576c.025 7.964 8.518 14.43 19.028 14.481l92.518 1.154c5.272.035 10.329-1.586 13.975-4.474Z' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Cpath fill='%23fff' transform='rotate(-180 271.716 46.565)' d='M0 0h46v67.241H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.industry-banner-v2__media-frame .frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__media-frame .frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='345' height='304' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='0' width='344' height='45'%3E%3Cpath d='M325.85 44.743H1.257V.257H319.15c14.135 0 25.593 11.458 25.593 25.593 0 10.434-8.459 18.893-18.893 18.893Z' fill='%23D9D9D9' stroke='%233B37E6' stroke-width='.514'/%3E%3C/mask%3E%3Cg mask='url(%23a)' stroke='%233B37E6' stroke-width='.514'%3E%3Cpath opacity='.2' d='M12.042-2.41h311.652c6.093 0 11.032 4.939 11.032 11.032V32.6c0 6.093-4.939 11.032-11.032 11.032H12.038c-6.094 0-11.033-4.939-11.033-11.032V8.622c0-6.093 4.94-11.033 11.037-11.033Z' fill='%233B37E6'/%3E%3Cpath d='M12.042-2.668h311.652c6.235 0 11.289 5.055 11.289 11.29V32.6c0 6.235-5.054 11.29-11.289 11.29H12.038C5.802 43.89.748 38.834.748 32.6V8.622c0-6.235 5.054-11.29 11.294-11.29Z' stroke-miterlimit='10'/%3E%3Cpath d='M10.38-2.41h33.06A9.371 9.371 0 0 1 52.81 6.96v27.3a9.371 9.371 0 0 1-9.372 9.37H10.38a9.371 9.371 0 0 1-9.371-9.37V6.96a9.371 9.371 0 0 1 9.372-9.372Z' fill='%233B37E6'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath d='M335.031 54.48h-28.566a8.307 8.307 0 0 0-8.307 8.308v44.802a8.307 8.307 0 0 0 8.307 8.307h20.259a8.307 8.307 0 0 0 8.307-8.307V54.48Z' stroke='%23FF7369' stroke-width='.514' stroke-miterlimit='10'/%3E%3Cpath d='m317.183 70.664 2.802 4.852a.68.68 0 0 1-.588 1.019h-5.603a.68.68 0 0 1-.588-1.02l2.802-4.851a.677.677 0 0 1 1.175 0l2.802 4.852a.68.68 0 0 1-.588 1.019h-5.603a.68.68 0 0 1-.588-1.02l2.802-4.851a.677.677 0 0 1 1.175 0ZM317.183 81.062l2.802 4.852a.68.68 0 0 1-.588 1.019h-5.603a.68.68 0 0 1-.588-1.02l2.802-4.851a.678.678 0 0 1 1.175 0l2.802 4.852a.68.68 0 0 1-.588 1.019h-5.603a.68.68 0 0 1-.588-1.02l2.802-4.851a.678.678 0 0 1 1.175 0ZM317.183 91.46l2.802 4.852a.68.68 0 0 1-.588 1.019h-5.603a.68.68 0 0 1-.588-1.019l2.802-4.852a.678.678 0 0 1 1.175 0l2.802 4.852a.68.68 0 0 1-.588 1.019h-5.603a.68.68 0 0 1-.588-1.019l2.802-4.852a.678.678 0 0 1 1.175 0Z' fill='%23FF7369'/%3E%3C/g%3E%3Cpath opacity='.2' d='M335.031 54.48h-28.566a8.307 8.307 0 0 0-8.307 8.308v44.802a8.307 8.307 0 0 0 8.307 8.307h20.259a8.307 8.307 0 0 0 8.307-8.307V54.48Z' fill='%23FF7369'/%3E%3Cpath d='M298.5 144c0-9.689 7.479-17.5 16.657-17.5h1.686c9.178 0 16.657 7.811 16.657 17.5s-7.479 17.5-16.657 17.5h-1.686c-9.178 0-16.657-7.811-16.657-17.5Z' fill='%235ED0F9' stroke='%235ED0F9'/%3E%3Crect x='298.5' y='126.5' width='35' height='119' rx='17.5' fill='%235ED0F9' fill-opacity='.2' stroke='%235ED0F9'/%3E%3Cmask id='c' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='117' y='252' width='216' height='52'%3E%3Cpath fill='%23D9D9D9' stroke='%23A142FF' stroke-width='.514' d='M332.743 303.742H117.257v-50.486h215.486z'/%3E%3C/mask%3E%3Cg mask='url(%23c)' stroke='%23A142FF' stroke-width='.514'%3E%3Cpath opacity='.2' d='M124.85 300.496v-13.241c0-15.574 12.626-28.2 28.2-28.2h122.127c15.574 0 28.2 12.626 28.2 28.2v13.241c0 15.574-12.626 28.199-28.2 28.199H153.05c-15.574 0-28.2-12.623-28.2-28.199Z' fill='%23A142FF'/%3E%3Cpath d='M139.154 297.195v-6.636c0-10.546 8.547-19.094 19.094-19.094h111.729c10.546 0 19.094 8.548 19.094 19.094v6.636c0 10.546-8.548 19.094-19.094 19.094H158.248c-10.547 0-19.094-8.55-19.094-19.094Z' stroke-miterlimit='10'/%3E%3Cpath d='M155.257 299.727v-.454c0-3.9.982-7.42 2.556-9.956 1.577-2.54 3.721-4.06 6.047-4.06h101.28c2.325 0 4.469 1.519 6.046 4.058 1.574 2.536 2.557 6.056 2.557 9.958v.454c0 3.9-.982 7.42-2.556 9.956-1.577 2.54-3.721 4.06-6.047 4.06H163.86c-2.326 0-4.47-1.519-6.047-4.058-1.574-2.536-2.556-6.056-2.556-9.958Z' fill='%23A142FF'/%3E%3Cpath d='M124.593 300.496v-13.241c0-15.716 12.741-28.457 28.457-28.457h122.127c15.716 0 28.457 12.741 28.457 28.457v13.241c0 15.716-12.741 28.457-28.457 28.457H153.05c-15.716 0-28.457-12.739-28.457-28.457Z' stroke-miterlimit='10'/%3E%3C/g%3E%3Cmask id='d' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='254' width='117' height='50'%3E%3Cpath transform='rotate(-180 117 304)' fill='%23D9D9D9' d='M117 304h117v50H117z'/%3E%3C/mask%3E%3Cg mask='url(%23d)'%3E%3Cpath opacity='.2' d='m74.75 345.392 37.711-36.294c4.232-4.075 4.143-10.52-.202-14.494l-35.68-32.628c-2.102-1.923-4.948-3.004-7.912-3.004H12.23c-6.211 0-11.244 4.646-11.229 10.37l.18 68.098c.015 5.675 4.993 10.281 11.152 10.318l54.228.822c3.09.025 6.054-1.13 8.19-3.188Z' fill='%233B37E6'/%3E%3Cpath d='m74.75 345.392 37.711-36.294c4.232-4.075 4.143-10.52-.202-14.494l-35.68-32.628c-2.102-1.923-4.948-3.004-7.912-3.004H12.23c-6.211 0-11.244 4.646-11.229 10.37l.18 68.098c.015 5.675 4.993 10.281 11.152 10.318l54.228.822c3.09.025 6.054-1.13 8.19-3.188Z' stroke='%233B37E6' stroke-width='.514' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' transform='translate(298 54.322)' d='M0 0h37.19v61.733H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.industry-banner-v2__media-frame .frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:670px) {
	.industry-banner-v2__media-frame .frame {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='295' height='304' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='295' height='45'%3E%3Cpath d='M275.85 44.743H1.112V.257H269.15c14.135 0 25.593 11.458 25.593 25.593 0 10.434-8.459 18.893-18.893 18.893Z' fill='%23D9D9D9' stroke='%233B37E6' stroke-width='.514'/%3E%3C/mask%3E%3Cg mask='url(%23a)' stroke='%233B37E6' stroke-width='.514'%3E%3Cpath opacity='.2' d='M10.296-2.41H276.78c5.153 0 9.396 4.9 9.396 11.032V32.6c0 6.132-4.243 11.032-9.396 11.032H10.293c-5.154 0-9.397-4.9-9.397-11.032V8.622c0-6.133 4.243-11.033 9.4-11.033Z' fill='%233B37E6'/%3E%3Cpath d='M10.296-2.668H276.78c5.332 0 9.654 5.055 9.654 11.29V32.6c0 6.235-4.322 11.29-9.654 11.29H10.293C4.96 43.89.639 38.834.639 32.6V8.622c0-6.235 4.322-11.29 9.657-11.29Z' stroke-miterlimit='10'/%3E%3Cpath d='M8.876-2.41h28.267c4.371 0 7.977 4.157 7.977 9.371v27.3c0 5.217-3.609 9.37-7.977 9.37H8.876c-4.371 0-7.977-4.157-7.977-9.37V6.96c0-5.214 3.606-9.372 7.977-9.372Z' fill='%233B37E6'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath d='M286.477 54.48h-24.426c-3.923 0-7.103 3.72-7.103 8.308v44.802c0 4.588 3.18 8.307 7.103 8.307h17.323c3.923 0 7.103-3.719 7.103-8.307V54.48Z' stroke='%23FF7369' stroke-width='.514' stroke-miterlimit='10'/%3E%3Cpath d='m271.216 70.664 2.395 4.852c.224.452-.056 1.019-.502 1.019h-4.791c-.447 0-.726-.567-.503-1.02l2.396-4.851c.223-.454.781-.454 1.005 0l2.395 4.852c.224.452-.056 1.019-.502 1.019h-4.791c-.447 0-.726-.567-.503-1.02l2.396-4.851c.223-.454.781-.454 1.005 0ZM271.216 81.062l2.395 4.852c.224.452-.056 1.019-.502 1.019h-4.791c-.447 0-.726-.567-.503-1.02l2.396-4.851c.223-.453.781-.453 1.005 0l2.395 4.852c.224.452-.056 1.019-.502 1.019h-4.791c-.447 0-.726-.567-.503-1.02l2.396-4.851c.223-.453.781-.453 1.005 0ZM271.216 91.46l2.395 4.852c.224.452-.056 1.019-.502 1.019h-4.791c-.447 0-.726-.567-.503-1.019l2.396-4.852c.223-.452.781-.452 1.005 0l2.395 4.852c.224.452-.056 1.019-.502 1.019h-4.791c-.447 0-.726-.567-.503-1.019l2.396-4.852c.223-.452.781-.452 1.005 0Z' fill='%23FF7369'/%3E%3C/g%3E%3Cpath opacity='.2' d='M286.477 54.48h-24.426c-3.923 0-7.103 3.72-7.103 8.308v44.802c0 4.588 3.18 8.307 7.103 8.307h17.323c3.923 0 7.103-3.719 7.103-8.307V54.48Z' fill='%23FF7369'/%3E%3Cpath d='M255.312 141.39c0-8.247 6.367-14.89 14.171-14.89h1.442c7.804 0 14.17 6.643 14.17 14.89s-6.366 14.89-14.17 14.89h-1.442c-7.804 0-14.171-6.643-14.171-14.89Z' fill='%235ED0F9' stroke='%235ED0F9'/%3E%3Crect x='255.312' y='126.5' width='29.783' height='119' rx='14.891' fill='%235ED0F9' fill-opacity='.2' stroke='%235ED0F9'/%3E%3Cmask id='c' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='100' y='252' width='185' height='52'%3E%3Cpath fill='%23D9D9D9' stroke='%23A142FF' stroke-width='.514' d='M284.482 303.742H100.301v-50.486h184.181z'/%3E%3C/mask%3E%3Cg mask='url(%23c)' stroke='%23A142FF' stroke-width='.514'%3E%3Cpath opacity='.2' d='M106.793 300.496v-13.241c0-15.613 10.816-28.2 24.076-28.2h104.427c13.26 0 24.076 12.587 24.076 28.2v13.241c0 15.613-10.816 28.199-24.076 28.199H130.869c-13.26 0-24.076-12.584-24.076-28.199Z' fill='%23A142FF'/%3E%3Cpath d='M118.986 297.195v-6.636c0-10.546 7.309-19.094 16.327-19.094h95.537c9.018 0 16.327 8.548 16.327 19.094v6.636c0 10.546-7.309 19.094-16.327 19.094h-95.537c-9.018 0-16.327-8.55-16.327-19.094Z' stroke-miterlimit='10'/%3E%3Cpath d='M132.794 299.727v-.454c0-3.907.841-7.432 2.188-9.971 1.354-2.551 3.18-4.045 5.13-4.045h86.602c1.95 0 3.776 1.493 5.13 4.043 1.347 2.539 2.189 6.064 2.189 9.973v.454c0 3.907-.841 7.432-2.189 9.971-1.353 2.551-3.179 4.045-5.13 4.045h-86.602c-1.95 0-3.776-1.493-5.13-4.043-1.347-2.539-2.188-6.064-2.188-9.973Z' fill='%23A142FF'/%3E%3Cpath d='M106.536 300.496v-13.241c0-15.716 10.895-28.457 24.333-28.457h104.427c13.439 0 24.333 12.741 24.333 28.457v13.241c0 15.716-10.894 28.457-24.333 28.457H130.869c-13.438 0-24.333-12.739-24.333-28.457Z' stroke-miterlimit='10'/%3E%3C/g%3E%3Cmask id='d' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='254' width='101' height='50'%3E%3Cpath transform='rotate(-180 100.044 304)' fill='%23D9D9D9' d='M100.044 304h100.043v50H100.044z'/%3E%3C/mask%3E%3Cg mask='url(%23d)'%3E%3Cpath opacity='.2' d='m63.918 345.392 32.244-36.294c3.62-4.075 3.543-10.52-.172-14.494l-30.508-32.628c-1.798-1.923-4.232-3.004-6.766-3.004H10.457c-5.311 0-9.614 4.646-9.601 10.37l.153 68.098c.013 5.675 4.27 10.281 9.537 10.318l46.368.822c2.642.025 5.176-1.13 7.004-3.188Z' fill='%233B37E6'/%3E%3Cpath d='m63.918 345.392 32.244-36.294c3.62-4.075 3.543-10.52-.172-14.494l-30.508-32.628c-1.798-1.923-4.232-3.004-6.766-3.004H10.457c-5.311 0-9.614 4.646-9.601 10.37l.153 68.098c.013 5.675 4.27 10.281 9.537 10.318l46.368.822c2.642.025 5.176-1.13 7.004-3.188Z' stroke='%233B37E6' stroke-width='.514' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' transform='translate(254.812 54.322)' d='M0 0h31.8v61.733H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.industry-banner-v2__media-frame .frame.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__media-frame .frame {
		background-image: none;
	}
	
	.industry-banner-v2__media-frame .frame.nitro-lazy {
		background-image: none !important;
	}
}

.industry-banner-v2__media-frame img {
	border-radius: 40px;
	display: block;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width:991px) {
	.industry-banner-v2__media-frame img {
		border-radius: 20px;
	}
}

@media only screen and (max-width:570px) {
	.industry-banner-v2__media-frame img {
		border-radius: 16px;
	}
}

.industry-banner-v2 + .anchor-menu {
	margin: -50px 0;
}

[dir=rtl] .industry-banner-v2__content-wrapper {
	padding: 64px 80px 64px 0;
}

@media only screen and (max-width:1370px) {
	[dir=rtl] .industry-banner-v2__content-wrapper {
		padding-left: 0;
		padding-right: 40px;
	}
}

@media only screen and (max-width:1199px) {
	[dir=rtl] .industry-banner-v2__content-wrapper {
		padding: 40px 40px 40px 0;
	}
}

@media only screen and (max-width:670px) {
	[dir=rtl] .industry-banner-v2__content-wrapper {
		padding: 30px 30px 30px 0;
	}
}

@media only screen and (max-width:570px) {
	[dir=rtl] .industry-banner-v2__content-wrapper {
		padding: 36px 30px 28px;
	}
	
	[dir=rtl] .industry-banner-v2__content-wrapper-frame {
		padding: 50px 30px 42px;
	}
}

[dir=rtl] .industry-banner-v2__media-frame {
	padding: 94px 14px 94px 119px;
}

@media only screen and (max-width:1199px) {
	[dir=rtl] .industry-banner-v2__media-frame {
		padding: 66px 14px 66px 78px;
	}
}

@media only screen and (max-width:991px) {
	[dir=rtl] .industry-banner-v2__media-frame {
		padding: 57px 0 57px 61px;
	}
}

@media only screen and (max-width:670px) {
	[dir=rtl] .industry-banner-v2__media-frame {
		padding: 57px 0 57px 51px;
	}
}

@media only screen and (max-width:570px) {
	[dir=rtl] .industry-banner-v2__media-frame {
		padding: 6.71% 13.995% 15.745%;
	}
}

[dir=rtl] .industry-banner-v2__media-frame .frame {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
