/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bold;
}

/**
 * 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;
}
.empty_rich_text_template {
  background-color: #fff;
  padding: 50px 0px;
  width: 100%;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}



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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/



body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */


.header {
	border-bottom: 1px solid #f48021;
  padding: 6px 0;
  position: relative;
	width: 100%;
  z-index: 1;
}
.header_bg {
  background: linear-gradient(180deg,rgba(80, 54, 48, 1) 0%,rgba(33, 43, 52, 1) 100%) !important;
}
.header.open {
    height: 100vh;
    min-height: 1000px;
}
@media (max-width: 991px) {
  .header {
    opacity: 1;
  }
} 

.header__container {
  display: flex;
}
.header__column {
  display: flex;
  width: 100%;
}

@media (max-width: 991px) {
  .header__column {
    display: block;
  }
} 
.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 991px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 16px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .header__logo {
    margin: 0 15px;
    height: auto;
    width: 46px;  
  }
  .header__row-1 {
  padding-top: 0;
  position: absolute;
  top: -30px;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}



/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.hs-search-field{
  max-width: 1120px;
  margin: 0 auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (max-width: 991px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 991px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

.submenu.level-1 li.has-submenu:last-child {
  margin: 0 40px;
}

.submenu.level-1 li.has-submenu:last-child a {
  text-decoration: none;
}

/* Header search */


.header__search.open {
  background-color: #2D3B44;
  display: block;
  height: calc(200px - 115px);
  left: 0;
  position: absolute;
  right: 0;
  top: 132px;
  z-index: -1;
  padding-top: 16px;
}

.header__search{
  display: none;
  width: 100%;
}

.header__search--toggle {
  position: relative;
  cursor: pointer;
}

.header__search--toggle.hide {
  display: none;
}

.header__search--toggle.open {
  display: block;
  margin-left: 0;
}

.header__search--toggle {
background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/search.svg');
background-size: cover;
height: 22px;
width: 22px;
}




/* Mobile toggles */

@media (max-width: 991px) {

  .header__row-2 {
    display: none;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    background: transparent;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__language-switcher.open {
    background: linear-gradient(180deg, #503630 3.45%, #212B34 103.45%);
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/hamburger.svg');
    background-size: contain;
    height: 19px;
    background-repeat: no-repeat;
    width: 25px;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/search.svg');
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: 18px;
    width: 18px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* header scaricabile  */
.profile_personal {
  margin-right: 20px;
  margin-top: 8px;
  cursor: pointer;
}
.profile_personal img {
  height: 28px;
  width: 30px;
}

@media screen and (min-width:0px) and (max-width: 767px) {
  .profile_personal img {
    height: 28px;
    width: 30px;
  }
}
/* Last li>a menu bolder element */
ul.submenu li.has-submenu:last-child a {
    font-weight: 300;
}

ul.submenu.level-2 .no-submenu a.menu-link:hover {
    font-weight: 700;
}


.header .lang_list_class li {
    width: 100px;
}

.header .globe_class {
    background-image: url(https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/Seleziona%20Lingua.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border-radius: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header .lang_list_class li a:hover {
    color: inherit;
}
/*  HEADER FIXED */
.header.absolute.fixed , .header.header_bg.fixed {
    position: fixed;
    top: 0;
}
@media (max-width: 991px) {
  .header.header_bg.absolute.fixed .header__row-2 , .header.header_bg.fixed .header__row-2 {
    display: flex;
    padding: 0;
    margin-top: -42px;
    justify-content: flex-end;
  }
  .header.header_bg.absolute.fixed .profile_personal , .header.header_bg.fixed .profile_personal {
    display: none;
  }
  .header.header_bg.absolute.fixed .header--toggle.header__search--toggle , .header.header_bg.fixed .header--toggle.header__search--toggle{
    margin-right: 80px;
  }
  .header.header_bg.absolute.fixed .header__search.open, .header.header_bg.absolute.fixed .header__language-switcher.open  , .header.header_bg.fixed .header__search.open , .header.header_bg.fixed .header__language-switcher.open{
    top: 23px;
  }
  .header.header_bg.absolute.fixed .header__search--toggle::after , .header.header_bg.fixed .header__search--toggle::after{
    content: '';
  }
  .header.header_bg.absolute.fixed .header__search--toggle.open , .header.header_bg.fixed .header__search--toggle.open{
    display: none;
  }
}

@media (max-width: 568px) {
  .header.header_bg.absolute.fixed .header--toggle.header__search--toggle , .header.header_bg.fixed .header--toggle.header__search--toggle{
    margin-right: 60px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/* buyer  */
/* first section  */
/* hero */
.first_section_hero {
    border-top: 1px solid #F7921E;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    object-fit: cover;
    height: 700px;
    width: 100%;
}
.main_hero_phrase_absolute {
  transform: translate: (-50%, -50%);
  position: absolute;
  left: 15px;
  top: -140px;
}
.buyer {
    background-image: url("//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/hs_Slim/cms-rally/images/Buyer_bg.jpg") ;
}
.distributor {
    background-image: url("//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/hs_Slim/img/distributore_bg.jpg") ;
}
.technical {
    background-image: url("//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/hs_Slim/img/tecnico_bg.jpg") ;
}
/* end hero  */
/* higher wrapper  */
.buyer_first_section_higher_wrapper {
    margin: auto;
    width: 80%;
}
.buyer_first_section_higher_wrapper .hero_item {
    font-size: 1.5rem;
    padding-top: 40px;
    color: #F7921E;
}
/* first wrapper  */
.buyer_first_section_wrapper {
    margin: auto;
    width: 100%;
}
.buyer_first_section_info {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    display: flex;
}
.buyer_first_section_info p:first-child {
    margin-bottom: 100px;
    font-weight: normal;
    font-style: normal;
    line-height: 33px;
    color: #F48021;
    font-size: 24px;
}
.buyer_first_section_info h1 {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 65px;
    font-weight: 300;
    color: #F7921E;
    font-size: 48px;
}
.buyer_first_section_info h3 {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
}
.buyer_first_section_info p:last-child {
    font-style: normal;
    line-height: 25px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {

}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .buyer_first_section_info {
        margin-bottom: 80px;
        line-height: 25px;
        font-size: 20px;
    }
    .buyer_first_section_info h1 {
        margin-bottom: 20px;
        line-height: 50px;
        font-size: 35px;
    }
    .buyer_first_section_info h3 {
        margin-bottom: 30px;
        line-height: 25px;
        font-size: 20px;
    }
    .buyer_first_section_info {
        line-height: 20px;
        font-size: 14px;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .buyer_first_section_info p:first-child {
        margin-bottom: 50px;
        line-height: 24px;
        font-size: 16px;
    }
    .buyer_first_section_info h1 {
        margin-bottom: 20px;
        line-height: 40px;
        font-size: 32px;
    }
    .buyer_first_section_info h3 {
        margin-bottom: 30px;
        line-height: 20px;
        font-size: 18px;
    }
    .first_section_hero {
      border-top: 1px solid #F7921E;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      padding-top: 150px;
      object-fit: cover;
      height: auto;
      padding: 20px 0px;
      width: 100%;
    }
    .main_hero_phrase_absolute {
      position: relative !important;
      text-align: center !important;
      left: 0 !important;
      top: 0 !important;
    }
}
/* end first section  */
/* second section  */
.buyer_second_section_bg {
    background-image: linear-gradient(#020202, #1D252C);
    padding: 60px 0px;
    width: 100%;
}
.buyer_second_section_wrapper {
    margin: auto;
    width: 100%;
}
.buyer_second_section_title {
    margin-bottom: 30px;
    font-style: normal;
    line-height: 49px;
    font-weight: 300;
    color: #F5F5F5;
    font-size: 36px;
}
.buyer_second_section_item {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin-bottom: 30px;
    display: flex;
    color: #fff;
}
.buyer_second_section_item h3 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    margin-top: 20px;
    line-height: 25px;
    font-size: 18px;
}
.buyer_second_section_item p {
    font-style: normal;
    line-height: 25px;
    font-weight: 300;
    font-size: 18px;
}
.buyer_img {
    margin-bottom: 30px;
    height: 60px;
    width: 60px;
}
/* end second section  */
/* third section  */
.buyer_third_section_bg {
    background-color: #F5F5F5;
    padding: 60px 0px;
    width: 100%;
}
.buyer_third_section_wrapper {
    margin: auto;
    width: 80%;
}
.buyer_third_section_title {
    font-size: 1.5rem;
    text-align: left;
    color: #040505;
}
.buyer_third_section_item h5 {
    text-transform: uppercase;
    text-align: left;
    margin: 20px 0px;
    font-size: 1rem;
    color: #000;
}
.buyer_third_section_item p {
    font-size: 1rem;
    text-align: left;
    color: #000;
}
.buyer_third_section_item ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.buyer_third_section_item li {
    padding: 5px 0px;
    display: block;
    margin: 0px;
}
.buyer_third_section_item_img img {
    height: 300px;
    width: 300px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .buyer_third_section_item_img {
        justify-content: center;
        align-content: center;
        margin-top: 50px;
        display: flex;
    }
    .buyer_third_section_item_img img {
        height: 300px;
        width: 300px;
    }
}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .buyer_third_section_item_img {
        justify-content: center;
        align-content: center;
        margin-top: 50px;
        display: flex;
    }
    .buyer_third_section_item_img img {
        height: 300px;
        width: 300px;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .buyer_third_section_item_img {
        justify-content: center;
        align-content: center;
        margin-top: 50px;
        display: flex;
    }
    .buyer_third_section_item_img img {
        height: 300px;
        width: 300px;
    }
    .main_hero_phrase_absolute {
      position: relative;
    }
}
/* end third section  */
/* fourth section  */
.fa-download {
    margin-left: 5px;
    margin-bottom: 3px;
}
/* end fourth section  */
/* fifth section  */
.buyer_right_fifth_section h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #fff;
    width: 100%;
}
.buyer_right_fifth_section p {
    color: #F5F5F5;
}
/* end fifth section  */
.buyer_sixth_section_bg {
    background-color: #fff;
    padding: 30px 0px;
    width: 100%;
}
.buyer_sixth_section_wrapper {
    margin: auto;
    width: 100%;
}
.buyer_sixth_section_title {
    margin-bottom: 30px;
    font-size: 1.2rem;
    color: #000;
}
.buyer_flex_icons {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
.buyer_flex_icons_item {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
.buyer_flex_icons img {
    margin-bottom: 20px;
    margin-right: 20px;
    height: 60%;
    width: 60%;
}
/* sixth section  */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    
}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 500px) {
  .buyer_flex_icons_item {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
/* end sixth section */
/* end buyer  */
/* home section domenico */
/* third section  */
.home_third_section_bg {
    background-color: #2E3A43;
    padding: 80px 0px;
    width: 100%;
}
.home_third_section_wrapper {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    display: flex;
    margin: auto;
    height: 100%;
    width: 100%;
}
.higher_third_section {
    justify-content: space-between;
    height: calc(100% / 2);
    align-content: center;
    display: flex;
    width: 100%;
}
.higher_left_third_section {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    display: flex;
}
.higher_left_third_section p {
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}
.higher_left_third_section h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-style: normal;
    line-height: 49px;
    color: #f7921e;
    font-weight: 300;
    margin-top: 30px;
    font-size: 36px;
    width: 60%  ;
}
.rectangle_design {
  transform: matrix(1, 0, 0, -1, 0, 0);
  box-shadow: 0px 1px 4px #F48021;
  background-color: #F5731F;
  margin: 20px 0px;
  width: 50px;
  height: 3px;
}
.home_third_section_catalogue {
    margin-top: 30px;
}
.home_third_section_logos {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(6 , 1fr);
    grid-gap: 4px;
    padding-left: 0;
}
.home_third_section_logos img {
    padding-top: 20px;
    width: 80px;
    object-fit: contain;
}
.higher_right_third_section {
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 350px;
    margin-left: 80px;
    margin-top: 50px;
    display: flex;
    height: 100%;
    width: 100%;
}
.higher_right_third_section_first_part {
    transform: translate(-40%, -30%);
    height: 150px;
    width: 150px;
}
.higher_right_third_section_second_part {
    height: 150px;
    width: 150px;
}
.higher_right_third_section_third_part {
    transform: translate(-70%, -80%);
    height: 150px;
    width: 150px;
}
.higher_right_third_section_fourth_part {
    padding-top: 70px;
    height: 150px;
    width: 150px;
}
.lower_third_section {
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    display: flex;
    width: 100%;
}
.lower_third_carousel_trigger {
    justify-content: flex-end;
    align-content: center;
    display: flex;
    width: 100%;
}
.lower_third_carousel_trigger a, .lower_third_carousel_trigger p {
    padding-right: 10px;
}
.lower_third_carousel_trigger a {
    color: #fff;
}
.lower_third_carousel_trigger i {
    font-size: 20px;
}
.lower_third_carousel_trigger p {
    color: #fff;
}
.lower_third_section_product_wrapper {
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    display: flex;
}
.lower_third_product_card {
    background-color: #fff;
    padding: 10px 10px;
    margin: 10px 0px;
}
.lower_third_product_card img {
    object-fit: cover;
    margin: 10px 0px;
    width: 100%;
}
.lower_third_product_card p {
    margin-top: 10px;
    color:#ADBABD;
    width: 90%;
}
.lower_third_product_card_buttons {
    justify-content: space-between;
    align-content: center;
    display: flex;
}
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {

}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {

}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .lower_third_product_card_buttons {
        flex-direction: column;
    }
    .lower_third_product_card_buttons button {
        display: inline-block;
        margin: 15px 0px;
    }  
}
/* end third section  */
/* fourth section  */
.home_fourth_section_bg {
    background-color: #212B34;
    padding: 80px 0px;
    width: 100%;
}
.home_fourth_section_wrapper {
    justify-content: space-between;
    align-content: center;
    display: flex;
    margin: auto;
    width: 100%;
}
.left_fourth_section img {
    object-fit: cover;
    width: 100%;
}
.left_fourth_section_buyer img {
    object-fit: cover;
    width: 100%;
}
.right_fourth_section h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    color: #F7921E;
    font-size: 24px;
}
.right_fourth_section p {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 26px;
    font-weight: 300;
    color: #F5F5F5;
    font-size: 18px;
    width: 100%;
}
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {

}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .left_fourth_section {
        margin-bottom: 80px;
    }
    .right_fourth_section h3 {
        margin-bottom: 30px;
        line-height: 32px;
        color: #F7921E;
        font-size: 20px;
    }
    .left_fourth_section_buyer img {
        margin-top: 80px;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .left_fourth_section {
        margin-bottom: 80px;
    }
    .right_fourth_section h3 {
        margin-bottom: 30px;
        line-height: 25px;
        font-size: 18px;
        color: #F7921E;
    }
    .left_fourth_section_buyer img {
        margin-top: 80px;
    }
}
/* end fourth section  */
/* fifth section  */
.home_fifth_section_bg {
    background-image: url("//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/hs_Slim/cms-rally/images/background-image.png") ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    object-fit: cover;
    border: none;
    width: 100%;
}
.home_fifth_section_wrapper {
    justify-content: flex-start;
    align-content: center;
    display: flex;
    margin: auto;
    width: 80%;
}
.left_fifth_section h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    color: #F7921E;
    font-size: 24px;
    width: 100%;
}
.left_fifth_section p {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 26px;
    font-weight: 300;
    color: #F5F5F5;
    font-size: 18px;
}
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {

}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home_fifth_section_wrapper {
        width: 90%;
    }
    .left_fifth_section h3 {
        font-size: 20px;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .home_fifth_section_wrapper {
        width: 80%;
    }
    .left_fifth_section h3 {
        font-size: 18px;
    }
}
/* end fifth section  */
/* sixth section  */
.home_sixth_section {
    background-color: #1D252E;
    padding: 60px 0px;
    width: 100%;
}
.home_sixth_section_wrapper {
    justify-content: space-between;
    align-content: center;
    display: flex;
    margin: auto;
    width: 80%;
}
.home_sixth_section_wrapper h4 {
    font-style: normal;
    line-height: 33px;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}
.home_sixth_section_wrapper span {
    font-style: normal;
    text-align: center;
    line-height: 25px;
    font-weight: 300;
    color: #ADBABD;
    font-size: 18px;
}
.home_sixth_section_wrapper .slim_discover {
    color: #F7921E;
}
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {

}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home_sixth_section_wrapper h4 {
        text-align: center;
        line-height: 25px;
        font-weight: 300;
        font-size: 20px;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .home_sixth_section_wrapper h4 {
        text-align: center;
        line-height: 20px;
        font-weight: 300;
        font-size: 18px;
    }
}
/* end sixth section  */
/* technical section  */
.technical_section_bg {
    background: radial-gradient(101.67% 101.67% at 50% 29.85%, #212B34 0%, #1F2830 25%, #1C242C 33.26%, #000000 100%);
    padding: 120px 0px;
    width: 100%;
}

.technical_section_wrapper {
    justify-content: space-between;
    align-content: center;
    display: flex;
    margin: auto;
    width: 100%;
}

.left_technical_item img {
    object-fit: contain;
    width: 70%;
}

.right_technical_item {
  flex-direction: column;
  align-content: center;
  display: flex;
  height: 80%;
  width: 100%;
} 

.right_technical_item span {
  line-height: 18px;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
} 
.right_technical_item h4 {
  font-weight: normal;
  font-style: normal;
  line-height: 33px;
  margin-top: 10px;
  font-size: 24px;
  color: #fff;
} 
.right_technical_item p {
  font-style: normal;
  line-height: 26px;
  font-weight: 300;
  margin: 10px 0px;
  font-size: 18px;
  color: #fff;
} 
.right_technical_item a {
  text-decoration-line: underline;
  font-weight: normal;
  font-style: normal;
  line-height: 19px;
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  color: #F7921E;
  width: 40%;
} 
.fa-chevron-right {
  font-size: 20px;
  color: #F7921E;
}
.buyer , .technical , .distributor {
    box-shadow: inset 0 0 0 2000px rgba(13,7,1,0.6);
}
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {

}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .left_technical_item img {
    object-fit: contain;
    width: 90%;
  }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .left_technical_item img {
    margin-bottom: 20px;
    object-fit: contain;
    width: 100%;
  }
}
/* end technical section  */
/* home section domenico */
/*****************************************/



@media (max-width: 767px) {
  .home_third_section_logos {
    grid-template-columns: repeat(4,1fr);
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* first section  */
html {
    scroll-behavior: smooth;
}
.first_section_case_history {
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.6);
    background-repeat: no-repeat;
    background-position: right; 
    background-size: cover;
    position: relative;
    display: flex;
    height: auto;
}
.case_history {
  background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/lighting_bg_case.png');
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right; 
  background-size: cover;
}
.case_history_first_bg {
  background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/automotive_case_slim.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.case_history_second_bg {
  background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/forno_grande_slim.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.case_history_third_bg {
  background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/monitoramento_case_slim.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.case_history_fourth_bg {
  background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/Bticino_case_slim.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.case_history_fifth_bg {
  background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/Hager_case_slim.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.hero_case_slider {
    border-right: 1px solid #FF8800;
    border-left: 1px solid #FF8800;
    border-top: 1px solid #FF8800;
    padding: 100px 250px;
    position: relative;
    margin-top: 30px;
}
.hero_case_flex {
    justify-content: center;
    align-content: center;
    margin-bottom: 70px;
    margin-top: -144px;
    display: flex;
}
.hero_case_info {
    background-color: #1D252E;
    text-transform: uppercase;
    padding: 15px 18px;
    margin-top: -20px;
    color: #fff;
}
.hero_case_slider h1, .hero_case_slider span , .hero_case_slider p {
    text-align: center;
    margin-top: 40px;
}
.hero_case_slider h1 {
    line-height: 65px;    
    color: #F5F5F5;
}
.hero_case_slider span {
    line-height: 25px;    
    color: #ADBABD;
    display: block;
    width: 100%;
}
.hero_case_slider p {
    line-height: 26px;    
    color: #fff;
}
.lower_hero_case_cta {
    justify-content: center;
    align-content: center;
    margin-bottom: 14px;
    display: flex;
}
.first_lower_case_cta {
    border: 1px solid #F7921E;
    text-transform: uppercase;
    margin-top: 40px;
    margin-right: 30px;
    font-weight: bold;
    line-height: 19px;
    background: none;
    font-size: 14px;
    color: #F7921E;
}
.first_lower_case_cta a {
    text-decoration: none;
    color: #fff;
}
.first_lower_case_cta a:hover {
    color: #f7921e;
}
.second_lower_case_cta {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19px;
    font-size: 14px;
}
/* breakpoints  */
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero_case_slider {
        padding: 100px 125px;
        margin-top: 30px;
    }
}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero_case_slider {
        padding: 100px 50px ;
        margin-top: 0px;
        height: 100%;
    }
}
/* mobile  */
@media screen and (min-width: 450px) and (max-width: 767px) {
    .case_history {
        height: 100%;
    }
    .hero_case_slider {
      padding: 60px 20px 40px;
      margin-top: 0px;
      height: 100%;
    }
  .case_col_fix {
    margin-top: 30px
  }
    .hero_case_info {
        transform: translate(-50%, -50%);
        padding: 12px 10px;
        position: absolute;
        left: 50%;
        top: 3%;
    }
    .hero_case_slider span {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .hero_case_slider h1 {
        margin-top: 125px;
        font-size: 35px;
    }
    .hero_case_slider p  {
        margin: 0px;
    }
    .lower_hero_case_cta {
        flex-direction: column;
        display: flex;
    }
    .first_lower_case_cta {
        margin-top: 40px;
        padding: 15px 20px;
        width: 100%;
    }
}
/* small mobile  */
@media screen and (max-width: 449px) {
  .hero_case_slider {
      padding: 60px 15px 40px;
      margin-top: 0px;
      height: 100%;
    }
  .case_col_fix {
    margin-top: 30px
  }
    .case_history {
        height: 100%;
    }
    .hero_case_slider h1 {
        margin-top: 125px;
        font-size: 32px;
      line-height: 40px;
    }
    .hero_case_slider span {
        margin-top: 15px;
    }
    .hero_case_slider p  {
        margin: 0px;
    }
    .hero_case_info {
        transform: translate(-50%, -50%);
        padding: 12px 10px;
        position: absolute;
        left: 50%;
        top: 3%;
    }
    .lower_hero_case_cta {
        flex-direction: column;
        display: flex;
    }
    .first_lower_case_cta {
        margin-top: 40px;
        padding: 12px 10px;
        margin-right: 0px;
        width: 100%;
    }
    .hero_case_slider h1 {
        margin-top: 120px;
        font-size: 32px;
        line-height: 40px;
    }
    .hero_case_slider span {
        font-size: 12px;
    }
    .hero_case_slider p {
        font-size: 18px;
    }
    .first_lower_case_cta {
        padding: 12px 10px;
    }
    .second_lower_case_cta {
        padding: 12px 10px;
    }
}
/* end first section  */
/* second section  */
.second_section_idea_case_history {
    background-color: #F5F5F5;
    padding-bottom: 100px;
    padding-top: 60px;
    position: relative;
    z-index: 0
}
.second_section_idea_case_history h2 {
    text-align: center;
    font-style: normal;
    line-height: 49px;
    font-weight: 300;
    font-size: 36px;
    color: #000;
}
.second_section_case_history {
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.6);
    background-repeat: no-repeat;
    justify-content: flex-start;
    flex-direction: column;
    background-position: right;
    background-size: cover;
    position: relative;
    max-height: 413px;
    height: 100vh;
    display: flex;
}
.case_history_first_bg {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/monitoramento_case_slim.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.case_history_second_bg {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/monitoramento_case_slim.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.case_history_third_bg {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/monitoramento_case_slim.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.case_history_fourth_bg {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/monitoramento_case_slim.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.case_history_fifth_bg {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/monitoramento_case_slim.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.second_section_left_case_history {
    background-color: #fff;
    width: calc(100% / 3);
    min-height: 270px;
    min-width: 270px;
    padding: 30px;
    margin: 30px;
}
.second_section_central_case_history_mobile {
    background-color: #fff;
    padding: 20px 40px;
    min-height: 400px;
    display: none;
    width: 100%;
}
.second_section_central_case_history_mobile p {
    color: #2D3B44;
}
.second_section_carousel_mobile {
    display: none;
}
.case_info_first, .case_info_second, .case_info_third, .case_info_fourth, .case_info_fifth  {
    display: none;
}
.active-info {
    display: block;
}
.second_section_idea_case_history h2 {
    text-align: center;
}
.second_section_left_case_history h4 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19px;
    color: #ADBABD;
    font-size: 14px;
}
.second_section_left_case_history p {
    font-style: normal;
    line-height: 22px;
    font-weight: 300;
    font-size: 16px;
    color: #2D3B44;
}
.second_section_carousel {
    justify-content: space-between;
    background-color: none;
    align-content: center;
    margin-top: 58px;
    display: flex;
    height: 100px;
    width: 100%;
}
.second_section_carousel_item {
    flex-direction: column;
    display: flex;
    width: 100%;
}
.second_section_carousel_item h4 {
    text-transform: uppercase;
    line-height: 19px;
    font-weight: bold;
    color: #ADBABD;
    margin-top: 60px;
    font-size: 14px;
    width: 200px;
}
.carousel_item_circle {
    box-shadow: 0px 2px 13px #F7921E;
    border: 2px solid #F7921E;
    background-color: #2D3B44;
    border-radius: 50px;
    cursor: pointer;
    height: 50px;
    width: 50px;
}
.active-carousel {
    background-color:#F7921E;
}
.row-reverse {
    color: #000;
}
/* breakpoints  */
/* desktop */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .second_section_carousel {
        margin-top: 58px;
    }
    .second_section_carousel_item h4 {
        margin-top: 60px;
        font-size: 14px;
        width: 190px;
    }
    .second_section_idea_case_history {
        background-color: #F5F5F5;
        padding-bottom: 90px;
        padding-top: 60px;
    }
}
/* tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .second_section_carousel {
        margin-top: 10px;
    }
    .second_section_carousel_item h4 {
        margin-top: 60px;
        font-size: 10px;
        width: 120px;
    }
    .second_section_left_case_history {
        min-height: 320px;
    }
    .second_section_idea_case_history {
        padding-bottom: 120px;
    }
}
/* mobile */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .second_section_case_history {
        display: none;
    }
    .second_section_idea_case_history {
        background-color: #fff;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .second_section_case_history_mobile {
        box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
        background-repeat: no-repeat;
        justify-content: flex-start;
        background-position: right;
        flex-direction: column;
        background-size: cover;
        position: relative;
        max-height: 249px;
        height: 100vh;
        display: flex;
        width: 100%;
    }
    .second_section_central_case_history_mobile {
        display: block;
    }
    .second_section_carousel_mobile {
        justify-content: space-between;
        background-color: #F5F5F5;
        background-color: none;
        align-content: center;
        overflow-y: hidden;
        padding-top: 20px;
        overflow-x: auto;
        display: flex;
        height: 140px;
        width: 100%;
    }
    .second_section_carousel_item_mobile {
        flex-direction: column;
        align-items: center;
        margin: 0px 150px;
        display: flex;
        width: 300px;
    }
    .second_section_carousel_item_mobile h4 {
        text-align: center;
        margin-top: 60px;
        color: #adbabd;
        font-size: 18px;
        width: 300px;
    }
    .second_section_carousel_item_mobile div h4 {
        margin-left: -173px;
        color: #ADBABD;
        width: 400px;
    }
    .second_section_central_case_history_mobile div div h4 {
        font-size: 18px;
    }
}
/* end second section  */
/* idea section  */
.section_idea_case_history {
    padding: 40px 0px;
    width: 100%;
}


.section_idea_case_history h1 {
    text-transform: uppercase;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 300;
}
.section_idea_case_history_info {
    max-width: 540px;
}
.section_idea_case_history_info h4 {
    font-weight: bold;
    line-height: 22px;  
    color: #040505;
    font-size: 16px;
}
.section_idea_case_history_info h2 {
    font-weight: 300;
    color: #040505;
}
.section_idea_case_history_info h3 {
    line-height: 35px;
    font-weight: 300;
    color: #F48021;
    font-size: 26px;
}
.section_idea_case_history_info p {
    line-height: 26px;
    font-weight: 300;
    color: #2D3B44;
    font-size: 18px;
}
.d-flex-end-center {
    justify-content: flex-end;
    display: flex;
}
.d-flex-start-center {
    justify-content: flex-start;
    display: flex;
}
.me-xl-7 {
    margin-left: 6rem;
}
.section_idea_case_history_img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.case_history_cta:hover {
    background-color: transparent;
    transition: 0.3s;
    color:#F7921E;
}
#cta_button_8673442_4d46cd25-9967-4d1c-b75b-e84f5d5db580:hover {
  background-color: #f7921e !important; 
  color: #fff !important;
}
  
/* breakpoints  */
/* desktop */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .section_idea_case_history_info {
        max-width: 351px;
    }
}
/* tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .section_idea_case_history {
        padding: 40px 0px;
        width: 100%;
    }
    .section_idea_case_history_info {
        margin-bottom: 50px;
        max-width: 540px;
    }
    .d-flex-end-center {
        justify-content: center;
        display: flex;
    }
    .d-flex-start-center {
        justify-content: center;
        display: flex;
    }
    .section_idea_case_history_img img {
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .row-reverse {
        flex-direction: column-reverse;
        justify-content: center;
        align-content: center;
        display: flex;
    }
}
/* mobile */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .section_idea_case_history {
        padding: 10px 0px;
        width: 100%;
    }
    .row-reverse {
        flex-direction: column-reverse;
        justify-content: center;
        align-content: center;
        display: flex;
    }
    .section_idea_case_history_img img {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .d-flex-end-center {
        justify-content: center;
        display: flex;
    }
    .d-flex-start-center {
        justify-content: center;
        display: flex;
    }
}
/* end idea section  */
/* section form  */
.section_form_case_history {
    background-color: #2D3B44;
    padding: 80px 20px;
    width: 100%;
  }
  .section_form_case_history h1 {
    margin-bottom: 60px;
    text-align: center;
    margin-right: auto;
    line-height: 49px;
    margin-left: auto;
    font-size: 36px;
    width: 60%;
  }
  .form_wrapper {
    margin: auto;
    width: 70%;
  }
  .section_form_case_history span, .section_form_case_history p {
    font-weight: normal;
    font-style: normal;
  }
  .section_form_case_history span {
    line-height: 16px;
  }
  .section_form_case_history p {
    line-height: 21px;
    color: #F5F5F5;
    font-size: 18px;
  }
  .section_form_case_history .hs_firstname {
    display: inline-block;
    width: 49%;
  }
  .section_form_case_history .hs_lastname {
    display: inline-block;
    width: 49%;
  }
  .section_form_case_history .hs_slim_software_progetto {
    display: inline-block;
    width: 49%;   
  }
  .section_form_case_history .hs-dependent-field {
    display: inline-block;
    width: 49%;
  }
  .section_form_case_history .actions {
    justify-content: flex-end;
    display: flex;
  }
  /* breakpoints  */
  /* desktop */
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .section_form_case_history .hs_firstname {
        margin-bottom: 25px;
        margin-right: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs_lastname {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs_slim_software_progetto {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs-dependent-field {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
  }
  /* tablet */
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .section_form_case_history .hs_firstname {
        margin-bottom: 25px;
        margin-right: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs_lastname {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs_slim_software_progetto {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs-dependent-field {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
  }
  /* mobile */
  @media screen and (min-width: 0px) and (max-width: 767px) {
    .form_case_history_wrapper {
        margin: auto;
    }
    .section_form_case_history {
      padding: 40px 20px;
    }
    .section_form_case_history h1 {
        font-size: 25px;
        width: 100%;
    }
    .section_form_case_history .hs_firstname {
        margin-bottom: 25px;
        margin-right: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs_lastname {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs_slim_software_progetto {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .section_form_case_history .hs-dependent-field {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
  }


@media only screen and(max-width: 992px) {
  .second_section_central_case_history_mobile {
      min-height: unset;
  }
  .section_idea_case_history h1 {
    font-size: 32px;
  }
}

.case_history_cta a:hover {
    background-color: #f7921e !important;
}
  /* end form section  */
/* Menu and simple menu */

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

form p, form span {
    font-family: 'Open Sans' !important;
}

/* Margin-top for header */

.mt_header {
  margin-top: 101px;
}
@media (max-width: 992px) {
  .mt_header {
    margin-top: 97px;
  }
}
/* Common use */

.pt16 {
  padding-top: 16px;
}
.absolute {
  position: absolute;
  z-index: 999;
}
/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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


/* Selezionatore */
main.fb_main__selector h1 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  main.fb_main__selector h1 {
    font-size: 18px;
  }
}
main.fb_main__selector h2 {
  font-size: 14px;
  font-weight: 700;
}
.fb_background_selector {background: #2D3B44;}
.fb_padding_main {padding: 80px 0;}
.fb_selector_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

@media (max-width: 991px) {
  .fb_selector_grid {
    grid-template-columns: 1fr;
  }
}  
.fb_selector_grid a:hover {
  text-decoration: none;
}
.fb_selector_product {
  background: #465659;
  transition: all 0.3s ease;
}
.fb_selector_product:hover {
  background: #F7921E;
}
.fb_selector_product_image {
height: 300px;
background-size: cover;
background-repeat: no-repeat;
}
.fb_selector_typeofproduct {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0px;
  text-transform: capitalize;
}
.fb_selector_typeofproduct h3 {
  font-size: 16px;
  color: white;
  margin: 0;
}
.fb_selector_typeofproduct h3:hover {
text-decoration: none;
}
.fb_progress_bar {
  width: 100%;
  height: 3px;
  background: #ADBABD;
  margin-top: 14px;
}
.progress_active {
  width: 10%;
  background: #F7921E;
  height: 100%;
}
.fb_breadcrumb h2 {
  color: #2D3B44;
}
@media (max-width: 992px) {
  .fb_selector_progress {
    position: relative;
  }
  .fb_progress_bar {
    width: 50%;
    margin-top: 0;
  }
  .step_1_href {
    position: absolute;
    left: 15px;
}
  .step_1_href::after {
    content: '<';
    color: #2D3B44;
  }
  .step_1 {
    display: none;
}
  .fb_selector_progress {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .progress_active {
    width: 100% !important;
  }
}

.fb_selector_progress a {
  text-decoration: none;
  color: inherit;
}
.fb_breadcrumb svg {
  margin: 2px 14px;
}
.fb_breadcrumb {
  display: flex;
  text-transform: capitalize;
}
.fb_catalogue {
  padding: 24px 0;
}
.fb_selector_progress {
  padding-top: 24px;
}
.fb_selector_product_last_step {
  background: white;
  padding: 24px;
}
.fb_selector_product_last_step .fb_selector_typeofproduct {
  padding: 0 0 14px;
}
.fb_selector_product_last_step h3 {
  color: #2D3B44;
}
.fb_selector_product_last_step .fb_selector_product_image {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 14px;
  border: 1px solid #EDEDED;
}
.fb_selector_product_last_step .fb_selector_typeofproduct {
  justify-content: flex-start;
}
.fb_selector_description p {
  font-size: 14px;
  color: #ADBABD;
}
.fb_selector_buttons a {
  font-size: 12px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fb_selector_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.fb_selector_grid.fb_selector_product_grid {
  display: flex ;
  grid-gap: 0;
}
.slider_ {
  margin-right: 60px;
  height: 100%;
}
@media (max-width: 992px) {
  .slider_ {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
}
  .fb_selector_grid.fb_selector_product_grid {
    flex-direction: column;
  } 
}
main.fb_main__selector .fb_selector_product_tab h1 {
  font-size: 48px;
  font-weight: 300;
}
main.fb_main__selector .breadcrumb h2 {
  color: white;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb {
  display: flex;
}
@media (max-width: 992px) {
  main.fb_main__selector .fb_selector_product_tab h1 {
    font-size: 24px;
  }
  .fb_selector_product_tab {
    order: -1;
    display: flex;
    flex-direction: column;
  }
  .breadcrumb {
    order: -1;
    padding-bottom: 8px;
  }
  .fb_selector_grid.fb_selector_product_grid.fb_padding_main {
    padding: 14px 0 80px;
  }
  .breadcrumb {
    width: 100%;
    height: 100%;
    display: block;
  }
  main.fb_main__selector .breadcrumb h2 {
    display: inline;
  }
}


.breadcrumb h2:after {
  content: " > ";
  color: white;
  margin: 0 8px;
}
.breadcrumb a:last-child h2:after {
  content: '';
}

.globe_class { background-color: white; } 
.lang_list_class li {margin: 0; }
.background_grey {
  background: #f4f4f4;
}
.padding_system-page {
  padding: 16px 15px 8px;
}
.text_white {
  color: white;
}
.cta_slim {
  background:#FFF;
  border:3px solid #F7921E;
  display:inline-block;
  font-size:14px;
  font-weight:700;
  font-family: sans-serif;
  height:auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  line-height:19px;
  padding:16px 38px;
  width:auto;
  transition: all .4s ease;
  text-shadow: none;
  height: auto;
  text-align: center;
}
  
.cta_slim:hover,.cta_slim:active,.cta_slim:focus {
  border-color:#FFAC4E;
  color:#FFAC4E;
  text-decoration:none;
}
.background-slim-black {
  background: #2D3B44;
}
.cta_slim_two {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(247,146,30);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 16px 38px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  border-radius: 0;
  font-size: 14px;
}
.cta_slim_two:hover {
  background: rgb(255,160,33);
  color: rgb(255,255,255);
  text-decoration: none;
}

/* SPLIDE */
.splide__slide img {
	width : 100%;
	height: 100%;
}

#secondary-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
#secondary-slider {
  background: #212B34;
  padding: 18px 0;
}
#primary-slider-list li{
  background-size: contain !important;
  background-color: white !important;
}
#secondary-slider-list li {
  background-color: white !important;
  margin-right: 24px;
}
#secondary-slider-list li:last-child {
  margin-right: 0px;
}
.splide__arrow {
  background: transparent !important;
}
.splide__arrow svg {
  fill: white;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #F7921E !important;
}
.splide.is-active .splide__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

/* MODAL */
/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
  color: black;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.thumb_controls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 200px;
  grid-gap: 20px;
}
.column_thumb {
  background: #F5F5F5;
  height: 100%;
  display: flex;
  align-items: center;
}
.column_thumb img {
  width: 100%;
  height: 100%;
}
.mySlides img {
  max-height: 500px;
  min-height: 500px;
  object-fit: contain;
}
.thumb-container {
  display: flex;
  justify-content: center;
  padding-bottom: 34px;
}
.demo.active {
  border: 2px solid #F7921E;
}
.splide__track {
  cursor: pointer;
}
.demo {
  cursor: pointer;
}

/* Configuratore */
.query_product-image {
  background: white;
  border: 1px solid #F5F5F5;
  width: 128px;
  height: 144px;
}
.query_product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.query_product-title h3 {
  text-decoration: underline;
}
/* Footer */
.footer {
  background: linear-gradient(180deg, #000000 0%, #212B34 100%);
  padding: 50px 0 0;
}
.footer .header__logo.header__logo--main {
  flex-direction: column;
  align-items: baseline;
  max-width: none;
}
@media (max-width: 992px) {
  .footer .header__logo.header__logo--main {
    margin: 0;
    height: auto;
    width: auto;
  }
}
.footer .header__logo.header__logo--main img {
  object-fit: contain;
  object-position: left;
  height: 50px;
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
.footer-grid_cat_scaricabile {
  padding-top: 20px;
}
.footer .footer-grid-scaricabile {
    grid-template-columns: 2fr 2fr 2fr;
    display: grid;
    grid-gap: 20px;
}
.footer .submenu.level-2 {
  top: 100%;
  transform: none;
  width: auto;
  min-width: 166px;
}
.footer address {
  font-size: 14px;
  color: white;
  font-weight: 300;
  margin: 0 0 1.4rem;
}
.footer address a {
  color: white;
}
.footer .footer-grid_social p {
  font-size: 14px;
  color: white;
}
.footer .footer-grid_social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer-grid_social p {
  margin: 0;
}
.footer .submenu.level-1 li.has-submenu:last-child {
  margin: 0;
  padding-left: 0;
  padding-top:0;
}
.footer .submenu.level-1 > .has-submenu > .menu-arrow {
  top: 16px;
}
.footer-grid_cat {
  padding-top: 50px;
}
.footer-grid_cat::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #f48021;
  position: absolute;
  box-shadow: 0 1px 4px #f48021;
}
.footer-grid_cat .footer-grid_inside {
  margin-top: 36px;
}
.footer #hs_cos_wrapper_footer-nav-sec nav ul , .footer #hs_cos_wrapper_footer-nav-third nav ul {
  display: flex;
  flex-direction: column;
}
.footer-grid_cat:nth-of-type(4):before {
  display: none;
}
.footer #hs_cos_wrapper_footer-nav-sec .submenu.level-1 li a , .footer #hs_cos_wrapper_footer-nav-third .submenu.level-1 li a  {
  padding: 0;
  text-decoration: navajowhite;
}
.footer #hs_cos_wrapper_footer-nav-sec .submenu.level-1 li , .footer #hs_cos_wrapper_footer-nav-third .submenu.level-1 li {
  padding: 0;
}
@media (max-width: 992px) {

  .footer .lang_list_class li a:hover {
    color: #859295 !important;
  }
  .footer-grid_cat {
    padding-top: 0px;
  }
  .footer-grid_cat .footer-grid_inside {
    margin-top: 16px;
  }
  .footer .footer-grid {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
  .footer .footer-grid-scaricabile {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
  .footer .submenu.level-1 > li {
    border-top: 0;
  }
  .footer .submenu.level-1 > li > a {
    padding: 0;
  }
  .footer .submenu.level-1 > .has-submenu > .menu-arrow {
    top: 0;
  }
}

.footer .lang_list_class {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  text-align: center;
  z-index: 1;
  list-style-type: none;
  padding: 0;
}
.footer  .lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 0 0px 10px;
    background-color: transparent;
    border: none !important;
}
.footer .lang_list_class:after, .lang_list_class:before {
  content: "";
  display: none !important;
}
.footer .lang_list_class li a {
  text-decoration: none;
  color: #ADBABD;
  cursor: pointer;
}
.footer .lang_list_class li:first-child {
  padding-top: 0;
  border: none;
  background: transparent;
  color: white;
}
.footer .globe_class {
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: auto;
  height: auto;
  cursor: pointer;
  background: transparent;
}
.footer .globe_class:hover .lang_list_class {
  width: 100%;
  height: 100%;
  left: 0;
  background: transparent;
}
.footer .lang_list_class li a:hover {
  color: #859295 !important;
}
@media (max-width: 992px) {
  .footer .lang_list_class li a {
    color: white;
    font-weight: bold;
  }
}
.footer ul.lang_list_class li {
  /* padding: 40px; */
  margin: 1em 0;
}
/* footer scaricabile */
.footer-padding-top {
  padding-top: 50px;
}

.footer-grid_contact {
  grid-column: 2/6;
  border-top: 1px solid #000000;
  padding: 24px 0;
  margin-top: -75px;
}
@media (max-width: 992px) {
  .footer-grid_contact {
    grid-column: 1;
    margin-top: 0;
  }
}

.footer-grid_contact a {
  font-weight: 700;
}

.footer-grid_contact p , .footer-grid_contact a {
  color: #F5F5F5 !important; /*  FIX HUBSPOT STYLE */
  font-size: 14px;
}

.sub-footer {
  background: #040505;
}

.sub-footer_links small, .sub-footer_links a {
  color: white;
}

.sub-footer_links a {
  font-size: 14px;
  text-decoration: underline;
  padding: 0 8px;
}

.sub-footer_links small {
  font-size: 14px;
}
.sub-footer_links {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
@media (max-width: 992px) {
  .sub-footer_links {
    flex-direction: column;
  }
  .sub-footer_links a:first-child {
    padding: 0 8px 0 0;
  }
}
@media (max-width: 1200px) {
  .footer-grid .social-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid-scaricabile .social-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .footer-grid .social-links {
    display: flex;
  }
  .footer-grid-scaricabile .social-links {
    display: flex;
  }
}


.hero-slide_dot.active {
    background: #F7921E;
}

.hero-slide_dot {
    width: 8px;
    height: 8px;
    background: #C4C4C4;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.hero-slide_dots {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.padding_container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.compliance-section {
  padding-top: 12px;
}

.compliance-section p{
  font-size: 12px;
  color: white;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .compliance-section p{
    margin-right: 0px;
  }
}

/* Technical DATA */
.technical-data {
  padding-top: 52px;
}

.technical-data_title {
  border-top: 1px solid #465659;
  border-bottom: 1px solid #465659;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}

.technical-data_title h6 {
  color: white;
  font-weight: 700;
  margin: 0;
}

.technical-data_title a {
  font-size: 14px;
}

.technical-data_title a::after {
  content: url(https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/Icona%20scarica.svg);
  margin-left: 8px;
}

.technical-data_main {
  border-bottom: 1px solid #465659;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding: 24px 0;
}
.technical-data_main h4 {
  font-size: 16px;
  color: white;
  font-weight: 700;
  margin: 0;
}

.data p {
  font-size: 16px;
  color: white;
  font-weight: 300;
  padding-top: 8px;
}

.specification::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #f48021;
  position: absolute;
  box-shadow: 0 1px 4px #f48021;
}

.specifics {
  display: grid;
  grid-template-columns: 4fr 1fr;
  padding: 85px 0 28px;
  grid-gap: 36px;
}
.specifics.onegrid {
  grid-template-columns: 1fr;
}

@media (max-width: 1200px) {
  .specifics {
    grid-template-columns: 2fr 2fr;
  }
  .specifics_cta {
    grid-column: 1/3;
  }
}

@media (max-width: 576px) {
  .specifics {
    grid-template-columns: 1fr;
  }
  .specifics_cta {
    grid-column: 1;
  }
}

.specification p {
  margin-top: 24px;
}

.specifics_cta .cta_button {
  padding: 8px;
}

.specifics_cta {
  border: 1px solid #2D3B44;
  padding: 12px 16px;
  text-align: center;
}

.product_contactus {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .product_contactus {
    flex-direction: column;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  text-transform: lowercase;
}

.breadcrumb h2 {
  color: white;
  font-size: 14px;
}

.query {
  box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
  padding: 11px 8px 24px;
  max-width: 326px;
  grid-column: 2;
  margin-top: -65px;
  margin-bottom: 100px;
  background: white;
  height: fit-content;
}

.query .breadcrumb h2 {
  margin: 2px 0;
}

.query .breadcrumb {
  display: inline;
}

.query_table {
  border: 1px solid #F5F5F5;
  padding: 8px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 8px;
}

.query_inputs__input h3 {
  color: #040505;
  font-size: 14px;
  margin: 0;
}

.query_inputs__input h3:last-child {
  justify-self: flex-end;
}

.query_inputs__input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 16px;
}

.query .fb_selector_buttons {
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding: 0 16px;
}

.query .breadcrumb h2 {
  color: #ADBABD !important;
}
.query .breadcrumb h2:after {
  color: #ADBABD !important;
}

.breadcrumb a {
  text-decoration: none;
}

.input {
  position: relative;
}
.input__label {
  position: absolute;
  left: 0;
  top: 0;
  padding: calc(.5rem * 0.75) calc(.5rem * .5);
  margin: calc(.5rem * 0.75 + 3px) calc(.5rem * .5);
  white-space: nowrap;
  transform: translate(0, 0);
  transform-origin: 0 0;
  background: white;
  transition: transform 120ms ease-in;
  font-weight: 400;
  line-height: 1.2;
  color: #040505;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; */
}
.input__field {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #212B34;
  padding: calc(.5rem * 1.5) .5rem;
  color: #040505;
  font-weight: bold;
  background: transparent;
  outline: none;
}
.input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
  color: #040505;
}

.configuratorForm {
  display: grid;
  grid-gap: 24px;
  padding: 42px 0;
  grid-column: 1;
  grid-row: 1;
  align-content: baseline;
  overflow-x: hidden;
}

.configuratorForm select {
  -webkit-appearance: none;
  appearance: none;
}

.input_select:after {
  content: url(https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/Vector.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  right: 20px;
}

.configurator_main {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-gap: 100px;
}
.fb_selector_buttons.mobile {
  display: none;
}
@media (max-width: 992px) {
  .configurator_main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fb_selector_buttons.mobile {
    display: grid;
    grid-template-columns: 1fr;
}
  .fb_selector_buttons.mobile {
    flex-direction: column;
    padding-bottom: 46px;
  }
  .query {
    grid-column: 1;
    margin: 24px 0;
    justify-self: center;
  }
  .configuratorForm {
    grid-row: 2;
  }
  .configurator_main {
    grid-gap: 0;
  } 
  .query_inputs {
    display: none;
  }
  .query .fb_selector_buttons {
    display: none;
  }
}

.request_quote .query {
  margin-top: 0;
}

.request_quote .hs_email label {
  display: block;
}

/* Form request quote */
.request_quote form input[type=text], .request_quote form input[type=email], .request_quote form input[type=password], .request_quote form input[type=tel], .request_quote form input[type=number], .request_quote form input[type=file], .request_quote form select, .request_quote form textarea {
    border-color: #ADBABD;
    color: #2D3B44;
    border: 1px solid;
    background: transparent;
}
.request_quote ul.inputs-list span {
    font-size: 11px;
}
.request_quote form label {
    color: #2D3B44;
    font-size: 14px;
}
.request_quote fieldset p {
    color: #2D3B44;
}
.request_quote .legal-consent-container p {
    color: #2d3b44;
}
.request_quote .input textarea {
    width: 100% !important;
}
.request_quote .dnd-section {
    padding: 20px;
}
.request_quote input.hs-button.primary.large[type='submit'] {
    display: none;
}
.request_quote form label.hs-error-msg {
    color: #ef6b51;
}

@media (max-width: 992px) {
  .request_quote input.hs-button.primary.large[type='submit'] {
    display: block;
  }
  .request_quote .configurator_main {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .request_quote .configuratorForm {
    grid-column: 1/3;
    grid-row: 2;
  }
  .request_quote .query {
    margin-top: 40px;
    justify-self: center;
    margin-bottom: 0;
  }
  .request_quote .query_inputs {
    display: none;
  }
  .request_quote .fb_selector_buttons {
    display: none;
}
}

@media (max-width: 767px) {
  .request_quote .query {
      grid-column: 1/3;
  }
}
/* Fix dropdown on configurator form hs */
.hs-fieldtype-select .input:after {
    content: url(https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/Vector.svg);
    position: absolute;
    right: 10px;
    top: 15px;
    right: 20px;
}
.input textarea {
    width: 100% !important;
}
.lens_image {
    max-width: 500px;
}

.lens_image img {
    width: 100%;
}

.fb_selector_product_last_step {
    display: grid;
    grid-template-rows: 0.1fr 0.5fr 1fr auto;
}



header .cta_button.cta_slim_two {
    background: #141A20;
    height: auto;
    padding: 8px;
    margin: 16px;
    color: #F7921E;
}
@media (max-width: 1100px) {
  header .cta_button.cta_slim_two {
    display: none;
}
}

.thanku-container {
    border: 1px solid #ADBABD;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px;
}
@media (max-width: 992px) {
.thanku-container {
    padding: 16px;
}
}
.thanku-container h3 {
    font-size: 36px;
}

.thanku-container h4 {
    font-size: 24px;
}

.thanku-container p {
    color: black;
}

.blog-index__post-image-wrapper.blog-index__post-image-wrapper--large {
    height: 220px;
}

.input input[type="email"] {
    width: 100% !important;
}

.input input[type="tel"] {
    width: 100% !important;
}
/*  IMPORTANT FIX */
.input input:not(input[type="checkbox"]) {
    width: 100% !important;
    height: 43px;
}



select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 43px;
}

.input select {
    width: 100% !important;
}

.footer-grid_cat ul.submenu.level-1 li {
    padding: 0 !important;
}
/* FIX COL WITHOUT PADDING */
.col-xs-12.col-md-12.col-lg-6.d-flex-start-center {
    padding: 0;
}
.col-xs-12.col-md-12.col-lg-6.d-flex-end-center {
    padding: 0;
}
@media (max-width: 992px) {
  .col-xs-12.col-md-12.col-lg-6.d-flex-start-center {
    padding: 0 15px;
}
.col-xs-12.col-md-12.col-lg-6.d-flex-end-center {
    padding: 0 15px;
}
}
/* FIX COL WITH PADDING */

/* Last fix */
body .navigation-primary .submenu.level-1>li>a.active-item:after {
  display: none; 
}
.fb_selector_product_image {
    background-position: center;
}
@media (max-width: 992px) {
   .ptop50.esploso {
      display: none;
  }
}


.product_contactus a:hover {
    background: rgb(255,255,255);
    background-color: #F7921E !important;
    color: white;
}

.footer-grid_cat .mobile_only.submenu.level-1 {
    display: none !important;
}

select {
    text-overflow: ellipsis;
}

#configurator_form select {
    height: auto;
}





/* QUALITA E AMBIENTE */

.qualita-ambiente_bggrey {
    background: #F5F5F5;
}

.qualita_ambiente-aria {
  padding: 80px 0;
}

.qualita-ambiente_image {
    display: flex;
    justify-content: center;
    padding: 36px 0;
}

.qualita_ambiente-aria .text-center {
    padding-bottom: 15px !important;
}

.qualita-ambiente_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}

.qualita-ambiente_dato {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 36px;
}
.dato p {
    padding-bottom: 8px;
    margin: 0;
    color: black;
}

.dato {
    margin-bottom: 24px;
}

.team-section {
    background: #F5F5F5;
}

.download-section_qualita {
    background: #2D3B44;
}

.download-section_downloads {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 16px;
    width: 100%;
    justify-items: center;
}
@media (max-width: 1200px) {
.download-section_downloads {
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 992px) {
  .qualita_ambiente-main h2 span, .qualita_ambiente-main h2 {
    font-size: 36px !important;
}
  .qualita-ambiente_grid {
    grid-template-columns: 1fr;
  }
  .qualita_ambiente-aria .text-center {
      padding-bottom: 40px !important;
  }
  .qualita_ambiente-aria {
    padding: 40px 0;
  }
  .image_fluid {
    padding: 0; 
  }
}

@media (max-width: 768px) {
  form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    padding: 0px 40px 0 15px;
  }
  .download-section_downloads {
      grid-template-columns: 1fr ;
  }
  .team-section-p {
    padding: 0px !important;
  }
  .qualita-ambiente_grid {
    flex-direction: column;
    grid-gap: 0px !important;
    display: flex;
  }
  .qualita-ambiente_grid-image {
    margin-right: 20px !important;
    width: 42px !important;
    height: 42px !important;
  }
  .qualita-ambiente_dato {
    justify-content: flex-start;
    grid-gap: 0px !important;
    display: flex;
  }
}

@media (min-width: 993px) {
  .last_step___ h2 {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #f7921e;
    padding-bottom: 16px;
}
.fb_progress_bar {
    display: none;
}
  
.step_2 {
    border-bottom: 3px solid #f7921e;
    padding-bottom: 16px;
}

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

/* SAFARI */
form label {
-webkit-appearance:none;
}


input[type="checkbox"] {
  border-radius: 0;
}

input:matches([type="radio"], [type="checkbox"]) {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 0;
}
form label.hs-form-booleancheckbox-display {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
}

.border-error {
  border: 1px solid #ef6b51;
}
/* contenuto scaricabile  */
/* first section  */
.first_section_scaricabile {
    background: linear-gradient(180deg, #909090 80%, #FFF 20%);
    background-color: #909090;
    height: 100%;
    width: 100%;
}
.first_section_scaricabile .contenuto_scaricabile_left_item {
    padding: 16px 0px;
}
.title_scaricabile {
    font-style: normal;
    line-height: 49px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}
.first_section_scaricabile p {
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    color: #212B34;
    font-size: 18px;
}
.first_section_scaricabile .contenuto_scaricabile_left_item .contenuto_scaricabile_left_info_item {
    justify-content: flex-start;
    align-content: center;
    display: flex;
}
.contenuto_scaricabile_left_info_item span {
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 30px;
    color: #fff;
}
.contenuto_scaricabile_social {
    justify-content: space-between;
    align-content: center;
    display: flex;
}
.contenuto_scaricabile_social .social_item {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-left: 20px;
    transition: 0.3s;
    margin-top: -5px;
    display: flex;
    height: 40px;
    width: 40px;
}
.contenuto_scaricabile_social .social_item:hover {
    background-color: #F7921E;
    transition: 0.3s;
    cursor: pointer;
}
.contenuto_scaricabile_social a span svg {
    color: #ADBABD;
    height: 20px;
    width: 20px;
}
#span_condividi {
    font-size: 17px;
}
/* form  */
.contenuto_scaricabile_form {
    background-color: #2D3B44;
    padding: 30px 10px;
    margin-top: 40px;
    width: 100%;
}
.form_wrapper_scaricabile {
    margin: auto;
    width: 90%;
}
.contenuto_scaricabile_form h1 {
    margin-bottom: 60px;
    text-align: center;
    line-height: 49px;
    font-size: 30px;
    width: 100%;
    margin: 0;
}
.contenuto_scaricabile_form p {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    line-height: 19px;
    margin-top: 20px;
    color: #F5F5F5;
    font-size: 16px;
}
.contenuto_scaricabile_form .actions {
    justify-content: flex-end;
    display: flex;
  }
  #contenuto_scaricabile_section_form_desktop {
      display: block;
  }
  #contenuto_scaricabile_section_form_mobile {
      display: none;
  }
/* end form  */
/* end first section  */
/* second section */
.second_section_scaricabile {
    background-color: #fff;
    padding: 0px 0px;
    width: 100%;
}
.second_section_scaricabile p {
    font-family: "Roboto";
    font-weight: normal;
    text-align: center;
    font-style: normal;
    line-height: 73px;
    font-size: 62px;
    color: #000;
    width: 100%;
}
.container_wysiwyg {
    margin-top: 20px;
    height: auto;
    width: 100%;
}
.container_wysiwyg p {
    height: 100%;
    width: 100%;
}
.third_section_scaricabile {
    background-color: #fff;
    padding: 10px 0px;
    width: 100%;
}
.scaricabile_arrow {
    background-color: #181F25;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    display: flex;
    height: 40px;
    width: 40px;
    bottom: 1%;
    right: 5%;
}
.scaricabile_arrow .fa-chevron-up {
    height: 30px;
    width: 30px;
    z-index: 20;
}
/* breakpoints */
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #contenuto_scaricabile_section_form_desktop {
        
    }
    #contenuto_scaricabile_section_form_mobile {
        display: none;
    }
}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #contenuto_scaricabile_section_form_desktop {
        
    }
    #contenuto_scaricabile_section_form_mobile {
        display: none;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    #contenuto_scaricabile_section_form_desktop {
        display: none;
    }
    #contenuto_scaricabile_section_form_mobile {
        display: block;
    }
}
/* contenuto ringraziamento  */
.second_section_ringraziamento {
    background-color: #fff;
    padding: 40px 30px;
    width: 100%;
}
.contenuto_ringraziamento_wrapper {
    justify-content: center;
    align-content: center;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    margin: auto;
    width: 80%;
}
.contenuto_ringraziamento {
    background-color: #2D3B44;
    margin-top: 50px;
    padding: 50px;
    width: 90%;
}
.contenuto_ringraziamento h1 {
    margin-bottom: 30px;
    text-align: center;
    line-height: 49px;
    font-size: 30px;
}
.contenuto_ringraziamento p {
    font-family: "Open Sans";
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    font-style: normal;
    line-height: 19px;
    margin-top: 20px;
    color: #F5F5F5;
    font-size: 16px;
    margin: auto;
}
.contenuto_ringraziamento h4 {
    font-style: normal;
    text-align: center;
    line-height: 33px;
    font-weight: 300;
    color: #F7921E;
    font-size: 24px;
}
.d-flex-center {
    justify-content: center;
    align-content: center;
    display: flex;
}
.first_section_scaricabile label {
    color: white;
}
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .first_section_scaricabile {
        background: linear-gradient(180deg, #909090 100%, #FFF 50%);
   }
    .contenuto_ringraziamento_wrapper {
        width: 90%;
    }
    .contenuto_ringraziamento {
        margin-top: 50px;
        padding: 40px;
        width: 90%;
    }
}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .first_section_scaricabile {
        background: linear-gradient(180deg, #909090 100%, #FFF 50%);
   }
    .contenuto_ringraziamento_wrapper {
        width: 90%;
    }
    .contenuto_ringraziamento {
        margin-top: 50px;
        padding: 30px;
        width: 90%;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .first_section_scaricabile {
        background: linear-gradient(180deg, #909090 100%, #FFF 50%);
   }
    .contenuto_ringraziamento_wrapper {
        width: 100%;
    }
    .contenuto_ringraziamento {
        margin-top: 50px;
        padding: 20px;
        width: 100%;
    }
  .title_scaricabile {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .first_section_scaricabile p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 16px;
  }
  
  .first_section_scaricabile #span_condividi {
    font-size: 16px;
  }
  
}


.header_download .header__search.open, .header_download .header__language-switcher.open {
    background: linear-gradient(180deg,#503630 3.45%,#212b34 103.45%);
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 63px;
    z-index: 2;
}

.header_download.header__navigation--toggle, .header_download .header__search--toggle, .header_download .header__language-switcher--toggle,.header_download  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
}

.header_download .header__column {
    margin-right: 40px;
}

.header_download .header__search--toggle.open,.header_download  .header__language-switcher--toggle.open {
    display: block;
    margin: 0 5vw;
}

.header_download .profile_personal {
    margin-right: 0;
}

.header_download .header__search--toggle::after {
    content: "";
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.page-header {
  color: #fff;
}
.email-prefs {
  color: #fff;
}
#content .header {
  background-color: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.footer-grid-scaricabile {
    grid-template-columns: 2fr 2fr 2fr;
    display: grid;
    grid-gap: 20px;
}
.hero {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    display: flex;
    transition: all .5s ease;  
}

#hero_section_swiper_container {
    overflow-x:hidden;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    transform: translate(0%, -80px);
    position: relative !important;
    z-index: 100 !important;
}

.home_payoff {
    margin-top: 15px;
    text-align: left;
    margin-bottom: 40px;
  }

#slider-homepage li {
    height: inherit !important;
    display: flex;
}
.hero-slider {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
}
@media (max-width: 992px) {
    .hero {
        height: auto;
    }    
}
.hero .container {
    justify-content: center;
    position: relative;
    min-height: 500px;
    display: flex;
}
.hero-slider h1, .hero-slider h2, .hero-slider h3, .hero-slider p , .hero-slider h4{
    color: white;
    text-align: center;
}
@media screen and (min-width:768px) and (max-width: 992px) {
   .hero-slider h1 {
       font-size: 30px;
   }

   .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        transform: translate(0%, -80px);
        position: relative !important;
        z-index: 100 !important;
    }
}
@media screen and (min-width:0px) and (max-width: 767px) {
    .hero-slider h1 {
        font-size: 25px;
    }
    .hero-slider a.cta_button {
        max-width: 200px;
        min-width: 150px;
    } 
    .hero-slider {
      position: absolute;
      top: -60%;
      left: 0;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        transform: translate(0%, -25px);
        position: relative !important;
        z-index: 5 !important;
    }
}
.hero_phrase {
    position: absolute;
    top: 0;
    padding-left: 15px;
}
.homepage_cta {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
}
.first_homepage_cta {
    border: 1px solid #F7921E;
    background: none;
    margin-right: 20px;
    color: #F7921E;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 700;
}
.swiper-button-prev, .swiper-button-next {
    color: #F7921E !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F7921E !important;
    height: 15px !important;
    width: 15px !important;
}
.swiper-pagination-bullet {
  background-color: #fff !important;
  height: 15px !important;
  width: 15px !important;
  opacity: 0.9 !important;
}
@media screen and (min-width:768px) and (max-width: 992px) {
    .homepage_cta {
        flex-direction: column;
    }
    .first_homepage_cta {
        margin-bottom: 30px;
        margin-right: 0px;
    }
    .second_homepage_cta {
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .second_homepage_cta a {
        width: 100%;
    }
}
@media screen and (min-width:0px) and (max-width: 767px) {
    .homepage_cta {
        flex-direction: column;
    }
    .first_homepage_cta {
        margin-bottom: 30px;
        margin-right: 0px;
        max-width: 220px;
        text-align: center;
        min-width: 207px;
    } 
    .second_homepage_cta {
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .second_homepage_cta a {
        width: 100%;
    }
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.cards-section_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 24px 0;
    grid-gap: 24px;
}
@media (max-width: 992px) {
    .cards-section_container {
        grid-template-columns: 1fr;
    }   
    .product-catalog_title {
      margin-top: 20px;
  }
}
.product-catalog_title {
    margin-top: 20px;
    position: relative;
}
.cards-section_container .card_avatar img {
    border-radius: 50%;
    height: 135px;
    width: 135px !important;
}
.card_title h2 , .card_description p{
    font-weight: 300;
}
.card_description p {
    color: #212B34;
}
.card {
    align-content: baseline;
    display:grid;
    grid-gap: 24px;
    grid-template-rows: 1fr 1fr auto auto;
    padding:65px 44px 40px;
    transition: all 0.5s ease;
}
.card:hover {
    box-shadow:0 4px 14px rgba(0,0,0,0.14);
}
.card_avatar {
    display: flex;
    justify-content: center;
}
.card:hover .card_avatar img {
    box-shadow: 0 0 0 2pt #F7921E;
}

section.product-catalog {
    padding: 40px 0 20px;
}
@media (max-width: 992px) {
  .card {
    grid-gap: 8px;
    grid-template-rows: auto;
    box-shadow: 0 4px 14px rgb(0 0 0 / 14%);
}
    section.product-catalog {
        padding:80px 0 0;
    }
}    
.product-catalog_title h2, .product-catalog_title h3 {
    display:inline-block;
}
.product-catalog_title:after {
    content:"";
    width:40px;
    height:1px;
    background:#f48021;
    position:absolute;
    box-shadow:0 1px 4px #f48021;
    bottom: 0;
    left: 0;
}
.product-catalog_paragraph {
    margin: 1.4rem 0;
}
.product-catalog_paragraph p {
    color:#FFF;
    font-weight:300;
}
.product-catalog_cta {
    padding-top: 1.4rem;
}

/* esploso */
.esploso {
    height: 600px;
    position: relative;
}
.ptop50 {
    padding-top: 50px;
}
.esploso img:first-child {
    right: 0;
    top: 0;
    z-index: 1;
}

.esploso img {
    position: absolute;
    transition-duration: 5.3s;
    transition-delay: .8s;
    transition-timing-function: cubic-bezier(0,.89,.13,1);
    width: 50%;
}

.esploso:hover img:nth-child(2) {
    right: 13%;
    top: 12%;
}

.esploso img:nth-child(2) {
    right: 0;
    top: 0;
    z-index: 2;
}
.esploso:hover img:nth-child(3) {
    right: 24%;
    top: 23%;
}

.esploso img:nth-child(3) {
    right: 0;
    top: 0;
    z-index: 3;
}

.esploso:hover img:nth-child(4) {
    right: 42%;
    top: 40%;
}
.esploso img:nth-child(4) {
    right: 0;
    top: 0;
    z-index: 4;
}
@media (max-width: 992px) {
    .esploso img:nth-child(2) {
        right: 13%;
        top: 12%;
    }
    
    .esploso img:nth-child(3) {
        right: 24%;
        top: 23%;
    }
    
    
    .esploso img:nth-child(4) {
        right: 42%;
        top: 40%;
    }
}
/* SLIDER */
#slider-homepage .splide__arrows , #slider-homepage_blog .splide__arrows {
    position: absolute;
    top: -40px;
    right: 0;
}
#slider-homepage_blog .splide__arrow svg {
    fill: black;
}
#slider-homepage .splide__arrow--prev , #slider-homepage_blog .splide__arrow--prev{
    left: -100px;
}
.product-slider {
    padding: 0px 0 80px;
}
.splide__pagination {
    bottom: -1.5rem !important;
}
.splide__pagination__page.is-active {
    background-color: #F7921E !important;
    transform: scale(1.8) !important;
}
/*lightingsolutions */
.lightingsolutions {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/lightingsoulutionsbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.lightingsolutions-lazy {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 992px) {
    .lightingsolutions {
        background-position: left;
    }
	.lightingsolutions-lazy {
        background-position: left;
    }
}
 /* COMMON PADDING */
.lightingsolutions , .future {
    padding: 80px 0;
}
.lightingsolutions-lazy  {
    padding: 80px 0;
}
/* future section */
.future {
    background: radial-gradient(101.67% 101.67% at 50% 29.85%, #212B34 0%, #1F2830 25%, #1C242C 33.26%, #040505 100%);
    mix-blend-mode: normal;
}
/* NEWSLETTER */
.newsletter {
    padding: 116px 0;
}
/* BLOG */
section.blog_ {
    padding: 100px 0;
}

#slider-homepage_blog {
    display: block !important;
}

.blog_ p {
    color: #2D3B44;
}

#slider-homepage_blog .splide__slide {
    border: 1px solid #adbabd;
    margin-bottom: 8px;
}
#slider-homepage_blog .splide__slide article{
    border: none !important;
}

@media (max-width: 992px) {
  .fb_selector_product_last_step {
    grid-template-rows: .1fr .5fr .5fr auto;
  }
    div#slider-homepage_blog {
        margin-top: 80px;
    }
  #slider-homepage li {
    
    display: block;
  }
  #slider-homepage li .fb_selector_product_last_step {
    height: 100%;
    grid-template-rows: .1fr .5fr auto 60px;
}
}

#sliderpagination, #sliderpagination_blog {
    position: relative;
    left: -58px;
}

@keyframes fadeanimation { 
  0%   { opacity:1; }
  40%   { opacity:1; }  
  50%  { opacity:0; }
  90%  { opacity:0; }
  100% { opacity:1; }
}



@media (min-width: 993px) {
  .splide__slide img {
      height: 180px;
  }
}
.blog-header__inner h1 {
    color: #000000;
}
.second_section_contact {
    padding: 80px 0px;
}
.contact_left_info {
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.contact_left_info_item {
    margin-bottom: 20px;
}
.contact_payoff {
  margin-top: 15px;
}
.contact_left_info_item span {
    line-height: 19px;
    color: #2D3B44;
    font-weight: 300;
    font-size: 14px;
}
.contact_left_info_item:last-child {
    margin-bottom: 0;
} 
.contact_left_info_item p {
  min-width: 70px;
}
.contact_left_info .contact_left_info_item:last-child {
    justify-content: flex-start;
    align-content: center;
    display: flex;
}
.contact_social {
    justify-content: space-between;
    align-content: center;
    display: flex;
}
.contact_social a span svg {
    margin-right: 8px;
    margin-top: -5px;
    margin-left: 8px;
    height: 20px;
    width: 30px;
}
#contact_youtube {
    margin-top: 3px;
}
.contact_right_form {
    background-color: #2D3B44;
    margin-top: -315px;
    padding: 30px 50px;
    width: 100%;
}
.contact_right_form h1 {
    font-weight: normal;
    font-style: normal;
    line-height: 49px;
    color: #F7921E;
    font-size: 36px;
}
.contact_right_form p {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    line-height: 21px;
    color: #F5F5F5;
    font-size: 18px;
}
.contact_right_form span {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    color: #ADBABD;
    font-size: 14px;
}
.contact_right_form .hs_firstname {
    display: inline-block;
}
.contact_right_form .hs_lastname {
    display: inline-block;
}
.legal-consent-container p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 18px;
    color: #C1C1C1;
    font-size: 10px;
}
.actions {
    justify-content: flex-end;
    align-content: center;
    display: flex;
}
.desktop_form {
    display: block;
}
.breakpoint_form {
    display: none;
}

.second_section_contact {
    padding: 40px 0px;
}
/* breakpoint  */
/* desktop  */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .contact {
        height: auto !important;
        height: 100% !important;
    }
    .contact_right_form {
        background-color: #2D3B44;
        margin-bottom: 50px;
        padding: 30px 50px;
        margin-top: 30px;
        width: 100%;
    }
    .contact_right_form .hs_firstname {
        margin-bottom: 25px;
        margin-right: 0px;
        display: block;
        width: 100%;
    }
    .contact_right_form .hs_lastname {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .contact_right_form h1 {
        line-height: 40px;
        font-size: 30px;
    }
    .desktop_form {
        display: none;
    }
    .breakpoint_form {
        display: block;
    }
}
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact {
        height: auto !important;
        height: 100% !important;
    }
    .contact_right_form {
        background-color: #2D3B44;
        margin-bottom: 50px;
        padding: 30px 50px;
        margin-top: 30px;
        width: 100%;
    }
    .contact_right_form h1 {
        line-height: 30px;
        font-size: 30px;
    }
    .contact_right_form .hs_firstname {
        margin-bottom: 25px;
        margin-right: 0px;
        display: block;
        width: 100%;
    }
    .contact_right_form .hs_lastname {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .desktop_form {
        display: none;
    }
    .breakpoint_form {
        display: block;
    }
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
    .contact {
        height: auto !important;
        height: 100% !important;
    }
    .contact_right_form {
        background-color: #2D3B44;
        margin-bottom: 50px;
        padding: 30px 50px;
        margin-top: 30px;
        width: 100%;
    }
    .contact_right_form h1 {
        line-height: 30px;
        font-size: 25px;
    }
    .contact_right_form .hs_firstname {
        margin-bottom: 25px;
        margin-right: 0px;
        display: block;
        width: 100%;
    }
    .contact_right_form .hs_lastname {
        margin-bottom: 25px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .hs-form-field {
        margin-bottom: 1.4rem;
    }
    .desktop_form {
        display: none;
    }
    .breakpoint_form {
        display: block;
    }
}
/* end contacts /*
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*****************************************/
/* chi siamo */
/* first section */
.chi_siamo {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/chi_siamo_bg.png');
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    background-repeat: no-repeat;
    background-position: right; 
    background-size: cover;
    position: relative;
    height: auto;
}
.chi_siamo_flex {
    justify-content: center;
    align-items: center;
    display: flex;
}
.chi_siamo_info {
    background-color: #1D252E;
    text-transform: uppercase;
    padding: 15px 60px;
    margin-top: -120px;
    color: #fff;
}
.chi_siamo_internal_bg {
    border-right: 1px solid #FF8800;
    border-left: 1px solid #FF8800;
    border-top: 1px solid #FF8800;
    position: relative;
    padding: 60px 0px;
    margin-top: 30px;
}
.chi_siamo_internal_bg h1 {
    font-style: normal;
    text-align: center;
    line-height: 65px;
    font-weight: 300;
    color: #F5F5F5;
    font-size: 48px;
}
/* @media screen and (min-width: 992px) and (max-width: 1200px) {
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {

}
@media screen and (min-width: 0px) and (max-width: 767px) {

} */
/* end first section  */
/* second section */
.second_section_chi_siamo {
    background-color: #fff;
    padding: 30px 0px;
    height: auto;
}
.second_section_chi_siamo h1 {
    font-style: normal;
    text-align: center;
    line-height: 87px;
    font-weight: 300;
    color: #F7921E;
    font-size: 64px;
}
.second_section_chi_siamo p {
    font-style: normal;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    color: #040505;
}
/* third section  */
.third_section_chi_siamo {
    background: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/chi_siamo_second_bg.png');
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    background-repeat: no-repeat;
    background-position: right; 
    background-size: cover;
    position: relative;
    padding: 30px 0px;
    display: flex;
    height: auto;
}
.third_section_chi_siamo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.third_section_chi_siamo p {
    font-style: normal;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}
.rectangle-slim-design {
    box-shadow: 0 1px 4px #f48021;
    background: #f48021;
    margin-bottom: 20px;
    width: 40px;
    height: 1px;
}

.third_section_higher {
    margin-bottom: 200px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}
.third_section_higher h2 {
    text-align: center;
    line-height: 49px;
    font-size: 36px;
    color: #F48021;
}
/* end third section  */
/* fourth section */
.fourth_section_chi_siamo {
    background-color: #F5F5F5;
    padding: 80px 0px;
    height: auto;
}
.fourth_section_chi_siamo h1 {
    text-transform: uppercase;
    text-align: center;
    line-height: 65px;
    color: #040505;
    font-size: 48px;
    width: 100%;
}
.fourth_section_chi_siamo p {
    font-family: Open Sans;
    line-height: 26px;
    color: #2D3B44;
    font-size: 18px;
    font-weight: 300;
}
.cta_scarica_company_profile {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.cta_scarica_company_profile a:hover {
    color: #fff !important;
    background-color: #F7921E !important;
  }
/* end fourth section  */
/* fifth section  */
.fifth_section_chi_siamo {
    background-color: #fff;
    padding: 40px 0px;
    height: auto;
}
.fifth_section_chi_siamo h1 {
    text-transform: uppercase;
    line-height: 65px;
    font-size: 48px;
}
.fifth_section_chi_siamo h2 {
    line-height: 49px;
    color: #040505;
    font-size: 36px;
}
.fifth_section_chi_siamo p {
    line-height: 26px !important;
    font-weight: 300;
}
#fift_section_paragraph {
    line-height: 26px;
    color: #2D3B44;
    font-size: 18px;
}
.fifth_section_chi_siamo h5 {
    font-weight: bold;
}
.fifth_section_chi_siamo img {
    margin-bottom: 30px;
    height: 243px;
    width: 168px;
}
.fifth_section_chi_siamo h5 {
    line-height: 21px;
    color: #F7921E;
    font-size: 18px;
}
.fifth_section_chi_siamo p {
    line-height: 21px;
    color: #2D3B44;
    font-size: 18px;
}

/* end fifth section  */
/* sixth section  */
.sixth_section_chi_siamo {
    background-color: #F5F5F5;
    height: auto;
}
.sixth_section_chi_siamo h2 {
    line-height: 49px;
    color: #ADBABD;
    font-size: 36px;
}
.sixth_section_chi_siamo h5 {
    text-transform: uppercase;
    line-height: 25px;
    color: #2D3B44;
    font-size: 18px;
}
.sixth_section_chi_siamo p {
    line-height: 25px;
    color: #2D3B44;
    font-weight: 300;
    font-size: 18px;
}
.sixth_section_info {
    max-width: 540px;
    margin-top: 10%;
}
.sixth_section_info h5 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    color: #2D3B44;
    font-size: 18px;
}
/* end sixth section  */
/* seventh section  */
.seventh_section_chi_siamo {
    background-color: #fff;
    padding-bottom: 0px;
    padding-top: 30px;
    height: auto;
}
.seventh_section_chi_siamo h1 {
    text-transform: uppercase;
    text-align: center;
    line-height: 65px;
    font-weight: 300;
    color: #F7921E;
    font-size: 48px;
}
.seventh_section_chi_siamo h2 {
    text-transform: uppercase;
}
.seventh_section_chi_siamo p {
    line-height: 26px;
    font-weight: 300;
    color: #040505;
    font-size: 18px;
}
/* end seventh section  */


@media (max-width: 992px) {
  .second_section_chi_siamo {
    background-color: #fff;
    padding: 24px 0px;
    height: auto;
  }
  .fourth_section_chi_siamo {
    padding: 40px 0;
  }
  .third_section_chi_siamo .third_section_higher {
    margin-bottom: 80px;
  }
  .second_section_chi_siamo p {
    font-size: 18px;
    line-height: 26px;
  }
  .second_section_chi_siamo h1 {
    margin: 0;
  }
  .fifth_section_chi_siamo {
    padding: 40px 0px;
  }
  .seventh_section_chi_siamo {
    padding: 40px 0px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .first_section_chi_siamo h1, .fourth_section_chi_siamo h1, .second_section_chi_siamo h1, .third_section_chi_siamo h1, .fifth_section_chi_siamo h1, .sixth_section_chi_siamo h1, .seventh_section_chi_siamo h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .sixth_section_info {
        max-width: 540px;
        margin-top: 10%;
    }
  .third_section_chi_siamo {
    padding: 20px 0px !important;
  }
  .second_section_chi_siamo p,
  .third_section_chi_siamo p, 
  .fourth_section_chi_siamo p,
  .fifth_section_chi_siamo p,
  .sixth_section_chi_siamo p,
  .seventh_section_chi_siamo p {
      font-size: 16px !important;
      line-height: 24px !important; 
  }
}
/* end chi siamo  */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* first section */
.aree_applicative {
  background-image: url(//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/tecnologia_produzione_image_1.png);
}
/* secon section */
.second_section_aree_applicative {
    background-color: #f5f5f5;
    padding: 80px 0px;
    width: 100%;
}
.second_section_aree_applicative h2 {
    text-align: center;
    line-height: 49px;
    font-size: 36px;
    color: #000;
}
.second_section_aree_applicative p {
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}
/* end second section  */
/* third section */
.third_section_aree_applicative {
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
    height: 650px;
}
.third_section_aree_applicative_first_bg {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/chi_siamo_bg.png');
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    background-repeat: no-repeat;
    background-position: right; 
    justify-content: center;
    background-size: cover;
    flex-direction: column;
    position: relative;
    display: flex;
    height: 650px;    
}
.third_section_aree_applicative_second_bg {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/chi_siamo_bg.png');
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    background-repeat: no-repeat;
    background-position: right; 
    justify-content: center;
    background-size: cover;
    flex-direction: column;
    position: relative;
    display: flex;
    height: 650px;    
}
.third_section_aree_applicative_third_bg {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/chi_siamo_bg.png');
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    background-repeat: no-repeat;
    background-position: right; 
    justify-content: center;
    background-size: cover;
    flex-direction: column;
    position: relative;
    display: flex;
    height: 650px;    
}
.third_section_aree_applicative_fourth_bg {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/chi_siamo_bg.png');
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    background-repeat: no-repeat;
    background-position: right; 
    justify-content: center;
    background-size: cover;
    flex-direction: column;
    position: relative;
    display: flex;
    height: 650px;
    
}
.third_section_info_block {
    background-color: #fff;
    padding: 60px 50px;
    width: 100%;
}
.qualita-ambiente__imagefix img {
    height: 100% !important;
    object-fit: cover;
}
.qualita-ambiente__imagefix {
    padding: 0;
}
.third_section_aree_applicative h2 {
    line-height: 49px;
    font-weight: 300;
    color: #040505;
    font-size: 36px;
}
.third_section_aree_applicative p {
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    color: #2D3B44;
}
.third_section_aree_applicative_info_item_right {
    max-width: 540px;
}
.third_section_aree_applicative_info_item_left {
    padding-right: 30px;
    max-width: 540px;
}

section.third_section_aree_applicative.third_section_aree_applicative_fourth_bg {
    display: none;
}

/* responsive  */
/* desktop  */
@media screen and (min-width: 993px) {
	.qualita_ambiente-aria.qualita-ambiente__containerfix {
		padding-bottom: 0;
	}
	.qualita-ambiente__containerfix .qualita-ambiente_grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0;
    }
} 
/* tablet  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .d-flex-start-center {
        justify-content: center;
        display: flex;
    }
    .d-flex-end-center {
        justify-content: center;
        display: flex;
    }
    .third_section_aree_applicative_info_item_right {
        padding: 50px;
    }
    .third_section_aree_applicative_info_item_left {
        padding: 50px;
    }
} 
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .third_section_aree_applicative_first_bg , .third_section_aree_applicative_second_bg , .third_section_aree_applicative_third_bg , .third_section_aree_applicative_fourth_bg{
    height: auto !important;
    padding: 40px 0;
}
  
  .third_section_aree_applicative_info_item_right {
    padding: 0;
}
  .third_section_aree_applicative_info_item_left {
    padding-right: 0;
}
    .d-flex-start-center {
        justify-content: center;
        display: flex;
    }
    .d-flex-end-center {
        justify-content: center;
        display: flex;
    }
    .third_section_info_block {
      display: flex;
      min-height: unset;
      align-items: center;
      padding: 40px 30px;
  }
  .third_section_aree_applicative_fourth_bg {
    
    height: auto;
    padding: 40px 0;
}
    .third_sectio_aree_applicative_info_item_left {
        padding: 30px;
    }
    .third_section_aree_applicative {
        height: 700px;
    }
  .second_section_aree_applicative p,
  .third_section_aree_applicative p,
  .fourth_section_aree_applicative p
  .fifth_section_aree_applicative p 
  .sixth_section_aree_applicative p {
      font-size: 16px;
      line-height: 24px;
  }
} 

@media (max-width: 992px) {
  .second_section_aree_applicative {
      padding: 40px 0px;
  }
}

/* end third section  */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* first section  */
/* end first section  */
/* second section  */

/* end second section  */
/* first section */
.tecnologie_produzione {
    background-image: url('//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/chi_siamo_bg.png');
    box-shadow: inset 0 0 0 2000px rgba(13, 7, 1, 0.5);
    background-repeat: no-repeat;
    background-position: right; 
    background-size: cover;
    position: relative;
    height: auto;
}
.tecnologie_produzione_flex {
    justify-content: center;
    align-items: center;
    display: flex;
}
.tecnologie_produzione_info {
    background-color: #1D252E;
    text-transform: uppercase;
    padding: 15px 60px;
    margin-top: -120px;
    color: #fff;
}
.tecnologie_produzione_internal_bg {
    border-right: 1px solid #FF8800;
    border-left: 1px solid #FF8800;
    border-top: 1px solid #FF8800;
    position: relative;
    padding: 60px 0px;
    margin-top: 30px;
}
.tecnologie_produzione_internal_bg h1 {
    font-style: normal;
    text-align: center;
    line-height: 65px;
    font-weight: 300;
    color: #F5F5F5;
    font-size: 48px;
}
.tecnologie_produzione_internal_bg p {
    font-style: normal;
    text-align: center;
    line-height: 25px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .tecnologie_produzione_internal_bg {
        padding: 60px 20px;
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .tecnologie_produzione_internal_bg {
        padding: 60px 20px;
        margin-top: 30px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .tecnologie_produzione_internal_bg {
        padding: 60px 30px;
        margin-top: 30px;
    }
    .tecnologie_produzione_internal_bg h1 {
        font-size: 32px;
        line-height: 40px
    }
    .tecnologie_produzione_internal_bg p {
        font-size: 16px;
        line-height: 24px
    }
    .second_section_tecnologie_produzione p,
    .third_section_tecnologie_produzione p,
    .fourth_section_tecnologie_produzione p {
        font-size: 16px;
    }
}
/* end first section  */
/* second section */
.second_section_tecnologie_produzione {
    background-color: #fff;
    padding: 80px 0px 0px;
    width: 100%;
}
.second_section_tecnologie_produzione h2, .third_section_tecnologie_produzione h2  {
    font-style: normal;
    line-height: 49px;
    color: #040505;
    font-weight: 300;
    font-size: 36px;
}
.second_section_tecnologie_produzione p, .third_section_tecnologie_produzione p  {
    font-style: normal;
    line-height: 26px;
    font-weight: 300;
    color: #2D3B44;
    font-size: 18px;
}
.second_section_tecnlogie_produzione_item {
    max-width: 540px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .second_section_tecnologie_produzione {
        height: auto;
    }
    .second_section_tecnologie_produzione {
        background-color: #fff;
        padding: 40px 0px;
        height: auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .second_section_tecnologie_produzione {
        height: auto;
    }
    .second_section_tecnologie_produzione img {
        margin-bottom: 20px;
    }
    .second_section_tecnologie_produzione {
        background-color: #fff;
        padding: 20px 0px;
        height: auto;
    }
    .second_section_tecnologie_produzione h2 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 16px;
    }
    .second_section_tecnologie_produzione p {
      font-size: 16px;
      line-height: 24px;
    }
    .second_section_tecnologie_produzione .row {
        flex-direction: column-reverse;
        justify-content: center;
        align-content: center;
        display: flex;
    }
}
/* end second section  */
/* third section */
.third_section_tecnologie_produzione {
    background-color: #fff;
    padding: 80px 0px 60px;
    height: auto;
    width: 100%;
}
.third_section_tecnologie_produzione h5 {
    font-style: normal;
    line-height: 35px;
    font-weight: 300;
    color: #F48021;
    font-size: 26px;
}
.third_section_tecnlogie_produzione_item span {
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    color: #040505;
    font-size: 24px;
}
.third_section_tecnlogie_produzione_item {
    max-width: 540px;
}
.third_section_tecnlogie_produzione_item p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .third_section_tecnologie_produzione {
        height: auto;
    }
    .third_section_tecnologie_produzione {
        background-color: #fff;
        padding: 40px 0px;
        height: auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .third_section_tecnologie_produzione {
        height: auto;
    }
    .third_section_tecnologie_produzione {
        background-color: #fff;
        padding: 20px 0px;
        height: auto;
    }
    .third_section_tecnologie_produzione h2 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 16px;
    }
    .third_section_tecnologie_produzione p {
      font-size: 16px;
      line-height: 24px;
    }
    .third_section_tecnologie_produzione .row {
        flex-direction: column-reverse;
        justify-content: center;
        align-content: center;
        display: flex;
    }
    .third_section_tecnlogie_produzione_item p {
        font-size: 16px;
          line-height: 24px
  }
}
/* end third section  */
/* fourth section  */
.fourth_section_tecnologie_produzione {
    background-color: #f5f5f5;
    padding: 50px 0px 40px;
    height: 100%;
    width: 100%;
}
.fourth_section_tecnologie_produzione h1 {
    text-transform: uppercase;
    font-style: normal;
    line-height: 65px;
    font-weight: 300;
    color: #F7921E;
    font-size: 48px;
}
.fourth_section_tecnologie_produzione span {
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    color: #040505;
    font-size: 24px;
}
.fourth_section_tecnologie_produzione p {
    font-style: normal;
    line-height: 26px;
    margin-top: 30px;
    font-weight: 300;
    color: #040505;
    font-size: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
     
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .fourth_section_tecnologie_produzione h2 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 16px;
    }
  .fourth_section_tecnologie_produzione p {
      font-size: 16px;
      line-height: 24px;
    }
    
}
/* end fourth section  */
/* fifth section */
.fifth_section_tecnologie_produzione {
    background-color: #fff;
    padding: 80px 0px 40px;
    height: auto;
    width: 100%;
}
.tecnologie_produzione_click_object_item {
    grid-template-rows: 180px 70px 40px;
    display: grid;
}
.tecnologie_produzione_click_object_item h5 {
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    line-height: 19px;
    margin-top: 20px;
    font-weight: bold;
    color: #ADBABD;
    font-size: 14px;
}
.tecnologie_produzione_pop_up_first p, .tecnologie_produzione_pop_up_second p, .tecnologie_produzione_pop_up_third p, .tecnologie_produzione_pop_up_fourth p {
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #ADBABD;
    font-size: 14px;
}
.tecnologie_produzione_pop_up_first, .tecnologie_produzione_pop_up_second, .tecnologie_produzione_pop_up_third, .tecnologie_produzione_pop_up_fourth {
    border: 1px solid #adbabd;
    background-color: #fff;
    padding: 3px 10px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 200px;
    position: relative;
    bottom: 30px;
}
.tecnologie_produzione_pop_up_first:after, .tecnologie_produzione_pop_up_second:after, .tecnologie_produzione_pop_up_third:after, .tecnologie_produzione_pop_up_fourth:after {
    border-bottom: 1px solid #adbabd;
    border-right: 1px solid #adbabd;
    transition: background-color .3s;
    background-color: #FFF;
    transform: rotate(45deg);
    position: absolute;
    margin-left: 20px;
    overflow: hidden;
    display: block;
    bottom: -10px;
    height: 20px;
    width: 20px;
    content: '';
    left: 38%;
}
.tecnologie_produzione_dot {
    box-shadow: 0px 2px 13px #F7921E;
    border: 2px solid #F7921E;
    background: #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    height: 35px;
    margin: auto;
    width: 35px;
}
.tecnologie_dot_active {
    background-color: #F7921E;
}
.headline_active {
    color: #F7921E !important;
    font-weight: bold;
}
.pop_up_active {
    display: block;
}
.pop_up_hidden {
    visibility: hidden;
}
.fith_section_pop_up_triangle {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #ADBABD;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 65.5%;
    left: 50%;
    height: 0; 
    width: 0; 
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .tecnologie_produzione_click_object_item {
        grid-template-rows: 230px 50px 30px !important;
        display: grid;
    }
    .tecnologie_produzione_pop_up_first:after, .tecnologie_produzione_pop_up_second:after, .tecnologie_produzione_pop_up_third:after, .tecnologie_produzione_pop_up_fourth:after {
        left: 35%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .fifth_section_tecnologie_produzione {
        padding: 50px 0px !important;
    }
    .tecnologie_produzione_click_object_item {
        flex-direction: column;
        margin-bottom: 20px;
        display: flex;
    }
    .tecnologie_produzione_pop_up_first:after, .tecnologie_produzione_pop_up_second:after, .tecnologie_produzione_pop_up_third:after, .tecnologie_produzione_pop_up_fourth:after {
        left: 41% !important;
    }
    .tecnologie_produzione_pop_up_first, .tecnologie_produzione_pop_up_second, .tecnologie_produzione_pop_up_third, .tecnologie_produzione_pop_up_fourth {
        text-align: center !important;
        min-height: 160px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .tecnologie_produzione_click_object_item {
        flex-direction: column-reverse;
        margin: -20px;
        display: flex;
    }
    .tecnologie_produzione_pop_up_first:after, .tecnologie_produzione_pop_up_second:after, .tecnologie_produzione_pop_up_third:after, .tecnologie_produzione_pop_up_fourth:after {
        display: none;
    }
    .tecnologie_produzione_pop_up_first, .tecnologie_produzione_pop_up_second, .tecnologie_produzione_pop_up_third, .tecnologie_produzione_pop_up_fourth {
        text-align: center !important;
        min-height: 0px !important;
        border: 0px !important;
        margin-top: 2px;
    }
    .tecnologie_produzione_pop_up_first p, .tecnologie_produzione_pop_up_second p, .tecnologie_produzione_pop_up_third p, .tecnologie_produzione_pop_up_fourth p {
        text-align: center !important;
        visibility: visible !important;
        margin: 5px 0px !important;
        padding: 0px 15px !important;
    }
    .tecnologie_produzione_dot {
        display: none;
    }
    .tecnologie_produzione_click_object_item h5 {
        font-weight: bold !important;
        color: #f7921e !important;
        margin-top: 20px !important;
    }
  .fifth_section_tecnologie_produzione {
        padding: 40px 0px 0px;}
}
/* end fifth section */
/* sixth section */
.sixth_section_tecnologie_produzione {
    background-color: #F5F5F5;
    padding: 40px 0px;
    width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .sixth_section_tecnologie_produzione {
        background-color: #F5F5F5;
        padding: 40px 0px;
        height: auto;
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sixth_section_tecnologie_produzione {
        background-color: #F5F5F5;
        padding: 40px 0px;
        height: auto;
        width: 100%;
    }
    .sixth_section_tecnologie_produzione img {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
  .header__logo {
        margin: 0 15px;
        height: auto;
        width: 46px;
        position: relative;
        z-index: 1;
    }
    .header__row-1 {
        padding-top: 0;
        position: absolute;
        top: -40px;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .sixth_section_tecnologie_produzione {
        background-color: #F5F5F5;
        padding: 40px 0px;
        height: auto;
        width: 100%;
    }
    .sixth_section_tecnologie_produzione img {
        margin-bottom: 20px;
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* section collaborazioni loghi  */
.section_collaborazioni_loghi {
    background-color: #fff;
    padding: 40px 0px;
    width: 100%;
}

.section_collaborazioni_loghi h2 {
  font-family: "Open Sans";
  text-align: center;
  font-style: normal;
  line-height: 49px;
  font-weight: 300;
  font-size: 36px;
  color: #040505;
}

.swiper_desktop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
/* mobile  */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .section_collaborazioni_loghi h2 {
    font-size: 1.2rem;
  }
}
/* end section loghi  */
/* second section collaborazioni */
.second_section_collaborazioni {
  background-color: #fff;
  padding: 40px 0px;
  width: 100%;
}

.second_section_collaborazioni h2 {
  text-align: center;
  font-style: normal;
  line-height: 49px;
  font-weight: 300;
  font-size: 36px;
  color: #040505;
}
.collaborazioni_tags_flex {
  justify-content: center;
  align-items: center;
  grid-row-start: 1;
  display: flex;
}
.collaborazioni_tags_flex h4 {
  color: hsl(27, 91%, 54%);
  font-style: normal;
  line-height: 35px;
  margin: 0px 40px;
  font-weight: 300;
  font-size: 26px;
}

@media screen and (min-width: 769px) {
	.swiper-container-collaboration .swiper-wrapper {
	    justify-content: center;
		display: grid;
	}
	.swiper-container-collaboration .swiper-navigation {
		display: none;
	}
}

@media screen and (min-width: 0px) and (max-width:767px) {
  .second_section_collaborazioni h2 {
    font-size: 1.2rem;
    margin: 0;
  }
  
  .collaborazioni_tags_flex h4 {
    text-align: center;
    z-index: 10;
  }
  .collaborazioni_tags_flex h4:hover {
    cursor: pointer;
  }
  
}
/* end second section collaborazioni */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.personal_area_button {
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  color: #303030;
}

.first_section_area_personale {
  background: linear-gradient(180deg, #2E3A43 60%, #FFF 20%);
  padding-bottom: 10px;
}

.personal_data_container {
  background-color: #fff;
  padding: 30px 60px;
  height: auto;
  width: 100%;
}

.personal_data_flex {
  justify-content: space-between;
  align-content: center;
  padding-bottom: 25px;
  display: flex; 
}

.personal_border_bottom {
  border-bottom: 1px solid #A5A5A5;
}

.padding_top {
  padding-top: 20px;
}

.personal_data_flex span {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  line-height: 32px;
  font-size: 24px;
  color: #303030;
}

.personal_data_flex span a {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  margin-left: 30px;
  line-height: 32px;
  font-size: 16px;
  color: #303030;
}

.personal_data_flex span a :hover{
  text-decoration: underline;
}

.personal_data_flex p {
  font-family: "Open Sans";
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  color: #303030;
  padding: 0px;
  margin: 0px;
}

.personal_lower_data {
  margin-top: 20px;
}

.personal_lower_data p, .personal_lower_data p a {
  font-family: "Open Sans";
  text-decoration: none !important;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  font-size: 12px;
  padding: 0px;
  color: #000;
  margin: 0px;
}

.personal_lower_data p a:hover {
  text-decoration: underline !important;
}

.second_section_area_personale {
  background-color: #fff;
  padding: 50px 0px;
  height: auto;
  width: 100%;
}

.second_section_area_personale h4 {
  font-family: "Open Sans";
  margin-bottom: 15px;
  font-style: normal;
  line-height: 32px;
  font-weight: 500;
  font-size: 24px;
  color: #F7921E;
}

.second_section_area_personale p {
  font-style: normal;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  color: #2D3B44;
  padding: 0px;
  margin: 0px;
}

.second_section_area_personale a {
  font-style: normal;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  color: #2D3B44;
  padding: 0px;
  margin: 0px;
}

.second_section_area_personale a:hover {
  color: #2D3B44;
}

.personal_data_informations_flex {
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  display: flex;
}

.personal_data_sample_quotation {
  justify-content: space-between;
  border: 1px solid #C4C4C4;
  background: transparent;
  align-content: center;
  margin-bottom: 15px;
  padding: 15px 20px;
  display: flex;
  height: auto;
  width: 48%;
}

.email_preferences_bg {
  background-color: #2e3a43;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .first_section_area_personale {
    padding-bottom: 20px;
  }
  .personal_lower_data {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .personal_data_flex {
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px;
    align-items: center;
    display: flex; 
  }
  .personal_data_left_info {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex; 
  }
  .personal_data_left_info span {
    margin-left: 0px;
  }
  .personal_data_right_info {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex; 
  }
  .personal_data_informations_flex {
    flex-direction: column;
    align-items: center;
  }
  .personal_data_sample_quotation {
    flex-direction: column;
    width: 100%;
  }
  .personal_data_flex span a {
    margin: 0px;
  }
}



/* FIX  MENU BOLD*/
.menu-link:first-child {
    font-weight: 700 !important;
    text-decoration: none !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */

 @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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev: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-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.first_section_riassunto_quotatione_capionatura {
  background-color: #fff;
  padding-bottom: 150px;
  height: auto;
  width: 100%;
}

.personal_area_button::before {
  margin-right: 5px;
  font-size: 14px;
  content:'<';
  color: #000;
}

.sample_quotation_item h4 {
  font-family: "Open Sans";
  font-style: normal;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
  color: #2D3B44;
  padding: 0;
  margin: 0;
}

.sample_quotation_item p {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  color: #000;
}

.sample_quotation_title {
  font-style: normal;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
  color: #F7921E;
}

.margin_top_riassunto {
  margin-top: 20px;
}

.no_margin_top {
  margin-top: 0px;
}

.col_text_align {
  text-align: left;
}

.col_display {
  display: block;
}

@media screen and(min-width: 0px) and (max-width: 767px) {
  .first_section_riassunto_quotatione_capionatura .query_inputs {
    display: block !important;
  }
  .col_display {
    justify-content: center;
    display: flex;
  }
  .col_text_align {
    text-align: center;
  }
}


/* FIX TEMPORANEI */
header .cta_button.cta_slim_two {
    font-weight: bold;
}

@media (max-width: 992px) {
  section.product-catalog {
      padding: 40px 0 0;
  }
   .buyer_sixth_section_bg, .home_fifth_section_bg ,.newsletter , .technical_section_bg , .lightingsolutions, .future , section.blog_ , .buyer_second_section_bg , .lightingsolutions-lazy {
      padding: 40px 0;
  }
  .lightingsolutions , .lightingsolutions-lazy{
    background-position: center;
  }
 
}

.fb_selector_typeofproduct h3 {
  font-weight: 500 !important;
}

.mark-conform {
  font-size: 16px !important;
}

#configurator_form input {
  height: auto !important;
}

.header__search--toggle.open {
  background-image: url(//8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/raw_assets/public/slim-theme/images/close.svg);
}

.fb_selector_product_image {
  height: 165px;
}

.fb_selector_description p {
  color: #333;
}

.fb_selector_product_last_step h3 {
  text-transform: uppercase;
  font-weight: 600 !important;
}

.fb_selector_product_tab .breadcrumb h2 {
    color: white;
    font-size: 14px;
    text-decoration: underline;
    line-height: 0px;
}

.fb_selector_product_tab .breadcrumb h2:hover {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

main.fb_main__selector .breadcrumb h2 {
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

main.fb_main__selector .breadcrumb h2:hover {
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
.query_inputs h3:nth-child(2) {
    color: orange;
}

.fb_selector_progress h2 {
    border-bottom: 3px solid #f7921e;
    padding-bottom: 16px;
}

.qualita_ambiente-main p {
  line-height: 26px;
    font-weight: 300;
}

.footer .submenu.level-1>.has-submenu>.menu-arrow {
    position: relative;
    top: 1px;
    right: -2px;
    display: inline-block;
}

.tab_2_detail {
  display: none;
}
.fb_selector_buttons {
    margin-top: 10px;
}

.specifics {
  padding: 35px 0 28px;
}

.qualita_ambiente-aria {
    padding: 40px 0 20px;
  }
.qualita_ambiente-aria .qualita-ambiente_image {
    padding: 0px 0 16px;
  }
.qualita_ambiente-aria .text-center {
    padding-bottom: 30px;
  }

@media (max-width: 992px){
  .half-case {
     background: #f5f5f5;
      padding-top: 30px;
      padding-bottom: 0px;
  }
  .padding_container {
    padding-top: 20px;
  }
  
  .tab_2_detail {
      display: block !important;
      padding: 0 15px;
    }
  
  .tab_2_detail .breadcrumb {
    height: 80px;
  }
  
  .tab_dinamic_desk h1 {
    display: none;
  }
  
  .tab_dinamic_desk .breadcrumb {
    display: none;
  }
  
  .fb_progress_bar {
      width: 50%;
      margin-top: 0;
      display: none;
    }
  .qualita_ambiente-aria .text-center {
      padding-bottom: 0px !important;
  }
  
  section.product-catalog {
    padding: 40px 0 40px;
  }
  .section_idea_case_history h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .footer .submenu.level-1>.has-submenu>.menu-arrow {
    right: -2px;
    display: inline-block;
    width: 80%;
    top: -1px;
    position: absolute;
  }
  
  .qualita-ambiente_dato:nth-child(2) {
    grid-gap: 12px;
   }
  
  .qualita-ambiente_dato:nth-child(3) {
    grid-gap: 50px;
  }
  
  .fb_selector_progress {
    padding-top: 0px !important;
  }
  
  main.fb_main__selector h1 {
    text-align: center;
  }
  
  
}

.configurator_main .cta_button,
.configurator_main #sendform {
    padding: 12px 0;
    font-size: 16px !important;
    font-weight: 700;
  }

@media screen and (min-width: 0px) and (max-width: 767px) {
    .d-flex-end-center.image_fluid {
      justify-content: center;
      display: none;

    }
  
  .configurator_main .cta_button {
    padding: 12px 0;
    font-size: 16px !important;
    font-weight: 700;
  }
  
  .hero-slider {
    top: -80%;
  }
  
}


@media screen and (max-width: 568px) {
  h1 {
      line-height: 40px !important;
  }
  
  .qualita_ambiente-main p {
    font-size: 16px;
    line-height: 24px
  }
  .qualita_ambiente-main .only-desktop {
    display: none !important;
  }
  .hero_case_slider p {
    font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  }
  .product-catalog_title h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 449px) {
  .hero_case_slider p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .buyer_first_section_info p:last-child {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .buyer_second_section_title {
    font-size: 28px;
    line-height: 36px;
  }
  .product-catalog_title h2 {
    font-size: 28px;
  }
  
}

.header.absolute.fixed, .header.header_bg.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.product-slider {
    padding: 70px 0 80px;
}

.close {
    color: #f7921e;
    position: absolute;
    top: 100px;
    right: 50px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1;
} 
.configurator_main .hs-fieldtype-select .input::after {
    content: url(https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/Vector.svg);
    position: absolute;
    right: 10px;
    top: 23%;
    right: 20px;
}

a.cta_button {
  font-weight: 700;
}


  
.main_hero_home_phrase_absolute {
  position: absolute;
  left: 15px; 
  top: -350px;  
}
  

@media screen and (min-width: 992px) and (max-width: 1200px) {
 .main_hero_home_phrase_absolute {
    position: absolute;
    left: 15px; 
    top: -320px;  
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main_hero_home_phrase_absolute {
    position: absolute;
    left: 15px; 
    top: -330px;  
  }
  
  .footer-grid .footer-grid_inside .navigation-primary ul {
    margin-bottom: 10px;
  }
  
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .payoff {
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
  }
  .home_payoff {
    margin-top: 15px;
    margin-bottom: -20px;
    text-align: center;
  }
  .main_hero_home_phrase_absolute {
    position: relative !important;
    text-align: center !important;
    left: 0 !important;
    top: 0 !important; 
  }
  
  .first_section_scaricabile h3#contenuto_top {
    text-align: center;
  }
  
}
  
.payoff {
    margin-top: 15px !important; 
}
  
.legal-consent-container .hs-richtext p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.legal-consent-container p {
    position: relative;
    top: 0;
    font-size: 10px;
    line-height: 16px;
    margin: 0px 0 !important;
}

label.hs-error-msg {
    color: #ef6b51 !important;
    font-size: 10px;
    position: relative;
    top: -10px;
}

form .inputs-list input, form .inputs-list span.hs-form-required {
    vertical-align: unset;
    position: relative;
    top: 0;
    right: 0;
}

form .hs-input {
  height: 40px !important;
}

form textarea {
  padding: 10px !important;
}
  
.footer-grid .footer-grid_inside .navigation-primary ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.footer-grid .footer-grid_inside .navigation-primary ul a {
    text-decoration: none;
}



.icon_personal_area_mobile {
    display: none;
}

.center_content {
  justify-content: center;
}

form .hs-form-required {
  color: #adbabd; 
}

form input[type="checkbox"], form input[type="radio"] {
  margin-right: 10px !important;
}

@media screen and(min-width: 0px) and(max-width: 992px) {
  .icon_personal_area_mobile {
    position: absolute;
    display: flex;
    right: 100px;
    top: -44px;
  }
  .icon_personal_area_mobile img {
    height: 30px;
    width: 32px;
  }
  form input[type="checkbox"], form input[type="radio"] {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 992px) {
  .icon_personal_area_mobile {
    position: absolute;
    display: flex;
    right: 115px;
    top: -44px;
  }
}

.systems-page.systems-page--search-results {
    padding-top: 40px;
}

.hs-search-results__pagination {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.footer address a.color-orange span {
    color: #ffa021;
}



/* CUSTOM SCROLLBAR */
.collaborazioni_tags_flex::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.collaborazioni_tags_flex::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f7921e;
    background-image: -webkit-linear-gradient(
45deg
, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.collaborazioni_tags_flex::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
    border-radius: 10px;
}



.specifics_grid {
  display:flex;
  align-items:stretch;
}
.specifics_infobox {
    width: 19%;
    color: #000;
    font-size: 15px;
    line-height:1.4;
    padding: 45px 0px 30px;
}
.specifics_cta {
  margin:0 auto;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .specifics_grid {
    flex-direction:column;
  }
  .specifics_infobox {
    width: 100%;
    padding: 0px;
  }
}




.configurator lable.input[data-attr="light-indicator-t-22"] { display: none; }

.segnalatore-luminoso-sp1-ba9s .input[for="lunghezza_cavo_in_mm__solo_per_segnalatori_con_cavo_"] { display: none; }
.segnalatore-luminoso-sp1-ba9s .input[for="terminale__solo_per_segnalatori_con_terminale_"] { display: none; }

.segnalatore-luminoso-sp1-e10 .input[for="lunghezza_cavo_in_mm__solo_per_segnalatori_con_cavo_"] { display: none; }
.segnalatore-luminoso-sp1-e10 .input[for="terminale__solo_per_segnalatori_con_terminale_"] { display: none; }

.segnalatore-luminoso-sp1-e14 .input[for="lunghezza_cavo_in_mm__solo_per_segnalatori_con_cavo_"] { display: none; }
.segnalatore-luminoso-sp1-e14 .input[for="terminale__solo_per_segnalatori_con_terminale_"] { display: none; }

.segnalatore-luminoso-ld-e10 .input[for="lunghezza_cavo_in_mm__solo_per_segnalatori_con_cavo_"] { display: none; }
.segnalatore-luminoso-ld-e10 .input[for="terminale__solo_per_segnalatori_con_terminale_"] { display: none; }

.segnalatore-luminoso-ld-ba9s .input[for="lunghezza_cavo_in_mm__solo_per_segnalatori_con_cavo_"] { display: none; }
.segnalatore-luminoso-ld-ba9s .input[for="terminale__solo_per_segnalatori_con_terminale_"] .segnalatore-luminoso-ss .input[for="lunghezza_cavo_in_mm__solo_per_segnalatori_con_cavo_"] { display: none; }
.segnalatore-luminoso-ss .input[for="terminale__solo_per_segnalatori_con_terminale_"] { display: none; }


.segnalatore-luminoso-sp1-ba9s .query_inputs__input:first-child {  display: none; }
.segnalatore-luminoso-sp1-ba9s .query_inputs__input:nth-child(2) { display: none; }

.segnalatore-luminoso-sp1-e10 .query_inputs__input:first-child {  display: none; }
.segnalatore-luminoso-sp1-e10 .query_inputs__input:nth-child(2) { display: none; }

.segnalatore-luminoso-sp1-e14 .query_inputs__input:first-child {  display: none; }
.segnalatore-luminoso-sp1-e14 .query_inputs__input:nth-child(2) { display: none; }

.segnalatore-luminoso-ld-e10 .query_inputs__input:first-child {  display: none; }
.segnalatore-luminoso-ld-e10 .query_inputs__input:nth-child(2) { display: none; }

.segnalatore-luminoso-ld-ba9s .query_inputs__input:first-child {  display: none; }
.segnalatore-luminoso-ld-ba9s .query_inputs__input:nth-child(2) { display: none; }

.segnalatore-luminoso-ss .query_inputs__input:first-child {  display: none; }
.segnalatore-luminoso-ss .query_inputs__input:nth-child(2) { display: none; }

.light-indicator-t-22 lable.input[data-attr="light-indicator-t-22"] { display: none; }
.double-capped-cylincrica-lampss label.input[for="cable_length_in_mm__only_for_indicators_with_cable_connection_"] { display: none; }

/* .commutatori-a-slitta-2-posizioni-sa2 label.input[for="note_aggiuntive"] {display: none; } */
/* .commutatori-a-slitta-3-posizioni-sa3 label.input[for="note_aggiuntive"] {display: none; } */
/* .commutatori-a-slitta-3-posizioni-sf3 label.input[for="note_aggiuntive"] {display: none; } */
/* .commutatori-a-slitta-4-posizioni-sa4 label.input[for="note_aggiuntive"] {display: none; } */

/* .commutatori-a-slitta-2-posizioni-sa2 .query_inputs__input:first-child {display: none; } */
/* .commutatori-a-slitta-3-posizioni-sa3 .query_inputs__input:first-child {display: none; } */
/* .commutatori-a-slitta-3-posizioni-sf3 .query_inputs__input:first-child {display: none; } */
/* .commutatori-a-slitta-4-posizioni-sa4 .query_inputs__input:first-child {display: none; } */


/* .sa2 label.input[for="additional_notes"] { display: none; } */
/* .sa3 label.input[for="additional_notes"] { display: none; } */
/* .sf3 label.input[for="additional_notes"] { display: none; } */

/* .sliding-change-over-switches-4-way-unit-sa4 label.input[for="additional_notes"] { display: none; } */

/* .markings label.input[for="additional_notes"] { display: none; } */
/* .wire-ends label.input[for="additional_notes"] { display: none; } */
/* .accessories label.input[for="additional_notes"] { display: none; } */

/* .sa2 .query_inputs__input:first-child { display:none; } */
/* .sa3 .query_inputs__input:first-child { display:none; } */
/* .sf3 .query_inputs__input:first-child { display:none; } */
/* .sliding-change-over-switches-4-way-unit-sa4 .query_inputs__input:first-child { display:none; } */
/* .markings .query_inputs__input:first-child { display:none; } */
/* .wire-ends .query_inputs__input:first-child { display:none; } */
/* .accessories .query_inputs__input:first-child { display:none; } */

.tubular-lamps-sp1ba9s label.input[for="wire_ends__only_for_indicators_with_wire_ends_"] { display: none; }
.tubular-lamps-sp1ba9s .query_inputs__input:first-child { display:none; }

.tubular-lamps-sp1e10 label.input[for="wire_ends__only_for_indicators_with_wire_ends_"] { display: none; }
.tubular-lamps-sp1e10 .query_inputs__input:first-child { display:none; }

.tubular-lamps-sp1e14 label.input[for="wire_ends__only_for_indicators_with_wire_ends_"] { display: none; }
.tubular-lamps-sp1e14 .query_inputs__input:first-child { display:none; }

.light-indicator-ld-ba9s label.input[for="wire_ends__only_for_indicators_with_wire_ends_"] { display: none; }
.light-indicator-ld-ba9s .query_inputs__input:first-child { display:none; }

.light-indicator-ld-e10 label.input[for="wire_ends__only_for_indicators_with_wire_ends_"] { display: none; }
.light-indicator-ld-e10 .query_inputs__input:first-child { display:none; }

.double-capped-cylincrica-lampss label.input[for="wire_ends__only_for_indicators_with_wire_ends_"] { display: none; }

/* .lenti-con-serigrafia label.input[for="note_aggiuntive"] { display: none; } */
/* .terminali label.input[for="note_aggiuntive"] { display: none; }   */
/* .accessori-vari label.input[for="note_aggiuntive"] { display: none; }   */


/* .lenti-con-serigrafia .query_inputs__input:first-child { display:none; } */
/* .terminali .query_inputs__input:first-child { display:none; } */
/* .accessori-vari .query_inputs__input:first-child { display:none; } */

/**/
.segnalatore-luminoso-ss .configuratorForm > label:first-child { display: none; }
.segnalatore-luminoso-ld-ba9s .input[for="terminale__solo_per_segnalatori_con_terminale_"] { display: none; }
.double-capped-cylincrica-lampss .query_inputs .query_inputs__input:first-child { display: none; } 
.double-capped-cylincrica-lampss .query_inputs .query_inputs__input:nth-child(2) { display: none; }


.gequest_segnalatore-luminoso-ss .query_inputs__input:nth-child(2) { display: none; }
.gequest_segnalatore-luminoso-ss .query_inputs__input:nth-child(1) { display: none; }

.gequest_segnalatore-luminoso-ld-ba9s .query_inputs__input:nth-child(2) { display: none; }
.gequest_segnalatore-luminoso-ld-ba9s .query_inputs__input:nth-child(1) { display: none; }

.gequest_double-capped-cylincrica-lampss .query_inputs__input:nth-child(2) { display: none; }
.gequest_double-capped-cylincrica-lampss .query_inputs__input:nth-child(1) { display: none; }

.gequest_light-indicator-ld-ba9s .query_inputs__input:first-child { display: none; }



/* Blog css */
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

.blog-header__title {
  font-weight: 600;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-post__body img {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.blog-index__post {
  flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding: 26px 0 26px 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  color: #212B34;
  font-size: 18px;
  font-weight: 700;
  margin: .7rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-color: #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 0.3rem;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: grid;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.blog-header__inner h1 {
  color: #000000;
}

article.blog-index__post {
  border: 1px solid #ADBABD;
}

.blog_tag {
  display: inline;
  font-size: 14px;
  background: #F7921E;
  color: white;
  padding: 0 8px;
}

.blog-index__post-content.blog-index__post-content--large a {
  color: #F7921E;
  font-size: 14px;
}

.blog-index__post-content.blog-index__post-content--large p {
  margin: .7rem 0;
  font-size: 14px;
  color: #040505;
  font-weight: 300;
}

.blog-index__post.blog-index__post--large {
  margin-bottom: 24px;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 35px;
  padding: 12px 0;
}

.blog__grid .blog-index__post--large {
  flex-direction: column;
}

.blog-index__main.blog-index__post.blog-index__post--large {
  grid-column: 1/3;
  flex-direction: row;
}

.blog__grid .blog-index__post-content--large {
  padding-left: 1rem;
  padding-right: 1rem;
}

aside.blog_aside {
  display: grid;
  grid-gap: 25px;
  background: #F5F5F5;
  padding: 15px 15px 30px;
  margin: 12px 0px;
}

.sidebar-download {
  position:sticky;
  top:100px;
}

.downloadable-guides , .webinar , .topics , .contact-us , .related_topics {
  border: 1px solid #ADBABD;
  position: relative;
  padding: 34px;
}

.downloadable-guides p , .webinar p , .topics p , .related_topics p {
  color: #212B34;
  font-size: 14px;
}

.downloadable-guides p , .topics p , .related_topics p {
  font-weight: bold;
}

.contact-us h3 {
  color: #212B34;
}

.guide a {
  font-size: 13px;
  position: relative;
  text-decoration: underline;
}
.guide a::after {
  content: url('https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/download.svg');
  margin: 0 5px;
  position: absolute;
  top: -2px;
}

.downloadable-guides_title , .topics_title  {
  position: absolute;
  background: #f5f5f5;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 63%;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 992px) {
  .downloadable-guides_title {
    width: auto;
    min-width: 170px;
  }
}
a.downloadable-guides_more p {
  margin: 0;
  font-weight: 700;
}

a.downloadable-guides_more {
  text-decoration: none;
  position: absolute;
  background: #f5f5f5;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
  width: 63%;
  text-align: center;
  font-weight: 700;
}

.guide {
  grid-template-columns: 0.5fr 2fr;
  padding-bottom: 44px;
  display: grid;
  grid-gap: 8px
}

@media (max-width: 992px) {
  .guide {
    grid-template-columns: 0.1fr 2fr;
  }
}


.guide:first-child {
  padding-top: 16px;
}
.guide:last-child {
  padding-bottom: 0;
}

.guide_content p {
  margin: 0;
}

@media (max-width: 767px) {
  article.blog-index__main.blog-index__post.blog-index__post--large {
    display: flex;
    flex-direction: column;
  } 

  .blog__grid .blog-index__post-content--large {
    padding: 1rem;
  }

  article.blog-index__post.blog-index__post--large {
    display: flex;
    grid-column: 1/3;
  }
}

@media (max-width: 368px) {
  .downloadable-guides_title {
    width: 80%;
  }
}

/* WEBINAR */
a.webinar_title h4 {
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
}

.webinar {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 24px;
}

/* TOPICS */
.topics_tag ul {
  list-style: none;
}

.topics_tag ul li {
  display: inline;
  font-size: 13px;
  padding-right: 12px;
}

.topics {
  padding: 24px 0 24px;
}

.topics_tag ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

aside.blog_aside .newsletter {
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 0px;
}

.newsletter.background-slim-black label {
    color: white;
}

/* FIX TEMPORANEO */
.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px;
  color: #c1c1c1;
  font-size: 10px;
}

.blog-index, .blog-post, .blog-header__inner, .blog-related-posts {
  padding: 40px 0 20px !important;
}

/* FIX TEMPORANEO */

a.contact-us_cta:before {
  content: url(https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/contact.svg);
  padding-right: 10px;
}

a.contact-us_cta {
  font-size: 14px;
  position: relative;
}

.topic-categories {
  background: #F7921E;
  padding: 15px 0;
  margin: 0 15px;
}

.topic-categories a {
  color: white;
  border: 1px solid #FFF;
  font-size: 14px;
  padding: 0 8px;
  margin-right: 8px;
}

.blog-post__infos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 26px 0;
  color: #040505;
  font-size: 14px;
}
@media (max-width: 992px) {
  .blog-post__infos {
    grid-template-columns: 1fr;
  }
}
.blog-post__image img {
  width: 100%;
  height: 227px;
  object-fit: cover;
}

.blog-post__infos .blog-post_topics {
  justify-self: end;
}

.blog-post__infos .blog-post_topics a {
  font-size: 14px;
  text-transform: capitalize;
  padding-right: 8px;
}

.blog-post__meta {
  display: flex;
  margin: 0 !important;
}
.blog-post__tags a {
  margin-right: 8px;
}

.blog-post__infos time {
  padding-right: 16px;
}

.blog-post__infos p {
  font-size: 14px;
  padding-left: 16px;
  border-left: 1px solid black;
}

.blog-post h1 {
  color: #212B34;
  font-size: 36px;
  padding-top: 16px;
  line-height: 44px;
  font-weight: 600;
}

.blog-post__body {
  color: #212B34;
}

.related_topics {
  padding: 34px 0;
}

.blog-related-posts {
  background-color: transparent  !important;
}

.blog-related-posts__post {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 16px;
}

.blog-related-posts__title {
  font-size: 14px;
  font-weight: 700;
}

.blog-related-posts__image {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-related-posts__content {
  display: grid;
}

.blog-related-posts__content time {
  font-size: 14px;
  color: #040505;
  font-weight: 300;
}

.blog-related-posts__content a {
  font-size: 14px;
  align-self: flex-end;
  justify-self: flex-end;
}

@media (max-width: 992px) {
  .blog-related-posts__content a {
    justify-self: baseline;
  }
}

.read-article::after {
  content: ' >';
  margin-left: 8px;
  font-weight: 700;
}

.blog-related-posts {
  padding: 0 !important;
}

article.blog-post {
  border-bottom: 1px solid #ADBABD;
}

.blog-post__share {
  grid-template-columns: 1fr 1fr;
  padding: 36px 0;
  display: grid;
}

.blog-post__share .share {
  grid-template-columns: 1fr 1fr 1fr;
  justify-self: flex-end;
  list-style: none;
  display: grid;
  grid-gap: 16px;
  padding: 0;
}
/* download guides  */
.guide-container__ .guide {
  padding-top: 16px !important;
}

.guide-container__ {
  grid-template-columns: 1fr 1fr;
  display: grid;
  padding: 30px 0;
}

@media screen and (min-width:0px) and (max-width: 767px) {
  .guide-container__ {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

.guide_title {
  font-family: "Open Sans";
  font-style: normal;
  line-height: 49px;
  font-weight: 300;
  font-size: 36px;
  color: #000;
}

.guide-download {
  border: 1px solid #000;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 20px;
  height: 320px;
  display: flex;
  grid-gap: 8px;
  width: 360px;
  padding: 0;
}

h2.guide_title {
    margin-top: 36px;
    margin-bottom: 0px;
  font-weight: 600;
}

@media screen and (min-width:0px) and (max-width: 767px) {
  .guide-download {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-top: 0px;
    height: 280px;
    display: flex;
    grid-gap: 8px;
    width: 280px;
  }
  .guide_title {
    font-size: 25px;
    text-align: center;
  }
  h2.guide_title {
    margin-top: 36px;
    margin-bottom: 0px;
    font-weight: 600;  
  }
}

.guide_content_download {
  padding: 30px;
}

.guide_content_download p {
  margin-bottom: 10px;
  font-size: 25px;
  color: #000;
}

.tag__title {
  text-transform: capitalize;
}

@media screen and (min-width:0px) and (max-width: 767px) {
  .guide_content_download p {
    font-size: 18px;
  }
}

.guide-download img {
  object-fit: cover;
  width: 100%;
  height: 50%;
}

.guide-download a {
  text-decoration: underline;
  position: relative;
  font-size: 13px;
}

.guide-download a::after {
  content: url('https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/download.svg');
  position: absolute;
  margin: 0 5px;
  top: -2px;
}

.newsletter_title {
  color: #F7921E;
}

.newsletter_paragraph {
  color: #fff;
}

.home_return::before {
  background-color: #fff;
  margin-right: 5px;
  content: "<-";
  color: #000;
}

.home_return {
  color: #000;
}

.active-cbg {
  color: #f7921e !important;
  background-color: #fff;
}

.body-container--blog-post h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.body-container--blog-post  {
    font-size: 16px !important;
    line-height: 24px !important;
}
.slim_form h1 {
    line-height: 34px;
}

section.blog_ {
    padding: 30px 0;
  padding-bottom: 100px;
}

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

.social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #21222A;
}

.social-links__icon:active {
  background-color: #71727A;
}

.social-links__icon svg {
  fill: #FFF;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}

.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.slider_hero_main .row {
  width: 100%;
}
.slider_hero_main .row .col-12 { 
  flex: auto; 
}

.main_hero_home_phrase_absolute {
  position: absolute;
}

.anchor {
    margin-top: 40px;
}
.slider_hero_main .second_lower_case_cta {
    padding: 0;
}
@media screen and (max-width: 767px) {
  .anchor {
   padding-right: 0;
   margin-top: 30px;
   padding-left: 0;
   width: 100%;
  }
}
.slider_hero_main .hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 250px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: auto;
}
.slider_hero_main .splide__pagination__page {
    background-color: #fff !important;
    height: 15px !important;
    width: 15px !important;
    opacity: 0.9 !important;
}
.slider_hero_main .splide__pagination {
    bottom: 0;
    transform: translateX(-50%) translateY(-80px);
}
.slider_hero_main .splide__pagination__page.is-active {
    transform: scale(1) !important;
}
.slider_hero_main .splide__pagination__page.is-active {
      background-color: #F7921E !important;
}

.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  color: #494A52;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.mobile_only.submenu.level-1 li a {
    padding: 0;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: underline;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 15px 20px;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  content: url('https://8673442.fs1.hubspotusercontent-na1.net/hubfs/8673442/arrow_down.svg');
  display: block;
  height: 10px;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 10px;
}

.submenu.level-2 {
  border-radius: 8px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  transform: translate(7%);
  top: 85%;
  width: 270px;
}

.submenu.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before {
  background-color: #FFF;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  content: '';
  display: block;
  height: 18px;
  left: 15px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  transition: background-color .3s;
  width: 18px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  transition: background-color 0.3s;
}

.submenu.level-2 > li {
  border-bottom: 0;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  background-color: #FFF;
  display: block;
  padding: 10px 30px;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
border-radius: 0px;
}

.submenu.level-2 li a {
  color: #000;
  text-decoration: none;
}

.submenu.level-2 li:hover a {
  font-weight: 700;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 8px 8px;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-radius: 8px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {

  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}
@media (min-width: 993px) {
  .mobile_only {
    display: none !important;
  }
}
@media (max-width: 992px) {
.mobile_only li {
    padding: 7px 30px !important;
}
  .mobile_only ul.lang_list_class {
    display: block;
}
  .header .globe_class { background : none; }
  .navigation-primary .submenu a, .navigation-primary .submenu p {
    text-decoration: none;
  }

  .navigation-primary a {
    font-size: 14px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu.level-1 li.has-submenu:last-child {
    margin: 0 ;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 0;
    cursor: pointer;
    height: 43px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 > li:first-child:before {
    content: none;
    transition: none;
  }

  .submenu.level-2 > li:first-child:hover:before,
  .submenu.level-2 > li:first-child.focus:before {
    transition: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item {
    border-bottom: 0;
    border-top: 0;
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    background-color: transparent;
    color: white;
  }

  .submenu.level-2 .menu-item:first-of-type, .submenu.level-2 .menu-item:first-of-type .menu-link {
    border-radius: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
}


.header.open {
    height: auto;
    min-height: 100vh;
    overflow: scroll;
}

.top-header {
  display: flex;
  justify-content: space-between;
  background-color: #E0E0E0;
  padding: 4px 15px;
}

.top-header {
  @media (max-width: 568px) {
    display: none; 
  }
}

.mt_header {
  @media (min-width: 568px) {
    margin-top: 121px;
  }
}

.sub-footer {
  @media (max-width: 568px) {
  margin-bottom: 80px
  }
}

.bottom-bar-mobile {
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.bottom-bar-mobile {
  @media (min-width: 568px) {
    display: none
  }
}