/* 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
*/
/* @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    */
/*****************************************/

#listings {
  margin: 0 !important;
}
.filters{
  overflow-y: auto;
  max-height: 548px;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
}
.hide_overflow {
  position: absolute;
  width: 16.5px;
  height: 100%;
  bottom: -2px;
  right: 0;
  margin: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .filters{
    height: 100%;
    max-height: unset;
  }
  .hide_overflow {
    display: none;
  }
}

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

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

figure {
  margin: 0;
  line-height: 0
}


/* 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: 16px;
    *margin-left: 16px;
    -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: 16px;
        *margin-left: 16px;
        -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: 16px;
        *margin-left: 16px;
        -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 ;
    }
}

@media (min-width: 768px) {
  .row-fluid--flex {
    display: flex
  }
}

.position-relative {
  position: relative
}

.link-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* 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.2rem;
}

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

pre {
  overflow: auto;
}

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;
}

.font--medium {
  font-size: 36px
}

.font--big {
  font-size: 70px;
  line-height: 1;
}

@media (max-width: 767px) {
  .font--big {
    font-size: 50px;
  }

  .font--medium {
    font-size: 24px
  }
}

@media (max-width: 380px) {
  .font--big {
    font-size: 40px;
  }

  .font--medium {
    font-size: 24px
  }
}
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: block;
  font-size: 1rem;
  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.7rem;
  width: 100% !important;
}

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.35rem;
}

/* 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: 1rem !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__container {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .header__container {
    align-items: center;
    min-height: 
  }
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__top {
  height: 40px;
  background: #727274;
  overflow: hidden
}

.header__top .content-wrapper {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 3px 3px 6px #0000004D;
  z-index: 99
}

.header.header--no-navigation > .header__container, .header-spacer.header-spacer--no-navigation {
  height: 92px;
}

.header-spacer {
  height: 133px
}

@media (max-width: 767px) {
  .header-spacer {
    height: 135px
  }

  .header.header--no-navigation > .header__container, .header-spacer.header-spacer--no-navigation {
    height: 82px;
  }
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: row;
    min-height: 95px
  }

  .header__column {
    position: relative;
    display: flex;
    align-items: center
  }

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

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

/* 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;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: unset;
    width: 100%;
    max-width: 120px;
  }
}

.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;
}

.header__inner {
  display: flex;
  align-items: center;
}

.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 (min-width: 768px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    order: 1;
    padding: 0;
    padding-left: 15px
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation {
    display: none;
    width: 100%;
  }

  .header__column--navigation {
    order: 5
  }

  .header__navigation.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 135px);
    left: 0;
    position: fixed;
    right: 0;
    top: 135px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

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

  .header__navigation--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

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

  .header__navigation--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    height: 25px;
    width: 25px;
  }

  .header--toggle.header__navigation--toggle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 20px
  }

  .header--toggle.header__navigation--toggle span {
    width: 100%;
    height: 1px;
    display: block;
    background: #fd802c
  }

  .header--toggle.header__navigation--toggle.open span:nth-child(2) {
    display: none
  }

  .header--toggle.header__navigation--toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 110%
  }

  .header--toggle.header__navigation--toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 110%
  }
}
/* @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 {
	color: #fff
}

.footer .social-links__icon svg {
	fill: #fff
}

.footer .hs-menu-flow-horizontal ul {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px
}

.footer .hs-menu-flow-horizontal ul li a {
	color: #fff;
}

.footer-button svg * {
	fill: #fff
}

.footer-button:not(.footer-button--orange) {
	font-size: 20px;
	color: #fd802c;
	font-weight: 800;
}
@media screen and (max-width: 767px){
	.footer-button:not(.footer-button--orange) {
		padding-bottom: 10px;
	}
}

.footer-button:not(.footer-button--orange) span {
	margin-left: 4px
}

.footer-buttons {
	padding: 10px 0
}

.footer-button--orange {
	background: #fd802c;
	color: #fff;
	padding: 8px 16px;
	min-width: 35%;
	font-weight: 600;
}
.footer-button--orange .footer-button__inner{
	display: flex;
	height: 40px;
	align-content: center;
	align-items: center;
}

.footer-button--orange .footer-button__inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.footer-button--orange svg {
	width: 24px;
}

.footer-button--orange svg * {
	fill: #fff
}

.footer-button--orange [data-hs-cos-type="icon"] {
	display: flex
}

@media (min-width: 768px) {
	.footer-buttons {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
  
  .footer-buttons--single {
		display: flex;
		justify-content: flex-end;
	}
}
/* @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    */
/*****************************************/

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

.navigation-primary a {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.navigation-primary a.active-item, .navigation-primary a.active-branch {
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after,
.navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #727274;
  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: none;
}

.submenu-toggle {
  display: none;
}

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

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

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

.submenu.level-2 {
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  background-color: #F2F2F2 !important;
}

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

.submenu.level-2 > li:first-child:before {
  background-color: #FFF;
  border: 2px solid #727274;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 30px;
  left: 125px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  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: 1px solid #727274;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  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: 6px 6px 0 0;
}

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

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  cursor: pointer;
}

.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: 768px) {

  .submenu.level-4 > li {
    margin-bottom: 20px
  }

  .submenu.level-4 > li > a {
    font-size: 18px;
    line-height: 22px;
    color: #fd802c;
    font-weight: 800
  }

  .submenu.level-5 > li > a {
    font-size: 14px;
    line-height: 17px;
  }

  .submenu.level-2 {
    display: flex;
    width: 100vw;
    padding: 52px 0;
    overflow: auto;
  }

  .submenu.level-2 .row-fluid {
    max-width: 1004px;
    margin-left: auto;
    margin-right: auto
  }

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

  .submenu.level-5 .menu-item .menu-link {
    padding: 5px 0px;
  }

  .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
  .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    position: fixed;
    top: 131px;
    max-height: calc(100vh - 133px);
  }

	.submenu.level-1 > li.has-submenu:hover::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		
		background: #fd802c;
		
		position: absolute;
		
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%
	}
}


@media (max-width: 767px) {
  .navigation-primary a {
    font-size: 14px;
    line-height: 34px
  }

  .navigation-primary {
    display: block;
    max-height: calc(100vh - 135px);
    overflow: auto;
  }

  .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 > .has-submenu {
    position: relative;
  }

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

  .submenu {
    display: none;
  }

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

  .submenu.level-1 > li {
    border-top: 1px 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: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    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;
  }

  .submenu.level-4 > li > a {
    color: #fd802c;
    font-weight: 800
  }

  div[class^="span"] > .submenu, .row-fluid > .submenu {
    display: block
  }

  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 {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 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;
  }
}
/* Menu and simple menu */

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

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

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* @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    */
/*****************************************/

.header-cards {
  display: flex;
  align-items: center;
  color: white;
}

.header-card {
  position: relative;
  background: #fd802c;
  padding: 5px;
  border-radius: 6px;
  padding-bottom: 18px;
  transform: translateY(13px);
  transition: all .3s ease-in-out;
}

.header-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

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

.header-cards > .header-card:not(:first-child) {
  margin-left: 16px
}

.header-card:hover {
  transform: translateY(8px);
}

@media (min-width: 768px) {
  .header-card {
    min-width: 154px
  }
}

@media (max-width: 767px) {
  .header-cards {
    font-size: .75rem
  }
  
  .header-card__label {
    margin-left: 2px
  }
}
/* @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    */
/*****************************************/

.custom-language-switcher {
  position: relative;
  display: inline;
  font-size: 16px;
  cursor: pointer
}

.custom-language-switcher, .custom-language-switcher__languages {
  list-style: none;
  padding-left: 0;
}

.custom-language-switcher__languages {
  display: none;
  position: absolute;
  background: #f2f2f2;
  padding: 20px;
  z-index: 1;
  left: 0;
  transform: translateY(36px);
  width: max-content;
}

.custom-language-switcher__current-lang {
  padding: 36px 20px;
  text-transform: capitalize;
  position: relative;
  min-inline-size: max-content;
}

.custom-language-switcher__current-lang:hover > ul {
  display: block;
}

.custom-language-switcher__current-lang::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #fd802c transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0
}

.custom-language-switcher__current-lang:hover::after {
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #fd802c transparent;
}
/* @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    */
/*****************************************/

.slider {
  --swiper-theme-color: #fd802c;
  --swiper-navigation-size: 12px
}

.slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: unset;
  border: 1px solid #707070;
  opacity: 1
}

.slider .swiper-button-next, .slider .swiper-button-prev {
  top: unset;
  bottom: 0
}

.slider.swiper-container-horizontal>.swiper-pagination-bullets, .slider .swiper-pagination-custom, .slider .swiper-pagination-fraction {
  bottom: 0
}

.slider .slider__wrapper {
  padding-bottom: 40px;
}

.slider__background-image {
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.slider__background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.slider__background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.slider__navigation {
  position: relative
}

.slider--hero .slider__slide {
  min-height: calc(100vh - 133px);
  display: flex;
  align-items: center
}

.slider--hero .content-wrapper {
  width: 100%
}

.slider--hero .swiper-pagination {
  transform: translateY(-150px)
}

.slider--hero .swiper-button-next, .slider--hero .swiper-button-prev {
  bottom: 150px;
}

.slider--last-updates .card {
  min-height: 200px;
  display: flex
}

.slider--last-updates .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 14px;
  width: 100%;
}

.slider--last-updates .card__cta {
  position: relative;
  text-align: left;
}

.slider--last-updates .card--light .card__cta::before {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0
}

@media (min-width: 768px) {
  .slider__slide .row-fluid {
    display: flex
  }
}

@media (max-width: 767px) {
  .slider--hero {
    min-height: calc(100vh - 135px)
  }

  .slider--hero .swiper-pagination {
    transform: translateY(-100px)
  }

  .slider--hero .swiper-button-next, .slider--hero .swiper-button-prev {
    bottom: 100px;
  }
	.slider__background-image {
		background-image: var(--bg-image-mobile);
	}
}





/* ---------------------------SLIDER pagina singola referenza-------------------------------------------------- */

@media screen and (max-width: 767px) {
  .review-section__body-inner.slider_referenze_inner.span4 {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .slider-custom-reference {
  flex-direction: column;
  }
}

.slider-custom-reference .slider-disabled-slide {
    width: 100% !important;
}

.modal-container.reference-slide-modal {
  overflow-y: hidden !important;
}

/* ------------------------ FINE SLIDER REFERENZE ---------------------------------------------- */
/* @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    */
/*****************************************/

.breadcrumbs-wrapper {
	background: #fd802c;
	color: #fff;
	padding: 8px 0
}

.breadcrumbs {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs__item a,
.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus {
	color: #fff;
}

.breadcrumbs > .breadcrumbs__item:not(:last-child)::after {
	content: ">";
	margin-right: .25rem
}
/* @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    */
/*****************************************/

.accordion__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	/*   background: #F2F2F2; */
	cursor: pointer;
	user-select: none;
	border: 2px solid #FD802C;
}


.accordion__head--doc {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.accordion__head--doc > a {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}



.review-section__document {
	min-width: 160px;
	align-items: center;
	border: 1px solid #FD802C;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    user-select: none;
	position: relative;
}

.review-section__document a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.review-section__document-download{
	background: #FD802C;
}

.review-section__document-title {
	align-items: center;
    display: flex;
    gap: 16px;
    margin: 0;
	font-weight: 500;
}

.review-section__document-title--download {
	color: #fff;
}

.review-section__document-title--technical {
	color: #FD802C;
}


.accordion__title {
	margin: 0
}

.accordion__title_faq {
	margin: 0 50px 0px 0px;
	color: #000;
}
.accordion__arrow > span {
	display: flex;
	align-items: center
}

.accordion__arrow svg {
	height: 24px;
	fill: #fd802c
}

.accordion__content {
	display: none;
	transition: height 0.35s ease-in-out;
	overflow: hidden;
}
@media (max-width: 767px) {
	.accordion__content {
		padding: 0px 20px;
	}
}




.accordion__inner-wrapper {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.accordion__inner-wrapper {
		padding: 0px 20px;
	}
}

.accordion > .accordion__item:not(:last-child) {
	margin-bottom: 10px
}

.accordion__item.active .accordion__content {
	display: block
}

.accordion__item.active .accordion__arrow {
	transform: rotate(-180deg)
}

.accordion__arrow {
	transition: transform .3s ease-in-out
}


/* ACCORDION WHITE */
.accordion--white .accordion__head {
	background: #ffffff;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
}

.accordion--white .accordion__item.no-margin-bottom {
	margin-bottom: 0px;
}

.accordion--white .accordion__item.no-margin-bottom:first-child {
	border-top: 1px solid #8c8c8c;
}

.accordion--white .accordion__item.no-margin-bottom:last-child {
	border-bottom: 1px solid #8c8c8c;
}

.accordion--white .accordion__content .accordion__inner-wrapper {
	margin-bottom: 20px;
}

.accordion--white .element {
	display: flex;
	flex-direction: column;
}

.accordion--white .element .element__box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.accordion--white .element .element__box img {
	height: 55px;
	width: 65px;
	margin-right: 20px;
}

.accordion--white .element .element__box span {
	font-size: 16px;
	line-height: 19px;
	color: #727274;
	font-weight: 500;
}



.accordion--white .accordion__content ul li {
	list-style: none;
}

.accordion--white .accordion__content ul li {
	position: relative;
}

.accordion--white .accordion__content ul li::before {
	content: " ";
	width: 11px;
	height: 11px;
	background-color: #FD802C;
	position: absolute;
	left: -28px;
	top: 5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}




/* ACCORDION ORANGE */


.accordion--orange .accordion__head {
	background: #FD802C;
}

.accordion--orange .accordion__head .accordion__title, 
.accordion--orange .accordion__head .accordion__arrow {
	color: #ffffff;
}

.accordion--orange .accordion__arrow svg {
	fill: #ffffff;
}

span.accordion__arrow.arrow_orange {
	display: flex;
}

.accordion--orange img {
	cursor: pointer;
}



.accordion--orange .command__title {
	cursor: pointer;
}




.accordion--orange .js-accordion__content img {
		max-width: 100% !important;
	}




/**************************\
Basic Modal Styles
\**************************/


.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.modal-container {
	background-color: #fff;
	padding: 30px;
	max-width: 1004px;
	overflow-y: auto;
	box-sizing: border-box;
	max-height: 80%;
	position: absolute;
	top: 160px;
}
@media (max-width: 1004px) {
	.modal-container {
		width: calc(100% - 60px);
		margin: 0px 30px;
		left: 0%;
	}
}
@media (max-width: 767px) {
	.modal-container {
		top: 210px;
	}
}



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

.modal-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	box-sizing: border-box;
}

.modal-close {
	color: #fd802c;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

.modal-close:before { content: "\2715"; }

.modal-content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.4;
	color: rgba(0,0,0,.8);
}

.modal-content img {
	max-width: 100%;
}

.modal-content ul li {
	list-style: none;
}

.modal-content ul li {
	position: relative;
}

.modal-content ul li::before {
	content: " ";
	width: 11px;
	height: 11px;
	background-color: #FD802C;
	position: absolute;
	left: -28px;
	top: 5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}


.btn-close {
	font-size: 16px;
	background: #fd802c;
	padding: 15px 30px;
	color: #ffffff;
}



/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes mmslideIn {
	from { transform: translateY(15%); }
	to { transform: translateY(0); }
}

@keyframes mmslideOut {
	from { transform: translateY(0); }
	to { transform: translateY(-10%); }
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}
/* @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    */
/*****************************************/

.card {
  position: relative
}

.card--light {
  background: #F2F2F2;
  border: 1px solid #DADADA;
  box-shadow: 0px 3px 6px #00000029;
}

.card--light .card__content {
  padding: 26px 18px 14px
}

.card__image {
  height: 133px;
  background-image: var(--bg-image);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.card__intro {
  margin: 0
}

.card__cta {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  width: 100%;
  display: inline-block;
}

.card--light .card__cta::before {
  content: url(https://3937356.fs1.hubspotusercontent-na1.net/hubfs/3937356/emails/robur.ico);
  margin-right: 8px;
  position: relative;
  top: 2px
}

.card--dark {
  display: flex;
  min-height: 460px;
  background: #727274
}
.card--dark>.card__content {
    width: 66%;
}
.card--dark .card__image {
  width: 324px;
  padding-bottom: 100%;
  height: unset
}

.card--dark>.card__image {
    width: 40%;
}

.card--dark .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px
}

.card--dark .card__description {
  color: #fff
}

.card__cta--white {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 12px 30px;
  font-weight: 400
}

.card--orange {
  background: transparent linear-gradient(180deg, #FD802C 0%, #727274 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  min-height: 352px;
  display: flex
}

.card--orange .card__content {
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card--orange .card__title {
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 26px
}

.card--orange .card__icon {
  width: 30px
}

.card--orange .card__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px
}

.card--orange .card__cta > span {
  display: flex
}

.card--orange .card__cta svg {
  height: 24px;
  fill: #fff
}

.card--featured {
  background: #fd802c;
  color: #fff;
  z-index: 2
}

.card--featured .card__content {
  padding: 24px
}

.card--featured .card__title {
  color: #fff
}

.card--featured .card__title::before {
  content: url(https://3937356.fs1.hubspotusercontent-na1.net/hubfs/3937356/emails/robur.ico);
  filter: brightness(0) invert(1);
  position: relative;
  margin-right: 14px;
}

.card--featured .card__cta {
  display: flex;
  justify-content: space-between
}

.card--featured .card__cta svg {
  height: 24px;
  fill: #fff
}

.card--featured .card__cta > span {
  display: flex
}

.card--featured .card__image {
  height: 282px
}

@media (min-width: 768px) {
  .card__title {
    font-size: 36px
  }

  .card--featured .card__title {
    font-size: 52px
  } 

  .card--featured .card__content {
    padding: 44px 85px
  }

  .card--featured .row-fluid {
    display: flex;
    align-items: flex-end
  }

  .card--featured .card__title::before {
    bottom: .20em
  }
}
/* @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    */
/*****************************************/

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 99;
  display: grid;
  place-items: center
}

.loader__pulse {
  background: #fd802c;
  border-radius: 50%;
  animation: pulse 1s infinite ease-out
}

@keyframes pulse {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0
  }
}

.loader--listing {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}
/* @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    */
/*****************************************/

.box-academy {
  margin-bottom: 22px;
}


.box-academy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-academy__info h2 {
  font-size: 18px;
  margin: 0;
}

.box-academy__info h4 span {
  font-size: 15px;
  font-weight: 300;
}

/* SLIDER ACADEMY-ARCHIVE */

.archive-title {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 30px;
}


.slider-academy {
  margin-bottom: 20px;
  padding-right: 16px;
}



.slider-academy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-academy{
  position: relative;
}
.slider-academy__info h2 {
  font-size: 18px;
  margin: 0;
}

.slider-academy__info h4 span {
  font-size: 15px;
  font-weight: 300;
}

.slider-academy__info a {
  position: absolute;
  padding: 5px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0
}

.slider-academy__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

.slider-academy__play svg {
  height: 60px;
  fill: #fff;
}

.slider-academy__img-wrapper {
  position: relative;
}

.slider-academy__img-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.3);
}
/* @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    */
/*****************************************/

.follow-us {
	position: fixed;
	z-index: 5;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fd802c;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px 0 0 8px;
	color: #fff;
	fill: #fff;
	padding: 8px;
	min-height: 125px;
	display: flex;
	align-items: center;
	justify-content: center
}
@media screen and (max-width: 500px) {
	
	.follow-us__title {
		display: none !important;
	}
	
	.follow-us__socials {
		display: block !important;
	}
}

.follow-us__title {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	margin: 0;
	font-size: 12px
}

.follow-us__socials {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	padding: 0 4px
}

.follow-us__socials > .follow-us__social:not(:first-child) {
	margin-top: 4px
}

.follow-us__social {
	display: flex;
	justify-content: center;
}

.follow-us__social svg{
	height: 18px;
}

.follow-us:hover .follow-us__title {
	display: none
}

.follow-us:hover .follow-us__socials {
	display: block
}
/* @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    */
/*****************************************/

.header-search__content {
  display: none
}

.header-search__content {
  position: fixed;
  top: 133px;
  left: 0;
  width: 100%;
  background: #f2f2f2
}

.header-search__content.header-search__content--open {
  display: block;
}

.header-search__toggle {
  cursor: pointer
}

.header-search .hs-search-field__input {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 30px 0;
  color: #fd802c;
  outline: none
}

.header-search .header-search__field-bar .hs-search-field__input {
  background: none;
  border: none;
  border-bottom: 2px solid #727274
}

.header-search__suggestions {
  padding: 0;
  list-style: none;
  margin: 50px 0;
}

.header-search__suggestions > li:not(:first-child) {
  margin-top: 10px
}

@media (max-width: 767px) {
  .header-search__content {
    top: 135px;
  }
}
/* @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    */
/*****************************************/

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  margin-left: -5px
}

.social-links__icon {
  display: inline-flex;
  height: 24px;
  position: relative;
  width: 24px;
  justify-content: center;
}

.social-links__icon svg {
  fill: #727274;
  height: 24px;
  width: auto;
}


/* Libraries */
.progressive{overflow:hidden;position:relative;}.progressive__img{width:100%;height:100%;transform:translateZ(0);}.progressive--not-loaded{filter:blur(30px);transform:scale(1.1)}.progressive--is-loaded{filter:blur(20px);animation:a .5s both;transform:scale(1)}@keyframes a{0%{filter:blur(20px)}to{filter:blur(0)}}


/* Templates
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* GENERAL */
.sticky{
	position: sticky;
	top: 150px;
}
.padding-custom {
	padding: 0px 20px;
}



.no-padding-bottom {
	padding-bottom: 0px;
}

.center-element {
	max-width: 834px;
	margin: 0 auto;
}

/* TOP IMG SECTION */ 

.top-img-section {
	height: 315px;
	background-size: cover;
	background-position: middle;
}
@media (max-width: 767px) {
	.sticky{
		position: initial;
	}
	.top-img-section {
		height: 121px;
	}
}

/* PRODUCT REVIEW SECTION */

.review-section p {
	font-size: 16px;
	line-height: 19px;
}

.review-section h3 span {
	font-size: 18px;
	line-height: 22px;
	color: #727274;
}

.review-section p span {
	font-size: 16px;
	line-height: 19px;
	color: #727274;
}

.review-section__tags {
	font-size: 12px;
	line-height: 14px;
	color: #FD802C;
}

.tag-list {
	padding: 0px;
	list-style: none;
	display: flex;
	/*   justify-content: space-between; */
	flex-wrap: wrap;
}

.tag-list li {
	/*   flex-basis: calc((100% - 48px) / 4); */
	flex-wrap: wrap;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 13px;
	padding: 2px 4px;
	border: 1px solid #FD802C;
}

/* .tag-list li:nth-child(4n){
margin-right: 0px;
} */

.review-section__images {
	padding-left: 16px;
}


/* ADVANTAGE SECTION */

.advantages-section__list ul {
	padding-left: 28px;
	list-style: none;
	line-height: 24px;
	font-size: 16px;
}

.advantages-section__list ul li {
	position: relative;
}

.advantages-section__list ul li::before {
	content: " ";
	width: 13px;
	height: 13px;
	background-color: #FD802C;
	position: absolute;
	left: -28px;
	top: 5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}

.advantages-section__list ul ul li::before {
	width: 8px;
	height: 8px;
	top: 7px;
	border: 2px solid #fd802c;
	background: unset;
	left: -18px
}

.advantages-section__list p {
	font-size: 12px;
	padding-left: 15px;
}


.advantages-section__notes {
	padding-left: 28px;
	font-size: 12px;
}

.advantages-section__energy-class ul {
	display: flex;
	list-style: none;
	padding: 0px;
	margin-top: 30px;
	flex-wrap: wrap;
}


.advantages-section__energy-class ul li img {
	height: 69px;
	width: 69px;
	margin-right: 15px;
}

/* CONFIGURATOR SECTION */

.configurator-section {
	width: 100%;
	background: #F2F2F2;
}
.configurator-section__flex {
	display: flex;
	justify-content: center;
}

a.link-to-configurator {
	flex-grow: 1;
	display: flex;
	justify-content: center;
}







.go-to-configurator {
	background-color: #FD802C;
	color: #ffffff;
	height: 51px;
	width: 70%;
	padding: 16px;
	/* 	margin-top: 20px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 767px) {
	.go-to-configurator {
		margin-top: 60px;
	}
}

.go-to-configurator span {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
}

.go-to-configurator div {
	top: 10px;
}


/* SECTION VIDEOS */



.videos-section {
	width: 100%;
	/* 	background: #F2F2F2; */
}

/* REFERENCE SECTION */
.review-section__references {
	background: #F2F2F2;
}


/* DOCUMENTATION SECTION 
* 
* il css relativo è enl file _accordions.css
* 
* */

.documentation-section__box:not(:first-child) {
	margin-top: 30px;
}

.documentation-section__icon * {
	fill: #fd802c
}

.documentation-section__title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
}
.accordion__arrow.arrow_orange svg circle {
	fill: #fd802c;
}

.box-file {
	background: #DADADA;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 71px;
	margin-bottom: 15px;
}

.box-file__title {
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-file__title h3 {
	font-weight: 500;
	color: #727274;
	margin-bottom: 5px;
}

.box-file__title p {
	margin: 0px;
	font-size: 12px;
}

.box-downloads {
	display: flex;
	margin-right: 15px;
	color: #ffffff;
}

.box-downloads__lang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.box-downloads__lang:not(:last-child) {
	margin-right: 15px;
}


.box-downloads__lang span {
	margin-top: 5px;
	margin-right: 10px;
}

.documents > .document:not(:last-child) {
	margin-bottom: 8px
}

.document {
	background: #DADADA;
	width: 100%;
	padding: 12px;
	justify-content: space-between;
	min-height: 80px;
	column-gap: 30px;
	row-gap: 20px;
}

.document__info {
	width: 70%;
}

.document__title {
	margin: 0;
	font-weight: 600;
}
.document__product-title {
	font-weight: 500;
	margin: 5px 0;
}

.document__date, .document__notes {
	font-size: 12px;
	margin: 0
}

.document__downloads {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0;
	margin-right: 15px;
	align-items: center;
	justify-content: flex-end;
}

ul.document__downloads .document__language {
	margin-top: 8px;
}

.document__download {
	display: flex;
	align-items: center
}

.document__language {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	min-width: 3ch;
	text-align: right;
}

@media (min-width: 768px) {
	.document__downloads {
		/*     width: 30%; */
		width: 20%;
	}

	.document {
		display: flex;
	}
}




/* filtri attivi */
.active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 36px
}

.listing-filter__active-filter {
	padding: 10px 15px;
	border: 1px solid #DADADA;
	display: inline-block;
}

.listing-filter__active-filter label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 12px;
	color: #fd802c;
	font-weight: 500;
	flex-wrap: wrap;
}

.listing-filter__active-filter input {
	display: none
}


.filter-indicator {
	width: 100%;
}

.filter-indicator__content {
	width: calc(100% - 17px);
	margin-bottom: 17px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

#clear-filters {
	font-weight: 100;
	font-size: 14px;
}

.listing-placement {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}

@media screen and (max-width: 767px){
	.listing-placement {
		flex-direction: column;
	}
}

.side-left,
.side-rigt{
	display: contents;
}

.listings-sidebar {
	margin: 0;
	margin-right: 16px;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.listings-sidebar  {
		width: 100%
	}
}

/* .filters::-webkit-scrollbar{
width: 0px;
} */

.filters__sidebar {
	border-bottom: 1px solid #0000;
	border-top: 0;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

.listing-filter__toggle {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	height: 41px;
}
.listing-filter:not(:first-child){
	border-top: 1px solid #707070;
}

.listing-filter__name {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listing-filter__values {
	border-top: 1px solid #707070;
}
.filters::-webkit-scrollbar {
	width: 0px;
}

.listing-filter__value--checkbox {
	margin: 15px;
}

.custom-checkbox__container {
	height: 20px;
	width: 20px;
	margin-right: 15px;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox__container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox__container input:checked ~ .checkmark {
	background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-checkbox__container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox__container .checkmark:after {
	left: 5px;
	width: 8px;
	height: 13px;
	border: solid #fd802c;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.listing-filter__value--checkbox>label {
	display: flex;
	cursor: pointer;
}

.listing-filter__active-filters{

}

.listings-listing {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-basis: calc((100% - 8px) * 2/3);
	flex-direction: row;
	list-style: none;
	padding: 0px;
	margin: 0px;
	flex-direction: column;
}

@media screen and (max-width: 1030px) {
	.listings-listing {
		flex-direction: column;
		align-content: center;
	}
}

@media screen and (max-width: 767px) {
	.listings-listing {
		width: 100%;
		flex-direction: row;
	}
}

@media screen and (max-width: 702px) {
	.listings-listing {
		justify-content: center;
		flex-direction: column;
	}
}

.empty-query {
	width: 100%;
	text-align: center;
	border: 1px dashed #d8d8d8;
	padding: 12px
}

.empty-query p {
	margin: 0
}

.listings-listing > li {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 80px;
}

@media screen and (max-width: 500px) {
	.listings-listing > li{
		width: 100%;
	}
}

.listing-name {
	margin-bottom: 17px;
	width: 100%;
	text-align: center;
	color: white;
	background-color: #d558049e;
}

.listings___photo-listings{
	max-width: 324px;
	height: 261px;
	object-fit: cover;
}

.listing-card {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.listing-card>a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.listing-card {
		flex-direction: column;
		margin-top: 16px;
	}
}

.descrizione> h3 {
	color: #727274;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.descrizione> p {
	color: #727274;
	margin: 0;
}

.accordion__item--documents {
	display: flex
}

@media (max-width: 767px) {
	.accordion__item--documents {
		flex-direction: column;
	}

	.accordion__item--documents > div:not(:first-child) {
		margin-top: 16px
	}
}
/* @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    */
/*****************************************/


.title{
	margin: 0px 0px 20px !important;
}


.info{
	margin: 0px 0px 60px !important;
}

.review-section__info-inner {
	padding: 5px 0px;
	border-bottom: 1px solid #dadada;
	display: flex;
	justify-content: space-between;
}

.review-section__info-inner > span {
	color: #fd802c;
}

.review-section__info-inner>div {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.review-section__info-inner>div>span:not(:last-child) {
	border-bottom: 1px solid #dadada57;
}



.body{
	margin: 0px 0px 0px !important;
}

.review-section__body {
	padding: 20px 16px;
}

@media (max-width: 767px) {
  .review-section__body .review-section__body-inner.span4 {
    margin-bottom: 30px
  }
}

.body.row-fluid > .review-section__body:not(:last-child) {
	margin: 0px 0px 50px;
}

.body>.review-section__body:nth-child(2) {
	background-color: #F2F2F2;

}


.review-section__body.row-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.review-section__body-inner{

}

.review-section__body-inner.span8 {
	max-width: 100%;
}
.review-section__body-inner.span4 {
	position: relative;
}

.review-section__body-inner.span4>div {
	contain: content;
}

.review-section__body-inner.span4>img {
	width: 100%;
	height: 324px;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.review-section__body-inner.span4>img {
		width: 100%;
	}
}
@media screen and (max-width: 349px) {
	.slider_referenze_inner {
		padding: 0px 20px;
	}
}

.review-section__body-inner__img-check {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 324px;
	opacity: 0;
	cursor: pointer;
}
.review-section__body-inner__img-check:checked{
	position: fixed;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.review-section__body-inner__img-check:checked + .review-section__body-inner__img{
	position: fixed;
	top: 132px;
	left: 50%;
	transform: translate(-50%,0%);
	padding: 10px 20px 20%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 10;
	background: #000000a6;
}


.modal-container{
	margin: 30px;
	padding: 0px;
	top: 110px;
	background-color: #0000;
}
@media (max-width: 767px){
	.modal-container {
		bottom: unset;
	}
}

.product-variant {
    background-color: #fff;
    padding: 30px;
}
.modal-close--product-variant{
	margin: 5px;
}

.modal-header {
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal-close {
    background-color: #eb7d32;
    color: white;
    cursor: pointer;
    z-index: 4;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    border: 0px solid #0000;
}
.modal-content{
	margin:0px;
}

.modal-overlay{
	z-index:4;
}



.active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 36px
}

.listing-filter__active-filter {
	padding: 10px 15px;
	border: 1px solid #DADADA;
	display: inline-block;
}

.listing-filter__active-filter label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 12px;
	color: #fd802c;
	font-weight: 500;
	flex-wrap: wrap;
}

.listing-filter__active-filter input {
	display: none
}

.filter-indicator {
	width: 100%;
}

.filter-indicator__content {
	width: calc(100% - 17px);
	margin-bottom: 17px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

#clear-filters {
	font-weight: 100;
	font-size: 14px;
}

.listing-placement {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}

@media screen and (max-width: 767px){
	.listing-placement {
		flex-direction: column;
	}
}

.side-left,
.side-rigt{
	display: contents;
}



.filters__sidebar {
    border-bottom: 1px solid #0000;
    border-top: 0;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.listing-filter__toggle {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	height: 41px;
}
.listing-filter:not(:first-child){
	border-top: 1px solid #707070;
}

.listing-filter__name {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.listing-filter__arrow {
	transition: transform .3s ease-in-out;
}
.active .listing-filter__arrow {
	transform: rotate(-180deg);
}

.listing-filter__values {
	border-top: 1px solid #707070;
}

.listing-filter__value--checkbox {
	margin: 15px;
}

.custom-checkbox__container {
	height: 20px;
	width: 20px;
	margin-right: 15px;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox__container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox__container input:checked ~ .checkmark {
	background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-checkbox__container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox__container .checkmark:after {
	left: 5px;
	width: 8px;
	height: 13px;
	border: solid #fd802c;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.listing-filter__value--checkbox>label {
	display: flex;
	cursor: pointer;
}

.listing-filter__active-filters{

}

.listings-listing {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-basis: calc((100% - 8px) * 2/3);
	flex-direction: row;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

@media screen and (max-width: 1030px) {
	.listings-listing {
		flex-direction: column;
		align-content: center;
	}
}

@media screen and (max-width: 767px) {
	.listings-listing {
		width: 100%;
		flex-direction: row;
	}
}

@media screen and (max-width: 702px) {
	.listings-listing {
		justify-content: center;
		flex-direction: column;
	}
}

.empty-query {
	width: 100% !important;
	text-align: center;
	border: 1px dashed #d8d8d8;
	padding: 12px;
}

.listings-listing > li {
	cursor: pointer;
	position: relative;
	width: 324px;
	height: 100%;
	margin-bottom: 80px;
}

@media screen and (max-width: 500px) {
	.listings-listing > li{
		width: 100%;
	}
}

.listing-name__referenze {
	margin-bottom: 17px;
}

.listings___photo-listings{
	width: 100%;
	max-width: 100%;
	height: 261px;
	object-fit: cover;
}
.listing-card {
	display: inherit;
	position: relative;
	top: -20px;
}
@media screen and (max-width: 767px) {
	.listing-card {
		top: 0px;
		margin-top: 16px;
	}
}

.listing-card>a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.listing-card--info{
	list-style: none;
	padding: 0;
	margin: 0;
}
.listing-card--info>li{
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 5px 0px;
	border-bottom: 1px solid #dadada;
	color: #fd802c;
}
.listing-card--info>li:nth-child(1){
	margin-top: 15px;
}
.listing-card--info>li>span:nth-child(1) {
    min-inline-size: fit-content;
}
.listing-card--info>li>span:nth-child(2){
	color: #727274;
	 text-align: end;
}

.listings__listing-name{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fd802cb3;
	color: #090909;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
/* @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    */
/*****************************************/

.reference__title {
  height: 4.2em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.reference__image img {
  width: 100%;
  height: 170px;
  object-fit: cover
}

.reference__info {
  list-style: none;
  padding: 0;
  margin-top: 8px;
}

.reference__info-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #DADADA;
  padding: 4px 0
}

.reference__info-name {
  color: #fd802c;
  font-weight: 500;
  flex: 1
}

.reference__info-value {
  text-align: right;
  flex: 1
}