.container-fluid,
.container-sm,
.container-md,
.container-lg {
  max-width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?chu2ha");
  src: url("../fonts/icomoon.eot?chu2ha#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?chu2ha") format("truetype"), url("../fonts/icomoon.woff?chu2ha") format("woff"), url("../fonts/icomoon.svg?chu2ha#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chat:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-long:before {
  content: "\e902";
}

.icon-blank:before {
  content: "\e903";
}

.icon-chevron-right:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-download:before {
  content: "\e906";
}

.icon-event:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-menu:before {
  content: "\e909";
}

.icon-minus:before {
  content: "\e90a";
}

.icon-pdf:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-plus:before {
  content: "\e90d";
}

.icon-replay:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-triangle-down:before,
.SumoSelect > .CaptionCont > label > i:before {
  content: "\e910";
}

.icon-triangle-left:before {
  content: "\e911";
}

.icon-triangle-right-double:before {
  content: "\e912";
}

.icon-triangle-right:before {
  content: "\e913";
}

.icon-video:before {
  content: "\e914";
}

.icon-wechat:before {
  content: "\e915";
}

/*! 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 */
}

/* 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 {
  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: bolder;
}

/**
 * 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 {
  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"] {
  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;
}

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

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: "Open Sans", "Arial", "Microsoft Yahei", "PingFang";
  font-weight: 400;
  color: #444444;
  font-size: 16px;
  line-height: 1.5;
}

body.page-404 main,
body.page-403 main {
  background-color: #F8F5F2;
}

body.page-404 .top-header,
body.page-403 .top-header {
  background-color: #0D0C0C;
}

body.mobile-menu-active {
  overflow: hidden;
}

body.mobile-menu-active .top-header.scrolled .meganav-logo {
  display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: inherit;
}

p {
  margin-top: 0;
}

b,
strong {
  font-weight: 700;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 14px;
  line-height: 1.3;
  border-radius: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

button {
  border: none;
  background: none;
}

button:not([disabled]),
a[role="button"]:not([disabled]) {
  cursor: pointer;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

svg {
  width: inherit;
  height: inherit;
  fill: currentColor;
}

::-moz-placeholder {
  color: #444444;
}

::placeholder {
  color: #444444;
}

.main {
  flex-grow: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  transition: all 0.25s ease-in-out;
}

address {
  font-style: normal;
}

hr,
.divider {
  margin: 0;
  height: 1px;
  border-bottom: 1px solid #F8F5F2;
}

.section-separator .inner {
  margin: 0;
  height: 1px;
  border-bottom: 1px solid #F8F5F2;
}

.separator-muted .section-separator .inner {
  border-bottom: 1px solid rgba(13, 12, 12, 0.1);
}

.section-separator .separator-title {
  font-size: 10px;
  font-weight: bold;
  background-color: #F8F5F2;
  padding: 2px 5px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.separator-muted .section-separator .separator-title {
  background-color: rgba(13, 12, 12, 0.1);
  color: #fff;
}

.wp-block .section-separator {
  padding: 10px 0;
  position: relative;
}

.wp-block-lectra-blocks-wysiwyg-block p {
  white-space: pre;
  line-height: 1.2em !important;
}

.wp-block-lectra-blocks-wysiwyg-block p.has-small-font-size {
  font-size: 13px;
}

.wp-block-lectra-blocks-wysiwyg-block p.has-normal-font-size {
  font-size: 16px;
}

.wp-block-lectra-blocks-wysiwyg-block p.has-medium-font-size {
  font-size: 20px;
}

.wp-block-lectra-blocks-wysiwyg-block p.has-large-font-size {
  font-size: 36px;
}

.wp-block-lectra-blocks-wysiwyg-block p.has-huge-font-size {
  font-size: 42px;
}

.wp-block-drupalblock-views-block-solution-reference-block-block-1 .card-content .card-info {
  display: block;
}

.wp-block-drupalblock-views-block-solution-reference-block-block-1 .card-content .card-info + .button {
  margin-top: 12px;
}

.page-node-type-press-detail.toolbar-fixed.toolbar-tray-open.toolbar-vertical,
.page-node-type-library-detail.toolbar-fixed.toolbar-tray-open.toolbar-vertical,
.page-node-type-event-detail.toolbar-fixed.toolbar-tray-open.toolbar-vertical,
.page-node-type-wechat-minisite.toolbar-fixed.toolbar-tray-open.toolbar-vertical {
  padding-top: 80px !important;
}

.path-search,
.page-node-type-press-detail,
.page-node-type-library-detail,
.page-node-type-event-detail,
.page-node-type-wechat-minisite {
  padding-top: 74px !important;
}

.path-search .top-header,
.page-node-type-press-detail .top-header,
.page-node-type-library-detail .top-header,
.page-node-type-event-detail .top-header,
.page-node-type-wechat-minisite .top-header {
  background-color: #0D0C0C;
}

.path-search .top-header-top,
.page-node-type-press-detail .top-header-top,
.page-node-type-library-detail .top-header-top,
.page-node-type-event-detail .top-header-top,
.page-node-type-wechat-minisite .top-header-top {
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
}

.path-search .section.v-margin:first-of-type,
.path-search .section.top-margin:first-of-type,
.page-node-type-press-detail .section.v-margin:first-of-type,
.page-node-type-press-detail .section.top-margin:first-of-type,
.page-node-type-library-detail .section.v-margin:first-of-type,
.page-node-type-library-detail .section.top-margin:first-of-type,
.page-node-type-event-detail .section.v-margin:first-of-type,
.page-node-type-event-detail .section.top-margin:first-of-type,
.page-node-type-wechat-minisite .section.v-margin:first-of-type,
.page-node-type-wechat-minisite .section.top-margin:first-of-type {
  padding-top: 32px;
  padding-bottom: 32px;
}

.page-node-type-wechat-minisite {
  padding-top: 50px !important;
}

.page-node-type-press-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal,
.page-node-type-library-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal,
.page-node-type-event-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal,
.page-node-type-wechat-minisite.toolbar-fixed.toolbar-tray-open.toolbar-horizontal {
  padding-top: 80px !important;
}

.page-node-type-press-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .top-header,
.page-node-type-library-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .top-header,
.page-node-type-event-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .top-header,
.page-node-type-wechat-minisite.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .top-header {
  background-color: #0D0C0C;
}

.block-editor-block-list__layout {
  position: initial;
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align="left"],
.block-editor-block-list__layout .block-editor-block-list__block[data-align="right"] {
  z-index: unset;
  width: 100%;
  height: unset;
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align="left"] > .block-editor-block-list__block-edit {
  float: unset;
  margin-right: 0;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper p {
  margin: initial;
}

div[data-block] > .components-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  z-index: 10;
}

.controls-inline [class*="editor-block-list__layout"] {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0;
}

.controls-inline [class*="editor-block-list__layout"] > div:not(:last-child) {
  margin-right: 12px;
}

.block-editor-block-toolbar__block-controls .block-editor-block-mover {
  margin: 0;
}

.editor-styles-wrapper {
  font-family: "Open Sans", "Arial", "Microsoft Yahei", "PingFang";
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  list-style-type: none;
  padding: initial;
  margin: initial;
}

div[data-type="lectra-blocks/lectra-consumables-block"] .row > .block-editor-inner-blocks > .block-editor-block-list__layout {
  padding: 0;
}

div[data-type="lectra-blocks/lectra-consumables-block"] .row > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  margin-left: inherit;
  margin-right: inherit;
}

div[data-type="lectra-blocks/related-solutions-block"] .block-editor-inner-blocks .block-editor-block-list__layout,
div[data-type="lectra-blocks/slider-block"] .block-editor-inner-blocks .block-editor-block-list__layout,
div[data-type="lectra-blocks/hero-images-block"] .block-editor-inner-blocks .block-editor-block-list__layout,
div[data-type="lectra-blocks/specs-icons-block"] .block-editor-inner-blocks .block-editor-block-list__layout,
div[data-type="lectra-blocks/specs-icons-columns-block"] .block-editor-inner-blocks .block-editor-block-list__layout,
div[data-type="lectra-blocks/specs-image-block"] .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
}

div[data-type="lectra-blocks/wysiwyg-block"] .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
}

div[data-type="lectra-blocks/wysiwyg-block"] ul {
  color: #444444;
}

div[data-type="lectra-blocks/wysiwyg-block"] p {
  line-height: 1.2em;
}

div[data-type="lectra-blocks/wysiwyg-block"] p.has-small-font-size {
  font-size: 13px;
}

div[data-type="lectra-blocks/wysiwyg-block"] p.has-normal-font-size {
  font-size: 16px;
}

div[data-type="lectra-blocks/wysiwyg-block"] p.has-medium-font-size {
  font-size: 20px;
}

div[data-type="lectra-blocks/wysiwyg-block"] p.has-large-font-size {
  font-size: 36px;
}

div[data-type="lectra-blocks/wysiwyg-block"] p.has-huge-font-size {
  font-size: 42px;
}

div[data-type="lectra-items/intro-banner-line-item"] .intro-block-menu .nav ul.nav-list {
  padding: 0;
}

div[data-title="Form [Content block]"] .legend {
  color: #444444;
}

div[data-title="Form [Content block]"] label.option {
  color: #444444;
}

div[data-title="Form [Content block]"] label.option input[type="checkbox"] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}

.controls-inline .block-list-appender {
  width: 45px;
  height: 45px;
}

.gutenberg .block-list-appender .components-button svg {
  fill: #1e1e1e;
}

.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon svg {
  fill: currentColor;
}

.edit-post-layout__metaboxes {
  background: #ffffff;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */

.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */

.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/

.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/

.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

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

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }

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

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix.toolbar-bar {
  overflow: inherit;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.has-overlay {
  position: relative;
}

.has-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 12, 12, 0.8);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.text-offset-top {
  margin-top: 16px;
}

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

.position-relative {
  position: relative;
}

.address {
  margin-bottom: 24px;
}

.address a {
  color: #444444;
}

.address > p:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #0D0C0C;
}

.address > p:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #0D0C0C;
}

.address ul {
  font-size: 12px;
  line-height: 20px;
}

.address ul:not(:last-child) {
  margin-bottom: 20px;
}

.article-head .h2 {
  color: #0D0C0C;
}

.article-head .video {
  margin-bottom: 16px;
}

.article-head-media {
  order: -1;
}

.article-head-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 195px;
  margin-bottom: 16px;
}

.article-head-video {
  order: -1;
}

.article p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
  white-space: pre-wrap;
}

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

.article ul,
.article ol {
  font-size: 14px;
  padding-left: 12px;
  margin-bottom: 21px;
}

.article ol li {
  list-style-type: decimal;
}

.article ul li {
  list-style-type: none;
}

.article ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  margin-right: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #444444;
}

.article h1 {
  margin-bottom: 12px;
  color: #0D0C0C;
}

.article .h2 {
  color: #0D0C0C;
}

.article .h3 {
  color: #808080;
}

.article .article-date,
.article .article-duration {
  white-space: normal;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #0D0C0C;
}

.article .article-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.article .article-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.article .article-top-actions {
  display: none;
}

.article .article-type {
  font-weight: 700;
  font-size: 12px;
}

.article .article-product {
  font-size: 12px;
  color: #808080;
}

.article .article-top-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article .article-top-info > *:not(:last-child) {
  margin-right: 6px;
}

.article .article-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
  margin-bottom: 16px;
}

.article .hero-image {
  margin-bottom: 12px;
}

.wp-block-lectra-blocks-text-media-block p:last-child {
  margin-bottom: 0;
}

.background-default {
  background-color: #fff;
}

.page-wrapper .background-default .button-primary:focus,
.page-wrapper .background-default .button-primary:hover {
  border: 1px solid #EB0A32;
}

.background-default .button-primary:focus,
.background-default .button-primary:hover {
  border: 1px solid #EB0A32;
}

.background-primary {
  background-color: #EB0A32;
}

.page-wrapper .background-primary .button-primary {
  background-color: #fff;
  color: #EB0A32;
}

.page-wrapper .background-primary .button-primary:focus,
.page-wrapper .background-primary .button-primary:hover {
  background-color: #EB0A32;
  color: #fff;
  border: 1px solid #fff;
}

.background-primary .button-primary {
  background-color: #fff;
  color: #EB0A32;
}

.background-primary .button-primary:focus,
.background-primary .button-primary:hover {
  background-color: #EB0A32;
  color: #fff;
  border: 1px solid #fff;
}

.background-secondary {
  background-color: #0D0C0C;
}

.page-wrapper .background-secondary .button-secondary:focus,
.page-wrapper .background-secondary .button-secondary:hover {
  background-color: #F8F5F2;
  color: #444444;
  border: 1px solid #F8F5F2;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.background-secondary .button-secondary:focus,
.background-secondary .button-secondary:hover {
  background-color: #F8F5F2;
  color: #444444;
  border: 1px solid #F8F5F2;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.background-secondary-light {
  background-color: #0D0C0C;
}

.page-wrapper .background-secondary-light .button-secondary:focus,
.page-wrapper .background-secondary-light .button-secondary:hover {
  background-color: #F8F5F2;
  color: #444444;
  border: 1px solid #F8F5F2;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.background-secondary-light .button-secondary {
  border: none;
}

.background-secondary-light .button-secondary:focus,
.background-secondary-light .button-secondary:hover {
  background-color: #F8F5F2;
  color: #444444;
  border: 1px solid #F8F5F2;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.background-muted {
  background-color: #F8F5F2;
}

.background-cream {
  background-color: #E0D8D2;
}

.background-light-cream {
  background-color: #F8F5F2;
}

.breadcrumb {
  display: none;
  padding: 12px 0;
}

.breadcrumb a {
  color: #808080;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  text-decoration: underline;
}

.breadcrumb a:visited {
  color: #808080;
}

.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}

.breadcrumb li:last-child > * {
  pointer-events: none;
  cursor: default;
}

.breadcrumb li + li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 1px;
  background-color: #808080;
  margin-right: 8px;
  margin-bottom: 6px;
  margin-left: 4px;
}

.breadcrumb span {
  color: #fff;
}

.block-system-breadcrumb-block {
  z-index: 3;
  position: relative;
  background-color: #0D0C0C;
}

.page-wrapper .user-login-form .form-submit,
.page-wrapper .button,
.wp-block .user-login-form .form-submit,
.wp-block .button,
.modal .user-login-form .form-submit,
.modal .button {
  transition: all 0.25s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  padding: 9px 15px 8px 14px;
  border: 1px solid #EB0A32;
  text-decoration: none;
  color: #EB0A32;
  background-image: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  margin: 0;
}

.page-wrapper .user-login-form .form-submit:focus,
.page-wrapper .user-login-form .form-submit:hover,
.page-wrapper .button:focus,
.page-wrapper .button:hover,
.wp-block .user-login-form .form-submit:focus,
.wp-block .user-login-form .form-submit:hover,
.wp-block .button:focus,
.wp-block .button:hover,
.modal .user-login-form .form-submit:focus,
.modal .user-login-form .form-submit:hover,
.modal .button:focus,
.modal .button:hover {
  text-decoration: none;
  background-color: #EB0A32;
  color: #fff;
  transition: none;
  box-shadow: none;
}

.page-wrapper .user-login-form .form-submit:active,
.page-wrapper .button:active,
.wp-block .user-login-form .form-submit:active,
.wp-block .button:active,
.modal .user-login-form .form-submit:active,
.modal .button:active {
  box-shadow: 0px 4px 8px rgba(126, 22, 47, 0.24);
}

.page-wrapper .user-login-form .form-submit:disabled,
.page-wrapper .button:disabled,
.wp-block .user-login-form .form-submit:disabled,
.wp-block .button:disabled,
.modal .user-login-form .form-submit:disabled,
.modal .button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.page-wrapper .user-login-form .form-submit.collapsed,
.page-wrapper .button.collapsed,
.wp-block .user-login-form .form-submit.collapsed,
.wp-block .button.collapsed,
.modal .user-login-form .form-submit.collapsed,
.modal .button.collapsed {
  width: auto;
}

.page-wrapper .user-login-form .form-submit > span + .button-icon-arrow,
.page-wrapper .button > span + .button-icon-arrow,
.wp-block .user-login-form .form-submit > span + .button-icon-arrow,
.wp-block .button > span + .button-icon-arrow,
.modal .user-login-form .form-submit > span + .button-icon-arrow,
.modal .button > span + .button-icon-arrow {
  margin-left: 10px;
}

.page-wrapper .user-login-form .form-submit .button-icon,
.page-wrapper .button .button-icon,
.wp-block .user-login-form .form-submit .button-icon,
.wp-block .button .button-icon,
.modal .user-login-form .form-submit .button-icon,
.modal .button .button-icon {
  margin-right: 10px;
  font-size: 15px;
}

.page-wrapper .user-login-form .form-submit .button-icon-arrow,
.page-wrapper .button .button-icon-arrow,
.wp-block .user-login-form .form-submit .button-icon-arrow,
.wp-block .button .button-icon-arrow,
.modal .user-login-form .form-submit .button-icon-arrow,
.modal .button .button-icon-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  font-size: 9px;
}

.page-wrapper .button-center,
.wp-block .button-center,
.modal .button-center {
  text-align: center;
  padding-top: 26px;
}

.page-wrapper .button-primary,
.wp-block .button-primary,
.modal .button-primary {
  background-color: #EB0A32;
  color: #fff;
}

.page-wrapper .button-primary:focus,
.page-wrapper .button-primary:hover,
.wp-block .button-primary:focus,
.wp-block .button-primary:hover,
.modal .button-primary:focus,
.modal .button-primary:hover {
  background-color: #fff;
  color: #EB0A32;
}

.page-wrapper .button-secondary,
.wp-block .button-secondary,
.modal .button-secondary {
  background-color: #F8F5F2;
  color: #444444;
  border: 1px solid #F8F5F2;
}

.page-wrapper .button-secondary:focus,
.page-wrapper .button-secondary:hover,
.wp-block .button-secondary:focus,
.wp-block .button-secondary:hover,
.modal .button-secondary:focus,
.modal .button-secondary:hover {
  background-color: #0D0C0C;
  color: #fff;
  border: 1px solid #0D0C0C;
}

.page-wrapper .button-secondary:active,
.wp-block .button-secondary:active,
.modal .button-secondary:active {
  box-shadow: 0px 4px 8px rgba(13, 12, 12, 0.24);
}

.page-wrapper .button-secondary-ghost,
.wp-block .button-secondary-ghost,
.modal .button-secondary-ghost {
  background-color: #F8F5F2;
  color: #444444;
  border: 1px solid #F8F5F2;
}

.page-wrapper .button-secondary-ghost:focus,
.page-wrapper .button-secondary-ghost:hover,
.wp-block .button-secondary-ghost:focus,
.wp-block .button-secondary-ghost:hover,
.modal .button-secondary-ghost:focus,
.modal .button-secondary-ghost:hover {
  background-color: #0D0C0C;
  color: #fff;
  border: 1px solid #0D0C0C;
}

.page-wrapper .button-secondary-ghost:active,
.wp-block .button-secondary-ghost:active,
.modal .button-secondary-ghost:active {
  box-shadow: 0px 4px 8px rgba(13, 12, 12, 0.24);
}

.page-wrapper .button.button-play,
.wp-block .button.button-play,
.modal .button.button-play {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #EB0A32;
  color: #fff;
  border: none;
}

.page-wrapper .button.button-play > span,
.wp-block .button.button-play > span,
.modal .button.button-play > span {
  margin-right: 0;
}

.page-wrapper .button.button-play .button-icon-arrow,
.wp-block .button.button-play .button-icon-arrow,
.modal .button.button-play .button-icon-arrow {
  width: 37px;
  height: 37px;
  padding: 14px 14px 14px 16px;
  margin-right: 12px;
  font-size: 11px;
  background-color: #B80021;
}

.page-wrapper .button.button-play:focus,
.page-wrapper .button.button-play:hover,
.wp-block .button.button-play:focus,
.wp-block .button.button-play:hover,
.modal .button.button-play:focus,
.modal .button.button-play:hover {
  background-color: #B80021;
}

.page-wrapper .button.button-play:focus .button-icon-arrow,
.page-wrapper .button.button-play:hover .button-icon-arrow,
.wp-block .button.button-play:focus .button-icon-arrow,
.wp-block .button.button-play:hover .button-icon-arrow,
.modal .button.button-play:focus .button-icon-arrow,
.modal .button.button-play:hover .button-icon-arrow {
  background-color: #EB0A32;
}

.page-wrapper .button.button-play:active,
.wp-block .button.button-play:active,
.modal .button.button-play:active {
  box-shadow: 0px 4px 8px rgba(126, 22, 47, 0.24);
}

.page-wrapper .button-search,
.wp-block .button-search,
.modal .button-search {
  display: block;
  height: 24px;
  padding-top: 14px;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 25px;
  color: #fff;
}

.page-wrapper .button.button-square,
.wp-block .button.button-square,
.modal .button.button-square {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  padding: 8px;
  justify-content: center;
}

.page-wrapper .button.button-square .button-icon-arrow,
.wp-block .button.button-square .button-icon-arrow,
.modal .button.button-square .button-icon-arrow {
  font-size: 11px;
}

.page-wrapper .user-login-form .form-submit {
  background-color: #EB0A32;
  color: #fff;
}

.page-wrapper .user-login-form .form-submit:focus,
.page-wrapper .user-login-form .form-submit:hover {
  background-color: #fff;
  color: #EB0A32;
}

[class^="card-grid-"] > [class*="editor-inner-blocks"] {
  width: 100%;
}

[class^="card-grid-"],
[class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
  margin-left: -16px;
}

[class^="card-grid-"] > .card,
[class^="card-grid-"] > .wp-block,
[class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .card,
[class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
  width: 100%;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
}

[class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

[class^="card-grid-2-"] {
  margin-right: -5px;
  margin-left: -5px;
}

[class^="card-grid-2-"] > .card {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

[class^="card-grid-"][class^="card-grid-md-3"] {
  margin-right: -12px;
  margin-left: -12px;
}

[class^="card-grid-"][class^="card-grid-md-3"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block,
[class^="card-grid-"][class^="card-grid-md-3"] > .card {
  padding-right: 12px;
  padding-left: 12px;
}

[class^="card-grid-"][class^="card-grid-md-4"] {
  margin-right: -12px;
  margin-left: -12px;
}

[class^="card-grid-"][class^="card-grid-md-4"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block,
[class^="card-grid-"][class^="card-grid-md-4"] > .card {
  padding-right: 12px;
  padding-left: 12px;
}

[class^="card-grid-"][class^="card-grid-md-4"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block .card-body .card-text,
[class^="card-grid-"][class^="card-grid-md-4"] > .card .card-body .card-text {
  padding-right: 12px;
  padding-left: 12px;
}

[class^="card-grid-"][class^="card-grid-md-5"] {
  margin-right: -12px;
  margin-left: -12px;
}

[class^="card-grid-"][class^="card-grid-md-5"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block,
[class^="card-grid-"][class^="card-grid-md-5"] > .card {
  padding-right: 12px;
  padding-left: 12px;
}

[class^="card-grid-"][class^="card-grid-md-5"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block .card-body .card-text,
[class^="card-grid-"][class^="card-grid-md-5"] > .card .card-body .card-text {
  padding-right: 8px;
  padding-left: 8px;
}

.card {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  color: #444444;
}

.card:hover {
  transition: all 0.25s ease-in-out;
}

.card h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}

.card .card-actions {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: -12px;
}

.card .card-actions > *:not(:last-child) {
  margin-bottom: 16px;
}

.card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 16px 32px 16px;
  background-color: #fff;
}

.card .card-body p {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.card .card-body p:last-child {
  margin-bottom: 0;
}

.card .card-body.library-body {
  display: block;
  position: relative;
  padding: 16px 16px 57px 16px;
}

.card .card-body.library-body .library-description {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.card .card-body.library-body .card-actions {
  margin-bottom: 0;
}

.card .card-body.library-body .controls-inline {
  margin-bottom: -12px;
}

.card .card-body.event-body h4 {
  height: 84px;
}

.card p.card-company {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  color: #808080;
}

.card p.card-company a {
  color: #808080;
}

.card .card-date {
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #EB0A32;
}

.card .card-head {
  position: relative;
}

.card .card-image {
  display: block;
  width: 100%;
  height: 208px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card .card-tag {
  margin-bottom: 4px;
}

.card .card-tag a {
  color: #0D0C0C;
}

.card .card-title {
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 4px;
}

.card.card-truncated .card-text-truncated {
  height: 78px;
}

.card.card-action {
  max-width: 100%;
}

.card.card-action p {
  font-size: 14px;
  color: #fff;
}

.card.card-action .card-body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  padding: 32px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #0D0C0C;
}

.card.card-action .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 12, 12, 0.4);
}

.card.card-action .card-text {
  z-index: 1;
  position: relative;
  background-color: transparent;
}

.card.card-action .card-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}

.card.card-download {
  max-width: 100%;
  height: 185px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card.card-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 12, 12, 0.4);
}

.card.card-download .card-body {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 32px;
  height: 100%;
  text-align: center;
  background-color: transparent;
}

.card.card-download .card-body .button {
  width: auto;
}

.card.card-download .card-title {
  width: 100%;
  margin-right: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
}

.card.card-info {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
}

.card.card-info.vertical {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  max-width: 50%;
}

.card.card-info.vertical .button {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.card.card-info.vertical .card-body {
  padding: 0;
}

.card.card-info.vertical .card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  height: 100%;
}

.card.card-info.vertical .card-image {
  height: 147px;
  flex-shrink: 0;
}

.card.card-info h3 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.card.card-info h3.block-editor-rich-text__editable {
  color: #444444;
}

.card.card-info p {
  font-size: 14px;
  line-height: 21px;
}

.card.card-info .card-body {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  text-align: center;
}

.card.card-info .card-image {
  width: 100%;
}

.card.card-info .button {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.card.card-solution {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

.card.card-solution a {
  display: block;
}

.card.card-solution a > span {
  display: flex;
}

.card.card-solution a span {
  color: #444444;
}

.card.card-solution a:not(:last-child) {
  margin-bottom: 12px;
}

.card.card-solution a:hover .card-solution-link,
.card.card-solution a:focus .card-solution-link {
  color: #EB0A32;
}

.card.card-solution a:active .card-solution-link {
  text-decoration: underline;
}

.card.card-solution .card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  background-color: #fff;
}

.card.card-solution.is-open .card-header {
  margin-bottom: 24px;
}

.card.card-solution.is-open .card-toggle-opened {
  display: inline-block;
  vertical-align: middle;
}

.card.card-solution.is-open .card-toggle-closed {
  display: none;
}

.card.card-solution .card-toggle-closed {
  display: inline-block;
  vertical-align: middle;
}

.card.card-solution .card-body {
  padding: 0;
  display: none;
}

.card.card-solution .card-body p {
  font-size: 14px;
  margin-bottom: 24px;
}

.card.card-solution .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card.card-solution .card-title {
  font-size: 16px;
  line-height: 22px;
  color: #EB0A32;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.card.card-solution .card-toggle {
  width: 29px;
  height: 29px;
  font-size: 10px;
  padding: 0;
  background-color: #F8F5F2;
  color: #444444;
}

.card.card-solution .card-toggle > * {
  width: 10px;
  height: 10px;
}

.card.card-solution .card-toggle-opened {
  display: none;
}

.card.card-solution .card-solution-link-text {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-left: 12px;
}

.card.card-solution .card-solution-link {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}

.card.card-solution .card-solution-icon {
  flex-shrink: 0;
  margin-top: 3px;
  margin-right: 5px;
  font-size: 10px;
}

.card.card-related {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.card.card-related [class^="icon-"] {
  transition: all 0.25s ease-in-out;
  display: block;
  font-size: 8px;
  color: #808080;
}

.card.card-related:hover [class^="icon-"],
.card.card-related:focus [class^="icon-"],
.card.card-related:active [class^="icon-"] {
  color: #EB0A32;
}

.card.card-related .card-body {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 24px;
}

.card.card-related .card-content > div > span {
  display: block;
}

.card.card-related .card-image {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 5%;
  background-size: contain;
}

.card.card-related .card-link {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 4px;
  letter-spacing: -0.7px;
}

.card.card-related .card-info {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #444444;
}

.card.card-related .card-info a {
  display: block;
  margin-bottom: 24px;
}

.card.card-related .card-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #0D0C0C;
  margin-bottom: 12px;
}

.card.card-related .tag {
  position: absolute;
  top: 0;
  right: 0;
}

.card-action-wechat [class^="icon-"] {
  font-size: 25px;
  color: #fff;
}

.card-action-wechat p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  color: #fff;
}

.card-action-wechat .card-body {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 24px;
}

.card-action-wechat .card-link {
  flex-shrink: 0;
}

.card-action-wechat .card-title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}

.card-action-wechat + .card-action-wechat {
  margin-top: 12px;
}

.card.card-search .card-body {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.card.card-search .card-body p {
  font-size: 14px;
}

.card.card-search .card-image {
  width: 100%;
  height: auto;
}

.card.card-search .card-image:before {
  content: "";
  display: block;
  padding-top: 68.49%;
}

.wp-block-lectra-blocks-cards-block [class^="card-grid-md-"] {
  padding: 0;
  margin-right: -4px;
  margin-left: -4px;
  margin-bottom: -8px;
}

.wp-block-lectra-blocks-cards-block [class^="card-grid-md-"] > .card {
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.chat-button {
  transition: all 0.25s ease-in-out;
  z-index: 2;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  padding: 14px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #EB0A32;
  box-shadow: 0 4px 8px 0 rgba(74, 30, 41, 0.3);
  color: #fff;
  text-align: center;
  transform: scale(0.8);
}

.chat-button a {
  color: #fff;
}

.chat-button a:hover,
.chat-button a:active,
.chat-button a:focus {
  text-decoration: none;
  color: #fff;
}

.chat-button:hover,
.chat-button:active {
  background-color: #B80021;
  cursor: pointer;
}

.chat-button > [class^="icon-"] {
  display: inline-block;
}

.checkbox,
.form-type-checkbox {
  display: flex;
  font-size: 14px;
}

.form-inverse .checkbox,
.form-inverse
  .form-type-checkbox {
  color: #fff;
}

.form-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.form-checkbox ~ .option {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.background-primary .form-checkbox ~ .option {
  color: #fff;
}

.form-checkbox ~ .option:before {
  content: "";
  position: relative;
  top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #0D0C0C;
}

.background-primary .form-checkbox ~ .option:before {
  background-color: transparent;
  border-color: #fff;
}

.form-checkbox:checked ~ .option:before {
  background: #0D0C0C;
  box-shadow: inset 0 0 0 1px #fff;
}

.background-primary .form-checkbox:checked ~ .option:before {
  background: #fff;
  box-shadow: inset 0 0 0 1px #EB0A32;
}

.clients {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #F8F5F2;
  border-bottom: 1px solid #F8F5F2;
}

.clients-list,
.clients-list > div > [class*="editor-block-list__layout"] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.clients-list > [class*="editor-inner-blocks"],
.clients-list > [class*="editor-inner-blocks"] > [class*="ditor-block-list__layout"],
.clients-list > div > [class*="editor-block-list__layout"] > [class*="editor-inner-blocks"],
.clients-list > div > [class*="editor-block-list__layout"] > [class*="editor-inner-blocks"] > [class*="ditor-block-list__layout"] {
  width: 100%;
}

.clients-list > *,
.clients-list > div > [class*="editor-block-list__layout"] > * {
  flex-basis: calc(100% / 3);
}

.clients-list > * > div,
.clients-list > * li > div,
.clients-list > div > [class*="editor-block-list__layout"] > * > div,
.clients-list > div > [class*="editor-block-list__layout"] > * li > div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.clients-title {
  display: flex;
  align-items: center;
  height: 100%;
}

.clients-title .h2 {
  font-size: 20px;
  margin-top: 10px;
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact.background-default p.block-editor-rich-text__editable,
.contact.background-default p {
  color: #444444;
}

.contact.background-default p.block-editor-rich-text__editable:first-child,
.contact.background-default p:first-child {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 16px;
  color: #0D0C0C;
}

.contact.background-default p.block-editor-rich-text__editable > span.block-editor-rich-text__editable,
.contact.background-default p.block-editor-rich-text__editable > span,
.contact.background-default p > span.block-editor-rich-text__editable,
.contact.background-default p > span {
  color: #444444;
}

.contact.background-primary .contact-text,
.contact.background-secondary-light .contact-text {
  text-align: center;
}

.contact.background-cream p.block-editor-rich-text__editable,
.contact.background-cream p,
.contact.background-light-cream p.block-editor-rich-text__editable,
.contact.background-light-cream p {
  color: #0D0C0C;
}

.contact.background-cream p.block-editor-rich-text__editable:first-child,
.contact.background-cream p:first-child,
.contact.background-light-cream p.block-editor-rich-text__editable:first-child,
.contact.background-light-cream p:first-child {
  color: #0D0C0C;
}

.contact.background-cream p.block-editor-rich-text__editable > span.block-editor-rich-text__editable,
.contact.background-cream p.block-editor-rich-text__editable > span,
.contact.background-cream p > span.block-editor-rich-text__editable,
.contact.background-cream p > span,
.contact.background-light-cream p.block-editor-rich-text__editable > span.block-editor-rich-text__editable,
.contact.background-light-cream p.block-editor-rich-text__editable > span,
.contact.background-light-cream p > span.block-editor-rich-text__editable,
.contact.background-light-cream p > span {
  color: #0D0C0C;
}

.contact p.block-editor-rich-text__editable,
.contact p {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.contact p.block-editor-rich-text__editable:not(:last-child),
.contact p:not(:last-child) {
  margin-bottom: 12px;
}

.contact p.block-editor-rich-text__editable:first-child,
.contact p:first-child {
  font-size: 20px;
  line-height: 24px;
}

.contact p.block-editor-rich-text__editable > span.block-editor-rich-text__editable,
.contact p.block-editor-rich-text__editable > span,
.contact p > span.block-editor-rich-text__editable,
.contact p > span {
  color: #fff;
  font-weight: 700;
}

.contact-default {
  background-color: #0D0C0C;
}

.contact-default .contact-text {
  text-align: center;
}

.contact-link,
.contact-text {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-link {
  justify-content: center;
}

.contact-link-code {
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contact-text {
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding-bottom: 40px;
}

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

.cookie-note {
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cookie-note h3 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.cookie-note p {
  margin-bottom: 0;
  padding-right: 0;
}

.cookie-note p,
.cookie-note a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.cookie-note a {
  text-decoration: underline;
}

.cookie-note a:hover,
.cookie-note a:focus,
.cookie-note a:active {
  text-decoration: none;
}

.cookie-note .button + .button {
  margin-left: 10px;
}

.cookie-note-actions {
  flex-shrink: 0;
  margin-top: 16px;
  text-align: right;
}

.cookie-note-body {
  display: flex;
  flex-direction: column;
}

.customer-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  min-height: 100px;
}

.customer-slide p.block-editor-rich-text__editable,
.customer-slide p {
  font-size: 14px;
  color: #fff;
}

.customer-slide p.block-editor-rich-text__editable + p,
.customer-slide p + p {
  margin-top: 16px;
  margin-bottom: 0;
}

.customer-slide p.block-editor-rich-text__editable:first-child,
.customer-slide p:first-child {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
}

.customer-slide p.block-editor-rich-text__editable:nth-child(2),
.customer-slide p.block-editor-rich-text__editable b,
.customer-slide p:nth-child(2),
.customer-slide p b {
  font-size: 14px;
  margin-bottom: 0;
}

.customer-slide p.block-editor-rich-text__editable:nth-child(2) span,
.customer-slide p.block-editor-rich-text__editable b span,
.customer-slide p:nth-child(2) span,
.customer-slide p b span {
  font-weight: 700;
}

.customer-slide p.block-editor-rich-text__editable:nth-child(2) span.block-editor-rich-text__editable,
.customer-slide p.block-editor-rich-text__editable b span.block-editor-rich-text__editable,
.customer-slide p:nth-child(2) span.block-editor-rich-text__editable,
.customer-slide p b span.block-editor-rich-text__editable {
  color: #fff;
}

.customer-slide .customer-slide-body {
  text-align: center;
}

.customer-slide .customer-slide-body .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
}

.customer-slide .customer-slide-logo {
  display: flex;
  align-items: center;
}

.customer-slide .customer-slide-logo-img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 12px;
}

.customer-slide-video .customer-slide {
  padding-right: 0;
  padding-left: 0;
}

.customer-slide-video .customer-slide .button {
  display: none;
}

.customer-slide-video .video {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  height: 195px;
}

.error-page {
  padding-top: 150px;
  padding-bottom: 150px;
}

.error-page h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 32px;
  color: #0D0C0C;
}

.error-page p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 32px;
  color: #0D0C0C;
}

.error-page .header-line,
.error-page .header-line:before {
  height: 8px;
}

.error-page-line {
  display: flex;
  align-items: center;
  margin-top: -12px !important;
}

.footer {
  width: 100%;
  background-color: #444444;
}

.footer a {
  font-size: 12px;
  line-height: 20px;
  color: rgba(206, 200, 196, 0.5);
}

.footer a:focus,
.footer a:hover,
.footer a:active {
  color: #cec8c4;
}

.footer h3 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.footer h4 {
  margin-top: 16px;
  margin-bottom: 4px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.footer li {
  line-height: 18px;
}

.footer .footer-motto {
  max-width: 220px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
  color: #fff;
}

.footer-bottom {
  background-color: #444444 !important;
}

.footer-bottom .row > * {
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer-bottom .footer-text {
  display: flex;
  align-items: center;
}

.footer-bottom .logo > img {
  width: 146px;
}

.footer-col {
  width: calc(100% / 6);
  padding-right: 10px;
  padding-left: 10px;
}

.footer-links {
  padding-top: 16px;
  padding-bottom: 6px;
  text-align: left;
}

.footer-links li {
  width: 100%;
}

.footer-links li:last-child,
.footer-links li:nth-last-child(2) {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #808080;
}

.footer-links li:last-child {
  text-align: right;
}

.footer-links li + li {
  margin-top: 16px;
}

.footer-links ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-social {
  position: relative;
  order: -1;
  background-color: #444444;
}

.footer-social:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: -50vw;
  width: 150vw;
  height: 100%;
  background-color: #444444;
}

.footer-social a {
  font-size: 24px;
  color: #fff;
}

.footer-social a:hover,
.footer-social a:focus,
.footer-social a:active {
  color: #fff;
}

.footer-social ul {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
}

.footer-social [class^="icon-"] + img {
  display: none;
  position: absolute;
  left: 0;
  top: -114px;
  border-radius: 5px;
}

.footer-social [class^="icon-"]:hover + img {
  display: block;
}

.footer-top {
  display: none;
  padding-top: 50px;
}

.police-legal {
  background: #0D0C0C;
  padding: 24px;
  text-align: center;
  border-bottom: 8px solid #EB0A32;
}

.police-legal a {
  font-size: 11px;
  color: #fff;
  display: block;
}

.police-legal a:first-child:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/icp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 6px;
}

.police-legal a:active,
.police-legal a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.control {
  position: relative;
  margin-bottom: 22px;
}

.control .input {
  display: block;
}

.control .input[hidden] {
  display: none;
}

.control.expanded .input,
.control.expanded .SumoSelect,
.control.expanded .textarea {
  width: 100%;
}

.controls-inline {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.controls-inline > .control {
  margin-bottom: 0;
}

.controls-inline > .control + .control {
  margin-top: 12px;
}

.controls-inline > .control:not(:last-child) {
  margin-right: 12px;
}

.input,
.form-text,
.form-email,
.form-tel {
  transition: all 0.25s ease-in-out;
  height: 44px;
  padding: 12px 12px 11px;
  border: 1px solid #F8F5F2;
  color: #444444;
}

.background-primary .input,
.background-primary
  .form-text,
.background-primary
  .form-email,
.background-primary
  .form-tel {
  color: #fff;
}

.input:hover,
.form-text:hover,
.form-email:hover,
.form-tel:hover {
  transition: all 0.25s ease-in-out;
  border-color: #0D0C0C;
}

.input:focus,
.form-text:focus,
.form-email:focus,
.form-tel:focus {
  border-color: #0D0C0C;
}

.input.has-error,
.form-text.has-error,
.form-email.has-error,
.form-tel.has-error {
  border-width: 1px;
  border-color: #B80021;
  color: #B80021;
}

.input.has-error + .input-error,
.form-text.has-error + .input-error,
.form-email.has-error + .input-error,
.form-tel.has-error + .input-error {
  display: block;
}

.input-ghost {
  padding-top: 0;
  padding-bottom: 9px;
  padding-left: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  background: none;
  border: 0;
  border-bottom: 1px solid #F8F5F2;
  color: #fff;
}

.form-inverse .input,
.background-primary .input {
  transition: all 0.25s ease-in-out;
  padding: 10px 12px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.form-inverse .input:hover,
.background-primary .input:hover {
  transition: all 0.25s ease-in-out;
  border-color: #de8ca0;
}

.form-inverse .input:focus,
.background-primary .input:focus {
  border-color: #de8ca0;
}

.form-inverse .input.has-error,
.background-primary .input.has-error {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.form-inverse .label,
.form-inverse legend,
.background-primary .label,
.background-primary legend {
  color: #fff;
}

.form-inverse .textarea,
.form-inverse .form-textarea,
.background-primary .textarea,
.background-primary .form-textarea {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.form-inverse .textarea:hover,
.form-inverse .form-textarea:hover,
.background-primary .textarea:hover,
.background-primary .form-textarea:hover {
  transition: all 0.25s ease-in-out;
  border-color: #de8ca0;
}

.form-inverse .textarea:focus,
.form-inverse .form-textarea:focus,
.background-primary .textarea:focus,
.background-primary .form-textarea:focus {
  border-color: #de8ca0;
}

.form-inverse .textarea.has-error,
.form-inverse .form-textarea.has-error,
.background-primary .textarea.has-error,
.background-primary .form-textarea.has-error {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.form-inverse .input-error,
.background-primary .input-error {
  color: #fff;
}

.form-inverse ::-moz-placeholder,
.background-primary ::-moz-placeholder {
  color: #fff;
}

.form-inverse ::placeholder,
.background-primary ::placeholder {
  color: #fff;
}

.input-error {
  display: none;
  position: absolute;
  bottom: -21px;
  left: 0;
  min-height: 21px;
  font-size: 12px;
  color: #B80021;
}

.textarea,
.form-textarea {
  transition: all 0.25s ease-in-out;
  padding: 10px 12px;
  border: 1px solid #F8F5F2;
  resize: vertical;
  color: #444444;
}

.background-primary .textarea,
.background-primary
  .form-textarea {
  color: #fff;
}

.textarea:hover,
.form-textarea:hover {
  transition: all 0.25s ease-in-out;
  border-color: #0D0C0C;
}

.textarea:focus,
.form-textarea:focus {
  border-color: #0D0C0C;
}

.legend {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.path-user #block-mess-content {
  background-image: url(../images/page-not-found.jpg);
  padding: 70px 20px;
}

.path-user .user-login-form {
  margin: auto;
  width: 320px;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  color: #fff;
}

.path-user .user-login-form input {
  width: 100%;
  border: none;
  padding: 8px 14px;
  margin: 4px 0;
  color: #444;
  outline: none;
}

.path-user .user-login-form .form-item,
.path-user .user-login-form .form-actions {
  margin-top: 0;
}

.error {
  font-size: 12px;
  color: #B80021;
}

.background-primary .error,
.form-inverse .error {
  color: #fff;
}

.webform-submission-form {
  clear: both;
  margin-right: 0;
  margin-left: 0;
}

.modal .webform-submission-form .form-type-email,
.modal .webform-submission-form .form-type-select,
.modal .webform-submission-form .form-type-tel,
.modal .webform-submission-form .form-type-textfield {
  width: 100%;
  text-align: left;
}

.modal .webform-submission-form h2 {
  padding-left: 15px;
}

.modal .webform-submission-form p {
  padding-left: 10px;
}

.webform-submission-form .form-type-email,
.webform-submission-form .form-type-select,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-textarea {
  position: relative;
}

.webform-submission-form .form-type-email > label,
.webform-submission-form .form-type-select > label,
.webform-submission-form .form-type-tel > label,
.webform-submission-form .form-type-textfield > label,
.webform-submission-form .form-type-textarea > label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #EB0A32;
}

.webform-submission-form .form-item {
  margin-bottom: 21px;
}

.webform-submission-form .form-item,
.webform-submission-form .form-actions {
  margin-top: 0;
}

.webform-submission-form .form-type-checkbox {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 32px;
}

.webform-submission-form .form-type-checkbox .form-required {
  padding-left: 0;
}

.webform-submission-form .iti--allow-dropdown {
  width: 100%;
}

.webform-submission-form .form-type-email,
.webform-submission-form .form-type-select,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-textfield {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.webform-submission-form .form-type-email input,
.webform-submission-form .form-type-email select,
.webform-submission-form .form-type-email .form-select,
.webform-submission-form .form-type-email .SumoSelect,
.webform-submission-form .form-type-select input,
.webform-submission-form .form-type-select select,
.webform-submission-form .form-type-select .form-select,
.webform-submission-form .form-type-select .SumoSelect,
.webform-submission-form .form-type-tel input,
.webform-submission-form .form-type-tel select,
.webform-submission-form .form-type-tel .form-select,
.webform-submission-form .form-type-tel .SumoSelect,
.webform-submission-form .form-type-textfield input,
.webform-submission-form .form-type-textfield select,
.webform-submission-form .form-type-textfield .form-select,
.webform-submission-form .form-type-textfield .SumoSelect {
  width: 100%;
  text-align: left;
}

.webform-submission-form .form-type-checkbox,
.webform-submission-form .form-type-textarea {
  position: relative;
  width: 100%;
  clear: both;
}

.webform-submission-form .form-type-textarea {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 12px;
}

.webform-submission-form .form-type-textarea textarea {
  width: 100%;
  min-height: 197px;
}

.webform-submission-form .webform-button--submit.form-submit.button {
  width: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  float: right;
  background-color: #EB0A32;
  background-repeat: no-repeat;
  background-position: 60% 48%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  color: #fff;
}

.background-primary .webform-submission-form .webform-button--submit.form-submit.button {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23eb0a32'/%3E%3C/svg%3E%0A");
  color: #EB0A32;
}

.webform-submission-form .webform-button--submit.form-submit.button:focus,
.webform-submission-form .webform-button--submit.form-submit.button:hover,
.webform-submission-form .webform-button--submit.form-submit.button:active {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23eb0a32'/%3E%3C/svg%3E%0A");
  color: #EB0A32;
}

.background-primary .webform-submission-form .webform-button--submit.form-submit.button:focus,
.background-primary .webform-submission-form .webform-button--submit.form-submit.button:hover,
.background-primary .webform-submission-form .webform-button--submit.form-submit.button:active {
  border-color: #fff;
  background-color: #EB0A32;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  color: #fff;
}

.webform-submission-form .legend {
  padding-left: 10px;
}

.webform-submission-form .form-composite.webform-type-checkboxes legend {
  color: #EB0A32;
  font-size: 12px;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 16px;
}

.webform-submission-form .form-item input.error,
.webform-submission-form .form-item textarea.error,
.webform-submission-form .form-item select.error {
  border-width: 1px;
  border-color: #B80021;
}

.webform-submission-form .error {
  font-size: 14px;
}

.webform-submission-form .SumoSelect .error + .error {
  left: 0;
  border-color: #B80021;
}

.webform-submission-form .form-type-checkbox .form-required:after {
  left: 8px;
}

.webform-submission-form .form-required {
  padding-left: 12px;
}

.webform-submission-form .form-required:after {
  position: absolute;
  top: 2px;
  left: 0;
  padding-left: 11px;
  background-image: none;
  content: "*";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
}

.background-primary .webform-submission-form .form-item input {
  background-color: transparent;
  border-color: #fff;
}

.background-primary .webform-submission-form .form-item input:hover {
  transition: all 0.25s ease-in-out;
  border-color: #de8ca0;
}

.background-primary .webform-submission-form .form-item input:focus {
  border-color: #de8ca0;
}

.background-primary .webform-submission-form .form-item label {
  color: #fff;
}

.background-primary .webform-submission-form .form-required:after {
  color: #fff;
}

.webform-submission-form label.error {
  position: absolute;
  bottom: -21px;
  left: 10px;
  font-size: 11px;
}

form.webform-submission-form .ajax-progress.ajax-progress-throbber {
  display: none;
}

form.webform-submission-form .form-item-url {
  display: none;
}

/**
 * Custom antibot
 */

.webform-submission-form .form-item-company-contact {
  display: none;
}

.row > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"],
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc( 20px / -4);
  margin-left: calc( 20px / -4);
}

.row > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > *,
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc( 20px / 4);
  padding-left: calc( 20px / 4);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.66667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.66667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.33333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.66667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.33333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.66667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.33333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.66667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.header {
  position: relative;
  min-height: 110px;
  padding-top: 90px;
  padding-bottom: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header > .container {
  position: relative;
  z-index: 1;
}

.header.header-full {
  padding-bottom: 0;
  position: relative;
}

.header.header-full:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(13, 12, 12, 0.4);
}

.header.header-full .header-subtitle {
  padding-bottom: 24px;
}

.header-stats {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: -15px;
  margin-left: -15px;
  background-color: rgba(13, 12, 12, 0.6);
  color: #fff;
}

.header-stats > div {
  position: relative;
  width: calc(100% / 3);
  padding-right: 12px;
  padding-left: 24px;
}

.header-stats > div:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.2);
}

.header-stats p.block-editor-rich-text__editable,
.header-stats p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}

.header-stats p.block-editor-rich-text__editable:first-child,
.header-stats p:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.header-title.block-editor-rich-text__editable,
.header-title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.header-subtitle.block-editor-rich-text__editable,
.header-subtitle {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.header-subtitle.block-editor-rich-text__editable a,
.header-subtitle a {
  color: #fff;
  text-decoration: underline;
}

.header-line {
  position: relative;
  top: 9px;
  width: 100%;
  height: 8px;
  background-color: #EB0A32;
}

.header-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 8px;
  background-color: #EB0A32;
}

.header-wechat {
  padding-top: 88px;
  padding-bottom: 24px;
}

.header-wechat .control {
  margin-bottom: 12px;
}

.header-wechat .control:last-child {
  margin-bottom: 0;
}

.header-wechat .header-subtitle {
  margin-bottom: 32px;
}

.header-search {
  position: relative;
  min-height: 110px;
  padding-top: 90px;
  padding-bottom: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-search > .container {
  position: relative;
  z-index: 1;
}

.hero-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-image h3.block-editor-rich-text__editable,
.hero-image h3 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  word-break: break-all;
}

.hero-image p.block-editor-rich-text__editable,
.hero-image p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  word-break: break-all;
}

.hero-image .button {
  width: auto;
  margin-top: 24px;
}

.hero-image-links {
  text-align: center;
}

.hero-image-links .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
}

.hero-image-text {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.hero-image-text > .row {
  width: 100%;
}

.hot-topic {
  display: flex;
  flex-direction: column;
  padding: 8px 8px 16px;
  background-color: #fff;
}

.hot-topic p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
}

.hot-topic-company {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 21px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #808080;
}

.hot-topic-date {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #EB0A32;
}

.hot-topic-footer {
  margin-top: auto;
}

.hot-topic-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.hot-topic-header > * {
  margin-right: 6px;
}

.hot-topic-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 209px;
  order: -1;
}

.hot-topic-subject {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 21px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #444444;
}

.hot-topic-text {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 16px;
}

.editor-styles-wrapper .hot-topic-title,
.hot-topic-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 10px;
}

.intro-block {
  padding-top: 0px;
  padding-bottom: 32px;
}

.intro-block .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
}

.intro-block .button {
  width: auto;
}

.intro-block-body {
  padding-top: 16px;
  padding-bottom: 32px;
}

.intro-block-body .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
}

.editor-styles-wrapper ul.intro-block-logos,
.intro-block-logos {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.editor-styles-wrapper ul.intro-block-logos > *,
.intro-block-logos > * {
  width: 33.333%;
  margin-bottom: 6px;
  text-align: center;
}

.editor-styles-wrapper ul.intro-block-logos > [class*="editor-inner-blocks"],
.intro-block-logos > [class*="editor-inner-blocks"] {
  width: 100%;
  margin-bottom: 0;
}

.editor-styles-wrapper ul.intro-block-logos > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"],
.intro-block-logos > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.editor-styles-wrapper ul.intro-block-logos > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > div,
.intro-block-logos > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > div {
  width: 33.333%;
  margin-bottom: 6px;
  text-align: center;
}

.editor-styles-wrapper ul.intro-block-logos a,
.intro-block-logos a {
  transition: all 0.25s ease-in-out;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border-bottom: 1px solid #F8F5F2;
}

.editor-styles-wrapper ul.intro-block-logos a:hover,
.editor-styles-wrapper ul.intro-block-logos a:focus,
.editor-styles-wrapper ul.intro-block-logos a:active,
.intro-block-logos a:hover,
.intro-block-logos a:focus,
.intro-block-logos a:active {
  transition: all 0.25s ease-in-out;
  border-color: #EB0A32;
}

.key-block-list > [class*="editor-inner-blocks"] {
  width: 100%;
}

.key-block-list,
.key-block-list > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] {
  display: flex;
  flex-wrap: wrap;
}

.key-block-list > .key-block,
.key-block-list > .wp-block,
.key-block-list > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .key-block,
.key-block-list > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
  width: 50%;
}

.key-block {
  margin-top: 24px;
  margin-bottom: 8px;
}

.key-block-image {
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  background-position: 50% 50%;
  background-size: contain;
}

.key-block-inner {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5px;
  text-align: center;
}

.key-block-title.block-editor-rich-text__editable,
.key-block-title {
  font-size: 16px;
  line-height: 22px;
  color: #0D0C0C;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}

.key-block-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.key-block-figure.block-editor-rich-text__editable,
.key-block-figure {
  color: #EB0A32;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

.wp-block-lectra-blocks-figures-block p {
  margin-bottom: 0;
}

label {
  display: block;
}

.label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #EB0A32;
}

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.node--type-press-detail a,
section.wp-block-lectra-blocks-wysiwyg-block p a {
  color: #EB0A32;
  text-decoration: none;
}

.node--type-press-detail a:hover,
.node--type-press-detail a:focus,
section.wp-block-lectra-blocks-wysiwyg-block p a:hover,
section.wp-block-lectra-blocks-wysiwyg-block p a:focus {
  text-decoration: underline;
}

.node--type-press-detail a:active,
section.wp-block-lectra-blocks-wysiwyg-block p a:active {
  color: #B80021;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.logo > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 110px;
}

.meganav {
  transition: all 0.25s ease-in-out;
  display: none;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  padding-top: 60px;
  overflow-y: auto;
  background-color: transparent;
}

.meganav.is-visible {
  padding-top: 0;
  background-color: #0D0C0C;
}

.meganav.is-visible .meganav-subnav {
  display: flex;
}

.meganav.is-visible .meganav-inner:before {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.meganav h3 {
  display: none;
}

.meganav.is-visible {
  transition: all 0.25s ease-in-out;
  display: block;
  transform: translate(0);
}

.meganav.is-visible .meganav-close-button {
  display: block;
}

.meganav-close-button {
  z-index: 1;
  display: none;
  position: absolute;
  top: 24px;
  right: 16px;
}

.meganav-close-button [class^="icon-"] {
  font-size: 25px;
  color: #fff;
}

.meganav-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 32px;
}

.meganav-inner:before {
  display: none;
  transition: all 0.25s ease-in-out;
  content: "";
  opacity: 0;
  width: 150vw;
  height: 100vh;
  position: absolute;
  top: 52px;
  right: 0;
  left: -50vw;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(13, 12, 12, 0.8);
}

.meganav-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.meganav-item.is-active .meganav-link > span {
  position: relative;
}

.meganav-item.is-active .meganav-link > span:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #EB0A32;
}

.meganav-link {
  display: block;
  padding-top: 16px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.meganav-link > span {
  display: inline-block;
  vertical-align: middle;
}

.meganav-link > [class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
  margin-left: 8px;
  transform: rotate(270deg);
}

.meganav-link:hover,
.meganav-link:active,
.meganav-link.is-active {
  background-color: #0D0C0C;
  color: #fff;
}

.meganav-link:hover [class^="icon-"],
.meganav-link:active [class^="icon-"],
.meganav-link.is-active [class^="icon-"] {
  color: #fff;
}

.meganav-logo {
  display: none;
}

.meganav-search {
  display: none;
  margin-right: auto;
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
}

.meganav-subnav-wrap {
  display: none;
  overflow: auto;
}

.meganav-subnav-wrap.is-visible {
  display: block;
}

.meganav-subnav-wrap.is-visible .meganav-subnav-back {
  display: block;
}

.meganav-subnav {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  overflow: auto;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 16px 32px;
  background-color: #fff;
}

.meganav-subnav .meganav-subnav-list {
  position: relative;
  display: flex;
  flex-direction: column;
}

.meganav-subnav .meganav-subnav-list > div {
  padding-left: 22px;
}

.meganav-subnav .meganav-subnav-list h4 {
  font-size: 12px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #0D0C0C;
}

.meganav-subnav .meganav-subnav-list > li {
  position: relative;
  padding-left: 0;
  max-height: 500px;
  overflow: auto;
}

.meganav-subnav .meganav-subnav-list ul {
  margin-bottom: 16px;
}

.meganav-subnav .meganav-subnav-list ul > li {
  margin-bottom: 0;
}

.meganav-subnav .meganav-subnav-list ul a {
  margin-left: 22px;
}

.meganav-subnav .meganav-subnav-list ul ul {
  margin-bottom: 0;
}

.meganav-subnav .meganav-subnav-list ul ul a {
  margin-left: 34px;
}

.meganav-subnav .meganav-subnav-list a {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  color: #0D0C0C;
}

.meganav-subnav .meganav-subnav-list a:hover,
.meganav-subnav .meganav-subnav-list a:focus {
  color: #EB0A32;
}

.meganav-subnav .meganav-subnav-list a:active > span:not([class^="icon-"]) {
  text-decoration: underline;
}

.meganav-subnav .meganav-subnav-list a [class^="icon-"] {
  margin-right: 6px;
  font-size: 12px;
}

.meganav-subnav .meganav-subnav-image {
  flex-shrink: 0;
  margin-right: 50px;
}

.meganav-subnav .meganav-subnav-image .button {
  width: auto;
  justify-content: center;
}

.meganav-subnav .meganav-subnav-image img {
  display: none;
}

.meganav-subnav-back {
  order: 1;
  display: none;
  padding-top: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F8F5F2;
}

.meganav-subnav-back > button {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.meganav-subnav-back [class^="icon-"] {
  flex-shrink: 0;
  font-size: 25px;
  margin-right: 12px;
  color: #444444;
}

.meganav-subnav-back-text {
  font-weight: 600;
  color: #444444;
}

.meganav-subnav-body {
  flex-grow: 1;
  flex-basis: 100%;
  padding-top: 16px;
}

.meganav-subnav-close {
  position: fixed;
  top: 16px;
  right: 8px;
  font-size: 25px;
  color: #444444;
}

.meganav-tel {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.meganav-tel .button {
  display: none;
}

.meganav-tel .button-primary:hover,
.meganav-tel .button-primary:focus {
  border: 1px solid #fff;
}

.meganav-tel > .meganav-tel-link {
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.meganav-tel > .meganav-tel-link:hover,
.meganav-tel > .meganav-tel-link:focus,
.meganav-tel > .meganav-tel-link:active {
  text-decoration: underline;
}

.meganav-tel-text {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
}

.message {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.message p {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.background-primary .message p {
  color: #fff;
}

.message-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
  color: #0D0C0C;
}

.background-primary .message-title {
  color: #fff;
}

.modal {
  top: 50px;
  width: 100%;
  padding: 32px 16px 24px;
  border-radius: 0;
  box-shadow: none;
}

.modal p {
  font-size: 14px;
}

.modal .h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-left: 10px;
}

.modal iframe {
  width: 100%;
  height: 406px;
}

.modal a.close-modal {
  display: none;
}

.modal.modal-expanded {
  height: 100%;
}

.modal.modal-expanded .modal-close {
  display: none;
}

.modal.modal-expanded .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 50px);
}

.modal.modal-expanded .h2 {
  margin-top: auto;
}

.modal.modal-expanded .h2:before {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.modal.modal-expanded p {
  font-size: 14px;
  margin-left: 10px;
}

.modal.modal-expanded .button {
  margin-top: auto;
}

.modal .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  color: #444444;
}

.modal .webform-submission-form .message {
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal .webform-submission-form .message p {
  margin-bottom: 0;
}

.modal .webform-submission-form .message .button {
  display: none;
}

.modal.modal-video {
  font-size: 0;
  max-width: 931px;
  padding: 0;
  border-radius: 0;
}

.modal.modal-video * {
  font-size: 14px;
}

.modal.modal-video .modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: none;
  background-size: 24px;
  background-color: #EB0A32;
  color: #fff;
}

.modal.modal-video .modal-close > * {
  font-size: 24px;
}

.blocker {
  z-index: 21;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  scroll-behavior: smooth;
}

.modal-open {
  overflow: hidden;
}

.nav .select {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav .SumoSelect.open > .optWrapper {
  top: 32px;
}

.nav.nav-vertical {
  box-shadow: none;
}

.nav.nav-vertical .nav-list {
  justify-content: space-around;
  box-shadow: 0px 1px 0px #F8F5F2;
}

.nav.nav-vertical .nav-list > * {
  position: relative;
  width: calc(100% / 3);
}

.nav.nav-vertical .nav-list > *:not(:last-child) {
  margin-right: 0;
}

.nav.nav-vertical .nav-list > *:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 32px;
  background-color: #F8F5F2;
}

.nav.nav-vertical .nav-list > * .nav-link {
  text-align: center;
}

.nav.nav-vertical .nav-link {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
  color: #808080;
}

.nav.nav-vertical .nav-link.is-active,
.nav.nav-vertical .nav-link:hover,
.nav.nav-vertical .nav-link:focus {
  color: #EB0A32;
}

.nav.nav-vertical .nav-link:before {
  display: none;
}

.nav-aside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-aside .control {
  width: 50%;
  margin-bottom: 0;
}

.nav-aside .control:not(:last-child) {
  margin-right: 12px;
}

.nav-aside-left {
  justify-content: flex-start;
}

.nav-border {
  position: relative;
}

.nav-border:after {
  content: "";
  display: block;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #F8F5F2;
}

.nav-list {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: auto;
}

.nav-list > * {
  flex-shrink: 0;
}

.nav-list > *:not(:last-child) {
  margin-right: 24px;
}

.nav-link {
  transition: all 0.25s ease-in-out;
  position: relative;
  display: block;
  background: none;
  border: 0;
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 18ox;
  text-transform: uppercase;
  color: #0D0C0C;
  cursor: pointer;
}

.nav-link:before {
  transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 2px;
  width: 100%;
  background-color: #EB0A32;
}

.nav-link.is-active,
.nav-link:hover {
  transition: all 0.25s ease-in-out;
  color: #EB0A32;
}

.nav-link.is-active:before {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.nav-filter-label {
  margin-right: 32px;
}

.fixed-nav {
  position: fixed;
  top: 68px;
  z-index: 2;
  left: 0;
  right: 0;
  display: none;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  overflow-x: hidden;
  height: auto;
}

.page-wrapper.has-overlay:before {
  content: "";
  z-index: 3;
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(13, 12, 12, 0.8);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}

.pagination-link {
  display: block;
  min-width: 10px;
  text-align: center;
  border: 2px solid transparent;
  color: #808080;
}

.pagination-link:focus,
.pagination-link:hover,
.pagination-link:active {
  color: #0D0C0C;
}

.pagination-link.is-current {
  cursor: default;
  pointer-events: none;
  border-bottom: 2px solid #EB0A32;
  color: #0D0C0C;
}

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}

.pagination-list li {
  margin-right: 16px;
  margin-left: 16px;
}

.pagination-list li:last-child .pagination-link {
  margin-left: 0;
  margin-right: 6px;
}

.pagination-next,
.pagination-prev {
  font-size: 12px;
  margin-right: 6px;
  margin-left: 6px;
}

.editor-styles-wrapper .press-link,
.press-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F8F5F2;
  color: #0D0C0C;
}

.editor-styles-wrapper .press-link h3,
.press-link h3 {
  font-size: 16px;
  line-height: 27px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 8px;
}

.editor-styles-wrapper .press-link p,
.press-link p {
  margin-bottom: 4px;
}

.editor-styles-wrapper .press-link .button,
.press-link .button {
  width: auto;
  margin-left: auto;
}

.editor-styles-wrapper .press-link .press-link-date,
.press-link .press-link-date {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #EB0A32;
}

.editor-styles-wrapper .press-link .press-link-text,
.press-link .press-link-text {
  max-width: 600px;
}

.option {
  display: flex;
  cursor: pointer;
}

.radio {
  display: flex;
}

.form-inverse .radio {
  color: #fff;
}

.radio-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.radio-box {
  position: relative;
  top: 4px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #0D0C0C;
  border-radius: 50%;
}

.form-inverse .radio-box {
  background-color: transparent;
  border-color: #fff;
}

.radio-box:before {
  transition: all 0.25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 1px;
  left: 1px;
  background-color: #0D0C0C;
  border-radius: 50%;
}

.form-inverse .radio-box:before {
  background-color: #fff;
}

.radio-input:checked + .radio-box:before {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.search {
  z-index: 4;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  display: none;
  padding-top: 54px;
  padding-bottom: 16px;
  border-top: 1px solid #444444;
  background-color: #0D0C0C;
}

.search .search-input {
  max-width: 60%;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
}

.search .search-filter {
  display: flex;
  max-width: 40%;
  width: 35%;
  padding-right: 10px;
  padding-left: 10px;
}

.search .search-form {
  display: flex;
  align-items: flex-end;
  max-width: 1024px;
  padding: 0;
  margin-right: -10px;
  margin-left: -10px;
}

.search .search-submit {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
  height: 100%;
  padding-right: 7px;
  margin-left: auto;
}

.search .search-submit > *:first-child {
  display: none;
}

.search .search-submit > *:last-child {
  color: #fff;
}

.search .search-submit-mobile {
  font-size: 24px;
}

.search .control {
  margin-bottom: 0;
}

.section.v-margin {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.v-margin.section-press-list,
.section.v-margin.wp-block-lectra-blocks-cards-block,
.section.v-margin.wp-block-lectra-blocks-specs-icons-block,
.section.v-margin.wp-block-lectra-blocks-cards-single-block,
.section.v-margin.wp-block-lectra-blocks-specs-icons-columns-block,
.section.v-margin.wp-block-lectra-blocks-related-solutions-block,
.section.v-margin.wp-block-lectra-blocks-image-cta-block {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.top-margin {
  padding-top: 24px;
}

.section.bottom-margin {
  padding-bottom: 24px;
}

.section.wp-block-lectra-blocks-wysiwyg-block .col-sm-10 > *:last-child {
  margin-bottom: 0;
}

.wp-block-lectra-blocks-wysiwyg-block p {
  margin-bottom: 0px !important;
}

section.wp-block-lectra-blocks-text-block .controls-inline .button,
section.wp-block-lectra-blocks-text-media-block .controls-inline .button {
  width: 100%;
  margin-bottom: 12px;
}

.form-select {
  padding: 12px 12px 11px;
  height: 44px;
  border: 1px solid #F8F5F2;
  color: #444444;
  transition: all 0.25s ease-in-out;
}

.nav-aside .form-select {
  height: auto;
}

.form-select:hover {
  border-color: #0D0C0C;
  transition: all 0.25s ease-in-out;
}

.form-select:focus {
  border-color: #0D0C0C;
}

.form-select.error + .error {
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.background-primary .form-select.error + .error {
  color: #fff;
}

.form-select.error + label + .CaptionCont {
  border-color: #B80021;
}

.background-primary .form-select.error + label + .CaptionCont {
  border-color: #fff;
}

.select.select-ghost {
  padding: 4px 12px 5px 0 !important;
}

.select.select-ghost + .CaptionCont {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(169, 165, 197, 0.5);
  border-radius: 0;
}

.select.select-ghost + .CaptionCont > label > i {
  width: 10px;
  margin-right: 0;
}

.select.select-ghost + .CaptionCont > span {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect .CaptionCont {
  border-radius: 0;
  border-color: #F8F5F2;
}

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

.SumoSelect > .optWrapper {
  border-top: none;
  border-radius: 0;
}

.SumoSelect.open > .optWrapper {
  padding-bottom: 8px;
  top: 37px;
  border-color: #0D0C0C;
}

.SumoSelect > .optWrapper > .options li.opt {
  border-bottom: none;
  list-style-type: none;
}

.SumoSelect > .optWrapper > .options li.opt:before {
  display: none !important;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
  padding-top: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #F8F5F2;
}

.SumoSelect > .optWrapper > .options li label {
  font-size: 12px;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal;
  color: #444444;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  font-size: 7px;
  opacity: 1;
}

.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #0D0C0C;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: #0D0C0C;
}

.SumoSelect > .CaptionCont > label > i:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  position: relative;
  top: -2px;
}

.form-inverse .SumoSelect > .CaptionCont,
.background-primary .SumoSelect > .CaptionCont {
  border-color: #fff;
  background-color: transparent;
}

.form-inverse .SumoSelect > .CaptionCont:hover,
.background-primary .SumoSelect > .CaptionCont:hover {
  border-color: #cd8194;
}

.form-inverse .SumoSelect > .CaptionCont:hover + .optWrapper,
.background-primary .SumoSelect > .CaptionCont:hover + .optWrapper {
  border-color: #cd8194;
}

.form-inverse .SumoSelect > .CaptionCont > span.placeholder,
.background-primary .SumoSelect > .CaptionCont > span.placeholder {
  color: #fff;
}

.form-inverse .SumoSelect > .CaptionCont > label > i,
.background-primary .SumoSelect > .CaptionCont > label > i {
  color: #fff;
}

.form-inverse .SumoSelect.open > .optWrapper,
.background-primary .SumoSelect.open > .optWrapper {
  background: #EB0A32;
  border-color: #fff;
}

.form-inverse .SumoSelect > .optWrapper > .options li.opt label,
.background-primary .SumoSelect > .optWrapper > .options li.opt label {
  color: #fff;
}

.form-inverse .SumoSelect > .optWrapper > .options li.opt:hover label,
.background-primary .SumoSelect > .optWrapper > .options li.opt:hover label {
  color: #444444;
}

.form-inverse .SumoSelect > .CaptionCont,
.form-inverse .SumoSelect .select-all > label,
.background-primary .SumoSelect > .CaptionCont,
.background-primary .SumoSelect .select-all > label {
  color: #fff;
}

.form-inverse .SumoSelect.open > .CaptionCont,
.form-inverse .form-inverse .SumoSelect .select-all > label,
.background-primary .SumoSelect.open > .CaptionCont,
.background-primary .form-inverse .SumoSelect .select-all > label {
  border-bottom-color: transparent;
}

.slider .slide,
.slider-thumbs .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 162px;
}

.slider .swiper-slide,
.slider-thumbs .swiper-slide {
  height: auto;
}

.slider .swiper-slide .hero-image,
.slider-thumbs .swiper-slide .hero-image {
  height: 100%;
}

.slider-thumbs .slider-thumbs-pagination {
  position: static;
  padding-top: 16px;
  padding-bottom: 24px;
  bottom: 0;
  text-align: center;
}

.wp-block .swiper-container {
  overflow: visible;
}

.wp-block .swiper-container .swiper-slide {
  margin-bottom: 32px;
}

.wp-block .swiper-container .swiper-button-prev .button:focus,
.wp-block .swiper-container .swiper-button-prev .button:active,
.wp-block .swiper-container .swiper-button-next .button:focus,
.wp-block .swiper-container .swiper-button-next .button:active {
  outline: none;
}

.swiper-pagination {
  position: static;
  padding-top: 16px;
  padding-bottom: 24px;
  text-align: center;
}

button.swiper-pagination-bullet {
  transition: all 0.25s ease-in-out;
  opacity: 1;
  width: 16px;
  height: 2px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 0;
  background-color: #808080;
}

button.swiper-pagination-bullet:hover {
  background-color: #0D0C0C;
}

button.swiper-pagination-bullet-active {
  transition: all 0.25s ease-in-out;
  background-color: #EB0A32 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.slider-thumbs-nav .swiper-slide {
  transition: all 0.25s ease-in-out;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  cursor: pointer;
}

.slider-thumbs-nav .swiper-slide:hover {
  transition: all 0.25s ease-in-out;
  background-color: #F8F5F2;
}

.background-muted .slider-thumbs-nav .swiper-slide:hover {
  background-color: #fff;
}

.slider-thumbs-nav .swiper-pagination,
.slider-thumbs-nav .slider-thumbs-pagination {
  padding-top: 0;
}

.slider-thumbs-nav .swiper-slide-thumb-active {
  background-color: #F8F5F2;
}

.background-muted .slider-thumbs-nav .swiper-slide-thumb-active {
  background-color: #fff;
}

.slider-thumbs-nav .swiper-slide-thumb-active h3 {
  color: #EB0A32;
}

.slider-thumbs-nav .swiper-wrapper {
  display: none;
}

.slider-thumb {
  display: flex;
}

.slider-thumb h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #0D0C0C;
}

.slider-thumb p {
  height: 60px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  color: #0D0C0C;
}

.slider-thumb .slider-thumb-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-thumb .slider-thumb-text {
  padding-left: 16px;
}

.slider-customer .swiper-pagination {
  padding-bottom: 0;
}

.slider-customer .customer-slide-logo {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-radius: 50%;
  background-size: cover;
  background-position: 50%;
}

.slider-customer-wrap {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/kehupingjia-beijingtu.jpeg);
}

.slider-customer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 12, 12, 0.4);
}

.slider-customer-wrap .h2.block-editor-rich-text__editable,
.slider-customer-wrap .h2 {
  font-weight: 700;
  position: relative;
  color: #fff;
}

.slider-customer-wrap .customer-slide {
  position: relative;
}

.slider-customer-wrap .customer-slide .button {
  margin-top: 32px;
}

.slider-customer-wrap .customer-slide .customer-slider-logo {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.slider-customer-wrap .customer-slide .video {
  flex-shrink: 0;
  max-width: 360px;
  width: 100%;
  height: 202px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.slider-customer-wrap .customer-slide .customer-slide-body {
  flex-grow: 1;
}

.slider-customer-wrap .customer-slide .customer-slide-image {
  max-width: 360px;
  width: 100%;
  height: 202px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
}

.slider-customer-wrap .swiper-button-next,
.slider-customer-wrap .swiper-button-prev {
  display: none;
}

.wp-block .slider-customer-wrap .swiper-button-next,
.wp-block .slider-customer-wrap .swiper-button-prev {
  display: none !important;
}

.slider-customer-wrap .swiper-button-prev:after,
.slider-customer-wrap .swiper-container-rtl .swiper-button-next:after,
.slider-customer-wrap .swiper-button-next:after,
.slider-customer-wrap .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.slider-customer-wrap .swiper-button-prev,
.slider-customer-wrap .swiper-button-next {
  top: 22%;
}

.slider-customer-wrap .swiper-button-next,
.slider-customer-wrap .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.slider-customer-wrap .swiper-button-prev,
.slider-customer-wrap .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.slider-customer-wrap .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slider-customer-wrap-primary.slider-customer-wrap .h2:after {
  display: none;
}

.wp-block-lectra-blocks-customer-voice-slider-block .slider-customer .button-secondary-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.wp-block-lectra-blocks-customer-voice-slider-block .slider-customer .button-secondary-inverse:focus,
.wp-block-lectra-blocks-customer-voice-slider-block .slider-customer .button-secondary-inverse:hover,
.wp-block-lectra-blocks-customer-voice-slider-block .slider-customer .button-secondary-inverse:active {
  background-color: #fff;
  color: #EB0A32;
}

.wp-block-lectra-blocks-customer-voice-slider-block .slider-customer .customer-slide p:first-child {
  margin-bottom: 0;
  padding-left: 0;
}

.wp-block-lectra-blocks-customer-voice-slider-block .slider-customer .customer-slide p:nth-child(2) {
  margin-top: 0;
}

.wp-block-lectra-blocks-customer-voice-slider-block .slider-customer .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
}

.slider-hot-topics .swiper-button-prev,
.slider-hot-topics .swiper-button-next {
  height: auto;
  width: auto;
}

.slider-hot-topics + .swiper-button-prev {
  display: none;
}

.slider-hot-topics + .swiper-button-prev:after {
  content: "";
}

.slider-hot-topics + .swiper-button-prev > * {
  position: absolute;
}

.slider-hot-topics + .swiper-button-prev + .swiper-button-next {
  display: none;
}

.slider-hot-topics + .swiper-button-prev + .swiper-button-next:after {
  content: "";
}

.slider-hot-topics + .swiper-button-prev + .swiper-button-next > * {
  position: absolute;
}

.slider-hot-topics .swiper-slide {
  height: auto;
}

.slider-hot-topics .swiper-slide > * {
  margin-right: auto;
  margin-left: auto;
}

.slider-hot-topics .swiper-slide .card {
  height: 100%;
}

.slider-cards-mobile.swiper-container {
  padding-bottom: 35px;
}

.slider-cards-mobile.swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  bottom: -25px;
}

.slider-cards-mobile .swiper-wrapper {
  flex-wrap: nowrap;
}

.slider-cards-mobile .swiper-pagination {
  position: absolute;
  width: auto;
  right: 0;
  left: 0;
  max-width: 115px;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 1;
}

.specs {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}

.specs-img {
  flex-shrink: 0;
  margin-right: 16px;
  width: 171px;
  height: 211px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.specs-img .specs-image {
  max-width: none;
}

.specs-title.block-editor-rich-text__editable,
.specs-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #0D0C0C;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.specs-info {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

.specs-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.specs-text .button {
  align-self: flex-start;
  width: auto;
  margin-top: auto;
}

.specs-text .block-editor-block-list__layout {
  padding: 0;
}

.specs-icon {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}

.specs-icon-img {
  flex-shrink: 0;
  margin-right: 16px;
  width: 32px;
  height: 32px;
  max-width: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.specs-icon-title.block-editor-rich-text__editable,
.specs-icon-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #0D0C0C;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.specs-icon-info.block-editor-rich-text__editable,
.specs-icon-info {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 0;
}

.specs-icon-small {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.specs-icon-small .specs-icon-img {
  width: 32px;
  height: 32px;
  max-width: none;
  margin-top: -7px;
}

.editor-styles-wrapper .specs-icon-small .specs-icon-img {
  margin-top: -5px;
}

.specs-product {
  display: flex;
  padding-right: 7px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.specs-product-title.block-editor-rich-text__editable,
.specs-product-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #0D0C0C;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.specs-product-subtitle.block-editor-rich-text__editable,
.specs-product-subtitle {
  max-width: 312px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

.specs-product-image {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.wp-block-lectra-blocks-specs-icons-block .row:last-child .row {
  margin-bottom: -24px;
}

.wp-block-lectra-blocks-specs-icons-columns-block .row:last-child .row {
  margin-bottom: -24px;
}

.wp-block-lectra-blocks-specs-icons-columns-block > .container > .row:first-child {
  margin-bottom: 24px;
}

.tabs {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0px 1px 0px #F8F5F2;
  overflow-x: auto;
}

.tabs > * {
  flex-shrink: 0;
}

.tabs > *:not(:last-child) {
  margin-right: 24px;
}

.tab-button {
  transition: all 0.25s ease-in-out;
  position: relative;
  display: block;
  background: none;
  border: 0;
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.tab-button:before {
  transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 1px;
  width: 100%;
  background-color: #EB0A32;
}

.tab-button.is-active,
.tab-button:hover {
  transition: all 0.25s ease-in-out;
  color: #EB0A32;
}

.tab-button.is-active:before {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].is-active {
  display: block;
}

body.path-frontpage #block-mess-local-tasks,
body.path-node #block-mess-local-tasks {
  position: absolute;
  right: 20px;
  top: 220px;
  z-index: 1;
}

body.path-frontpage #block-mess-local-tasks .tabs,
body.path-node #block-mess-local-tasks .tabs {
  box-shadow: none;
}

body.path-frontpage #block-mess-local-tasks .tabs > ul,
body.path-node #block-mess-local-tasks .tabs > ul {
  box-shadow: none;
}

body.path-frontpage #block-mess-local-tasks .tabs > ul > li,
body.path-node #block-mess-local-tasks .tabs > ul > li {
  display: none;
}

body.path-frontpage #block-mess-local-tasks .tabs > ul > li:nth-child(2),
body.path-node #block-mess-local-tasks .tabs > ul > li:nth-child(2) {
  display: block;
  margin: 0;
}

body.path-frontpage #block-mess-local-tasks .tabs > ul > li:nth-child(2) a,
body.path-node #block-mess-local-tasks .tabs > ul > li:nth-child(2) a {
  background: #EB0A32;
  color: #fff;
  border-radius: 7px;
  font-size: 13px;
  border: none;
  padding: 4px 20px;
}

body.path-node #block-mess-local-tasks .tabs > ul > li.unpublished-tab-li {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.tag {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 6px 4px;
  text-transform: uppercase;
  text-align: center;
  background-color: #F8F5F2;
  color: #0D0C0C;
}

.tag > [class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 13px;
}

.tag-blue {
  background-color: #dbf4fe;
  color: #1e7caa;
}

.tag-green {
  background-color: #cbf4ca;
  color: #297656;
}

.tag-primary {
  background-color: #EB0A32;
  color: #fff;
}

.tag-purple {
  background-color: #f8d8ff;
  color: #841c9b;
}

.tag-secondary {
  background-color: #F8F5F2;
  color: #444444;
  border: 1px solid #F8F5F2;
}

.tag-yellow {
  background-color: #fff89e;
  color: #EB0A32;
}

.toolbar-fixed .top-header,
.toolbar-vertical .top-header-top {
  top: 38px;
}

.toolbar-fixed.toolbar-tray-open .top-header {
  top: 39px;
}

.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .top-header {
  top: 79px;
}

.toolbar-vertical .toolbar-oriented .toolbar-bar {
  position: fixed;
}

.toolbar-tray-open {
  padding-top: 100px;
}

.tooltipster-sidetip .tooltipster-box {
  padding: 14px;
  border: none;
  border-radius: 7px;
  box-shadow: 0 0 5px 0 #F8F5F2;
  background-color: #fff;
}

.tooltipster-sidetip .tooltipster-content {
  color: #808080;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  background-color: transparent;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}

.top-header {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.top-header.transparent {
  background-color: transparent;
}

.top-header.transparent .meganav,
.top-header.transparent .top-header-top {
  background-color: transparent;
}

.top-header.scrolled .header {
  display: none;
}

.top-header.scrolled .meganav {
  border-top: 1px solid #0D0C0C;
  background-color: #0D0C0C;
}

.top-header.scrolled .meganav-inner {
  max-width: 1280px;
  padding-right: 0;
  padding-left: 0;
}

.top-header.scrolled .meganav-logo {
  flex-shrink: 0;
  display: block;
  margin-right: 24px;
}

.top-header.scrolled .top-header-top {
  background-color: #0D0C0C;
}

.top-header.meganav-is-open {
  z-index: 4;
}

.top-header.meganav-is-open .header {
  z-index: -1;
}

.top-header-links {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  color: #fff;
}

.top-header-links a {
  color: #fff;
  text-decoration: none;
}

.top-header-links a:hover {
  text-decoration: underline;
}

.top-header-links [class^="icon-"] {
  padding: 0;
  margin-left: 12px;
  color: #fff;
}

.top-header-links [class^="icon-"] + img {
  z-index: 5;
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  border-radius: 5px;
}

.top-header-links [class^="icon-"]:hover + img {
  display: block;
}

.top-header-top {
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  padding: 9px 0;
  min-height: 50px;
  background-color: #0D0C0C;
}

.top-header-button-menu {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
}

.top-header-button-menu .button-menu {
  position: relative;
  top: -5px;
  padding: 0;
  font-size: 30px;
  color: #fff;
}

a.top-header-button-call {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #EB0A32;
  color: #fff;
}

a.top-header-button-call:focus,
a.top-header-button-call:hover,
a.top-header-button-call:active {
  text-decoration: none;
}

.top-header-button-mail {
  font-size: 20px;
  width: 24px;
  height: 20px;
  margin-right: 18px;
  color: #fff;
}

.top-header-wechat-button {
  display: none;
}

.editor-styles-wrapper .h1,
.h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #444444;
}

.editor-styles-wrapper .h2,
.h2 {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
  color: #0D0C0C;
}

.background-primary .editor-styles-wrapper .h2,
.background-primary
  .h2 {
  color: #fff;
}

.editor-styles-wrapper .h2::before,
.h2::before {
  display: block;
  background-color: #EB0A32;
  width: 32px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -8px;
}

.background-primary .editor-styles-wrapper .h2::before,
.background-primary
    .h2::before {
  background-color: #fff;
}

.editor-styles-wrapper .h2.light,
.h2.light {
  color: #0D0C0C;
}

.editor-styles-wrapper .h2.h2-inverse,
.h2.h2-inverse {
  color: #fff;
}

.editor-styles-wrapper .h2.h2-inverse:before,
.h2.h2-inverse:before {
  background-color: #fff;
}

.editor-styles-wrapper .h3,
.h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #808080;
  margin-top: 0;
  margin-bottom: 12px;
}

.editor-styles-wrapper .h3.primary,
.h3.primary {
  color: #808080;
}

.editor-styles-wrapper p,
p {
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  margin-bottom: 16px;
}

.video {
  position: relative;
  max-width: 843px;
  width: 100%;
  height: 195px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.video.video-small {
  height: 256px;
}

.video .fullscreen {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 26px;
  width: 26px;
  z-index: 2;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.058 3H3v6.058M16.942 3H23v6.058M9.058 23H3v-6.058M16.942 23H23v-6.058' stroke='%23fff' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
}

.video.is-playing .fullscreen {
  display: block;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video video.video-desktop {
  display: block;
}

.video video.video-mobile {
  display: none;
}

.video-actions {
  z-index: 1;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

section.wp-block-lectra-blocks-text-media-block .video video {
  z-index: -1;
}

section.wp-block-lectra-blocks-text-media-block .video.is-playing video {
  z-index: 1;
}

section.wp-block-lectra-blocks-text-media-block .video .video-posters {
  width: 100%;
  height: 100%;
}

section.wp-block-lectra-blocks-text-media-block .video .video-posters .video-poster {
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

section.wp-block-lectra-blocks-text-media-block .video.is-playing .video-posters .video-poster {
  display: none !important;
}

section.wp-block-lectra-blocks-text-media-block .video .video-posters .video-poster.video-desktop {
  display: block;
}

section.wp-block-lectra-blocks-text-media-block .video .video-posters .video-poster.video-mobile {
  display: none;
}

.wechat-nav {
  display: none;
}

.wechat-browser .page-wrapper {
  padding-bottom: 54px;
}

.wechat-browser footer.footer {
  display: none;
}

.wechat-browser .chat-button {
  bottom: 60px;
}

.wechat-browser .top-header-button-menu {
  display: none;
}

.wechat-browser .wp-block-lectra-blocks-image-cta-block .card.card-action .card-body {
  height: auto;
  text-align: left;
  justify-content: flex-start;
  position: relative;
}

.wechat-browser .wp-block-lectra-blocks-image-cta-block .card.card-action .card-body:after {
  content: '';
  background-image: url(../images/chevron-right.svg);
  height: 22px;
  width: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
}

.wechat-browser .wp-block-lectra-blocks-image-cta-block .card.card-action .card-body .card-title {
  margin-bottom: 8px;
}

.wechat-browser .wp-block-lectra-blocks-image-cta-block .card.card-action .card-body .card-text {
  position: static;
  width: 130px;
}

.wechat-browser .wp-block-lectra-blocks-image-cta-block .card.card-action .card-body p {
  margin-bottom: 0;
}

.wechat-browser .wp-block-lectra-blocks-image-cta-block .card.card-action .card-body a.button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0 !important;
  transition: none;
}

.wechat-browser .wechat-nav {
  background: #F7F7F7;
  height: 54px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.wechat-browser .wechat-nav ul {
  margin: 0;
  display: flex;
}

.wechat-browser .wechat-nav ul li {
  flex-grow: 5;
  text-align: center;
}

.wechat-browser .wechat-nav ul li a {
  font-size: 12px;
  color: #808080;
  padding: 16px 10px;
  display: inline-block;
}

.wechat-browser .wechat-nav ul li a:hover,
.wechat-browser .wechat-nav ul li.menu-item--active-trail a {
  color: #EB0A32;
}

.maintenance-page {
  background-color: #F8F5F2;
}

.maintenance-page .main {
  height: 100vh;
}

.maintenance-page .main .error-page {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.maintenance-page .main .header-line {
  top: 18px;
}

.maintenance-page .main .logo-footer {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 375px) {
  .webform-submission-form .form-type-checkbox.form-item-data-transfer label {
    display: inline-block;
  }

  .webform-submission-form .form-type-checkbox.form-item-data-transfer label:before {
    display: inline-block;
  }

  .webform-submission-form label.error {
    font-size: 12px;
  }
}

@media (min-width: 767px) {
  .footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .page-node-type-press-detail.toolbar-fixed.toolbar-tray-open.toolbar-vertical,
  .page-node-type-library-detail.toolbar-fixed.toolbar-tray-open.toolbar-vertical,
  .page-node-type-event-detail.toolbar-fixed.toolbar-tray-open.toolbar-vertical,
  .page-node-type-wechat-minisite.toolbar-fixed.toolbar-tray-open.toolbar-vertical {
    padding-top: 157px !important;
  }

  .path-search,
  .page-node-type-press-detail,
  .page-node-type-library-detail,
  .page-node-type-event-detail,
  .page-node-type-wechat-minisite {
    padding-top: 74px !important;
  }

  .page-node-type-wechat-minisite {
    padding-top: 50px !important;
  }

  .page-node-type-press-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal,
  .page-node-type-library-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal,
  .page-node-type-event-detail.toolbar-fixed.toolbar-tray-open.toolbar-horizontal,
  .page-node-type-wechat-minisite.toolbar-fixed.toolbar-tray-open.toolbar-horizontal {
    padding-top: 197px !important;
  }

  .text-offset-top {
    margin-top: 32px;
  }

  .address {
    margin-bottom: 0;
  }

  .address {
    padding-right: 24px;
  }

  .article-head p {
    max-width: 400px;
  }

  .article-head .video {
    margin-bottom: 0;
  }

  .article-head.article-head-reverse .article-head-content {
    padding-left: 22px;
  }

  .article-head-media {
    order: inherit;
  }

  .article-head-image {
    width: 100%;
    height: 256px;
    margin-bottom: 0;
  }

  .article-head-video {
    order: inherit;
  }

  .article .article-top-actions {
    display: block;
  }

  .article .article-actions {
    margin-bottom: 0;
  }

  .breadcrumb {
    display: block;
  }

  .page-wrapper .user-login-form .form-submit,
  .page-wrapper .button,
  .wp-block .user-login-form .form-submit,
  .wp-block .button,
  .modal .user-login-form .form-submit,
  .modal .button {
    justify-content: flex-start;
    width: auto;
    padding-top: 9px;
    padding-bottom: 8px;
  }

  [class^="card-grid-"],
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] {
    justify-content: flex-start;
    margin-bottom: -24px;
  }

  [class^="card-grid-"] > .card,
  [class^="card-grid-"] > .wp-block,
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .card,
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
    width: 50%;
    margin-bottom: 24px;
  }

  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] {
    margin-bottom: 0;
  }

  [class^="card-grid-2-"] {
    margin-right: -16px;
    margin-left: -16px;
  }

  [class^="card-grid-2-"] > .card {
    padding-right: 16px;
    padding-left: 16px;
  }

  [class^="card-grid-"][class^="card-grid-md-2"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block,
  [class^="card-grid-"][class^="card-grid-md-2"] > .card {
    width: calc(100% / 2);
  }

  [class^="card-grid-"][class^="card-grid-md-4"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block,
  [class^="card-grid-"][class^="card-grid-md-4"] > .card {
    width: 25%;
  }

  [class^="card-grid-"][class^="card-grid-md-4"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block > .card.card-action .card-body,
  [class^="card-grid-"][class^="card-grid-md-4"] > .card.card-action .card-body {
    height: 237px;
  }

  [class^="card-grid-"][class^="card-grid-md-5"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block,
  [class^="card-grid-"][class^="card-grid-md-5"] > .card {
    width: 20%;
  }

  [class^="card-grid-"][class^="card-grid-md-5"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block > .card.card-action .card-body,
  [class^="card-grid-"][class^="card-grid-md-5"] > .card.card-action .card-body {
    height: 186px;
  }

  [class^="card-grid-"][class^="card-grid-md-5"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block > .card.card-action .card-body .card-text p,
  [class^="card-grid-"][class^="card-grid-md-5"] > .card.card-action .card-body .card-text p {
    display: none;
  }

  .card {
    max-width: 320px;
  }

  .card .card-actions > *:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .card .card-body.library-body .card-actions {
    margin-bottom: -12px;
    position: absolute;
    bottom: 32px;
  }

  .card .card-body.library-body .controls-inline .control {
    margin-bottom: 12px;
  }

  .card .card-body.library-body .controls-inline > .control + .control {
    margin-top: 0;
  }

  .card.card-info.vertical {
    max-width: 100%;
  }

  .card.card-info.vertical .card-text {
    padding: 32px 40px 24px;
  }

  .card.card-info h3 {
    margin-bottom: 24px;
  }

  .card.card-info .card-body {
    padding: 32px;
    text-align: left;
  }

  .card.card-info .card-image {
    height: 100%;
  }

  .card.card-info .button {
    margin-left: 0;
  }

  .card.card-solution {
    min-height: 418px;
  }

  .card.card-solution .card-inner {
    padding: 32px 24px;
  }

  .card.card-solution .card-body {
    display: block;
    overflow: hidden;
  }

  .card.card-solution .card-title {
    margin-bottom: 24px;
  }

  .card.card-solution .card-toggle {
    display: none;
  }

  .card.card-related .card-body {
    padding-top: 24px;
  }

  .card.card-related .card-image {
    align-items: center;
    max-width: 244px;
    background-position: 50% 50%;
  }

  .card.card-related .card-info {
    color: #0D0C0C;
  }

  .card.card-related .card-title {
    font-size: 16px;
    line-height: 22px;
  }

  .card.card-related .tag {
    top: 12px;
    right: 12px;
  }

  .card-action-wechat {
    display: none;
  }

  .card.card-search .card-image {
    width: 100%;
  }

  .wp-block-lectra-blocks-cards-block [class^="card-grid-md-"] {
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: -16px;
  }

  .wp-block-lectra-blocks-cards-block [class^="card-grid-md-"] > .card {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .chat-button {
    transform: scale(1);
    bottom: 48px;
    right: 48px;
  }

  .form-checkbox ~ .option {
    align-items: center;
  }

  .form-checkbox ~ .option:before {
    top: 0;
  }

  .clients-list,
  .clients-list > div > [class*="editor-block-list__layout"] {
    justify-content: space-between;
  }

  .clients-list > *,
  .clients-list > div > [class*="editor-block-list__layout"] > * {
    flex-basis: auto;
  }

  .clients-title .h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .clients-title .h2:before {
    display: none;
  }

  .contact {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact.background-default p.block-editor-rich-text__editable:first-child,
  .contact.background-default p:first-child {
    font-size: 20px;
  }

  .contact.background-primary .contact-text,
  .contact.background-secondary-light .contact-text {
    text-align: left;
  }

  .contact.background-cream p.block-editor-rich-text__editable:first-child,
  .contact.background-cream p:first-child,
  .contact.background-light-cream p.block-editor-rich-text__editable:first-child,
  .contact.background-light-cream p:first-child {
    font-size: 20px;
  }

  .contact-default .contact-text {
    text-align: left;
  }

  .contact-link {
    justify-content: flex-end;
  }

  .contact-text {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .container,
  .container-sm {
    max-width: 960px;
  }

  .cookie-note p {
    padding-right: 64px;
  }

  .cookie-note-actions {
    margin-top: 0;
  }

  .cookie-note-body {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .customer-slide {
    flex-direction: row;
    align-items: flex-start;
    padding-right: 140px;
    padding-left: 140px;
  }

  .customer-slide p.block-editor-rich-text__editable:first-child,
  .customer-slide p:first-child {
    padding-left: 0;
  }

  .customer-slide .customer-slide-body {
    text-align: left;
  }

  .customer-slide .customer-slide-logo-img {
    width: 70px;
    height: 70px;
  }

  .customer-slide-video .customer-slide {
    max-width: 100%;
  }

  .customer-slide-video .customer-slide .button {
    display: inline-flex;
  }

  .customer-slide-video .video {
    max-width: 100%;
    height: 202px;
  }

  .error-page h1 {
    font-size: 200px;
    line-height: 200px;
  }

  .error-page p {
    font-size: 20px;
    line-height: 27px;
  }

  .error-page-line {
    margin-top: 36px !important;
  }

  .footer .footer-motto {
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    max-width: 190px;
  }

  .footer-bottom .row > * {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .footer-links {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 32px;
    padding-bottom: 50px;
    text-align: right;
  }

  .footer-links li {
    width: auto;
  }

  .footer-links li:last-child,
  .footer-links li:nth-last-child(2) {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }

  .footer-links li:last-child {
    text-align: left;
  }

  .footer-links li + li {
    margin-top: 0;
    margin-left: 22px;
  }

  .footer-links ul {
    justify-content: flex-end;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-social:before {
    display: none;
  }

  .footer-social {
    order: inherit;
    margin-right: 0;
    margin-left: 0;
    background-color: #444444;
  }

  .footer-social ul li:not(:last-child) {
    margin-right: 40px;
  }

  .footer-social ul {
    justify-content: flex-end;
  }

  .footer-top {
    display: flex;
  }

  .police-legal a {
    display: inline;
  }

  .controls-inline > .control {
    width: auto;
  }

  .form-footer {
    text-align: right;
  }

  .legend {
    margin-bottom: 21px;
  }

  .path-user #block-mess-content {
    padding: 120px 20px 160px;
  }

  .webform-submission-form {
    margin-right: -10px;
    margin-left: -10px;
  }

  .modal .webform-submission-form h2 {
    padding-left: 0;
  }

  .modal .webform-submission-form p {
    padding-left: 0;
  }

  .webform-submission-form .form-type-checkbox.form-item-data-transfer label {
    display: inline-block;
  }

  .webform-submission-form .form-type-checkbox.form-item-data-transfer label:before {
    display: inline-block;
  }

  .webform-submission-form .form-type-email,
  .webform-submission-form .form-type-select,
  .webform-submission-form .form-type-tel,
  .webform-submission-form .form-type-textfield {
    width: 50%;
  }

  .webform-submission-form .webform-button--submit.form-submit.button {
    width: auto;
    margin-left: 0;
    background-position: right 14px center;
  }

  .row > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"],
  .row {
    margin-right: calc( 20px / -2);
    margin-left: calc(20px / -2);
  }

  .row > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > *,
  .row > * {
    padding-right: calc( 20px / 2);
    padding-left: calc( 20px / 2);
  }

  .col-sm {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
  }

  .row-cols-sm-auto > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-sm-auto {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .col-sm-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-sm-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .col-sm-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .col-sm-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 41.66667%;
  }

  .col-sm-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .col-sm-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 58.33333%;
  }

  .col-sm-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 66.66667%;
  }

  .col-sm-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 75%;
  }

  .col-sm-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 83.33333%;
  }

  .col-sm-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 91.66667%;
  }

  .col-sm-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .header {
    padding-top: 160px;
    padding-bottom: 32px;
  }

  .header-stats {
    margin-right: 0;
    margin-left: 0;
  }

  .header-stats > div {
    padding-right: 16px;
    padding-left: 32px;
  }

  .header-title.block-editor-rich-text__editable,
  .header-title {
    font-size: 20px;
    line-height: 24px;
  }

  .header-subtitle.block-editor-rich-text__editable,
  .header-subtitle {
    font-size: 20px;
    line-height: 27px;
  }

  .header-line {
    height: 8px;
  }

  .header-line:before {
    height: 8px;
  }

  .header-search {
    padding-top: 80px;
    padding-bottom: 32px;
  }

  .hero-image {
    min-height: 400px;
    max-height: 400px;
    height: 100%;
  }

  .hero-image h3.block-editor-rich-text__editable,
  .hero-image h3 {
    font-size: 32px;
    line-height: 44px;
  }

  .hero-image .button {
    margin-top: 32px;
  }

  .hero-image-links {
    text-align: left;
  }

  .hot-topic {
    flex-direction: row;
    padding: 0;
  }

  .hot-topic p {
    margin-bottom: 32px;
  }

  .hot-topic-image {
    flex-basis: calc(50% - 20px);
    margin-bottom: 0;
    margin-left: auto;
    order: 0;
  }

  .hot-topic-text {
    flex-basis: 50%;
    padding: 32px 32px;
    margin-bottom: 0;
  }

  .intro-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro-block-body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .key-block-list > .key-block:not(:last-child),
  .key-block-list > .wp-block:not(:last-child),
  .key-block-list > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .key-block:not(:last-child),
  .key-block-list > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block:not(:last-child) {
    border-right: 1px solid #F8F5F2;
  }

  .key-block-list-2 > .key-block,
  .key-block-list-2 > .wp-block,
  .key-block-list-2 > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .key-block,
  .key-block-list-2 > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
    width: 50%;
  }

  .key-block-list-3 > .key-block,
  .key-block-list-3 > .wp-block,
  .key-block-list-3 > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .key-block,
  .key-block-list-3 > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
    width: 33.333%;
  }

  .key-block-list-4 > .key-block,
  .key-block-list-4 > .wp-block,
  .key-block-list-4 > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .key-block,
  .key-block-list-4 > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
    width: 25%;
  }

  .key-block-image {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .key-block-inner {
    max-width: 250px;
    padding: 0 20px;
  }

  .key-block-title.block-editor-rich-text__editable,
  .key-block-title {
    margin-bottom: 6px;
  }

  .key-block-figure.block-editor-rich-text__editable,
  .key-block-figure {
    font-size: 40px;
    line-height: 55px;
  }

  .message {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .modal {
    top: auto;
    width: 90%;
    padding: 40px 48px 24px 48px;
    border-radius: 4px;
    margin: 60px 0;
    max-width: 454px;
  }

  .modal p {
    text-align: center;
  }

  .modal .h2 {
    display: block;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .modal .h2:before {
    display: none;
  }

  .modal iframe {
    height: 524px;
  }

  .modal.modal-expanded {
    height: auto;
  }

  .modal.modal-expanded .modal-close {
    display: block;
  }

  .modal.modal-expanded .h2:before {
    display: none;
  }

  .modal.modal-expanded p {
    margin-left: 0;
  }

  .modal.modal-expanded .button {
    display: none;
  }

  .nav.nav-vertical .nav-list {
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: none;
    overflow-x: inherit;
  }

  .nav.nav-vertical .nav-list > * {
    width: auto;
  }

  .nav.nav-vertical .nav-list > *:not(:last-child):after {
    display: none;
  }

  .nav.nav-vertical .nav-list > * .nav-link {
    text-align: left;
  }

  .nav.nav-vertical .nav-link {
    box-shadow: 0px 1px 0px #F8F5F2;
  }

  .nav.nav-vertical .nav-link:before {
    display: block;
  }

  .nav-aside .control {
    width: auto;
  }

  .nav-border:after {
    content: "";
    position: static;
  }

  .toolbar-fixed .fixed-nav {
    top: 103px;
  }

  .toolbar-fixed.toolbar-tray-open .fixed-nav {
    top: 143px;
  }

  .fixed-nav.scrolled {
    display: block;
  }

  .pagination {
    padding-top: 50px;
  }

  .editor-styles-wrapper .press-link,
  .press-link {
    padding-top: 24px;
    align-items: flex-end;
    flex-direction: row;
  }

  .editor-styles-wrapper .press-link h3,
  .press-link h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .editor-styles-wrapper .press-link .press-link-date,
  .press-link .press-link-date {
    margin-bottom: 0;
  }

  .radio {
    align-items: center;
  }

  .search {
    top: auto;
    padding-top: 40px;
    padding-bottom: 36px;
    min-height: 110px;
  }

  .search .search-input {
    width: 100%;
    padding-left: 0;
  }

  .search .search-filter {
    width: 100%;
  }

  .search .search-form {
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
  }

  .search .search-submit {
    margin-right: 0;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 0;
    min-width: auto;
  }

  .search .search-submit > *:first-child {
    display: inline-flex;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-width: auto;
  }

  .search .search-submit > *:last-child {
    display: none;
  }

  .section.v-margin {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.v-margin.section-press-list,
  .section.v-margin.wp-block-lectra-blocks-cards-block,
  .section.v-margin.wp-block-lectra-blocks-specs-icons-block,
  .section.v-margin.wp-block-lectra-blocks-cards-single-block,
  .section.v-margin.wp-block-lectra-blocks-specs-icons-columns-block,
  .section.v-margin.wp-block-lectra-blocks-related-solutions-block,
  .section.v-margin.wp-block-lectra-blocks-image-cta-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.top-margin {
    padding-top: 50px;
  }

  .section.bottom-margin {
    padding-bottom: 50px;
  }

  section.wp-block-lectra-blocks-text-block .controls-inline .button,
  section.wp-block-lectra-blocks-text-media-block .controls-inline .button {
    width: auto;
  }

  section.wp-block-lectra-blocks-text-block .controls-inline .button:not(:last-child),
  section.wp-block-lectra-blocks-text-media-block .controls-inline .button:not(:last-child) {
    margin-right: 12px;
  }

  section.wp-block-lectra-blocks-text-block .controls-inline .button,
  section.wp-block-lectra-blocks-text-media-block .controls-inline .button {
    margin-bottom: 0;
  }

  section.section-promotion-event .offset-md-1 {
    position: relative;
  }

  section.section-promotion-event .offset-md-1 h3.h2 {
    position: absolute;
    top: -12px;
  }

  section.section-promotion-event a.button.button-secondary-ghost {
    margin-bottom: 10px;
  }

  .SumoSelect {
    width: auto;
    min-width: 168px;
  }

  .slider .slide,
  .slider-thumbs .slide {
    height: 400px;
  }

  .slider-thumbs {
    height: 544px;
  }

  .slider-thumbs .slider-thumbs-pagination {
    position: absolute;
    right: 0;
    left: 0;
    padding-bottom: 0;
  }

  button.swiper-pagination-bullet {
    width: 34px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .slider-thumbs-nav {
    margin-top: -144px;
    padding-bottom: 50px;
  }

  .slider-thumbs-nav .swiper-wrapper {
    display: flex;
  }

  .slider-customer .swiper-pagination {
    display: none;
  }

  .slider-customer .swiper-pagination {
    padding-bottom: 24px;
  }

  .slider-customer .customer-slide-logo {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .slider-customer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-customer-wrap .customer-slide {
    padding-right: 120px;
    padding-left: 120px;
  }

  .slider-customer-wrap .customer-slide .video {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .slider-customer-wrap .customer-slide .customer-slide-body {
    padding-right: 40px;
  }

  .slider-customer-wrap .customer-slide .customer-slide-image {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .slider-customer-wrap .swiper-button-next,
  .slider-customer-wrap .swiper-button-prev {
    display: block;
  }

  .slider-customer-wrap .swiper-button-next,
  .slider-customer-wrap .swiper-container-rtl .swiper-button-prev {
    right: 50px;
  }

  .slider-customer-wrap .swiper-button-prev,
  .slider-customer-wrap .swiper-container-rtl .swiper-button-next {
    left: 35px;
  }

  .slider-hot-topics + .swiper-button-prev {
    display: block;
    left: 0;
    width: 46px;
  }

  .slider-hot-topics + .swiper-button-prev + .swiper-button-next {
    display: block;
    right: 0;
    width: 46px;
  }

  .slider-hot-topics .swiper-pagination {
    display: none;
  }

  .slider-cards-mobile .swiper-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .slider-cards-mobile .swiper-pagination {
    display: none;
  }

  .specs {
    max-width: 456px;
    padding-right: 30px;
  }

  .specs-icon {
    max-width: 441px;
    margin-bottom: 50px;
  }

  .specs-icon-img {
    width: 60px;
    height: 60px;
  }

  .specs-icon-title.block-editor-rich-text__editable,
  .specs-icon-title {
    margin-botton: 12px;
  }

  .specs-icon-small {
    max-width: 260px;
    margin-bottom: 50px;
  }

  .specs-product-image {
    width: 100px;
    height: 100px;
  }

  .wp-block-lectra-blocks-specs-icons-block .row:last-child .row {
    margin-bottom: -50px;
  }

  .wp-block-lectra-blocks-specs-icons-columns-block .row:last-child .row {
    margin-bottom: -50px;
  }

  .top-header-links {
    font-size: 12px;
    line-height: 20px;
  }

  .top-header-top {
    position: static;
    padding-right: 0;
    padding-left: 0;
  }

  .editor-styles-wrapper .h1,
  .h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .editor-styles-wrapper .h2,
  .h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 32px;
  }

  .editor-styles-wrapper .h3,
  .h3 {
    margin-bottom: 8px;
  }

  .editor-styles-wrapper p,
  p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 32px;
  }

  .video {
    height: 474px;
  }

  .video-actions {
    bottom: 32px;
    left: 32px;
  }
}

@media (min-width: 1024px) {
  .path-search,
  .page-node-type-press-detail,
  .page-node-type-library-detail,
  .page-node-type-event-detail,
  .page-node-type-wechat-minisite {
    padding-top: 132px !important;
  }

  .page-node-type-wechat-minisite {
    padding-top: 118px !important;
  }

  .page-wrapper .button-search,
  .wp-block .button-search,
  .modal .button-search {
    display: none;
  }

  [class^="card-grid-"] > .card,
  [class^="card-grid-"] > .wp-block,
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .card,
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
    width: 33.333%;
  }

  [class^="card-grid-"][class^="card-grid-md-3"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block,
  [class^="card-grid-"][class^="card-grid-md-3"] > .card {
    width: 33.333%;
  }

  .container,
  .container-sm,
  .container-md {
    max-width: 1024px;
  }

  .customer-slide {
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .customer-slide-video .customer-slide {
    max-width: 100%;
  }

  .webform-submission-form .form-type-checkbox {
    margin-bottom: 16px;
  }

  .webform-submission-form .form-type-checkbox.form-item-data-transfer label {
    display: inline-block;
  }

  .webform-submission-form .form-type-checkbox.form-item-data-transfer label:before {
    display: inline-block;
  }

  .col-md {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
  }

  .row-cols-md-auto > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-md-auto {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .col-md-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 8.33333%;
  }

  .col-md-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-md-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .col-md-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .col-md-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 41.66667%;
  }

  .col-md-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .col-md-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 58.33333%;
  }

  .col-md-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 66.66667%;
  }

  .col-md-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 75%;
  }

  .col-md-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 83.33333%;
  }

  .col-md-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 91.66667%;
  }

  .col-md-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    padding: 0;
  }

  .logo > img {
    margin-left: 0;
  }

  .meganav {
    display: block;
    position: static;
    height: auto;
    padding-top: 0;
    transform: translate(0);
    overflow-y: inherit;
  }

  .meganav h3 {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #EB0A32;
    margin-bottom: 24px;
  }

  .meganav.is-visible .meganav-close-button {
    display: none;
  }

  .meganav-inner {
    flex-direction: row;
    align-items: center;
    max-width: 1024px;
    height: auto;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .meganav-inner {
    padding-top: 8px;
    padding-left: 0;
  }

  .meganav-list {
    flex-direction: row;
    width: auto;
  }

  .meganav-link {
    font-size: 13px;
    padding-top: 16px;
    padding-right: 13px;
    padding-bottom: 24px;
    padding-left: 13px;
  }

  .meganav-link > [class^="icon-"] {
    font-size: 5px;
    transform: rotate(0);
    color: #fff;
  }

  .meganav-link:hover,
  .meganav-link:active,
  .meganav-link.is-active {
    background-color: #fff;
    color: #EB0A32;
  }

  .meganav-link:hover [class^="icon-"],
  .meganav-link:active [class^="icon-"],
  .meganav-link.is-active [class^="icon-"] {
    color: #EB0A32;
  }

  .meganav-search {
    display: block;
    padding-bottom: 8px;
  }

  .meganav-subnav-wrap.is-visible .meganav-subnav-back {
    display: none;
  }

  .meganav-subnav {
    position: absolute;
    top: inherit;
    flex-direction: row;
    height: auto;
    min-height: auto;
    bottom: auto;
    padding: 30px;
    overflow: hidden;
  }

  .meganav-subnav .meganav-subnav-list {
    flex-direction: row;
  }

  .meganav-subnav .meganav-subnav-list:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(#F8F5F2, #F8F5F2) 0%, linear-gradient(#F8F5F2, #F8F5F2) 34%, linear-gradient(#F8F5F2, #F8F5F2) 68%;
    background-size: 1px 100%;
    background-repeat: no-repeat;
  }

  .meganav-subnav .meganav-subnav-list > div {
    width: calc(100% / 3);
  }

  .meganav-subnav .meganav-subnav-list > li {
    padding-left: 22px;
  }

  .meganav-subnav .meganav-subnav-list a {
    font-size: 12px;
  }

  .meganav-subnav .meganav-subnav-list a [class^="icon-"] {
    font-size: 9px;
  }

  .meganav-subnav .meganav-subnav-image .button {
    width: 100%;
  }

  .meganav-subnav .meganav-subnav-image img {
    display: block;
    margin-bottom: 12px;
  }

  .meganav-subnav-back-text {
    display: none;
  }

  .meganav-subnav-body {
    padding-top: 0;
  }

  .meganav-subnav-close {
    display: none;
  }

  .meganav-tel .button {
    display: flex;
  }

  .meganav-tel {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .meganav-tel > .meganav-tel-link {
    font-weight: 400;
    font-size: 12px;
  }

  .meganav-tel-text {
    display: none;
  }

  .search .search-filter {
    max-width: 40%;
  }

  .slider-customer-wrap .customer-slide {
    padding-right: 70px;
    padding-left: 70px;
  }

  .toolbar-fixed.toolbar-tray-open.toolbar-horizontal {
    padding-top: 79px !important;
  }

  .toolbar-tray-open {
    padding-top: 195px;
  }

  .top-header.scrolled .meganav-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-header.scrolled .top-header-top {
    display: none;
  }

  .top-header-top {
    background-color: transparent;
  }

  .top-header-button-menu {
    display: none;
  }

  a.top-header-button-call {
    display: none;
  }

  .top-header-wechat {
    display: none;
  }

  .top-header-wechat-button {
    display: block;
    padding: 6px 0 2px;
  }

  .top-header-search-toggle {
    display: none;
  }
}

@media (min-width: 1280px) {
  [class^="card-grid-"],
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] {
    margin-bottom: -32px;
  }

  [class^="card-grid-"] > .card,
  [class^="card-grid-"] > .wp-block,
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .card,
  [class^="card-grid-"] > [class*="editor-inner-blocks"] > [class*="editor-block-list__layout"] > .wp-block {
    width: 33.333%;
    margin-bottom: 32px;
  }

  .card.card-info .card-body {
    padding: 50px 32px;
  }

  .wp-block-lectra-blocks-related-solutions-block [class^="card-grid-"] > .card {
    margin-bottom: 24px;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg {
    padding-right: 80px;
    padding-left: 80px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1280px;
  }

  .customer-slide {
    max-width: 900px;
    padding-right: 0;
    padding-left: 80px;
  }

  .customer-slide-video .customer-slide {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .footer .footer-motto {
    line-height: 13px;
    padding: 0;
  }

  .col-lg {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
  }

  .row-cols-lg-auto > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-lg-auto {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .col-lg-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-lg-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .col-lg-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 41.66667%;
  }

  .col-lg-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .col-lg-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 66.66667%;
  }

  .col-lg-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 75%;
  }

  .col-lg-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 83.33333%;
  }

  .col-lg-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 91.66667%;
  }

  .col-lg-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .logo {
    padding-left: 0;
  }

  .meganav-inner {
    max-width: 960px;
    padding-left: 0;
  }

  .meganav-link {
    padding-right: 9px;
    padding-left: 15px;
  }

  .meganav-tel {
    padding-bottom: 8px;
  }

  .pagination-list {
    font-size: 12px;
  }

  .pagination-list li {
    margin-right: 11px;
    margin-left: 10px;
  }

  .pagination-next,
  .pagination-prev {
    font-size: 10px;
  }

  .search .search-filter {
    max-width: 275px;
  }

  .search .search-form {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .search .search-submit {
    justify-content: flex-end;
    min-width: 95px;
    margin-left: 12px;
    padding-left: 0;
  }

  .search .search-submit > *:first-child {
    min-width: 95px;
  }

  .slider-customer-wrap .customer-slide .customer-slide-body {
    padding-left: 40px;
  }

  .slider-customer-wrap .swiper-button-next,
  .slider-customer-wrap .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }

  .slider-customer-wrap .swiper-button-prev,
  .slider-customer-wrap .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  .top-header.scrolled .meganav-inner {
    padding-right: 80px;
    padding-left: 80px;
  }

  .top-header.scrolled .meganav-logo {
    margin-right: 78px;
  }

  .top-header-search-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .error-page .header-line,
  .error-page .header-line:before {
    height: 4px;
  }

  .slider-cards-mobile .swiper-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .video video.video-desktop {
    display: none;
  }

  .video video.video-mobile {
    display: block;
  }

  section.wp-block-lectra-blocks-text-media-block .video .video-posters .video-poster.video-desktop {
    display: none;
  }

  section.wp-block-lectra-blocks-text-media-block .video .video-posters .video-poster.video-mobile {
    display: block;
  }

  .maintenance-page .main .error-page .header-line,
  .maintenance-page .main .error-page .header-line:before {
    height: 3.281px;
  }

  .maintenance-page .main .error-page .col-sm-8.offset-sm-4 p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-left: 137px;
  }

  .maintenance-page .main .header-line {
    top: 20px;
  }

  .maintenance-page .main .logo-footer {
    bottom: 112px;
  }
}