/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/generic/_reset.css ***!
  \************************************************************************************************************************/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/generic/_normalize.css ***!
  \****************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/objects/_layout_flex.css ***!
  \******************************************************************************************************************************/
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

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

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.box-content {
	box-sizing: content-box;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.contents {
	display: contents;
}
.transform {
	transform: var(--tw-transform);
}
.resize {
	resize: both;
}
.flex-row {
	flex-direction: row;
}
.bg-auto {
	background-size: auto;
}
.bg-center {
	background-position: center;
}
.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
body .dnd-section {
    /* padding: var(--dnd-mt) var(--container-padding) var(--dnd-mb);
    @media (max-width: 767px) {
        padding-top: 80px;
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        padding-bottom: 80px;
    }
    */
}
@media (min-width: 768px) {
    .row-fluid {
		display: flex;
	}
    .row-fluid {
        grid-gap: var(--dnd-gap);
        gap: var(--dnd-gap);
    }
    .row-fluid .span12 {
		width: 100%;
	}

    .row-fluid .span11 {
		width: 91.666667%;
	}

    .row-fluid .span10 {
		width: 83.333333%;
	}

    .row-fluid .span9 {
		width: 75%;
	}

    .row-fluid .span8 {
		width: 66.666667%;
	}

    .row-fluid .span7 {
		width: 58.333333%;
	}

    .row-fluid .span6 {
		width: 50%;
	}

    .row-fluid .span5 {
		width: 41.666667%;
	}

    .row-fluid .span4 {
		width: 33.333333%;
	}

    .row-fluid .span3 {
		width: 25%;
	}

    .row-fluid .span2 {
		width: 16.666667%;
	}

    .row-fluid .span1 {
		width: 8.333333%;
	}
}

/* Clearfix */

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: none !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/objects/_containers-dnd.css ***!
  \*********************************************************************************************************************************/
.body-container-wrapper {
    overflow: hidden;
    overflow: unset;
}

.content-wrapper {
    margin: 0 auto;
    max-width: var(--container-width);
}

@media screen and (min-width: 1380px) {
    .content-wrapper {
        padding: 0;
    }
}

.dnd-section > .row-fluid {
    margin: 0 auto;
}

.dnd-section .dnd-column {
    padding: 0 calc(var(--container-padding) / 2);
}

.content-wrapper {
    max-width: var(--container-width);
}

.dnd-section > .row-fluid {
    /* max-width: var(--container-width); */
    margin: 0 auto;
}
body .dnd-section .dnd-column {
    padding: 0;
}

html.lock {
    height: 100vh;
    overflow: hidden;
}

/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/elements/_typography.css ***!
  \******************************************************************************************************************************/
body {
    line-height: var(--body-font-line-height);
    word-wrap: break-word;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    color: var(--body-font-color);
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-wrap: normal;
    word-break: break-all;
}

/* Paragraphs */

p {
    margin: var(--text-elements-margin);
}

p a,
    p span {
        margin-bottom: 0 !important;
    }

/* Anchors */

a {
    cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: var(--text-elements-margin);
}

/* Lists */

ul,
ol {
    margin: var(--text-elements-margin);
}

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

ul.no-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote:before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 0;
        background-color: #4e58a3;
        width: 2px;
        height: 100%;
    }

@media (min-width: 768px) {

blockquote:before {
            left: 100px
    }
        }

blockquote {
    position: relative;
    margin: 40px auto;
    font-weight: 500;
    text-align: left;
    color: #4e58a3;
    padding-left: 40px;
}

@media (min-width: 768px) {

blockquote {
        padding-left: 150px;
        font-size: 36px;
        line-height: 48px;
        margin: 107px auto
}
    }

/* Horizontal rules */

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
    font-size: 0.583rem;
    word-break: normal;
}

/*  */

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    line-height: 1.2;
    font-weight: 500;
    color: var(--header-font-color);
    font-family: var(--header-font);
    /*margin-bottom: 40px; */
}
.h1,
h1 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 70px;
    color: #011E41;
}
@media (max-width: 640px) {
.h1,
h1 {
        font-size: 26px;
        line-height: 32px
}
    }
.h2,
h2 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 36px;
    font-weight: 800;
    color: #011E41;
}
@media (max-width: 640px) {
.h2,
h2 {
        font-size: 20px;
        line-height: 26px
}
    }
.h3,
h3 {
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 0px;
    line-height: 36px;
}
.h3 strong, h3 strong {
        font-weight: 500;
    }
@media (max-width: 640px) {
.h3,
h3 {
        font-size: 20px;
        line-height: 26px
}
    }
.h4,
h4 {
    font-size: 22px;
    line-height: 26px;
}
@media (max-width: 640px) {
.h4,
h4 {
        font-size: 20px;
        line-height: 26px
}
    }
.h5,
h5 {
    font-size: 20px;
}
.h6,
h6 {
    font-size: 18px;
    line-height: 24px;
}

.widget-type-blog_content,
.widget-type-rich_text,
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_inline_rich_text,
p {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 640px) {

.widget-type-blog_content,
.widget-type-rich_text,
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_inline_rich_text,
p {
        font-size: 16px;
        line-height: 21px
}
    }

.widget-type-blog_content .body-s, .widget-type-rich_text .body-s, .hs_cos_wrapper_type_rich_text .body-s, .hs_cos_wrapper_type_inline_rich_text .body-s, p .body-s {
        font-size: 18px;
        line-height: 28px;
    }

@media (max-width: 640px) {

.widget-type-blog_content .body-s, .widget-type-rich_text .body-s, .hs_cos_wrapper_type_rich_text .body-s, .hs_cos_wrapper_type_inline_rich_text .body-s, p .body-s {
            font-size: 14px;
            line-height: 22px
    }
        }

.widget-type-blog_content .body-xs, .widget-type-rich_text .body-xs, .hs_cos_wrapper_type_rich_text .body-xs, .hs_cos_wrapper_type_inline_rich_text .body-xs, p .body-xs {
        font-size: 16px;
        line-height: 26px;
    }

.widget-type-blog_content a:not(.cta_button):not(.button), .widget-type-rich_text a:not(.cta_button):not(.button), .hs_cos_wrapper_type_rich_text a:not(.cta_button):not(.button), .hs_cos_wrapper_type_inline_rich_text a:not(.cta_button):not(.button), p a:not(.cta_button):not(.button) {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: inline-block;
        color: var(--primary-3);
    }

.widget-type-blog_content a:not(.cta_button):not(.button):hover, .widget-type-rich_text a:not(.cta_button):not(.button):hover, .hs_cos_wrapper_type_rich_text a:not(.cta_button):not(.button):hover, .hs_cos_wrapper_type_inline_rich_text a:not(.cta_button):not(.button):hover, p a:not(.cta_button):not(.button):hover {
            text-decoration: underline;
        }

.widget-type-blog_content a:not(.cta_button):not(.button):visited,
        .widget-type-blog_content a:not(.cta_button):not(.button):focus,
        .widget-type-blog_content a:not(.cta_button):not(.button):active,
        .widget-type-rich_text a:not(.cta_button):not(.button):visited,
        .widget-type-rich_text a:not(.cta_button):not(.button):focus,
        .widget-type-rich_text a:not(.cta_button):not(.button):active,
        .hs_cos_wrapper_type_rich_text a:not(.cta_button):not(.button):visited,
        .hs_cos_wrapper_type_rich_text a:not(.cta_button):not(.button):focus,
        .hs_cos_wrapper_type_rich_text a:not(.cta_button):not(.button):active,
        .hs_cos_wrapper_type_inline_rich_text a:not(.cta_button):not(.button):visited,
        .hs_cos_wrapper_type_inline_rich_text a:not(.cta_button):not(.button):focus,
        .hs_cos_wrapper_type_inline_rich_text a:not(.cta_button):not(.button):active,
        p a:not(.cta_button):not(.button):visited,
        p a:not(.cta_button):not(.button):focus,
        p a:not(.cta_button):not(.button):active {
            text-decoration: none;
            color: var(--primary-3);
        }

.widget-type-blog_content ul,
    .widget-type-blog_content ol,
    .widget-type-rich_text ul,
    .widget-type-rich_text ol,
    .hs_cos_wrapper_type_rich_text ul,
    .hs_cos_wrapper_type_rich_text ol,
    .hs_cos_wrapper_type_inline_rich_text ul,
    .hs_cos_wrapper_type_inline_rich_text ol,
    p ul,
    p ol {
        padding-left: 0px;
        margin: var(--text-elements-margin);
    }

.widget-type-blog_content ul ul,
        .widget-type-blog_content ul ol,
        .widget-type-blog_content ol ul,
        .widget-type-blog_content ol ol,
        .widget-type-rich_text ul ul,
        .widget-type-rich_text ul ol,
        .widget-type-rich_text ol ul,
        .widget-type-rich_text ol ol,
        .hs_cos_wrapper_type_rich_text ul ul,
        .hs_cos_wrapper_type_rich_text ul ol,
        .hs_cos_wrapper_type_rich_text ol ul,
        .hs_cos_wrapper_type_rich_text ol ol,
        .hs_cos_wrapper_type_inline_rich_text ul ul,
        .hs_cos_wrapper_type_inline_rich_text ul ol,
        .hs_cos_wrapper_type_inline_rich_text ol ul,
        .hs_cos_wrapper_type_inline_rich_text ol ol,
        p ul ul,
        p ul ol,
        p ol ul,
        p ol ol {
            padding-left: 20px;
        }

.widget-type-blog_content ul p,
        .widget-type-blog_content ul a,
        .widget-type-blog_content ul span,
        .widget-type-blog_content ol p,
        .widget-type-blog_content ol a,
        .widget-type-blog_content ol span,
        .widget-type-rich_text ul p,
        .widget-type-rich_text ul a,
        .widget-type-rich_text ul span,
        .widget-type-rich_text ol p,
        .widget-type-rich_text ol a,
        .widget-type-rich_text ol span,
        .hs_cos_wrapper_type_rich_text ul p,
        .hs_cos_wrapper_type_rich_text ul a,
        .hs_cos_wrapper_type_rich_text ul span,
        .hs_cos_wrapper_type_rich_text ol p,
        .hs_cos_wrapper_type_rich_text ol a,
        .hs_cos_wrapper_type_rich_text ol span,
        .hs_cos_wrapper_type_inline_rich_text ul p,
        .hs_cos_wrapper_type_inline_rich_text ul a,
        .hs_cos_wrapper_type_inline_rich_text ul span,
        .hs_cos_wrapper_type_inline_rich_text ol p,
        .hs_cos_wrapper_type_inline_rich_text ol a,
        .hs_cos_wrapper_type_inline_rich_text ol span,
        p ul p,
        p ul a,
        p ul span,
        p ol p,
        p ol a,
        p ol span {
            margin: 0px !important;
        }

.widget-type-blog_content ul li, .widget-type-rich_text ul li, .hs_cos_wrapper_type_rich_text ul li, .hs_cos_wrapper_type_inline_rich_text ul li, p ul li {
            list-style: none;
            position: relative;
            padding-left: 20px;
            margin: var(--text-elements-margin);
        }

.widget-type-blog_content ul li:before, .widget-type-rich_text ul li:before, .hs_cos_wrapper_type_rich_text ul li:before, .hs_cos_wrapper_type_inline_rich_text ul li:before, p ul li:before {
                content: "";
                min-width: 8px;
                height: 8px;
                background-color: var(--primary-3);
                display: inline-block;
                border-radius: 50%;
                margin-right: 0px;
                position: absolute;
                left: 0px;
                top: 13px;
            }

@media (max-width: 640px) {

.widget-type-blog_content ul li:before, .widget-type-rich_text ul li:before, .hs_cos_wrapper_type_rich_text ul li:before, .hs_cos_wrapper_type_inline_rich_text ul li:before, p ul li:before {
                    top: 8px
            }
                }

.widget-type-blog_content ul ol li, .widget-type-rich_text ul ol li, .hs_cos_wrapper_type_rich_text ul ol li, .hs_cos_wrapper_type_inline_rich_text ul ol li, p ul ol li {
            padding-left: 0px;
        }

.widget-type-blog_content ul.rings, .widget-type-rich_text ul.rings, .hs_cos_wrapper_type_rich_text ul.rings, .hs_cos_wrapper_type_inline_rich_text ul.rings, p ul.rings {
            padding-left: 100px;
        }

.widget-type-blog_content ul.rings li:before, .widget-type-rich_text ul.rings li:before, .hs_cos_wrapper_type_rich_text ul.rings li:before, .hs_cos_wrapper_type_inline_rich_text ul.rings li:before, p ul.rings li:before {
                    content: "";
                    min-width: 54px;
                    height: 54px;
                    background-color: transparent;
                    left: -70px;
                    top: 3px;
                    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2754%27 height=%2754%27 viewBox=%270 0 54 54%27%3E%3Cg id=%27Group_1505%27 data-name=%27Group 1505%27 transform=%27translate%28-571 -3238%29%27%3E%3Cg id=%27Ellipse_158%27 data-name=%27Ellipse 158%27 transform=%27translate%28571 3238%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%271%27 opacity=%270.3%27%3E%3Ccircle cx=%2727%27 cy=%2727%27 r=%2727%27 stroke=%27none%27/%3E%3Ccircle cx=%2727%27 cy=%2727%27 r=%2726.5%27 fill=%27none%27/%3E%3C/g%3E%3Cg id=%27Ellipse_159%27 data-name=%27Ellipse 159%27 transform=%27translate%28576 3243%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%271%27 opacity=%270.6%27%3E%3Ccircle cx=%2722%27 cy=%2722%27 r=%2722%27 stroke=%27none%27/%3E%3Ccircle cx=%2722%27 cy=%2722%27 r=%2721.5%27 fill=%27none%27/%3E%3C/g%3E%3Cg id=%27Ellipse_160%27 data-name=%27Ellipse 160%27 transform=%27translate%28581 3248%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%271%27%3E%3Ccircle cx=%2717%27 cy=%2717%27 r=%2717%27 stroke=%27none%27/%3E%3Ccircle cx=%2717%27 cy=%2717%27 r=%2716.5%27 fill=%27none%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                }

.widget-type-blog_content ol, .widget-type-rich_text ol, .hs_cos_wrapper_type_rich_text ol, .hs_cos_wrapper_type_inline_rich_text ol, p ol {
        margin: var(--text-elements-margin);
        padding-left: 20px;
        list-style: auto;
    }

.widget-type-blog_content ol ol > li,
        .widget-type-blog_content ol > li,
        .widget-type-rich_text ol ol > li,
        .widget-type-rich_text ol > li,
        .hs_cos_wrapper_type_rich_text ol ol > li,
        .hs_cos_wrapper_type_rich_text ol > li,
        .hs_cos_wrapper_type_inline_rich_text ol ol > li,
        .hs_cos_wrapper_type_inline_rich_text ol > li,
        p ol ol > li,
        p ol > li {
            margin: var(--text-elements-margin);
            margin-bottom: 10px;
        }

.widget-type-blog_content ol, .widget-type-rich_text ol, .hs_cos_wrapper_type_rich_text ol, .hs_cos_wrapper_type_inline_rich_text ol, p ol {
        list-style: none;
        counter-reset: counter;
        padding-left: 0px;
    }

.widget-type-blog_content ol li, .widget-type-rich_text ol li, .hs_cos_wrapper_type_rich_text ol li, .hs_cos_wrapper_type_inline_rich_text ol li, p ol li {
            counter-increment: counter;
            margin-bottom: 20px;
            padding-left: 40px;
            position: relative;
        }

.widget-type-blog_content ol li:before, .widget-type-rich_text ol li:before, .hs_cos_wrapper_type_rich_text ol li:before, .hs_cos_wrapper_type_inline_rich_text ol li:before, p ol li:before {
                background-color: var(--primary-1);
                height: 28px;
                width: 28px;
                min-width: 28px;
                top: 3px;
                color: #fff;
                line-height: 28px;
                text-align: center;
                content: counter(counter);
                display: block;
                position: absolute;
                left: 0;
                border-radius: 50%;
                font-weight: 600;
                font-size: 18px;
            }

@media (max-width: 640px) {

.widget-type-blog_content ol li:before, .widget-type-rich_text ol li:before, .hs_cos_wrapper_type_rich_text ol li:before, .hs_cos_wrapper_type_inline_rich_text ol li:before, p ol li:before {
                    top: -3px
            }
                }

.widget-type-blog_content hr, .widget-type-rich_text hr, .hs_cos_wrapper_type_rich_text hr, .hs_cos_wrapper_type_inline_rich_text hr, p hr {
        display: block;
        margin: 40px auto;
    }

.widget-type-blog_content .bigger, .widget-type-rich_text .bigger, .hs_cos_wrapper_type_rich_text .bigger, .hs_cos_wrapper_type_inline_rich_text .bigger, p .bigger {
        font-size: 40px;
        line-height: 58px;
    }

@media (max-width: 767px) {

.widget-type-blog_content .bigger, .widget-type-rich_text .bigger, .hs_cos_wrapper_type_rich_text .bigger, .hs_cos_wrapper_type_inline_rich_text .bigger, p .bigger {
            font-size: 24px;
            line-height: 38px
    }

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

/* Placeholders */

::-webkit-input-placeholder {
    color: var(--form-placeholder-color);
    font-size: var(--form-placeholder-size);
    font-weight: 400;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
    color: var(--form-placeholder-color);
    font-size: var(--form-placeholder-size);
    font-weight: 400;
}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/elements/_buttons.css ***!
  \***************************************************************************************************************************/
.body-wrapper button,
.body-wrapper a.button,
.body-wrapper .button {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    cursor: pointer;
    display: inline-block;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;
    white-space: normal;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 0px 65px 0 26px;
    font-weight: 500;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin: var(--text-elements-margin);
    font-family: var(--body-font);
    min-width: 253px;
}
    @media (max-width: 767px) {.body-wrapper button,
.body-wrapper a.button,
.body-wrapper .button {
        font-size: 16px;
        height: 50px;
        line-height: 50px
}
    }
    .body-wrapper button:disabled, .body-wrapper a.button:disabled, .body-wrapper .button:disabled {
        opacity: 0.5 !important;
        pointer-events: none !important;
    }
    .body-wrapper button--type-1, .body-wrapper a.button--type-1, .body-wrapper .button--type-1 {
        border-color: none;
        color: #011E41 !important;
        position: relative;
        background-color: transparent !important;
        line-height: 65px !important;
        font-size: 60px !important;
        font-weight: 800 !important;
        padding-right: 70px !important;
        font-family: var(--body-font) !important;
    }
    @media (max-width: 768px) {
    .body-wrapper button--type-1, .body-wrapper a.button--type-1, .body-wrapper .button--type-1 {
            font-size: 26px !important;
            line-height: 32px !important;
            padding-right:  33px !important
    }

            .body-wrapper button--type-1 *, .body-wrapper a.button--type-1 *, .body-wrapper .button--type-1 * {
                font-size: 26px !important; 
                line-height: 32px !important;
                font-family: var(--body-font) !important;
            }
        }
    @media (max-width: 992px) {
                
                .body-wrapper button--type-1.mb-small *, .body-wrapper a.button--type-1.mb-small *, .body-wrapper .button--type-1.mb-small * {
                    font-size: 46px !important;
                    line-height: 52px !important;
                }
            }
    @media (max-width: 768px) {
    .body-wrapper button--type-1.mb-small, .body-wrapper a.button--type-1.mb-small, .body-wrapper .button--type-1.mb-small {
                font-size: 28px !important;
                line-height: 34px !important;
                padding-right:  33px !important
        }
    
                .body-wrapper button--type-1.mb-small *, .body-wrapper a.button--type-1.mb-small *, .body-wrapper .button--type-1.mb-small * {
                    font-size: 28px !important;
                    line-height: 34px !important;
                    font-family: var(--body-font) !important;
                }
            }
    @media (max-width: 500px) {
    .body-wrapper button--type-1.mb-small, .body-wrapper a.button--type-1.mb-small, .body-wrapper .button--type-1.mb-small {
                font-size: 24px !important;
                line-height: 30px !important;
                padding-right: 0px !important
        }

                .body-wrapper button--type-1.mb-small *, .body-wrapper a.button--type-1.mb-small *, .body-wrapper .button--type-1.mb-small * {
                    font-size: 24px !important;
                    line-height: 30px !important;
                }
            }
    @media (max-width: 405px) {
    .body-wrapper button--type-1.mb-small, .body-wrapper a.button--type-1.mb-small, .body-wrapper .button--type-1.mb-small {
                font-size: 18px !important;
                line-height: 24px !important
        }

                .body-wrapper button--type-1.mb-small *, .body-wrapper a.button--type-1.mb-small *, .body-wrapper .button--type-1.mb-small * {
                    font-size: 18px !important;
                    line-height: 24px !important;
                }
            }
    .body-wrapper button--type-1:after, .body-wrapper a.button--type-1:after, .body-wrapper .button--type-1:after {
            position: absolute;
            display: block;
            right: -20px;
            bottom: 20px;
            -webkit-transform: rotate(270deg);
                    transform: rotate(270deg);
            content: "";
            border-left: 40px solid transparent;
            border-right: 40px solid transparent;
            border-top: 40px solid #DCCE23;
           
        }
    @media (max-width: 768px) {
    .body-wrapper button--type-1:after, .body-wrapper a.button--type-1:after, .body-wrapper .button--type-1:after {
                border-left: 16px solid transparent;
                border-right: 16px solid transparent;
                border-top: 16px solid #DCCE23;
                right: -7px;
                bottom: 15px
           
        }

            }
    .body-wrapper button--type-1:active,
        .body-wrapper button--type-1:hover,
        .body-wrapper a.button--type-1:active,
        .body-wrapper a.button--type-1:hover,
        .body-wrapper .button--type-1:active,
        .body-wrapper .button--type-1:hover {
            background-color: transparent !important;
        }
    .body-wrapper button--type-1:focus, .body-wrapper a.button--type-1:focus, .body-wrapper .button--type-1:focus {
        }
    .body-wrapper button--type-2, .body-wrapper a.button--type-2, .body-wrapper .button--type-2 {
        border-color: none;
        color: #011E41 !important;
        position: relative;
        background-color: transparent !important;
        line-height: 65px !important;
        font-size: 60px !important;
        font-weight: 800 !important;
        padding-right:  70px !important;
        font-family: var(--body-font) !important;
    }
    @media (max-width: 768px) {
    .body-wrapper button--type-2, .body-wrapper a.button--type-2, .body-wrapper .button--type-2 {
            font-size: 26px !important;
            line-height: 32px !important;
            color: #fff !important;
            padding-right:  33px !important
    }

            .body-wrapper button--type-2 *, .body-wrapper a.button--type-2 *, .body-wrapper .button--type-2 * {
                font-size: 26px !important; 
                line-height: 32px !important;
                color: #fff !important;
                font-family: var(--body-font) !important;
            }
        }
    @media (max-width: 992px) {
                
                .body-wrapper button--type-2.mb-small *, .body-wrapper a.button--type-2.mb-small *, .body-wrapper .button--type-2.mb-small * {
                    font-size: 46px !important;
                    line-height: 52px !important;
                }
            }
    @media (max-width: 768px) {
    .body-wrapper button--type-2.mb-small, .body-wrapper a.button--type-2.mb-small, .body-wrapper .button--type-2.mb-small {
                font-size: 28px !important;
                line-height: 34px !important;
                padding-right:  33px !important
        }
    
                .body-wrapper button--type-2.mb-small *, .body-wrapper a.button--type-2.mb-small *, .body-wrapper .button--type-2.mb-small * {
                    font-size: 28px !important;
                    line-height: 34px !important;
                    font-family: var(--body-font) !important;
                }
            }
    @media (max-width: 500px) {
    .body-wrapper button--type-2.mb-small, .body-wrapper a.button--type-2.mb-small, .body-wrapper .button--type-2.mb-small {
                font-size: 24px !important;
                line-height: 30px !important;
                padding-right: 0px !important
        }

                .body-wrapper button--type-2.mb-small *, .body-wrapper a.button--type-2.mb-small *, .body-wrapper .button--type-2.mb-small * {
                    font-size: 24px !important;
                    line-height: 30px !important;
                }
            }
    @media (max-width: 405px) {
    .body-wrapper button--type-2.mb-small, .body-wrapper a.button--type-2.mb-small, .body-wrapper .button--type-2.mb-small {
                font-size: 18px !important;
                line-height: 24px !important
        }

                .body-wrapper button--type-2.mb-small *, .body-wrapper a.button--type-2.mb-small *, .body-wrapper .button--type-2.mb-small * {
                    font-size: 18px !important;
                    line-height: 24px !important;
                }
            }
    .body-wrapper button--type-2:after, .body-wrapper a.button--type-2:after, .body-wrapper .button--type-2:after {
            position: absolute;
            display: block;
            right: -20px;
            bottom: 20px;
            -webkit-transform: rotate(270deg);
                    transform: rotate(270deg);
            content: "";
            border-left: 40px solid transparent;
            border-right: 40px solid transparent;
            border-top: 40px solid #DCCE23;
           
        }
    @media (max-width: 768px) {
    .body-wrapper button--type-2:after, .body-wrapper a.button--type-2:after, .body-wrapper .button--type-2:after {
                border-left: 16px solid transparent;
                border-right: 16px solid transparent;
                border-top: 16px solid #fff;
                right:  -7px;
                bottom: 15px
           
        }

            }
    .body-wrapper button--type-2:active,
        .body-wrapper button--type-2:hover,
        .body-wrapper a.button--type-2:active,
        .body-wrapper a.button--type-2:hover,
        .body-wrapper .button--type-2:active,
        .body-wrapper .button--type-2:hover {
            background-color: transparent !important;
        }
    .body-wrapper button--type-2:focus, .body-wrapper a.button--type-2:focus, .body-wrapper .button--type-2:focus {
        }
    .body-wrapper button--type-3, .body-wrapper a.button--type-3, .body-wrapper .button--type-3 {
        border-color: none;
        color: #011E41 !important;
        position: relative;
        background-color: transparent !important;
        line-height: 65px !important;
        font-size: 60px !important;
        font-weight: 800 !important;
        padding-right: 25px !important;
        font-family: var(--body-font) !important;
        text-align: left !important;
    }
    @media (max-width: 768px) {
    .body-wrapper button--type-3, .body-wrapper a.button--type-3, .body-wrapper .button--type-3 {
            font-size: 26px !important;
            line-height: 32px !important;
            padding-right:  33px !important
    }

            .body-wrapper button--type-3 *, .body-wrapper a.button--type-3 *, .body-wrapper .button--type-3 * {
                font-size: 26px !important; 
                line-height: 32px !important;
                font-family: var(--body-font) !important;
            }
        }
    @media (max-width: 992px) {
                
                .body-wrapper button--type-3.mb-small *, .body-wrapper a.button--type-3.mb-small *, .body-wrapper .button--type-3.mb-small * {
                    font-size: 46px !important;
                    line-height: 52px !important;
                }
            }
    @media (max-width: 768px) {
    .body-wrapper button--type-3.mb-small, .body-wrapper a.button--type-3.mb-small, .body-wrapper .button--type-3.mb-small {
                font-size: 28px !important;
                line-height: 34px !important;
                padding-right:  33px !important
        }
    
                .body-wrapper button--type-3.mb-small *, .body-wrapper a.button--type-3.mb-small *, .body-wrapper .button--type-3.mb-small * {
                    font-size: 28px !important;
                    line-height: 34px !important;
                    font-family: var(--body-font) !important;
                }
            }
    @media (max-width: 500px) {
    .body-wrapper button--type-3.mb-small, .body-wrapper a.button--type-3.mb-small, .body-wrapper .button--type-3.mb-small {
                font-size: 24px !important;
                line-height: 30px !important;
                padding-right: 0px !important
        }

                .body-wrapper button--type-3.mb-small *, .body-wrapper a.button--type-3.mb-small *, .body-wrapper .button--type-3.mb-small * {
                    font-size: 24px !important;
                    line-height: 30px !important;
                }
            }
    @media (max-width: 405px) {
    .body-wrapper button--type-3.mb-small, .body-wrapper a.button--type-3.mb-small, .body-wrapper .button--type-3.mb-small {
                font-size: 18px !important;
                line-height: 24px !important
        }

                .body-wrapper button--type-3.mb-small *, .body-wrapper a.button--type-3.mb-small *, .body-wrapper .button--type-3.mb-small * {
                    font-size: 18px !important;
                    line-height: 24px !important;
                }
            }
    .body-wrapper button--type-3 span:after, .body-wrapper a.button--type-3 span:after, .body-wrapper .button--type-3 span:after {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-transform: rotate(270deg);
                        transform: rotate(270deg);
                content: "";
                border-left: 30px solid transparent;
                border-right: 30px solid transparent;
                border-top: 30px solid #DCCE23;
               
            }
    @media (max-width: 768px) {
    .body-wrapper button--type-3 span:after, .body-wrapper a.button--type-3 span:after, .body-wrapper .button--type-3 span:after {
                    border-left: 16px solid transparent;
                    border-right: 16px solid transparent;
                    border-top: 16px solid #DCCE23;
                    right: -7px;
                    bottom: 15px
               
            }
    
                }
    .body-wrapper button--type-3:active,
        .body-wrapper button--type-3:hover,
        .body-wrapper a.button--type-3:active,
        .body-wrapper a.button--type-3:hover,
        .body-wrapper .button--type-3:active,
        .body-wrapper .button--type-3:hover {
            background-color: transparent !important;
        }
    .body-wrapper button--type-3:focus, .body-wrapper a.button--type-3:focus, .body-wrapper .button--type-3:focus {
        }

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
    background: none;
    border: none;
    border-radius: 0;
    color: #000;
    color: initial;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/elements/_forms.css ***!
  \*************************************************************************************************************************/
/* Form Title */

.form-title {
    color: #fff;
}

/* Fields */

form {
    color: #000000;
}

.hs-form-field {
    margin: 0 0 20px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: none;
}

/* Labels */

.hs-form-field > label {
        font-weight: 400;
        font-size: var(--form-label-size);
        line-height: 16px;
        color: var(--form-label-color);
        display: inline-block;
        padding: 0px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0 15px;
        background-color: #fff;
        -webkit-transform: translateY(7px) translateX(30px);
                transform: translateY(7px) translateX(30px);
        margin-top: -7px;
        max-width: calc(100% - 60px);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        z-index: 2;

        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.hs-form-field > label .legend {
            font-size: 14px;
            opacity: 0.6;
            display: inline !important;
            padding-left: 4px;
        }

.hs-form-field.hs-fieldtype-checkbox > label, .hs-form-field.hs-fieldtype-radio > label {
            -webkit-transform: translateY(0px) translateX(30px);
                    transform: translateY(0px) translateX(30px);
            margin-top: 0px;
            margin-bottom: 20px;
            margin-top: 20px;
            padding-left: 0;
        }

/* Help text */

.hs-form-field > legend {
        padding-left: 20px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: var(--form-legend-size);
        color: var(--form-legend-color);
    }

.hs-form-field > .input {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

.hs-form-field .hs-error-msgs {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }

/* RADIO & CHECKBOX*/

.hs-form-field.hs-fieldtype-checkbox > label {
            -webkit-transform: translate(0);
                    transform: translate(0);
        }

.hs-form-field.hs-fieldtype-checkbox ul {
            margin-top: 0px;
            padding-left: 30px;
        }

.hs-form-field.hs-fieldtype-checkbox li {
            margin-bottom: 10px;
        }

.hs-form-field.hs-fieldtype-radio > label {
            -webkit-transform: translate(0);
                    transform: translate(0);
        }

.hs-form-field.hs-fieldtype-radio ul {
            margin-top: 0px;
            padding-left: 20px;
        }

.hs-form-field.hs-fieldtype-radio li {
            font-size: 18px;
        }
/* RADIO */

form input[type="radio"] {
    visibility: hidden;
    display: none;
    margin-right: 0px;
}

form input[type="radio"] + span {
        margin-left: 13px;
        position: relative;
        font-size: 18px;
    }

@media (max-width: 680px) {

form input[type="radio"] + span {
            font-size: 16px
    }
        }

form input[type="radio"] + span:before {
            content: "";
            border-radius: 50%;
            border: 1px solid var(--body-font-color);
            position: absolute;
            left: -33px;
            top: -1px;
            background-color: transparent;
            min-height: 23px;
            width: 23px;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
            cursor: pointer;
        }

@media (max-width: 680px) {

form input[type="radio"] + span:before {
                top: -3px
        }
            }

form input[type="radio"] + span:after {
            position: absolute;
            left: -28px;
            top: 4px;
            height: 13px;
            width: 13px;
            border-radius: 50%;
            background: var(--body-font-color);
            cursor: pointer;
        }

@media (max-width: 680px) {

form input[type="radio"] + span:after {
                top: 2px
        }
            }

form input[type="radio"]:checked + span:before {
            border-color: var(--body-font-color);
        }

form input[type="radio"]:checked + span:after {
            content: "";
        }

/* CHECKBOX */

form input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

form input[type="checkbox"] + span {
        margin-left: 0px;
        position: relative;
        display: inline-block;
        font-size: 18px;
    }

form input[type="checkbox"] + span:before {
            position: absolute;
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            border-radius: 0px;
            border: 1px solid #000;
            background-color: #fff;
            background-color: #fff;
            top: 6px;
            left: -28px;
            cursor: pointer;
        }

form input[type="checkbox"]:checked + span:before {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%279%27 viewBox=%270 0 12 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 4.5L4.75 8L11 1%27 stroke=%27%23000000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
    }

/* Inputs */
.filters-wrapper,
form {
    font-family: var(--form-font);
}
.filters-wrapper input[type="text"],
    .filters-wrapper input[type="email"],
    .filters-wrapper input[type="password"],
    .filters-wrapper input[type="tel"],
    .filters-wrapper input[type="number"],
    .filters-wrapper input[type="file"],
    .filters-wrapper select,
    .filters-wrapper textarea,
    form input[type="text"],
    form input[type="email"],
    form input[type="password"],
    form input[type="tel"],
    form input[type="number"],
    form input[type="file"],
    form select,
    form textarea {
        display: inline-block;
        font-size: var(--form-font-size);
        padding: var(--form-padding);
        width: 100%;
        border: var(--form-border);
        border-radius: var(--form-border-radius);
        color: var(--form-font-color);
        height: 60px;
        font-weight: 400;
        background-color: #fff;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }
@media (max-width: 680px) {
.filters-wrapper input[type="text"],
    .filters-wrapper input[type="email"],
    .filters-wrapper input[type="password"],
    .filters-wrapper input[type="tel"],
    .filters-wrapper input[type="number"],
    .filters-wrapper input[type="file"],
    .filters-wrapper select,
    .filters-wrapper textarea,
    form input[type="text"],
    form input[type="email"],
    form input[type="password"],
    form input[type="tel"],
    form input[type="number"],
    form input[type="file"],
    form select,
    form textarea {
            height: 50px;
            font-size: 16px
    }
        }
.filters-wrapper input[type="text"]:focus, .filters-wrapper input[type="email"]:focus, .filters-wrapper input[type="password"]:focus, .filters-wrapper input[type="tel"]:focus, .filters-wrapper input[type="number"]:focus, .filters-wrapper input[type="file"]:focus, .filters-wrapper select:focus, .filters-wrapper textarea:focus, form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form input[type="tel"]:focus, form input[type="number"]:focus, form input[type="file"]:focus, form select:focus, form textarea:focus {
            outline: none;
            border-color: var(--primary-3);
        }
.filters-wrapper input[type="text"]:hover, .filters-wrapper input[type="email"]:hover, .filters-wrapper input[type="password"]:hover, .filters-wrapper input[type="tel"]:hover, .filters-wrapper input[type="number"]:hover, .filters-wrapper input[type="file"]:hover, .filters-wrapper select:hover, .filters-wrapper textarea:hover, form input[type="text"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form input[type="tel"]:hover, form input[type="number"]:hover, form input[type="file"]:hover, form select:hover, form textarea:hover {
        }
.filters-wrapper textarea, form textarea {
        min-height: 240px;
    }
.filters-wrapper select, form select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.123%27 height=%2714.123%27 viewBox=%270 0 14.123 14.123%27%3E%3Cg id=%27Group_578%27 data-name=%27Group 578%27 transform=%27translate%280.849 7.062%29 rotate%28-45%29%27%3E%3Cpath id=%27Path_1%27 data-name=%27Path 1%27 d=%27M0,0V8.787H8.787%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23051c3e%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position-x: calc(100% - 24px);
        background-position-y: 50%;
    }

/* Fieldset */

fieldset {
    max-width: 100% !important;
    margin: var(--form-filed-margin);
}

fieldset .hs-richtext {
        max-width: inherit;
        margin: 0;
    }

fieldset .input {
        width: 100%;
        margin: 0 !important;
    }

fieldset select {
        width: 100% !important;
    }

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

fieldset.form-columns-2 {
        grid-gap: 20px;
        gap: 20px;
    }

fieldset.form-columns-2 .hs-form-field {
            width: calc(50% - 10px) !important;
        }

fieldset.form-columns-3 {
        grid-gap: 20px;
        gap: 20px;
    }

fieldset.form-columns-3 .hs-form-field {
            width: calc(33.33333% - 13.33333px) !important;
        }

fieldset[class^="form-columns-"]:not(.form-columns-1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

@media (max-width: 400px),
            (max-device-width: 480px) and (min-device-width: 320px) {

fieldset[class^="form-columns-"]:not(.form-columns-1) {
            grid-gap: 0;
            gap: 0
    }

fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field {
                width: 100% !important;
                padding: 0px
        }

fieldset[class^="form-columns-"]:not(.form-columns-1) .hs-form-field input {
                    width: 100% !important
            }
        }

/* Placeholders */

::-webkit-input-placeholder {
    color: var(--form-placeholder-color);
    font-size: var(--form-placeholder-size);
    font-weight: 400;
}

input::-webkit-input-placeholder {
    color: var(--form-placeholder-color);
    font-size: var(--form-placeholder-size);
    font-weight: 400;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
input::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
    color: var(--form-placeholder-color);
    font-size: var(--form-placeholder-size);
    font-weight: 400;
}

/* Inputs - checkbox/radio */

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

form .inputs-list input.hs-input {
        width: auto !important;
    }

form .inputs-list > li {
    display: block;
    margin: 0px 0px 10px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

form .inputs-list input,
form .inputs-list span {
    vertical-align: middle;
}

form input[type="checkbox"],
form input[type="radio"] {
    cursor: pointer;
    margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
    position: relative;
}

.hs-dateinput:before {
    content: "\01F4C5";
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
    color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
    border-radius: 0 !important;
    color: #fff;
}

/* Inputs - file picker */

form input[type="file"] {
    height: 50px;
    padding-right: 45px;
    background-size: 20px;
    background-position-x: calc(100% - 25px);
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3Csvg version=%271.1%27 id=%27Warstwa_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 20 20%27 style=%27enable-background:new 0 0 20 20;%27 xml:space=%27preserve%27%3E%3Cg%3E%3Cg%3E%3Cpath d=%27M20,8.1c0-0.5-0.1-1-0.1-1.4c-0.3-3.4-3.1-6.2-6.5-6.6C9.8-0.4,6.6,1.8,5.4,5C5.3,5,5.2,5,5,5c-2.7,0-5,2.2-5,5v1.2 c0,0.7,0.6,1.2,1.3,1.2h0c0.7,0,1.2-0.6,1.2-1.3v-1C2.3,8.7,3.6,7.5,5,7.5c0.1,0,0.1,0,0.2,0l1,0c0.6,0,1.1-0.2,1.3-0.7L7.7,6 C8.4,4.1,10,2.7,12,2.5c3.1-0.3,5.7,2.3,5.5,5.4l0,0.3v3.2h0c0,0.7,0.6,1.2,1.3,1.2h0c0.6,0,1.1-0.5,1.2-1.2h0L20,8.1L20,8.1 L20,8.1z%27/%3E%3Cpath d=%27M14.6,14.1l-3.8-3.8C10.6,10.1,10.3,10,10,10c-0.3,0-0.6,0.1-0.9,0.4l-3.7,3.7c-0.5,0.5-0.5,1.3,0,1.8s1.3,0.5,1.8,0 l1.6-1.6v4.5c0,0.7,0.6,1.2,1.2,1.2h0c0.7,0,1.2-0.6,1.2-1.2v-4.4l0.2,0l1.4,1.4c0.4,0.4,1.1,0.5,1.7,0.2 C15.1,15.5,15.1,14.7,14.6,14.1L14.6,14.1z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

form input[type="file"]::-webkit-file-upload-button,
    form input[type="file"]::file-selector-button {
        background: transparent;
        /* font-size: 0; */
        color: transparent;
        border: none;
        width: 0px;
        height: 0px;
        margin-right: 5px;
        line-height: 1;
        margin: 0px;
        padding: 0px;
    }

/* Headings and text */

form .hs-richtext {
    font-size: 16px;
    margin: 0 0 0 0px;
    color: #fff;
}

form .hs-richtext h1,
    form .hs-richtext h2,
    form .hs-richtext h3,
    form .hs-richtext h4,
    form .hs-richtext h5,
    form .hs-richtext h6 {
        color: #fff;
    }

form .hs-richtext a {
        text-decoration: underline;
    }

form .hs-richtext img {
    max-width: 100% !important;
}

/* GDPR */
/*
.legal-consent-container {
    margin-bottom: 28px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
     margin-left: 1rem !important; 
}
*/
/* Validation */

.hs-form-required {
    color: var(--form-label-color);
}

.hs-input.invalid.error {
    border-color: var(--form-error-color);
}

.hs-error-msg {
    color: var(--form-error-color);
    /* margin-top: 5px; */
}

.hs-error-msgs {
    list-style: none;
    padding-left: 0;
    margin: 0px;
    display: block;
}

.hs-error-msgs li {
        font-size: var(--form-error-size);
        line-height: 1.2;
        padding: 0 !important;
        margin: 0 !important;

        display: block;
    }

.hs-error-msgs li label {
            margin-left: 0px;
        }

.hs-error-msgs li:first-child {
            margin-left: 0px;
        }

.hs-error-msgs li:before {
            content: "";
            display: none !important;
        }

.hs-error-msgs li a {
            color: inherit;
            font-weight: inherit;
        }

/* Submit button */
form .hs-submit > .actions {
    text-align: left;
    display: inline-block;
    position: relative;
    margin: var(--text-elements-margin);
}
@media (max-width: 680px) {
form .hs-submit > .actions {
        text-align: right
}
    }
form .hs-submit > .actions:after {
        position: absolute;
        display: block;
        width: 23px;
        height: 23px;

        right: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        background-size: contain;
        background-position-y: center;
        background-position-x: right;
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2721.196%27 height=%2720.951%27 viewBox=%270 0 21.196 20.951%27%3E%3Cg id=%27Group_1434%27 data-name=%27Group 1434%27 transform=%27translate%280.6 10.475%29 rotate%28-45%29%27%3E%3Cpath id=%27Path_815%27 data-name=%27Path 815%27 d=%27M13.962,0V13.965H0%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%271.2%27/%3E%3Cline id=%27Line_85%27 data-name=%27Line 85%27 x2=%2713.966%27 y2=%2713.966%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%271.2%27/%3E%3C/g%3E%3C/svg%3E%0A");
    }
form input[type="submit"],
form .hs-button {
    font-family: var(--body-font);
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: normal;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0px;
    padding: 0px 65px 0 26px;
    font-weight: 500;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-family: var(--body-font);
    min-width: 253px;
    border-color: var(--primary-3);
    color: #fff;
    text-align: left;
    background-color: var(--primary-3);
}
@media (max-width: 680px) {
form input[type="submit"],
form .hs-button {
        height: 50px;
        line-height: 50px;
        font-size: 16px
}
    }
form input[type="submit"]:active,
    form input[type="submit"]:hover,
    form .hs-button:active,
    form .hs-button:hover {
        background-color: #1cce80;
        border-color: #1cce80;
    }
form input[type="submit"]:focus, form .hs-button:focus {
        background-color: #1cce80;
        border-color: #1cce80;
    }

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}

/* Datepicker */

.fn-date-picker td.is-selected .pika-button {
    background: #494a52;
}

.fn-date-picker td .pika-button:hover {
    background-color: #494a52 !important;
}

.fn-date-picker td.is-today .pika-button {
    color: #494a52;
}
/* LEGAL CONTAINER */

body form .legal-consent-container {
    color: #7c8280;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

body form .legal-consent-container a {
        color: var(--primary-1);
        text-decoration: underline;
        display: inline;
    }

body form .legal-consent-container .hs-form-field .hs-error-msgs {
        margin-top: 0px;
    }

body form .legal-consent-container .hs-form-field .hs-error-msgs li {
            font-size: 12px;
        }

body form .legal-consent-container .inputs-list p {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;

            text-align: left;
            color: #7c8280;
        }

body form .legal-consent-container .hs-fieldtype-booleancheckbox {
        padding-left: 30px;
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

body form .legal-consent-container .hs-fieldtype-booleancheckbox .input {
            display: block;
        }

body form .legal-consent-container .hs-richtext {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        margin-left: 0px;
        color: #7c8280;
    }

body form .legal-consent-container .hs-richtext p {
            font-size: inherit;
            margin-bottom: 10px;
            color: #7c8280;
        }

body form .legal-consent-container .hs-richtext a {
            text-decoration: underline;
        }

body form .legal-consent-container .hs-form-booleancheckbox-display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: start;

            -ms-flex-align: start;

                align-items: flex-start;
    }

body form .legal-consent-container .hs-form-booleancheckbox-display > span,
        body form .legal-consent-container .hs-form-booleancheckbox-display > span p,
        body form .legal-consent-container .hs-form-booleancheckbox-display > p {
            font-size: 14px;
            line-height: 22px;
            margin-left: 0px !important;
        }

body form .legal-consent-container .hs-form-booleancheckbox-display .hs-form-required {
            color: inherit;
        }

body form .legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"],
        body form .legal-consent-container .hs-form-booleancheckbox-display input[type="radio"] {
            margin-right: 0px;
            margin-top: 5px;
        }

body form .legal-consent-container input[type="checkbox"] + span:before {
        top: 3px;
    }

/* FORMS VARIANTS */

/* LIGHT */

.light-form form {
    font-family: var(--form-font);
}

.light-form form input[type="text"],
    .light-form form input[type="email"],
    .light-form form input[type="password"],
    .light-form form input[type="tel"],
    .light-form form input[type="number"],
    .light-form form input[type="file"],
    .light-form form select,
    .light-form form textarea {
        background-color: #f7f5ef;
    }

/* Labels */

.light-form form .hs-form-field > label {
            background: #f7f5ef;
        }

.light-form form input[type="checkbox"] + span:before {
                background-color: #f7f5ef;
            }
/* DARK */

.dark-form form {
    color: #fff;
    font-family: var(--form-font);
}

.dark-form form input[type="text"],
    .dark-form form input[type="email"],
    .dark-form form input[type="password"],
    .dark-form form input[type="tel"],
    .dark-form form input[type="number"],
    .dark-form form input[type="file"],
    .dark-form form select,
    .dark-form form textarea {
        background-color: rgba(199, 199, 199, 0.1);
        color: #fff;
        border-color: rgba(199, 199, 199, 0.1);
    }

.dark-form form input[type="text"]:hover, .dark-form form input[type="email"]:hover, .dark-form form input[type="password"]:hover, .dark-form form input[type="tel"]:hover, .dark-form form input[type="number"]:hover, .dark-form form input[type="file"]:hover, .dark-form form select:hover, .dark-form form textarea:hover {
            border-color: #4e412b;
        }

.dark-form form input[type="text"]:focus, .dark-form form input[type="email"]:focus, .dark-form form input[type="password"]:focus, .dark-form form input[type="tel"]:focus, .dark-form form input[type="number"]:focus, .dark-form form input[type="file"]:focus, .dark-form form select:focus, .dark-form form textarea:focus {
            border-color: #765d39;
        }

/* Labels */

.dark-form form .hs-form-field > label {
            color: #fff;
        }

.dark-form form .hs-form-field > legend {
            color: #fff;
        }

.dark-form form input[type="checkbox"] + span:before {
                background-color: rgba(199, 199, 199, 0.1);
                border-color: rgba(199, 199, 199, 0.1);
            }

.dark-form form input[type="checkbox"]:checked + span:before {
            background-color: #765d39;
            border-color: #765d39;
        }

.dark-form form input[type="radio"] + span:before {
                border-color: #4e412b;
            }

.dark-form form input[type="radio"] + span:hover:before {
                border-color: #765d39;
            }

.dark-form form input[type="radio"] + span:after {
                background: #765d39;
            }

.dark-form form input[type="radio"]:checked + span:before {
                border-color: #765d39;
            }

.dark-form form input[type="file"] {
        background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3Csvg version=%271.1%27 id=%27Warstwa_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 20 20%27 style=%27enable-background:new 0 0 20 20;%27 xml:space=%27preserve%27%3E%3Cg%3E%3Cg style=%27fill:%23fff%27%3E%3Cpath d=%27M20,8.1c0-0.5-0.1-1-0.1-1.4c-0.3-3.4-3.1-6.2-6.5-6.6C9.8-0.4,6.6,1.8,5.4,5C5.3,5,5.2,5,5,5c-2.7,0-5,2.2-5,5v1.2 c0,0.7,0.6,1.2,1.3,1.2h0c0.7,0,1.2-0.6,1.2-1.3v-1C2.3,8.7,3.6,7.5,5,7.5c0.1,0,0.1,0,0.2,0l1,0c0.6,0,1.1-0.2,1.3-0.7L7.7,6 C8.4,4.1,10,2.7,12,2.5c3.1-0.3,5.7,2.3,5.5,5.4l0,0.3v3.2h0c0,0.7,0.6,1.2,1.3,1.2h0c0.6,0,1.1-0.5,1.2-1.2h0L20,8.1L20,8.1 L20,8.1z%27/%3E%3Cpath d=%27M14.6,14.1l-3.8-3.8C10.6,10.1,10.3,10,10,10c-0.3,0-0.6,0.1-0.9,0.4l-3.7,3.7c-0.5,0.5-0.5,1.3,0,1.8s1.3,0.5,1.8,0 l1.6-1.6v4.5c0,0.7,0.6,1.2,1.2,1.2h0c0.7,0,1.2-0.6,1.2-1.2v-4.4l0.2,0l1.4,1.4c0.4,0.4,1.1,0.5,1.7,0.2 C15.1,15.5,15.1,14.7,14.6,14.1L14.6,14.1z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }

.dark-form form select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.123%27 height=%2714.123%27 viewBox=%270 0 14.123 14.123%27%3E%3Cg id=%27Group_578%27 data-name=%27Group 578%27 transform=%27translate%280.849 7.062%29 rotate%28-45%29%27%3E%3Cpath id=%27Path_1%27 data-name=%27Path 1%27 d=%27M0,0V8.787H8.787%27 transform=%27translate%280 0%29%27 fill=%27none%27 stroke=%27%23051c3e%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27/%3E%3C/g%3E%3C/svg%3E%0A");
    }

/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/elements/_tables.css ***!
  \**************************************************************************************************************************/
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  word-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/components/_footer.css ***!
  \****************************************************************************************************************************/
footer .footer-main {
        background-color: var(--primary-3);
        padding: 55px 0px 120px;
        font-family: var(--header-font);
    }

        footer .footer-main * {
            color: #fff !important;
        }

        @media (max-width: 768px) {footer .footer-main {
            padding: 47px 0px 53px
    }
        }

        footer .footer-main.footer-simple .logo-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
            }

        footer .footer-main.footer-simple .menu-wrapper {
                margin-right: -20px;
            }

        footer .footer-main.footer-simple--2 .logo-wrapper {
                width: 50%;
                padding-right: 0px;
            }

        footer .footer-main.footer-simple--2 .details-wrapper {
                width: 50%;
                padding-left: 130px;
            }

        @media (max-width: 1200px) {

        footer .footer-main.footer-simple--2 .details-wrapper {
                    padding-left: 20px
            }
                }

        @media (max-width: 992px) {

        footer .footer-main.footer-simple--2 .details-wrapper {
                    padding-left: 0px
            }
                }

        footer .footer-main.footer-simple--new {
            background-color: #99A1B6;
        }

        footer .footer-main__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }

        footer .footer-main__wrapper .logo-wrapper {
                padding-right: 40px;
            }

        footer .footer-main__wrapper .details-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
            }

        @media (max-width: 992px) {

        footer .footer-main__wrapper .details-wrapper {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column
            }
                }

        footer .footer-main__wrapper .text-wrapper {
                padding-right: 146px;
            }

        footer .footer-main__wrapper .text-wrapper h6,
                footer .footer-main__wrapper .text-wrapper h4,
                footer .footer-main__wrapper .text-wrapper h3 {
                    font-size: 22px;
                    line-height: 26px;
                    margin-bottom: 24px;
                    font-weight: 700;
                }

        footer .footer-main__wrapper .text-wrapper span, footer .footer-main__wrapper .text-wrapper a {
                    font-size: 18px;
                    line-height: 24px;
                }

        footer .footer-main__wrapper .text-wrapper.second {
                    padding-right: 160px;
                }

        @media (max-width: 1365px) {

        footer .footer-main__wrapper .text-wrapper {
                    padding-right: 60px !important
            }
                }

        @media (max-width: 992px) {

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

                footer .footer-main__wrapper .logo-wrapper {
                    padding-right: 0px;
                    padding-bottom: 65px;

                }

                footer .footer-main__wrapper .text-wrapper {
                    margin-bottom: 16px;
                }

                    footer .footer-main__wrapper .text-wrapper h6,
                    footer .footer-main__wrapper .text-wrapper h3 {
                        margin-bottom: 20px !important;
                    }
                footer .footer-main__wrapper .menu-wrapper {
                    margin-top: 53px;
                }

                    footer .footer-main__wrapper .menu-wrapper h6 {
                        margin-bottom: 20px !important;
                    }
            }

        footer .footer-main__wrapper .menu-wrapper h6,
                footer .footer-main__wrapper .menu-wrapper h3 {
                    font-size: 22px;
                    line-height: 26px;
                    margin-bottom: 24px;
                    font-weight: 700;
                }

        footer .footer-main__wrapper .menu-wrapper ul {
                    min-width: 254px;
                }

        @media (max-width: 1365px) {

        footer .footer-main__wrapper .menu-wrapper ul {
                        min-width: 0;
                        min-width: initial
                }
                    }

        footer .footer-main__wrapper .menu-wrapper ul li {
                        font-size: 18px;
                        line-height: 30px;
                    }

        footer .footer-main__wrapper .menu-wrapper ul li a:hover {
                               color:var(--primary-5) !important; 
                            }
    
    footer .footer-bar {
        background-color: var(--primary-2);
        color: #fff;
        text-align: center;
        padding: 8px 0px 10px 0px;
    }
    
    footer .footer-bar * {
            font-size: 18px;
            line-height: 24px;
        }
    
    footer .footer-bar span {
            padding: 0px 13px 0px 10px;
        }
    
    footer .footer-bar a {
            text-decoration: underline; 
        }
    
    footer div.footer-simple--new {
        padding-top: 59px !important;
    }
    
    @media (max-width: 992px) {
    
    footer div.footer-simple--new {
            padding-top: 45px !important
    }
        }
    
    footer div.footer-simple--new .container {
            max-width: 1420px;
        }
    
    footer div.footer-simple--new div.logo-wrapper {
            -webkit-box-align: start !important;
                -ms-flex-align: start !important;
                    align-items: flex-start !important;
        }
    
    @media (max-width: 992px) {
    
    footer div.footer-simple--new div.logo-wrapper {
                padding-bottom: 30px !important
        }
            }
    
    footer div.footer-simple--new .menu-wrapper {
            margin-right: 0px !important;
            min-width: 337px;
            margin-top: 0px !important;
        }
    
    @media (max-width: 1200px) {
    
    footer div.footer-simple--new .menu-wrapper {
                min-width: 260px
        }
            }
    
    @media (max-width: 768px) {
    
    footer div.footer-simple--new .menu-wrapper {
                min-width: unset
        }
                    footer div.footer-simple--new .menu-wrapper ul li {
                        font-size: 12px;
                        line-height: 18px;
                    }
                footer div.footer-simple--new .menu-wrapper h6 {
                    font-size: 18px;
                    line-height: 18px;
                    margin-bottom: 0px !important;
                }
            }
    
    footer div.footer-simple--new .contact__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            grid-gap: 103px;
            gap: 103px;
        }
    
    @media (max-width: 1400px) {
    
    footer div.footer-simple--new .contact__wrapper {
                grid-gap: 30px;
                gap: 30px;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap
        }
            }
    
    @media (max-width: 768px) {
    
    footer div.footer-simple--new .contact__wrapper {
                grid-gap: 30px;
                gap: 30px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column
        }
                    footer div.footer-simple--new .contact__wrapper ul li {
                        font-size: 12px;
                        line-height: 18px;
                    }
                footer div.footer-simple--new .contact__wrapper h6 {
                    font-size: 18px;
                    line-height: 18px;
                    margin-bottom: 0px !important;
                }
                footer div.footer-simple--new .contact__wrapper a {
                    font-size: 12px;
                    line-height: 18px;
                }
            }
    
    footer div.footer-simple--new .contact__wrapper .text-wrapper {
                padding-right: 0px !important;
                margin-bottom: 0px !important;
            }
    
    footer div.footer-simple--new .details-wrapper {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
                -ms-flex-direction: row !important;
                    flex-direction: row !important;
        }
    
    @media (max-width: 768px) {
    
    footer div.footer-simple--new .details-wrapper {
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                grid-gap: 30px;
                gap: 30px;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between
        }

                footer div.footer-simple--new .details-wrapper h6 {
                    font-size: 18px;
                    line-height: 18px;
                    margin-bottom: 10px !important;
                }

                footer div.footer-simple--new .details-wrapper h5 {
                    font-size: 12px;
                    line-height: 18px;
                }
                    footer div.footer-simple--new .details-wrapper h5 span {
                        font-size: 12px;
                        line-height: 18px;
                    }
            }
    
    footer.footer-blog {
        background-color: #62656A;
    }
    
    footer.footer-blog .footer-blog__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            grid-gap: 75px;
            gap: 75px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-top: 48px;
            padding-bottom: 62px;
        }
    
    footer.footer-blog .footer-blog__wrapper .menu {
                width: 100%;
            }
    
    footer.footer-blog .footer-blog__wrapper .menu ul {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    grid-gap: 100px;
                    gap: 100px;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                }
    
    @media (max-width: 1300px) {
    
    footer.footer-blog .footer-blog__wrapper .menu ul {
                        grid-gap:30px 60px;
                        gap:30px 60px
                }
                    }
    
    @media (max-width: 992px) {
    
    footer.footer-blog .footer-blog__wrapper .menu ul {
                        grid-gap: 24px 24px;
                        gap: 24px 24px
                }
                    }
    
    footer.footer-blog .footer-blog__wrapper .menu ul li a {
                            color: #D4D3D6;
                            font-size: 14px;
                            line-height: 24px;
                        }
    
    footer.footer-blog .footer-blog__wrapper .menu ul li a:hover {
                                color: #E0CC00 !important;
                            }
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/components/_header.css ***!
  \****************************************************************************************************************************/
header.header-main {
    background-color: #ffffff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    height: var(--header-height);
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--header-font);
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width: 1023px) {header.header-main {
        height: var(--header-mobile-height);
        padding-top: 10px;
        padding-bottom: 10px
}
    }
    @media (max-width: 768px) {
    header.header-main .container {
            padding: 0px 28px 
    }
        }
    header.header-main.scrolled {
        position: fixed;
        top: 0px;
        z-index: 999999998;
    }
    header.header-main.scrolled-out {
        position: fixed;
        top: -160px;
        z-index: 999999998;
    }
    header.header-main.scrolled-out--bar {
        position: fixed;
        top: -80px;
        z-index: 999999998;
    }
    header.header-main--simple {
        background-color: transparent;
    }
    @media (max-width: 768px) {
    header.header-main--simple {
            background-color: #004F68;
            position: relative
    }
        }
    header.header-main--simple.scrolled {
            background-color: #004F68;
        }
    @media (min-width: 992px) {
    header.header-main--simple div.wrapper {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start
        }
            }
    header.header-main--simple div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul {
                    grid-gap: 30px;
                    gap: 30px;
                }
    header.header-main--simple div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li {
                        line-height: 1px !important;
                    }
    header.header-main--simple div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active a{
                            color: #fff !important;
                        }
    header.header-main--simple div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                                color: #7DBA34 !important;
                                font-weight: 700 !important;
                            }
    header.header-main--simple div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a {
                            padding-top: 0px;
                            line-height: 1 !important;

                        }
    header.header-main--simple div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a:hover {

                                color: #7DBA34 !important;
                            }
    header.header-main--simple div.wrapper .language-wrapper {
                line-height: 16px;
            }
    header.header-main--simple .logo-wrapper,
        header.header-main--simple .nav-wrapper,
        header.header-main--simple .language-wrapper {
            z-index: 1;
        }
    header.header-main--simple .lang_switcher_class ul li {
                background-color: transparent;
            }
    @media (min-width: 992px) {

                        header.header-main--simple .lang_switcher_class ul li:first-of-type a {
                            border-right:1px solid #fff !important;
                        }
    
                        header.header-main--simple .lang_switcher_class ul li:last-of-type a {
                            border-left:1px solid #fff !important;
                        }
                }
    header.header-main--simple .slicknav_menu .slicknav_btn .slicknav_icon span {
            background-color: white !important;
        }
    @media (min-width: 992px) {

                    header.header-main--simple ul li a {
                        color: #fff !important;
                    }

                        header.header-main--simple ul li a:hover {
                           color: #7DBA34 !important;
                        }
        }
    @media (max-width: 1440px) {

                header.header-main--simple .nav-wrapper ul {
                    grid-gap: 26px !important;
                    gap: 26px !important;
                }

                        header.header-main--simple .nav-wrapper ul li a {
                            font-size: 14px !important;
                            padding-bottom: 0px !important;
                        }
            header.header-main--simple .logo-wrapper {
                max-width: 160px;
            }
        }
    @media (max-width: 1120px) {

                header.header-main--simple .nav-wrapper ul {
                    grid-gap: 21px !important;
                    gap: 21px !important;
                }

                        header.header-main--simple .nav-wrapper ul li a {
                            font-size: 14px !important;
                        }
        }
    @media (max-width: 992px) {
            
            header.header-main--simple .slick-nav-wrapper {
                z-index: 2;
            }
        }
    header.header-main .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        grid-gap: 30px;
        gap: 30px;
    }
    @media (max-width: 1023px) {
    header.header-main .wrapper {
            height: var(--header-mobile-height);
            grid-gap: 20px;
            gap: 20px
    }
        }
    header.header-main .wrapper .logo-wrapper {
            min-width: 119px;
            position: relative;
        }
    @media (max-width: 1100px) {
    header.header-main .wrapper .logo-wrapper {
                max-width: 160px
        }
            }
    @media (max-width: 992px) {
    header.header-main .wrapper .logo-wrapper {
                max-width: 129px
        }
            }
    @media (min-width: 992px) {
    header.header-main .wrapper .nav-wrapper {
                min-width: 587px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end

        }
            }
    header.header-main .wrapper .buttons-wrapper .hs-menu-flow-horizontal > ul > li:last-child a {
                    color: #212529;
                    background-color: #fff !important;
                    text-align: center;
                    vertical-align: middle;
                    -webkit-user-select: none;
                       -moz-user-select: none;
                        -ms-user-select: none;
                            user-select: none;
                    background-color: transparent;
                    border: 1px solid transparent;
                    padding: 0.375rem 1.5rem;
                    font-size: 1rem;
                    line-height: 1.5;
                    border-radius: 0.25rem;
                    border-radius: 24px;
                    font-weight: 700;
                    -webkit-transition: color 0.15s ease-in-out,
                        background-color 0.15s ease-in-out,
                        border-color 0.15s ease-in-out,
                        -webkit-box-shadow 0.15s ease-in-out;
                    transition: color 0.15s ease-in-out,
                        background-color 0.15s ease-in-out,
                        border-color 0.15s ease-in-out,
                        -webkit-box-shadow 0.15s ease-in-out;
                    transition: color 0.15s ease-in-out,
                        background-color 0.15s ease-in-out,
                        border-color 0.15s ease-in-out,
                        box-shadow 0.15s ease-in-out;
                    transition: color 0.15s ease-in-out,
                        background-color 0.15s ease-in-out,
                        border-color 0.15s ease-in-out,
                        box-shadow 0.15s ease-in-out,
                        -webkit-box-shadow 0.15s ease-in-out;
                }
    header.header-main .wrapper .buttons-wrapper .hs-menu-flow-horizontal > ul > li:last-child a:hover {
                        background-color: #212529 !important;
                        color: #fff;
                    }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            grid-gap: 60px;
            gap: 60px;
        }
    @media (max-width: 1264px) {
    header.header-main .wrapper .hs-menu-flow-horizontal > ul {
                grid-gap: 30px;
                gap: 30px
        }
            }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul > li a {
                    -webkit-transition: all 200ms linear;
                    transition: all 200ms linear;
                    position: relative;
                    padding: 5px 0;
                    display: inline-block;
                    color: #707070;
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 500;
                }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul > li a:hover {
                        color: #AAC02C;
                    }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul > li.active a {
                        color: #7DBA34 !important;
                    }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children {
                padding-right: 20px;
                position: relative;
            }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children:before {
                    display: block;
                    width: 100%;
                    height: 20px;
                    position: absolute;
                    left: 0;
                    bottom: -20px;
                }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children:after {
                    content: "";
                    width: 12px;
                    height: 12px;
                    display: block;
                    position: absolute;
                    right: 0;
                    top: 10px;
                    background-size: contain;
                    background-image: url("data:image/svg+xml,%3Csvg class=%27open-text%27 id=%27button%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.277%27 height=%2716.277%27 viewBox=%270 0 16.277 16.277%27%3E%3Cpath id=%27Path_853%27 data-name=%27Path 853%27 d=%27M-3133,10173v11.01h11.01%27 transform=%27translate%28-4977.678 -9400.977%29 rotate%28-45%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%272%27%3E%3C/path%3E%3C/svg%3E");
                }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children:hover:before {
                        content: "";
                    }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children:hover::after {
                        -webkit-transform: rotate(180deg);
                                transform: rotate(180deg);
                        top: 15px;
                    }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children ul {
                    letter-spacing: 1px;
                    color: #212121;
                    background-color: #fcfaff;
                    border: none;
                    border-radius: 3px;
                    padding-top: 10px;
                    -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
                            box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
                    -webkit-transition: all 200ms linear;
                    transition: all 200ms linear;
                    -webkit-transform: translate3d(0px, 10px, 0);
                            transform: translate3d(0px, 10px, 0);
                    visibility: hidden;
                    opacity: 0;
                    max-height: 0;
                    left: unset;
                    position: absolute;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    overflow: hidden;
                }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children ul::before {
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 10px 12px 10px;
                        border-color: transparent transparent #ffffff
                            transparent;
                        position: absolute;
                        content: "";

                        top: -12px;
                        left: 30%;
                    }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children ul li a {
                        width: auto;
                        padding: 3px 15px;
                        color: #212121;
                        border-radius: 2px;
                        -webkit-transition: all 200ms linear;
                        transition: all 200ms linear;
                        font-size: 16px;
                    }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > .hs-menu-children-wrapper {
                    overflow: auto;
                    opacity: 1;
                    visibility: visible;
                    max-height: 999px;
                    -webkit-transform: translate3d(0, 18px, 0);
                            transform: translate3d(0, 18px, 0);
                    -webkit-box-shadow: 0px 4px 10px #8b8b8b;
                            box-shadow: 0px 4px 10px #8b8b8b;
                    padding: 10px;
                    margin-left: -50px;
                }
    header.header-main .wrapper .hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > .hs-menu-children-wrapper a:hover {
                        background-color: rgba(196, 196, 196, 0.25);
                    }
    @media (min-width: 992px) {
    header.header-main .wrapper .language-wrapper {
                max-width: 60px;
                overflow: hidden;
                opacity: 0;
                -webkit-transition: all .1s;
                transition: all .1s
        }

                header.header-main .wrapper .language-wrapper.active {
                    opacity: 1;
                }
            }
    @media (max-width: 992px) {
    header.header-main .wrapper .language-wrapper {
                display: none
        }
            }
    header.header-main .wrapper .language-wrapper .globe_class {
                background: none !important;
                width: auto;
                height: auto;
            }
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class {
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    width: auto;
                    height: auto;
                    position: relative;
                    top: auto;
                    left: auto;
                    -webkit-transform: none !important;
                            transform: none !important;
                    padding-top: 0px;
                }
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class::before {
                        display: none;
                    }
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class::after {
                        display: none;
                    }
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class li {
                        padding: 0px;
                        border: none !important;
                    }
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class li a {
                            font-size: 16px;
                            color: #707070;
                            text-transform: uppercase;
                        }
    @media (max-width: 992px) {
                            header.header-main .wrapper .language-wrapper .globe_class .lang_list_class li a.lang_switcher_link {
                                color: #707070 !important;
                                margin-left: 8px !important;
                            }
                        }
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class li:first-of-type a {
                                border-right: 1px solid #707070;
                                padding-right: 8px;
                                font-weight: 700;
                            }
    @media (max-width: 1420px) {
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class li:first-of-type a {
                                    font-size: 14px
                            }
                                }
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class li:last-of-type a {
                                border-left: 1px solid #707070;
                                padding-left: 8px;
                                
                            }
    @media (max-width: 1420px) {
    header.header-main .wrapper .language-wrapper .globe_class .lang_list_class li:last-of-type a {
                                    font-size: 14px
                                
                            }
                                }
    header.header-main .slick-nav-wrapper {
        display: none;
    }
    header.header-main .mobile-button {
        width: 28px;
        min-width: 28px;
        position: relative;
        height: 19px;
    }
    header.header-main .mobile-button > span {
            position: absolute;
            width: 28px;
            height: 1px;
            background-color: #000;
            left: 0;
            -webkit-transition: 0.25s all ease-in-out;
            transition: 0.25s all ease-in-out;
        }
    header.header-main .mobile-button > span:nth-child(1) {
                top: 0px;
                -webkit-transform-origin: left center;
                        transform-origin: left center;
            }
    header.header-main .mobile-button > span:nth-child(2) {
                top: 9px;
            }
    header.header-main .mobile-button > span:nth-child(3) {
                top: 18px;
                -webkit-transform-origin: left center;
                        transform-origin: left center;
            }
    header.header-main .mobile-button.open > span:nth-child(1) {
                    top: -1px;
                    -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                }
    header.header-main .mobile-button.open > span:nth-child(2) {
                    opacity: 0;
                }
    header.header-main .mobile-button.open > span:nth-child(3) {
                    top: 19px;
                    -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                }
    @media (max-width: 992px) {header.header-main {
        height: var(--header-mobile-height)
}
        header.header-main .buttons-wrapper,
        header.header-main .nav-wrapper {
            display: none;
        }
        header.header-main .slick-nav-wrapper {
            display: block;
            z-index: 99;
        }
    }
    header.header-main.warsaw,
    header.header-main.booster,
    header.header-main.loop,
    header.header-main.westside,
    header.header-main.lablogic,
    header.header-main.catalyst,
    header.header-main.clover {
        height: 160px;
        background-color: #72870B !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 0px !important;
    }
    header.header-main.warsaw .top-bar, header.header-main.booster .top-bar, header.header-main.loop .top-bar, header.header-main.westside .top-bar, header.header-main.lablogic .top-bar, header.header-main.catalyst .top-bar, header.header-main.clover .top-bar {
            width: 100%;
            height: 80px;
            background-color: white;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
    header.header-main.warsaw .top-bar *, header.header-main.booster .top-bar *, header.header-main.loop .top-bar *, header.header-main.westside .top-bar *, header.header-main.lablogic .top-bar *, header.header-main.catalyst .top-bar *, header.header-main.clover .top-bar * {
                color: #161A2F !important;
            }
    @media (max-width: 992px) {
    header.header-main.warsaw .top-bar, header.header-main.booster .top-bar, header.header-main.loop .top-bar, header.header-main.westside .top-bar, header.header-main.lablogic .top-bar, header.header-main.catalyst .top-bar, header.header-main.clover .top-bar {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important
        }
            }
    header.header-main.warsaw .top-bar__wrapper, header.header-main.booster .top-bar__wrapper, header.header-main.loop .top-bar__wrapper, header.header-main.westside .top-bar__wrapper, header.header-main.lablogic .top-bar__wrapper, header.header-main.catalyst .top-bar__wrapper, header.header-main.clover .top-bar__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }
    header.header-main.warsaw .top-bar__wrapper .menu, header.header-main.booster .top-bar__wrapper .menu, header.header-main.loop .top-bar__wrapper .menu, header.header-main.westside .top-bar__wrapper .menu, header.header-main.lablogic .top-bar__wrapper .menu, header.header-main.catalyst .top-bar__wrapper .menu, header.header-main.clover .top-bar__wrapper .menu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                grid-gap: 56px;
                gap: 56px;
            }
    @media (max-width: 992px) {
    header.header-main.warsaw .top-bar__wrapper .menu, header.header-main.booster .top-bar__wrapper .menu, header.header-main.loop .top-bar__wrapper .menu, header.header-main.westside .top-bar__wrapper .menu, header.header-main.lablogic .top-bar__wrapper .menu, header.header-main.catalyst .top-bar__wrapper .menu, header.header-main.clover .top-bar__wrapper .menu {
                    display: none
            }
                }
    header.header-main.warsaw .top-bar__wrapper .menu ul, header.header-main.booster .top-bar__wrapper .menu ul, header.header-main.loop .top-bar__wrapper .menu ul, header.header-main.westside .top-bar__wrapper .menu ul, header.header-main.lablogic .top-bar__wrapper .menu ul, header.header-main.catalyst .top-bar__wrapper .menu ul, header.header-main.clover .top-bar__wrapper .menu ul {
                    grid-gap: 56px;
                    gap: 56px;
                }
    @media (max-width: 1440px) {
    header.header-main.warsaw .top-bar__wrapper .menu ul, header.header-main.booster .top-bar__wrapper .menu ul, header.header-main.loop .top-bar__wrapper .menu ul, header.header-main.westside .top-bar__wrapper .menu ul, header.header-main.lablogic .top-bar__wrapper .menu ul, header.header-main.catalyst .top-bar__wrapper .menu ul, header.header-main.clover .top-bar__wrapper .menu ul {
                        grid-gap: 21px;
                        gap: 21px
                }
                    }
    @media (max-width: 1260px) {
    header.header-main.warsaw .top-bar__wrapper .menu ul, header.header-main.booster .top-bar__wrapper .menu ul, header.header-main.loop .top-bar__wrapper .menu ul, header.header-main.westside .top-bar__wrapper .menu ul, header.header-main.lablogic .top-bar__wrapper .menu ul, header.header-main.catalyst .top-bar__wrapper .menu ul, header.header-main.clover .top-bar__wrapper .menu ul {
                        grid-gap: 19px;
                        gap: 19px
                }
                    }
    header.header-main.warsaw .top-bar__wrapper .menu ul li:hover a, header.header-main.booster .top-bar__wrapper .menu ul li:hover a, header.header-main.loop .top-bar__wrapper .menu ul li:hover a, header.header-main.westside .top-bar__wrapper .menu ul li:hover a, header.header-main.lablogic .top-bar__wrapper .menu ul li:hover a, header.header-main.catalyst .top-bar__wrapper .menu ul li:hover a, header.header-main.clover .top-bar__wrapper .menu ul li:hover a {
                               
                            }
    header.header-main.warsaw .top-bar__wrapper .menu ul li a, header.header-main.booster .top-bar__wrapper .menu ul li a, header.header-main.loop .top-bar__wrapper .menu ul li a, header.header-main.westside .top-bar__wrapper .menu ul li a, header.header-main.lablogic .top-bar__wrapper .menu ul li a, header.header-main.catalyst .top-bar__wrapper .menu ul li a, header.header-main.clover .top-bar__wrapper .menu ul li a {
                            font-size: 16px;
                            line-height: 27px;
                        }
    @media (max-width: 1440px) {
    header.header-main.warsaw .top-bar__wrapper .menu ul li a, header.header-main.booster .top-bar__wrapper .menu ul li a, header.header-main.loop .top-bar__wrapper .menu ul li a, header.header-main.westside .top-bar__wrapper .menu ul li a, header.header-main.lablogic .top-bar__wrapper .menu ul li a, header.header-main.catalyst .top-bar__wrapper .menu ul li a, header.header-main.clover .top-bar__wrapper .menu ul li a {
                                font-size: 14px !important
                        }
                            }
    header.header-main.warsaw .top-bar__wrapper .menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper, header.header-main.booster .top-bar__wrapper .menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper, header.header-main.loop .top-bar__wrapper .menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper, header.header-main.westside .top-bar__wrapper .menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper, header.header-main.lablogic .top-bar__wrapper .menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper, header.header-main.catalyst .top-bar__wrapper .menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper, header.header-main.clover .top-bar__wrapper .menu ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
                                    display: -webkit-box !important;
                                    display: -ms-flexbox !important;
                                    display: flex !important;
                                }
    header.header-main.warsaw .top-bar__wrapper .menu ul li .hs-menu-children-wrapper, header.header-main.booster .top-bar__wrapper .menu ul li .hs-menu-children-wrapper, header.header-main.loop .top-bar__wrapper .menu ul li .hs-menu-children-wrapper, header.header-main.westside .top-bar__wrapper .menu ul li .hs-menu-children-wrapper, header.header-main.lablogic .top-bar__wrapper .menu ul li .hs-menu-children-wrapper, header.header-main.catalyst .top-bar__wrapper .menu ul li .hs-menu-children-wrapper, header.header-main.clover .top-bar__wrapper .menu ul li .hs-menu-children-wrapper {
                            background-color: #fff;
                            grid-gap: 30px;
                            gap: 30px;
                            padding: 20px 36px;
                            z-index: 9;
                            left: -59px !important;
                            display: none;
                            padding-top: 35px;
                            padding-bottom: 26px;
                        }
    header.header-main.warsaw .top-bar__wrapper .menu ul li .hs-menu-children-wrapper img, header.header-main.booster .top-bar__wrapper .menu ul li .hs-menu-children-wrapper img, header.header-main.loop .top-bar__wrapper .menu ul li .hs-menu-children-wrapper img, header.header-main.westside .top-bar__wrapper .menu ul li .hs-menu-children-wrapper img, header.header-main.lablogic .top-bar__wrapper .menu ul li .hs-menu-children-wrapper img, header.header-main.catalyst .top-bar__wrapper .menu ul li .hs-menu-children-wrapper img, header.header-main.clover .top-bar__wrapper .menu ul li .hs-menu-children-wrapper img {
                                min-width: 200px;
                                max-width: 200px !important;
                            }
    @media (min-width: 992px) {
    header.header-main.warsaw .top-bar__wrapper .slick-nav-wrapper-bar, header.header-main.booster .top-bar__wrapper .slick-nav-wrapper-bar, header.header-main.loop .top-bar__wrapper .slick-nav-wrapper-bar, header.header-main.westside .top-bar__wrapper .slick-nav-wrapper-bar, header.header-main.lablogic .top-bar__wrapper .slick-nav-wrapper-bar, header.header-main.catalyst .top-bar__wrapper .slick-nav-wrapper-bar, header.header-main.clover .top-bar__wrapper .slick-nav-wrapper-bar {
                    display: none
            }
                }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu ul, header.header-main.booster .top-bar__wrapper .slicknav_menu ul, header.header-main.loop .top-bar__wrapper .slicknav_menu ul, header.header-main.westside .top-bar__wrapper .slicknav_menu ul, header.header-main.lablogic .top-bar__wrapper .slicknav_menu ul, header.header-main.catalyst .top-bar__wrapper .slicknav_menu ul, header.header-main.clover .top-bar__wrapper .slicknav_menu ul {
                background-color: #FFF !important;
                top: 80px;
                max-height: calc(100vh - 80px);
                overflow: scroll;
                margin-bottom: 0px;
                
            }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu .slicknav_nav a, header.header-main.booster .top-bar__wrapper .slicknav_menu .slicknav_nav a, header.header-main.loop .top-bar__wrapper .slicknav_menu .slicknav_nav a, header.header-main.westside .top-bar__wrapper .slicknav_menu .slicknav_nav a, header.header-main.lablogic .top-bar__wrapper .slicknav_menu .slicknav_nav a, header.header-main.catalyst .top-bar__wrapper .slicknav_menu .slicknav_nav a, header.header-main.clover .top-bar__wrapper .slicknav_menu .slicknav_nav a {
                border-top: 1px solid #CDD0E3;
            }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu .slicknav_btn .slicknav_icon, header.header-main.booster .top-bar__wrapper .slicknav_menu .slicknav_btn .slicknav_icon, header.header-main.loop .top-bar__wrapper .slicknav_menu .slicknav_btn .slicknav_icon, header.header-main.westside .top-bar__wrapper .slicknav_menu .slicknav_btn .slicknav_icon, header.header-main.lablogic .top-bar__wrapper .slicknav_menu .slicknav_btn .slicknav_icon, header.header-main.catalyst .top-bar__wrapper .slicknav_menu .slicknav_btn .slicknav_icon, header.header-main.clover .top-bar__wrapper .slicknav_menu .slicknav_btn .slicknav_icon {
                width: 25px;
                margin-top: 5px;
            }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.booster .top-bar__wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.loop .top-bar__wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.westside .top-bar__wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.lablogic .top-bar__wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.catalyst .top-bar__wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.clover .top-bar__wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
                top: -4px;
                left: 1px;
            }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item {
                    margin: 0px !important;
                    margin-left: 27px !important;
                    margin-right: 27px !important;
                    border-top: 1px solid #CDD0E3;
                    border-bottom: 1px solid #CDD0E3;
                    padding-left: 0px !important;
                }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item a, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item a, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item a, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item a, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item a, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item a, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent a.slicknav_item a {
                        margin: 0px !important;
                        border: none;
                        padding: 0px !important;
                    }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul {
                    max-height: unset;
                }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:first-of-type a, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:first-of-type a, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:first-of-type a, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:first-of-type a, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:first-of-type a, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:first-of-type a, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:first-of-type a {
                                border-top: none;
                            }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:last-of-type a, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:last-of-type a, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:last-of-type a, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:last-of-type a, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:last-of-type a, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:last-of-type a, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li:last-of-type a {
                                border-bottom: 1px solid #CDD0E3;
                                
                            }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li a, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li a, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li a, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li a, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li a, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li a, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent ul li a {
                            margin: 0px 27px !important;
                            display: block;
                            padding-top: 26px !important;
                            padding-bottom: 24px !important;
                            padding-left: 25px !important;
                        }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: reverse;
                            -ms-flex-direction: row-reverse;
                                flex-direction: row-reverse;
                        -webkit-box-pack: end;
                            -ms-flex-pack: end;
                                justify-content: flex-end;
                    }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item a, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item a, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item a, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item a, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item a, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item a, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item a {
                            padding-left: 20px !important;
                        }
    header.header-main.warsaw .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item .slicknav_arrow::after, header.header-main.booster .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item .slicknav_arrow::after, header.header-main.loop .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item .slicknav_arrow::after, header.header-main.westside .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item .slicknav_arrow::after, header.header-main.lablogic .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item .slicknav_arrow::after, header.header-main.catalyst .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item .slicknav_arrow::after, header.header-main.clover .top-bar__wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children.slicknav_parent.slicknav_open a.slicknav_item .slicknav_arrow::after {
                               -webkit-transform: rotate(180deg);
                                       transform: rotate(180deg); 
                            }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent *, header.header-main.booster .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent *, header.header-main.loop .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent *, header.header-main.westside .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent *, header.header-main.lablogic .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent *, header.header-main.catalyst .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent *, header.header-main.clover .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent * {
                    -webkit-transition: all .3s;
                    transition: all .3s;
                }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow, header.header-main.booster .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow, header.header-main.loop .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow, header.header-main.westside .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow, header.header-main.lablogic .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow, header.header-main.catalyst .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow, header.header-main.clover .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow {
                font-size: 0px;
            }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow::after, header.header-main.booster .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow::after, header.header-main.loop .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow::after, header.header-main.westside .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow::after, header.header-main.lablogic .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow::after, header.header-main.catalyst .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow::after, header.header-main.clover .top-bar__wrapper .slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow::after {
                    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.646\" height=\"13.646\" viewBox=\"0 0 13.646 13.646\"><path id=\"Path_4761\" data-name=\"Path 4761\" d=\"M20400,144v8.974l9.047.073\" transform=\"translate%2814329.555 14540.022%29 rotate%28-135%29\" fill=\"none\" stroke=\"%23171a2e\" stroke-width=\"1.2\"/></svg>");
                }
    header.header-main.warsaw .top-bar__wrapper .slicknav_menu .language-wrapper-2.lang-new, header.header-main.booster .top-bar__wrapper .slicknav_menu .language-wrapper-2.lang-new, header.header-main.loop .top-bar__wrapper .slicknav_menu .language-wrapper-2.lang-new, header.header-main.westside .top-bar__wrapper .slicknav_menu .language-wrapper-2.lang-new, header.header-main.lablogic .top-bar__wrapper .slicknav_menu .language-wrapper-2.lang-new, header.header-main.catalyst .top-bar__wrapper .slicknav_menu .language-wrapper-2.lang-new, header.header-main.clover .top-bar__wrapper .slicknav_menu .language-wrapper-2.lang-new {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
            }
    header.header-main.warsaw .old-menu-wrapper, header.header-main.booster .old-menu-wrapper, header.header-main.loop .old-menu-wrapper, header.header-main.westside .old-menu-wrapper, header.header-main.lablogic .old-menu-wrapper, header.header-main.catalyst .old-menu-wrapper, header.header-main.clover .old-menu-wrapper {
            height: 80px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
    header.header-main.warsaw .old-menu-wrapper div.nav-wrapper #hs_menu_wrapper_maim_menu ul li a, header.header-main.booster .old-menu-wrapper div.nav-wrapper #hs_menu_wrapper_maim_menu ul li a, header.header-main.loop .old-menu-wrapper div.nav-wrapper #hs_menu_wrapper_maim_menu ul li a, header.header-main.westside .old-menu-wrapper div.nav-wrapper #hs_menu_wrapper_maim_menu ul li a, header.header-main.lablogic .old-menu-wrapper div.nav-wrapper #hs_menu_wrapper_maim_menu ul li a, header.header-main.catalyst .old-menu-wrapper div.nav-wrapper #hs_menu_wrapper_maim_menu ul li a, header.header-main.clover .old-menu-wrapper div.nav-wrapper #hs_menu_wrapper_maim_menu ul li a {
                                color: #fff !important;
                            }
    header.header-main.warsaw .old-menu-wrapper .lang_switcher_class .globe_class ul li a, header.header-main.booster .old-menu-wrapper .lang_switcher_class .globe_class ul li a, header.header-main.loop .old-menu-wrapper .lang_switcher_class .globe_class ul li a, header.header-main.westside .old-menu-wrapper .lang_switcher_class .globe_class ul li a, header.header-main.lablogic .old-menu-wrapper .lang_switcher_class .globe_class ul li a, header.header-main.catalyst .old-menu-wrapper .lang_switcher_class .globe_class ul li a, header.header-main.clover .old-menu-wrapper .lang_switcher_class .globe_class ul li a {
                                color: #fff !important;
                            }
    header.header-main.warsaw .slicknav_menu ul, header.header-main.booster .slicknav_menu ul, header.header-main.loop .slicknav_menu ul, header.header-main.westside .slicknav_menu ul, header.header-main.lablogic .slicknav_menu ul, header.header-main.catalyst .slicknav_menu ul, header.header-main.clover .slicknav_menu ul {
            background-color: #17465D;
            top: 160px;
        }
    header.header-main.warsaw .slicknav_menu .slicknav_nav>li>a, header.header-main.booster .slicknav_menu .slicknav_nav>li>a, header.header-main.loop .slicknav_menu .slicknav_nav>li>a, header.header-main.westside .slicknav_menu .slicknav_nav>li>a, header.header-main.lablogic .slicknav_menu .slicknav_nav>li>a, header.header-main.catalyst .slicknav_menu .slicknav_nav>li>a, header.header-main.clover .slicknav_menu .slicknav_nav>li>a {
            color: #fff;
        }
    header.header-main.warsaw .slicknav_menu .slicknav_nav a, header.header-main.booster .slicknav_menu .slicknav_nav a, header.header-main.loop .slicknav_menu .slicknav_nav a, header.header-main.westside .slicknav_menu .slicknav_nav a, header.header-main.lablogic .slicknav_menu .slicknav_nav a, header.header-main.catalyst .slicknav_menu .slicknav_nav a, header.header-main.clover .slicknav_menu .slicknav_nav a {
            border-top:1px solid #356B86 ;
        }
    header.header-main.warsaw .slicknav_menu .slicknav_nav>li:last-of-type a, header.header-main.booster .slicknav_menu .slicknav_nav>li:last-of-type a, header.header-main.loop .slicknav_menu .slicknav_nav>li:last-of-type a, header.header-main.westside .slicknav_menu .slicknav_nav>li:last-of-type a, header.header-main.lablogic .slicknav_menu .slicknav_nav>li:last-of-type a, header.header-main.catalyst .slicknav_menu .slicknav_nav>li:last-of-type a, header.header-main.clover .slicknav_menu .slicknav_nav>li:last-of-type a {
            border-bottom: none;
        }
    header.header-main.warsaw .slick-nav-wrapper .language-wrapper, header.header-main.booster .slick-nav-wrapper .language-wrapper, header.header-main.loop .slick-nav-wrapper .language-wrapper, header.header-main.westside .slick-nav-wrapper .language-wrapper, header.header-main.lablogic .slick-nav-wrapper .language-wrapper, header.header-main.catalyst .slick-nav-wrapper .language-wrapper, header.header-main.clover .slick-nav-wrapper .language-wrapper {
                display: none !important;
            }
    header.header-main.warsaw .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.booster .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.loop .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.westside .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.lablogic .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.catalyst .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.clover .slicknav_menu .slicknav_btn .slicknav_icon span {
            background-color: #171A2E !important;
        }
    @media (min-width: 992px) {
    header.header-main.warsaw .language-wrapper-2.lang-new, header.header-main.booster .language-wrapper-2.lang-new, header.header-main.loop .language-wrapper-2.lang-new, header.header-main.westside .language-wrapper-2.lang-new, header.header-main.lablogic .language-wrapper-2.lang-new, header.header-main.catalyst .language-wrapper-2.lang-new, header.header-main.clover .language-wrapper-2.lang-new {
                max-width: 60px;
                overflow: hidden;
                opacity: 1;
                -webkit-transition: all .1s;
                transition: all .1s
        }

                header.header-main.warsaw .language-wrapper-2.lang-new.active, header.header-main.booster .language-wrapper-2.lang-new.active, header.header-main.loop .language-wrapper-2.lang-new.active, header.header-main.westside .language-wrapper-2.lang-new.active, header.header-main.lablogic .language-wrapper-2.lang-new.active, header.header-main.catalyst .language-wrapper-2.lang-new.active, header.header-main.clover .language-wrapper-2.lang-new.active {
                    opacity: 1;
                }
            }
    @media (max-width: 992px) {
    header.header-main.warsaw .language-wrapper-2.lang-new, header.header-main.booster .language-wrapper-2.lang-new, header.header-main.loop .language-wrapper-2.lang-new, header.header-main.westside .language-wrapper-2.lang-new, header.header-main.lablogic .language-wrapper-2.lang-new, header.header-main.catalyst .language-wrapper-2.lang-new, header.header-main.clover .language-wrapper-2.lang-new {
                display: none
        }
            }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class, header.header-main.booster .language-wrapper-2.lang-new .globe_class, header.header-main.loop .language-wrapper-2.lang-new .globe_class, header.header-main.westside .language-wrapper-2.lang-new .globe_class, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class, header.header-main.clover .language-wrapper-2.lang-new .globe_class {
                background: none !important;
                width: auto;
                height: auto;
            }
    @media (max-width: 992px) {
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class, header.header-main.booster .language-wrapper-2.lang-new .globe_class, header.header-main.loop .language-wrapper-2.lang-new .globe_class, header.header-main.westside .language-wrapper-2.lang-new .globe_class, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class, header.header-main.clover .language-wrapper-2.lang-new .globe_class {
                    padding-top: 25px
            }
                }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class {
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    width: auto;
                    height: auto;
                    position: relative;
                    top: auto;
                    left: auto;
                    -webkit-transform: none !important;
                            transform: none !important;
                    padding-top: 0px;
                    grid-gap: 0px;
                    gap: 0px;
                }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class::before, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class::before, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class::before, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class::before, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class::before, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class::before, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class::before {
                        display: none;
                    }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class::after, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class::after, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class::after, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class::after, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class::after, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class::after, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class::after {
                        display: none;
                    }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class li, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class li, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class li, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class li, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class li, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class li, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class li {
                        padding: 0px;
                        border: none !important;
                    }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class li a {
                            font-size: 16px;
                            color: #707070 !important;
                            text-transform: uppercase;
                            border-top: none !important;
                        }
    @media (max-width: 1420px) {
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class li a, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class li a {
                                font-size: 14px
                        }
                            }
    @media (max-width: 992px) {
                            header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class li a.lang_switcher_link, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class li a.lang_switcher_link, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class li a.lang_switcher_link, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class li a.lang_switcher_link, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class li a.lang_switcher_link, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class li a.lang_switcher_link, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class li a.lang_switcher_link {
                                color: #161A2F !important;
                            }
                        }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class li:first-of-type a, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class li:first-of-type a, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class li:first-of-type a, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class li:first-of-type a, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class li:first-of-type a, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class li:first-of-type a, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class li:first-of-type a {
                                border-right: 1px solid #161A2F !important;
                                padding-right: 8px;
                                font-weight: 700;
                            }
    header.header-main.warsaw .language-wrapper-2.lang-new .globe_class .lang_list_class li:last-of-type a, header.header-main.booster .language-wrapper-2.lang-new .globe_class .lang_list_class li:last-of-type a, header.header-main.loop .language-wrapper-2.lang-new .globe_class .lang_list_class li:last-of-type a, header.header-main.westside .language-wrapper-2.lang-new .globe_class .lang_list_class li:last-of-type a, header.header-main.lablogic .language-wrapper-2.lang-new .globe_class .lang_list_class li:last-of-type a, header.header-main.catalyst .language-wrapper-2.lang-new .globe_class .lang_list_class li:last-of-type a, header.header-main.clover .language-wrapper-2.lang-new .globe_class .lang_list_class li:last-of-type a {
                                border-left: 1px solid #707070;
                                padding-left: 8px;
                                
                            }
    header.header-main.warsaw .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.booster .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.loop .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.westside .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.lablogic .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.catalyst .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span, header.header-main.clover .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span {
                background-color: #FFFFFF !important;
            }
    header.header-main.warsaw .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2), header.header-main.booster .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2), header.header-main.loop .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2), header.header-main.westside .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2), header.header-main.lablogic .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2), header.header-main.catalyst .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2), header.header-main.clover .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2) {
                display: none;
            }
    header.header-main.warsaw .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1), header.header-main.booster .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1), header.header-main.loop .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1), header.header-main.westside .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1), header.header-main.lablogic .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1), header.header-main.catalyst .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1), header.header-main.clover .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                left: -4px;
                width: 16px;
            }
    header.header-main.warsaw .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3), header.header-main.booster .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3), header.header-main.loop .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3), header.header-main.westside .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3), header.header-main.lablogic .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3), header.header-main.catalyst .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3), header.header-main.clover .old-menu-wrapper .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                right: -3px;
                width: 16px;
            }
    header.header-main.warsaw .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.booster .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.loop .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.westside .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.lablogic .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.catalyst .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1), header.header-main.clover .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
                -webkit-transform: rotate(135deg);
                        transform: rotate(135deg);
                top: -1px;
                left: 8px;
            }
    header.header-main.warsaw .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3), header.header-main.booster .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3), header.header-main.loop .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3), header.header-main.westside .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3), header.header-main.lablogic .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3), header.header-main.catalyst .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3), header.header-main.clover .old-menu-wrapper .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
                -webkit-transform: rotate(-135deg);
                        transform: rotate(-135deg);
                right: -15px;
                left: unset;
                top: 10px;
            }
    header.header-main.booster {
        background-color: #7E757B !important;
    }
    header.header-main.booster .slicknav_menu ul {
            background-color: #7E757B !important;
            top: 160px;
        }
    header.header-main.booster .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.booster .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.warsaw {
        background-color: #004f68 !important;
    }
    header.header-main.warsaw .slicknav_menu ul {
            background-color: #004f68 !important;
            top: 160px;
        }
    header.header-main.warsaw .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.warsaw .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.loop {
        background-color: #e4733b !important;
    }
    header.header-main.loop .slicknav_menu ul {
            background-color: #e4733b !important;
            top: 160px;
        }
    header.header-main.loop .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.loop .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.westside {
        background-color: rgba(39,124,136,1.0) !important;
    }
    header.header-main.westside .slicknav_menu ul {
            background-color: rgba(39,124,136,1.0) !important;
            top: 160px;
        }
    header.header-main.westside .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.westside .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.westside-2025 {
        background-color: #A467A5 !important;
    }
    header.header-main.westside-2025 .slicknav_menu ul {
            background-color: #A467A5 !important;
            top: 160px;
        }
    header.header-main.westside-2025 .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.westside-2025 .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.lablogic {
        background-color: rgba(78,115,168,1.0) !important;
    }
    header.header-main.lablogic .slicknav_menu ul {
            background-color:rgba(78,115,168,1.0) !important;
            top: 160px;
        }
    header.header-main.lablogic .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.lablogic .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.catalyst {
        background-color: #602C88 !important;
    }
    header.header-main.catalyst .slicknav_menu ul {
            background-color:#602C88 !important;
            top: 160px;
        }
    header.header-main.catalyst .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.catalyst .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.clover {
        background-color: #72870B !important;
    }
    header.header-main.clover .slicknav_menu ul {
            background-color:#72870B !important;
            top: 160px;
        }
    header.header-main.clover .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.clover .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }
    header.header-main.gdansk--2025 {
        background-color: #1860AA !important;
    }
    header.header-main.gdansk--2025 .slicknav_menu ul {
            background-color:#1860AA !important;
            top: 160px;
        }
    header.header-main.gdansk--2025 .slicknav_menu .slicknav_nav a {
            border-top:  1px solid white;
        }
    header.header-main.gdansk--2025 .lang_switcher_class ul li:first-of-type a {
            border-right: 1px solid #fff !important;
        }

/* ------------------------------------- */
/* ----------- SLICK HEADER ------------ */
/* ------------------------------------- */
.slicknav_menu ul {
    list-style: none !important;
    padding: 0px;
    padding-top: 0px !important;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    top: 77px;
    z-index: 999;
}
.slicknav_menu ul ul {
        position: static !important;
    }

.slicknav_menu {
    background: transparent !important;
}

.slicknav_menu .slicknav_btn {
        margin: 0;
        text-decoration: none;
        text-shadow: none;
        border-radius: 0px;
        background-color: transparent;
        text-shadow: none;
        margin-right: 0px;
        padding: 0px;
        position: static;

        right: 20px;
        width: 20px;
        height: 14px;
    }

.slicknav_menu .language-wrapper {
        display: block !important;
    }

.slicknav_menu .globe_class {
        background: none !important;
        width: auto;
        height: auto;
        padding-bottom: 44px;
        padding-top: 55px;
    }

.slicknav_menu .globe_class .lang_list_class {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: auto;
            height: auto;
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: none !important;
                    transform: none !important;
            padding-top: 0px;
            margin-left: 28px !important;
        }

.slicknav_menu .globe_class .lang_list_class::before {
                display: none;
            }

.slicknav_menu .globe_class .lang_list_class::after {
                display: none;
            }

.slicknav_menu .globe_class .lang_list_class li {
                padding: 0px;
                border: none !important;
            }

.slicknav_menu .globe_class .lang_list_class li a {
                    font-size: 16px !important;
                    color: #707070 !important;
                    text-transform: uppercase;
                    margin: 0 !important;
                    padding: 0 !important;
                    border-top: none;
                    line-height: 1;
                }

.slicknav_menu .globe_class .lang_list_class li a:hover {
                        background-color: transparent !important;
                    }

.slicknav_menu .globe_class .lang_list_class li:first-of-type a {
                        border-right: 1px solid #707070;
                        padding-right: 8px !important;
                        font-weight: 700;
                    }

.slicknav_menu .globe_class .lang_list_class li:last-of-type a {
                        border-left: 1px solid #707070;
                        padding-left: 8px !important;
                    }
.slicknav_menu .slicknav_btn .slicknav_icon {
    width: 20px;
    height: 14px;
    position: relative;
    display: block;
}
.slicknav_menu .slicknav_btn .slicknav_icon span {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: var(--header-mobile-button-color);
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin: 0 !important;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
.slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0px;
    left: 0px;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 14px;
    left: 0px;
}

.slicknav_menu .slicknav_nav > li > a {
    color: var(--primary-2);
    font-size: 16px;
    margin: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 8px;
    gap: 8px;
}
.slicknav_menu .slicknav_nav > li > a > a {
    color: #fff !important;
    padding: 0 !important;
}

.slicknav_menu .slicknav_nav a {
    margin: 20px 27px !important;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #E8E8E8;
    padding: 20px 0px 0px 0px !important;
}
.slicknav_menu .slicknav_nav > li:last-of-type a {
            border-bottom: 1px solid #E8E8E8;
            padding-bottom: 20px !important;
        }
.slicknav_menu .slicknav_nav > li.active {

    }
.slicknav_nav .slicknav_row:hover {
    border-radius: 0px;
    background: transparent;
}

.slicknav_menu .slicknav_nav li.slicknav_parent {
    position: relative;
}

.slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow {
        position: relative;
        color: transparent;
    }

.slicknav_menu .slicknav_nav li.slicknav_parent .slicknav_arrow:after {
            content: "";
            width: 12px;
            height: 12px;
            display: block;
            position: absolute;
            left: 0;
            top: 8px;
            background-size: contain;
            background-image: url("data:image/svg+xml,%3Csvg class=%27open-text%27 id=%27button%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2716.277%27 height=%2716.277%27 viewBox=%270 0 16.277 16.277%27%3E%3Cpath id=%27Path_853%27 data-name=%27Path 853%27 d=%27M-3133,10173v11.01h11.01%27 transform=%27translate%28-4977.678 -9400.977%29 rotate%28-45%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-width=%272%27%3E%3C/path%3E%3C/svg%3E");
        }

@media (max-width: 1000px) {
    .hs-tools-menu.hs-collapsed {
        display: none;
    }
}

header.header-main--simple--2 {
        background-color: #277C88;
    }

header.header-main--simple--2.scrolled {
            background-color: #277C88;
        }

@media (min-width: 992px) {
            
            header.header-main--simple--2 div.wrapper {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

                header.header-main--simple--2 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #978169 !important;
                }
                    header.header-main--simple--2 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a:hover {
                        color: #978169 !important;
                    }
                
                header.header-main--simple--2 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #978169;
                }

                    header.header-main--simple--2 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a:hover {
                        color: #978169 !important;
                    }
        }

header.header-main--simple--3 {
        background-color: #FFFFFF;
    }

header.header-main--simple--3.scrolled {
            background-color: #FFFFFF;
        }

@media (min-width: 992px) {
            
            header.header-main--simple--3 div.wrapper {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

                header.header-main--simple--3 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a {
                    color: #949397 !important;
                }

                    header.header-main--simple--3 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a:hover {
                        color: #E4733B !important;
                    }

                header.header-main--simple--3 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #E4733B !important;
                }
                    header.header-main--simple--3 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a:hover {
                        color: #E4733B !important;
                    }
                
                header.header-main--simple--3 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #E4733B;
                }

                    header.header-main--simple--3 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a:hover {
                        color: #E4733B !important;
                    }
        }

header.header-main--simple--3 .slicknav_menu .slicknav_btn .slicknav_icon span {
        background-color: black !important;
       }

header.header-main--simple--3 .language-wrapper .globe_class .lang_list_class li a {
         color: #949397!important;
       }

header.header-main--simple--3 .language-wrapper .globe_class .lang_list_class li a:hover {
            color: #e4733b!important;
         }

header.header-main--simple--3 .lang_switcher_class ul li:first-of-type a {
        border-right: 1px solid #949397 !important;

       }

header.header-main--simple--4 {
        background-color: transparent;
    }

header.header-main--simple--4.scrolled {
            background-color: #7E757B;
        }

@media (max-width: 992px) {

header.header-main--simple--4 {
            background-color: #7e757b !important
    }
        }

@media (min-width: 992px) {
            
            header.header-main--simple--4 div.wrapper {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

                header.header-main--simple--4 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a {
                    color: white !important;
                }

                    header.header-main--simple--4 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a:hover {
                        color: #E4733B !important;
                    }

                header.header-main--simple--4 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #E4733B !important;
                }
                    header.header-main--simple--4 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a:hover {
                        color: #E4733B !important;
                    }
                
                header.header-main--simple--4 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #E4733B;
                }

                    header.header-main--simple--4 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a:hover {
                        color: #E4733B !important;
                    }
        }

header.header-main--simple--4 .slicknav_menu .slicknav_btn .slicknav_icon span {
        background-color: black !important;
       }

header.header-main--simple--4 .language-wrapper .globe_class .lang_list_class li a {
        color: white !important;
       }

header.header-main--simple--4 .language-wrapper .globe_class .lang_list_class li a:hover {
            color: #e4733b!important;
         }

header.header-main--simple--4 .lang_switcher_class ul li:first-of-type a {
        border-right: 1px solid #949397 !important;

       }

header.header-main--simple--5 {
        background-color: #FFFFFF;
    }

header.header-main--simple--5.scrolled {
            background-color: #FFFFFF;
        }

@media (min-width: 992px) {
            
            header.header-main--simple--5 div.wrapper {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

                header.header-main--simple--5 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a {
                    color: #949397 !important;
                    padding-bottom: 0px;
                }

                    header.header-main--simple--5 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a:hover {
                        color: #4E73A8 !important;
                    }

                header.header-main--simple--5 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #4E73A8 !important;
                }
                    header.header-main--simple--5 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a:hover {
                        color: #4E73A8 !important;
                    }
                
                header.header-main--simple--5 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #4E73A8;
                }

                    header.header-main--simple--5 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a:hover {
                        color: #4E73A8 !important;
                    }
        }

header.header-main--simple--5 .slicknav_menu .slicknav_btn .slicknav_icon span {
        background-color: black !important;
       }

header.header-main--simple--5 .language-wrapper .globe_class .lang_list_class li a {
         color: #949397!important;
       }

header.header-main--simple--5 .language-wrapper .globe_class .lang_list_class li a:hover {
            color: #4E73A8!important;
         }

header.header-main--simple--5 .lang_switcher_class ul li:first-of-type a {
        border-right: 1px solid #949397 !important;

       }

header.header-main--simple--6 {
        background-color: #FFFFFF;
    }

header.header-main--simple--6.scrolled {
            background-color: #FFFFFF;
        }

@media (min-width: 992px) {
            
            header.header-main--simple--6 div.wrapper {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

                header.header-main--simple--6 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a {
                    color: #949397 !important;
                    padding-bottom: 0px;
                }

                    header.header-main--simple--6 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a:hover {
                        color: #4E73A8 !important;
                    }

                header.header-main--simple--6 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #4E73A8 !important;
                }
                    header.header-main--simple--6 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a:hover {
                        color: #4E73A8 !important;
                    }
                
                header.header-main--simple--6 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #4E73A8;
                }

                    header.header-main--simple--6 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a:hover {
                        color: #4E73A8 !important;
                    }
        }

header.header-main--simple--6 .slicknav_menu .slicknav_btn .slicknav_icon span {
        background-color: black !important;
       }

header.header-main--simple--6 .language-wrapper .globe_class .lang_list_class li a {
         color: #949397!important;
       }

header.header-main--simple--6 .language-wrapper .globe_class .lang_list_class li a:hover {
            color: #4E73A8!important;
         }

header.header-main--simple--6 .lang_switcher_class ul li:first-of-type a {
        border-right: 1px solid #949397 !important;

       }

header.header-main--simple--7 {
        background-color: #FFFFFF;
    }

header.header-main--simple--7.scrolled {
            background-color: #FFFFFF;
        }

@media (min-width: 992px) {
            
            header.header-main--simple--7 div.wrapper {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

                header.header-main--simple--7 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a {
                    color: #949397 !important;
                    padding-bottom: 0px;
                }

                    header.header-main--simple--7 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a:hover {
                        color: #4E73A8 !important;
                    }

                header.header-main--simple--7 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #4E73A8 !important;
                }
                    header.header-main--simple--7 div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a:hover {
                        color: #4E73A8 !important;
                    }
                
                header.header-main--simple--7 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a {
                    color: #4E73A8;
                }

                    header.header-main--simple--7 div.wrapper .hs-menu-flow-horizontal>ul li.active-link a:hover {
                        color: #4E73A8 !important;
                    }
        }

header.header-main--simple--7 .slicknav_menu .slicknav_btn .slicknav_icon span {
        background-color: black !important;
       }

header.header-main--simple--7 .language-wrapper .globe_class .lang_list_class li a {
         color: #949397!important;
       }

header.header-main--simple--7 .language-wrapper .globe_class .lang_list_class li a:hover {
            color: #4E73A8!important;
         }

header.header-main--simple--7 .lang_switcher_class ul li:first-of-type a {
        border-right: 1px solid #949397 !important;

       }

@media (max-width: 1300px) {

header.header--new.header-main--simple .nav-wrapper ul {
                grid-gap: 19px !important;
                gap: 19px !important
        }
            }

@media (min-width: 992px) {

header.header--new {
            height: 111px
    }
        }

@media (max-width: 992px) {

header.header--new {
            background-color: transparent
    }

            header.header--new .logo-wrapper img {
                -webkit-filter: brightness(0) invert(1) !important;
                        filter: brightness(0) invert(1) !important;
            }
        }

header.header--new.scrolled .logo-wrapper img {
                -webkit-filter: none !important;
                        filter: none !important;
            }

header.header--new.scrolled .slicknav_menu .slicknav_btn .slicknav_icon span {
                background-color: #000 !important;
            }

header.header--new .container {
            max-width: 1696px;
        }

@media (max-width: 992px) {

header.header--new .container {
                padding-left: 36px;
                padding-right: 36px
        }
            }

header.header--new .language-wrapper {
            margin-bottom: 5px;
        }

header.header--new .language-wrapper .lang_list_class {
                -webkit-box-orient: horizontal !important;
                -webkit-box-direction: reverse !important;
                    -ms-flex-direction: row-reverse !important;
                        flex-direction: row-reverse !important;
            }

header.header--new .language-wrapper .lang_list_class li:first-child a {
                            border-right: none !important;
                            border-left: 1px solid #fff !important;
                            padding-right: 0px !important;
                            padding-left: 8px;
                        }

header.header--new .language-wrapper .lang_list_class li:last-of-type a {
                            border: none !important;
                            padding-left: 0px !important;
                            padding-right: 8px;
                        }

header.header--new div.wrapper {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

@media (max-width: 768px) {

header.header--new {
            background-color: transparent
    }
        }

@media (min-width: 1800px) {
            header.header--new .wrapper .hs-menu-flow-horizontal>ul>li a {
                font-size: 20px !important;
            }

            header.header--new div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul {
                grid-gap: 28px;
                gap: 28px;
            }
        }

header.header--new .logo-wrapper img {
                -webkit-filter: brightness(0) invert(1);
                        filter: brightness(0) invert(1);
                -webkit-transition: all .3s;
                transition: all .3s;
            }

@media (max-width: 992px) {

header.header--new .logo-wrapper img {
                    -webkit-filter: none;
                            filter: none
            }
                }

header.header--new .slicknav_menu .slicknav_btn .slicknav_icon span {
            background-color: #FFFFFF !important
        }

header.header--new.scrolled {
            background-color: #FFFFFF;
        }

header.header--new.scrolled div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a {
            color: #001548 !important;
           }

header.header--new.scrolled .logo-wrapper img {
                    -webkit-filter: none;
                            filter: none;
                }

header.header--new.scrolled .language-wrapper ul li a {
                    color: #001548 !important;
                }

header.header--blog {
        background-color: #E0CC00 !important;
        height: 46px;
    }

header.header--blog div.wrapper {
            -webkit-box-align: center !important;
                -ms-flex-align: center !important;
                    align-items: center !important;
        }

header.header--blog div.wrapper div.nav-wrapper ul li.hs-menu-item a {
                            padding-bottom: 0px !important;
                            color: #011E41 !important;
                            font-size: 14px !important;
                            line-height: 24px !important;
                        }

header.header--blog div.wrapper div.nav-wrapper ul li.hs-menu-item a:hover {
                                color: #fff !important;
                            }

header.header--blog div.wrapper .language-wrapper .lang_list_class {
                    margin-bottom: 0px;
                }

header.header--blog div.wrapper .slicknav_menu ul.slicknav_nav {
                    top: 45px;
                }

header.author-page-header .logo-wrapper img {
            -webkit-filter: unset !important;
                    filter: unset !important;
        }

header.author-page-header div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a {
            color: #001548 !important;
        }

header.author-page-header .language-wrapper ul li a {
            color: #001548 !important;
        }

header.author-page-header .slicknav_menu .slicknav_btn .slicknav_icon span {
            background-color: #000 !important;
        }

header.white-page-header .logo-wrapper img {
            -webkit-filter: unset !important;
                    filter: unset !important;
        }

header.white-page-header div.wrapper .nav-wrapper .hs-menu-flow-horizontal>ul li a {
            color: #001548 !important;
        }

header.white-page-header .language-wrapper ul li a {
            color: #001548 !important;
        }

header.white-page-header .slicknav_menu .slicknav_btn .slicknav_icon span {
            background-color: #000 !important;
        }




/* page test skrolle dodać do menu */
.hs-content-id-101319145200 .header-main {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
.hs-content-id-101319145200 .header-main .top-bar {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
.hs-content-id-101319145200 .header-main.scrolled-out--bar {
            top: -80px;
        }
.hs-content-id-101319145200 .header-main .language-wrapper-2 {
           
        }
.hs-content-id-101319145200 .header-main .old-menu-wrapper .language-wrapper {
                display: none;
            }
/* for remove */
header.header-main.warsaw,
header.header-main.booster,
header.header-main.loop,
header.header-main.westside,
header.header-main.lablogic,
header.header-main.catalyst,
header.header-main.clover {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
header.header-main.warsaw.scrolled-out--bar, header.header-main.booster.scrolled-out--bar, header.header-main.loop.scrolled-out--bar, header.header-main.westside.scrolled-out--bar, header.header-main.lablogic.scrolled-out--bar, header.header-main.catalyst.scrolled-out--bar, header.header-main.clover.scrolled-out--bar {
        top: -80px;
    }
header.header-main.scrolled-out--bar {
    top: -160px;
}

/* active links */

header.header--new ul li.active.active-branch a {
    font-weight: 700;
    }

/* active links on LP */
header .top-bar ul li.active.active-branch a {
            font-weight: 700;
        }
header .old-menu-wrapper ul li.active-link a {
            font-weight: 700;
        }

@media(max-width: 992px) {
        
                @media (max-width: 992px) {
                    .top-bar__wrapper .slicknav_menu .slicknav_nav > li.active a {
                        font-weight: 700;
                    }
                }

                .old-menu-wrapper li.scrolled-anchor a {
                    font-weight: 700 !important;
                }
}

/* arrow external menu top */

header .top-bar .menu-wrapper ul li:nth-child(7) a {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        padding-right: 16px;
    }

header .top-bar .menu-wrapper ul li:nth-child(7) a::after {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\"><path d=\"M6.13184 12.3072L11.6098 6.82922L6.13184 1.35126\" stroke=\"%239DA8B9\" stroke-width=\"1.2\"/></svg>");   
            -webkit-transition: all .3s;   
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 0px;
            top: 3px;
        }

header .top-bar .menu-wrapper ul li:nth-child(7) a::before {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"13\" viewBox=\"0 0 17 13\" fill=\"none\"><path d=\"M5.47803 11.9779L10.956 6.49994L5.47803 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/><path d=\"M9.95605 11.9779L15.434 6.49994L9.95605 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/></svg>");
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: -2px;
            top: 3px;
        }

header .top-bar .menu-wrapper ul li:nth-child(7) a:hover::after {
                opacity: 0;
            }

header .top-bar .menu-wrapper ul li:nth-child(7) a:hover::before {
                opacity: 1;
            }

header .top-bar .slick-nav-wrapper-bar ul li:nth-child(7) a {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        padding-right: 16px;
    }

header .top-bar .slick-nav-wrapper-bar ul li:nth-child(7) a::after {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\"><path d=\"M6.13184 12.3072L11.6098 6.82922L6.13184 1.35126\" stroke=\"%239DA8B9\" stroke-width=\"1.2\"/></svg>");   
            -webkit-transition: all .3s;   
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 0px;
            top: 28px;
        }

header .top-bar .slick-nav-wrapper-bar ul li:nth-child(7) a::before {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"13\" viewBox=\"0 0 17 13\" fill=\"none\"><path d=\"M5.47803 11.9779L10.956 6.49994L5.47803 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/><path d=\"M9.95605 11.9779L15.434 6.49994L9.95605 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/></svg>");
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: -2px;
            top: 28px;
        }

header .top-bar .slick-nav-wrapper-bar ul li:nth-child(7) a:hover::after {
                opacity: 0;
            }

header .top-bar .slick-nav-wrapper-bar ul li:nth-child(7) a:hover::before {
                opacity: 1;
            }



header.header--new .wrapper .nav-wrapper ul li:nth-child(7) a {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        padding-right: 16px !important;
    }



header.header--new .wrapper .nav-wrapper ul li:nth-child(7) a::after {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\"><path d=\"M6.13184 12.3072L11.6098 6.82922L6.13184 1.35126\" stroke=\"%239DA8B9\" stroke-width=\"1.2\"/></svg>");   
            -webkit-transition: all .3s;   
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 0px;
            top: 3px;
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1);
        }



@media (max-width: 1440px) {



header.header--new .wrapper .nav-wrapper ul li:nth-child(7) a::after {
                top: 1px
        }
            }



header.header--new .wrapper .nav-wrapper ul li:nth-child(7) a::before {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"13\" viewBox=\"0 0 17 13\" fill=\"none\"><path d=\"M5.47803 11.9779L10.956 6.49994L5.47803 1.02197\" stroke=\"%237dba34\" stroke-width=\"1.2\"/><path d=\"M9.95605 11.9779L15.434 6.49994L9.95605 1.02197\" stroke=\"%237dba34\" stroke-width=\"1.2\"/></svg>");
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: -2px;
            top: 3px;
            -webkit-filter: none;
                    filter: none;
        }



@media (max-width: 1440px) {



header.header--new .wrapper .nav-wrapper ul li:nth-child(7) a::before {
                top: 1px
        }
            }



header.header--new .wrapper .nav-wrapper ul li:nth-child(7) a:hover::after {
                opacity: 0;
            }



header.header--new .wrapper .nav-wrapper ul li:nth-child(7) a:hover::before {
                opacity: 1;
            }

header.scrolled.header--new .nav-wrapper ul li:nth-child(7) a {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        padding-right: 16px !important;
    }

header.scrolled.header--new .nav-wrapper ul li:nth-child(7) a::after {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\"><path d=\"M6.13184 12.3072L11.6098 6.82922L6.13184 1.35126\" stroke=\"%239DA8B9\" stroke-width=\"1.2\"/></svg>");   
            -webkit-transition: all .3s;   
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 0px;
            top: 3px;
            -webkit-filter: none;
                    filter: none;
        }

@media (max-width: 1440px) {

header.scrolled.header--new .nav-wrapper ul li:nth-child(7) a::after {
                top: 1px
        }
            }

header.scrolled.header--new .nav-wrapper ul li:nth-child(7) a::before {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"13\" viewBox=\"0 0 17 13\" fill=\"none\"><path d=\"M5.47803 11.9779L10.956 6.49994L5.47803 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/><path d=\"M9.95605 11.9779L15.434 6.49994L9.95605 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/></svg>");
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: -2px;
            top: 3px;
            -webkit-filter: none;
                    filter: none;
        }

@media (max-width: 1440px) {

header.scrolled.header--new .nav-wrapper ul li:nth-child(7) a::before {
                top: 1px
        }
            }

header.scrolled.header--new .nav-wrapper ul li:nth-child(7) a:hover::after {
                opacity: 0;
            }

header.scrolled.header--new .nav-wrapper ul li:nth-child(7) a:hover::before {
                opacity: 1;
            }

header.header--new .wrapper .slicknav_menu ul li:nth-child(7) a {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        padding-right: 16px;
    }

header.header--new .wrapper .slicknav_menu ul li:nth-child(7) a::after {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\"><path d=\"M6.13184 12.3072L11.6098 6.82922L6.13184 1.35126\" stroke=\"%239DA8B9\" stroke-width=\"1.2\"/></svg>");   
            -webkit-transition: all .3s;   
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 0px;
            top: 28px;
        }

header.header--new .wrapper .slicknav_menu ul li:nth-child(7) a::before {
            content: '';
            background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"13\" viewBox=\"0 0 17 13\" fill=\"none\"><path d=\"M5.47803 11.9779L10.956 6.49994L5.47803 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/><path d=\"M9.95605 11.9779L15.434 6.49994L9.95605 1.02197\" stroke=\"%23001645\" stroke-width=\"1.2\"/></svg>");
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s;   
            width: 15px;
            height: 10px;
            display: block;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: -2px;
            top: 28px;
        }

header.header--new .wrapper .slicknav_menu ul li:nth-child(7) a:hover::after {
                opacity: 0;
            }

header.header--new .wrapper .slicknav_menu ul li:nth-child(7) a:hover::before {
                opacity: 1;
            }
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/components/_default-modules.css ***!
  \*************************************************************************************************************************************/
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/templates/system.css ***!
  \**************************************************************************************************************************/
/* Error pages */

.error-page {
    background-color: #000;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    line-height: 26px;
    background-image: url("https://26808537.fs1.hubspotusercontent-eu1.net/hubfs/26808537/System%20pages/Group%20146.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.error-page::after {
        content:"";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: transparent -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.45098))) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45098) 100%) 0% 0% no-repeat padding-box;
    }

.error-page .wrapper {
        min-height: calc(100vh - 553px);
        position: relative;
        z-index: 5;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 254px 0px 210px 0px;
    }

@media (max-width: 1400px) {

.error-page .wrapper {
            padding: 154px 0px 154px 0px
    }
        }

@media (max-width: 767px) {

.error-page .wrapper {
            padding: 90px 0px;
            min-height: unset
    }
        }

.error-page .wrapper .text {
            width: 50%;
            border: 14px solid #DCCE23;
            max-width: 654px;
            padding: 70px 58px 93px 134px;
            margin-left: 130px;
        }

@media (max-width: 1260px) {

.error-page .wrapper .text {
                width: 100%
        }
            }

@media (max-width: 992px) {

.error-page .wrapper .text {
                margin-left: 0px;
                padding: 70px
        }
            }

@media (max-width: 470px) {

.error-page .wrapper .text {
                padding: 30px
        }
            }

.error-page .wrapper .text h1,
            .error-page .wrapper .text h2,
            .error-page .wrapper .text h3,
            .error-page .wrapper .text h4,
            .error-page .wrapper .text h5,
            .error-page .wrapper .text h6,
            .error-page .wrapper .text p {
                color: #fff;
            }

.error-page .wrapper .text p {
                font-size: 20px;
                line-height: 26px;
            }

.error-page .wrapper .text a {
                display: block;
                font-weight: 500;
                font-size: 20px;
                line-height: 44px;
                color: #DCCE23;
                background-color: #fff;
            }

.error-page .wrapper .text h1 {
                font-weight: 800;
                font-size: 80px;
                line-height: 80px;
                margin-bottom: 50px;
                margin-bottom: 15px;
            }

@media (max-width:768px) {

.error-page .wrapper .text h1 {
                    font-size: 36px;
                    line-height: 42px
            }
                }

.error-page .wrapper .text h3 {
                font-weight: 800;
                font-size: 33px;
                line-height: 36px;
                text-align: left;
                margin-bottom: 25px;
            }

@media (max-width:768px) {

.error-page .wrapper .text h3 {
                    font-size: 20px;
                    line-height: 26px
            }
                }

.error-page .wrapper .text p {
                font-weight: 700;
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 47px;
            }

@media (max-width:768px) {

.error-page .wrapper .text p {
                    font-size: 16px;
                    line-height: 21px
            }
                }

.error-page .wrapper .text span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

.error-page .wrapper .text span a {
                    font-size: 22px;
                    font-weight: 700;
                    line-height: 26px;
                    padding: 17px 98px;
                }

@media (max-width: 768px) {

.error-page .wrapper .text span a {
                        padding: 17px 40px
                }
                    }

.systems-page {
    background-color: #000;
    background-image: url("https://26808537.fs1.hubspotusercontent-eu1.net/hubfs/26808537/System%20pages/Group%20146-1.png");
    background-size: cover;
    background-position: center top;
    min-height: calc(100vh - var(--header-height));
}

@media (max-width: 1320px) {

.systems-page {
        height: auto
}
    }

.systems-page .localization-language {
        display: none !important;
    }

.systems-page .inner-content {
        max-width: 826px;
        min-height: 509px;
        background: transparent;
        background-color: #DCCE23;
        margin: 159px auto;
        padding: 81px 118px 103px 134px;
    }

@media (max-width: 992px) {

.systems-page .inner-content {
            max-width: 80%;
            padding: 60px
    }
        }

@media (max-width: 600px) {

.systems-page .inner-content {
            padding:25px
    }
        }

@media (max-width: 767px) {

.systems-page .inner-content {
            margin: 80px auto
    }
        }

.systems-page .inner-content > div {
            color: #fff !important;
        }

.systems-page .inner-content > div h1,
            .systems-page .inner-content > div h2,
            .systems-page .inner-content > div h3,
            .systems-page .inner-content > div h4,
            .systems-page .inner-content > div h5,
            .systems-page .inner-content > div h6,
            .systems-page .inner-content > div * {
                color: #fff !important;
            }

.systems-page.subscription-preferences .page-header {
            font-size: 18px;
            line-height: 24px;
            max-width: 470px;
            padding-bottom: 37px;
        }

.systems-page.subscription-preferences .page-header h1 {
                font-size: 33px;
                line-height: 36px;
                font-weight: 800;
                margin-bottom: 30px;
            }

@media (max-width: 768px) {

.systems-page.subscription-preferences .page-header h1 {
                    font-size: 30px
            }
                }

.systems-page.subscription-preferences .page-header h2 {
                font-size: 18px;
                line-height: 24px;
                font-weight: 700;
            }

.systems-page #email-prefs-form {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
        color: #c7c7c7;
    }

.systems-page #email-prefs-form h2 {
            font-size: 24px;
            line-height: 38px;
            text-align: left;
            color: #e6e6e6;
            margin-bottom: 0;
        }

.systems-page #email-prefs-form .email-prefs {
            font-size: 18px;
            line-height: 28px;
            text-align: left;
            color: #c7c7c7;
            padding-left: 45px;
        }

.systems-page #email-prefs-form .email-prefs .subscribe-options {
                margin-top: 20px;
                padding-top: 44px;
                position: relative;
            }

.systems-page #email-prefs-form .email-prefs .subscribe-options:before {
                    content: "";
                    display: block;
                    width: calc(100% + 45px);
                    height: 1px;
                    background: #fff;
                    opacity: 1;
                    position: absolute;
                    left: -45px;
                    top: 12px;
                }

.systems-page #email-prefs-form .email-prefs .subscribe-options > p:first-child {
                    display: none;
                }

.systems-page #email-prefs-form .email-prefs .header {
                margin-top: 4px;
                margin-left: -45px;
            }

.systems-page #email-prefs-form .email-prefs .item .item-inner {
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 28px;

                    color: #c7c7c7;
                }

.systems-page #email-prefs-form .email-prefs .item .item-inner .checkbox-row {
                        color: #fff;
                        font-weight: 700;
                    }

.systems-page #email-prefs-form .email-prefs .item .fakelabel {
                    position: relative;
                }

.systems-page #email-prefs-form .email-prefs .item input[type="checkbox"] {
                    display: block;
                    visibility: visible;
                    position: absolute;
                    width: 26px;
                    height: 26px;
                    z-index: 12;
                    left: -45px;
                    opacity: 0;
                }

.systems-page #email-prefs-form .email-prefs .item input[type="checkbox"] + span:before {
                        background-color: transparent;
                        position: relative;
                        z-index: 2;
                        content: "";
                        cursor: pointer;
                        display: block;
                        height: 26px;
                        border: 1px solid #fff !important;
                        border-radius: 14px;
                        left: -45px;
                        position: absolute;
                        top: 12px;
                        width: 26px;
                    }

.systems-page #email-prefs-form .email-prefs .item input[type="checkbox"]:checked + span:before {
                    background-color: var(--primary-3) !important;
                }

.systems-page #email-prefs-form input[name="globalunsub"] + span {
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            color: #fff;
        }

.systems-page #email-prefs-form input[name="globalunsub"] + span:before {
                background-color: transparent;
                position: relative;
                z-index: 2;
                content: "";
                cursor: pointer;
                display: block;
                height: 28px;
                border: 1px solid #fff !important;
                border-radius: 14px;
                left: -45px;
                position: absolute;
                top: -1px;
                width: 28px;
            }

.systems-page #email-prefs-form input[name="globalunsub"]:checked + span:before {
            background-color: var(--primary-3) !important;
        }

.systems-page #email-prefs-form input[type="submit"] {
            margin: 20px 0 0 -45px;
            border-radius: 0px;
            border: none;
            background-color: #fff;
            color: #DCCE23 !important;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0px 72px;
        }

@media (max-width: 992px) {

.systems-page #email-prefs-form input[type="submit"] {
                padding: 0px 0px;
                width: 100%;
                text-align: center;
                font-size: 14px;
                min-width: auto;
                display: block;
                min-width: -webkit-max-content;
                min-width: -moz-max-content;
                min-width: max-content;
                padding: 0px 10px
        }
            }

.systems-page #email-prefs-form input[type="submit"]:hover {
            }

/* BACKUP */

.systems-page.backup .page-header h1 {
                font-weight: 800;
                font-size: 33px;
                line-height: 36px;
            }

.systems-page.backup .page-header h1 p {
                    margin-bottom: 0;
                    font-size: 18px;
                    line-height: 24px;
                    text-align: left;
                    color: #c7c7c7;
                    margin-top: 32px;
                    font-weight: 400;
                }

.systems-page.backup #content h3 {
                font-size: 16px;
                line-height: 38px;
                text-align: left;
                color: #fff;
                opacity: 0.8;
                margin-bottom: 0;
                margin-top: 32px;
            }

.systems-page.backup #content input[type="email"] {
                width: 100% !important;
                background-color: transparent;
                border-color: #fff;
                color: #fff !important;
                padding-left: 34px !important;
                font-size: 18px !important;
            }

.systems-page.backup #content input[type="email"]::-webkit-input-placeholder {
                    color: #fff !important;
                }

.systems-page.backup #content input[type="email"]::-moz-placeholder {
                    color: #fff !important;
                }

.systems-page.backup #content input[type="email"]:-ms-input-placeholder {
                    color: #fff !important;
                }

.systems-page.backup #content input[type="email"]::-ms-input-placeholder {
                    color: #fff !important;
                }

.systems-page.backup #content input[type="email"]::placeholder {
                    color: #fff !important;
                }

.systems-page.backup #content input[type="submit"] {
                margin-top: 32px;
                margin-left: 0 !important;
                min-width: 317px;
                padding: 0px 40px;
            }

@media (max-width: 480px) {

.systems-page.backup #content input[type="submit"] {
                    min-width: 100%;
                    padding: 0px 20px
            }
                }

/*  CONFIRMATION */

.systems-page.confirmation .hs_cos_wrapper_type_email_subscriptions_confirmation {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }

.systems-page.confirmation .hs_cos_wrapper_type_email_subscriptions_confirmation #content {
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
            }

.systems-page.confirmation .hs_cos_wrapper_type_email_subscriptions_confirmation .page-header {
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
            }

.systems-page.confirmation h2 {
            font-size: 18px;
            line-height: 24px;
            text-align: left;
            color: #fff !important;
            font-weight: 700 !important;
            margin-bottom: 0 !important;
        }

.systems-page.confirmation .success {
            width: 100%;
            font-weight: 800;
            font-size: 33px;
            line-height: 36px;
            text-align: left;
            color: #fff;
            max-width: 536px;
        }

.systems-page.confirmation .page-header {
            font-size: 18px;
            line-height: 24px;
            max-width: 470px;
        }

.systems-page.confirmation .inner-content {
            min-height: auto;
        }
.systems-page--search-results {
    max-width: 100%;
}

.systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}

.systems-page form input {
    max-width: 100%;
}

/* Search pages */

.hs-search-results__title {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
    text-decoration: underline;
}

.hs-search-results__title:hover {
    text-decoration: none;
}

.hs-search-results__description {
    padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type="password"] {
    height: auto !important;
    margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
    display: block;
    margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*="show-password"] {
    font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
    padding-left: 0;
    margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
    margin: 0;
}

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/templates/blog.css ***!
  \************************************************************************************************************************/
.blog-post__body {
    padding-bottom: 34px;
}

    .blog-post__body .container {
        max-width: 1368px;
    }

    .blog-post__body .container h2 {
            color: #62656A;
            font-size: 27px;
            line-height: 36px;
        }

    .blog-post__body .container h3 {
            color: #62656A;
            font-size: 24px;
            line-height: 34px;
        }

    .blog-post__body .container h4 {
            color: #62656A;
            font-size: 22px;
            line-height: 32px;
        }

    .blog-post__body .container p {
            color: #62656A;
            font-size: 20px;
            line-height: 36px;
        }

    @media (max-width: 992px) {
            .blog-post__body .container h2 {
                color: #62656A;
                font-size: 23px;
                line-height: 32px;
            }
    
            .blog-post__body .container h3 {
                color: #62656A;
                font-size: 20px;
                line-height: 30px;
            }
    
    
            .blog-post__body .container h4 {
                color: #62656A;
                font-size: 18px;
                line-height: 26px;
            }
    
            .blog-post__body .container p {
                color: #62656A;
                font-size: 16px;
                line-height: 28px;
            }  
        }
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/utilities/_helper.css ***!
  \***************************************************************************************************************************/
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/custom-sections.css ***!
  \*************************************************************************************************************************/

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/styles.css ***!
  \****************************************************************************************************************/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

    @media (max-width: 1024px) {html {
        scroll-padding-top: 100px
}
    }
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body .container {
    max-width: calc(var(--container-width) + var(--container-padding) * 2);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1350px) {

body .container {
       /* padding: 0px 100px !important; */
}
    }

body .half-container {
    max-width: calc(var(--container-width) / 2 + var(--container-padding) * 2);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .body-container-wrapper {
    padding-top: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;

}
@media (max-width: 1320px) {
body .body-container-wrapper {
        padding-top: var(--header-mobile-height);
        padding-top: 0

}
    }
body .body-container-wrapper[\:has\(.no-header\)] {
        padding-top: 0 !important;
    }
body .body-container-wrapper:has(.no-header) {
        padding-top: 0 !important;
    }
body .body-container-wrapper.scrolled {
        padding-top: 150px;
    }
@media (max-width: 1023px) {
body .body-container-wrapper.scrolled {
            padding-top: 78px
    }
        }
body .body-container-wrapper.body-container-wrapper-empty {
        padding-top: 0px !important;
    }
body .body-container-wrapper.body-container-2.scrolled {
            padding-top: 111px;
        }
body .body-container-wrapper.body-container-blog.scrolled {
            padding-top: 46px;
        }
body .body-container-wrapper.body-container-blog.author-page-body.scrolled {
                padding-top: 96px;
            }
@media (max-width: 992px) {
body .body-container-wrapper.body-container-blog.author-page-body.scrolled {
                    padding-top: 76px
            }
                }
body .body-container-2 .container {
        padding-left: 28px;
        padding-right: 28px;
    }
@media (max-width: 992px) {
body .body-container-2 .container {
            padding-left: 36px;
            padding-right: 36px
    }
        }
body {
    font-family: var(--body-font);
    font-size: var(--body-font-size);
}
body b,
    body strong {
        font-weight: 600;
    }
body.lock {
        height: 100vh;
        overflow: hidden;
    }
body .body-wrapper.transparent .body-container-wrapper {
                padding-top: 0 !important;
            }

.page-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background-color: #fff;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-loader .loader {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: inline-block;
        border-top: 3px solid var(--primary-1);
        border-right: 3px solid transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-animation: rotation 1s linear infinite;
                animation: rotation 1s linear infinite;
    }
html.hs-inline-edit .page-loader {
    display: none !important;
}

.breadcrumb-menu {
    margin-bottom: 20px;
}

.breadcrumb-menu .hs-breadcrumb-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

.breadcrumb-menu .hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
            content: "/";
            padding-left: 5px;
        }

.breadcrumb-menu .hs-breadcrumb-menu li {
            line-height: normal;
            display: block;
            padding: 0px 5px 0px 0px;
        }

.breadcrumb-menu .hs-breadcrumb-menu li span,
            .breadcrumb-menu .hs-breadcrumb-menu li a {
                font-size: 16px;
                color: #898989;
                -webkit-transition: 0.3s all;
                transition: 0.3s all;
            }

.breadcrumb-menu .hs-breadcrumb-menu li span.hs-breadcrumb-label {
                color: rgba(0,0,0,0);
            }

.breadcrumb-menu .hs-breadcrumb-menu li a:hover {
                text-decoration: underline;
            }

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}