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

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

@media screen and (max-width: 448px) {
  .form-wrapper{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}


html div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p,#hs-eu-cookie-confirmation-inner,
html div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button{
  color: var(--darker-matic-text)!important;
}
html div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
    background-color: var(--darker-matic-text)!important;
}

html div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button,
html div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
      border: 1px solid var(--darker-matic-text)!important;
}
.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;
}

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

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

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

:root {

  --main-matic-color: #FF1911; /* Matic Red*/
  --main-matic-darker: #ba0503; /* Matic Darker Red */
  
  --secondary-matic-btn: #FAFAFA; /* Grey */
  --darker-matic-text: #3B3937;  /* Darker Grey */
  
  --white: #fff;
  --matic-white: #F7F7F7; /* Our White */

}
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: 1.15rem;
  margin: 0 0 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--darker-matic-text);
  font-family: 'Raleway', sans-serif;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--main-matic-color);
  font-family: 'Raleway', sans-serif;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .75rem 0 1.4rem;
  font-family: 'Raleway', sans-serif;
}

h1,
h2 {
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 3.8rem;
  color: var(--darker-matic-text);
}

h3 {
  color: var(--main-matic-color);
  font-weight: 600;
  font-size: 1.75rem;
}

/* Other */

span{
  font-family: 'Raleway', sans-serif;
}

/* 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: 5px solid var(--main-matic-color);
  margin: 0 0 1.4rem;
  padding-left: 15px;
  color: var(--main-matic-color);
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

li {
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
    list-style: none !important;
    line-height: 1.5rem;
    margin-bottom: .75rem;
    position: relative;
}

.lang_list_class li {
  margin-bottom: 0;
  width: 100px;
}

.lang_list_class li a:hover{
  color:var(--main-matic-color) !important;
}

.lp-body li:not(form li):before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -2rem;
  background-image: url(https://1807947.fs1.hubspotusercontent-na1.net/hubfs/1807947/Assets/Icons/check_matic.svg);
  background-size: cover;
}
/* classe nei blocchi dove vuoi far apparire il listing*/
.list-page * {
    list-style: disc !important;
}

.hs_cos_wrapper_type_inline_rich_text li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -2rem;
  background-image: url(https://1807947.fs1.hubspotusercontent-na1.net/hubfs/1807947/Assets/Icons/check_matic.svg);
  background-size:cover
}



/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Custom Matic */

.subtitle {
  color: var(--main-matic-color);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3rem;
}

.white {
  color: var(--white);
}

.dark {
  color: var(---darker-matic-text);
}

a:hover {
    transform: scale(0.99);
}

a{
    transition: all .3s;
}

@media only screen and (max-width: 768px) {
  h1, h2 {
      font-size: 2rem;
      line-height: 2.5rem;
      margin: .5rem;
  }
}
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;
}

/* matic */

.matic-button{
    text-transform: uppercase;
    font-weight: 600;
    padding: 1rem 1.4rem;
    border-radius: 5px;
    font-size: .8rem;
    display: flex;
    min-width: 220px;
    justify-content: space-around;
    align-items: center;
    border: unset;
    transition: all .3s;
    max-width: 300px;
}

.matic-button:hover {
  text-decoration: none;
}

.matic-button i {
  transition: all .5s;
}

.matic-button:hover i {
  transform: translateX(-3px);
}

/* Size */

.size-small{
  padding: 0.5rem 1rem !important;
}


/* 1st, 2nd, 3rd */

.button-primary {
  background-color: var(--main-matic-color);
  color: #ededed;
}

.button-primary:hover {
  background-color: var(--main-matic-darker);
  color: #ededed;
  border: unset;
}

.button-secondary {
  background-color: var(--secondary-matic-btn);
  color: var(--darker-matic-text);
  border: 1px solid var(--secondary-matic-btn);
  transition: all .3s;
}

.button-secondary:hover{
  background-color: var(--darker-matic-text);
  border: 1px solid var(--darker-matic-text);
  color: #fff;
}
.button-secondary:hover span , .button-secondary:hover i{
  color: #fff !important;
}

.button-tertiary {
    border-style: solid;
    border-color: var(--darker-matic-text);
    background-color:transparent;
    font-size: 1rem;
    font-weight: bold;
    color: var(--darker-matic-text);
    border: 1px solid;
}
#lets_talk.button-tertiary{
  border: 3px solid;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  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.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.35rem;
  width: auto !important;
}

/* 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 {
  font-size: 0.875rem;
}

/* 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;
  background-color: #FF0201;
  color:#FFFFFF;
  border:none;
  padding: 20px 50px 20px 50px;
  border-radius: 10px;
}

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


/* Layout
Used For Page and flexbox clases * */

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

/* 1a. Containers */









.content-wrapper {
  max-width: 1280px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1280px;
}

/* DMA Custom */

.flex-container-matic {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0 !important;
}

.v-align-center {
  align-items: center; /* Vertically align*/
}

.left-align {
  justify-content: left;       /* Pack items from the left */
}

.right-align {
  justify-content: flex-end;
}

.center-align {
  justify-content: center;     /* Pack items around the center */
}

.justify-content,.† {
  justify-content: space-between; /* Distribute items evenly
                                   The first item is flush with the start,
                                   the last is flush with the end */
}

.space-around {
  justify-content: space-around;
}

.flex-column {
  flex-direction: column;
}

.flex-50 {
  flex-basis: 50%;
}

.flex-25 {
  flex-basis: 25%;
}


.text-wrapper {
    max-width: calc(1280px - 50%);
}

.right-position {
    flex-direction: row-reverse;
}


@media only screen and (max-width: 992px) and  (min-width: 768px) {
  .content-wrapper {
    padding: 0rem 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .flex-50,
  .flex-25 {
    flex-basis: 100%;
  }
  
  .content-wrapper {
      padding: 0 1rem;
  }
}
/* @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    */
/*****************************************/

.hs-landing-page section.sec-container {
    box-shadow: inset 0px -1000px #0000008a;
}

.hs-landing-page main#main-content {
    padding-top: unset!important;
}

.hs-landing-page footer.footer.bg-dark {
    padding: unset;
}

.hs-landing-page li {
    list-style: inherit;
    color: #3b3936;
}
.hs-landing-page h1{
    max-width: 1280px;
    margin: 0 auto;
} 


li {
    list-style: none !important;
}


/* footer LP*/

@media only screen and (max-width: 767px) {
      .flex-container-matic.content-wrapper.space-between {
          padding: 20px 30px !important;
      }

      div#footer-lp {
          padding-bottom: 0px !important;
      }
  }


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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: ;
}

#hs-link-site_logo_hs_logo_widget{
  margin-top:5px;
  display:block;
}

.custom-header {
  font: 17px gt-am-regular,Helvetica Neue,Arial,sans-serif;
  font-size:17px;
  letter-spacing:normal;
  line-height:normal;
  position: relative;
  z-index: 99;
}
ul.submenu.level-4 li a:after {
  background: url('') no-repeat;
    }

.dropdown > .desktop-ul > li.has-submenu{
  margin-bottom: 0 !important;
}
ul.desktop-ul > li > a.menu-link,ul.desktop-ul li.LET_S_TALK a{
    transition: all .3s;
}
nav > ul.desktop-ul > li:hover > a.menu-link,nav > ul.desktop-ul > li.active > a.menu-link,nav ul.desktop-ul li.LET_S_TALK:hover a{
  letter-spacing: .1rem !important;
}
nav > ul.desktop-ul > li.active > a.menu-link{
  color: var(--main-matic-color);
}
.header .desktop-ul.submenu.level-1 > li > .dropdown{
  overflow-y: hidden;
}
.header:not(.header.header-box-shadow) .desktop-ul.submenu.level-1 > li > .dropdown{
  top: 120px; /*same height .desktop-ul*/
}
.header.header-box-shadow .desktop-ul.submenu.level-1 > li > .dropdown{
  top: 80px; /*same height .desktop-ul*/
}
main#main-content{
  padding-top: 120px !important; /*same height .desktop-ul*/
}
@media (max-width: 1025px){
  main#main-content{
    padding-top: 80px !important; /*same height .desktop-ul*/
  }
}

.custom-top-header {
  z-index: 20;
  padding: 0 0rem;
  color: grey;
}

.header__container {
  max-width: ;
  margin: 0 auto;
  height: 110px;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

header .header__logo {
  max-width: 350px;
  margin: 0;
  transition: all .3s;
}


.header__logo img {
  height: 3rem;
  width: auto !important;
}

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

.meta .meta--menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) {
  margin-right: 3rem;
}

.meta .meta--menu ul>li:not(.metaLanguage) a {
  color: grey;
}

.meta .meta--menu ul>li:not(.metaLanguage):hover a, 
.meta .meta--menu ul>li:not(.metaLanguage):hover span {
  color: #008fe0;
  text-shadow: 0 0 5px #008fe0;
}

i.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

i.icon.icon--metaSupport {
  width: 26px;
  height: 26px;
  background: url('') no-repeat;
    }

i.icon.icon--metaSearch {
  width: 25px;
  height: 25px;
  background: url('') no-repeat;
    }

.meta .meta--menu ul>li:not(.metaLanguage) i, 
.meta .meta--menu ul>li:not(.metaLanguage) span {
  vertical-align: middle;
  display: inline-block;
}

.main-header {
  color: #eee;
  width: 100%;
  z-index: 10;
}

/* Styles for the Search Bar */
form {
  position: relative;
}

.meta .meta--menu ul > li:not(.metaLanguage) button {
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size:17px;
  letter-spacing:normal;
  line-height:normal;
}

.meta--form__input {
  position: relative;
  display: inline-block;
}

header input[type=password], 
header input[type=text] {
  font: inherit;
  margin: 0;
  background-color: transparent;
  border: 0;
  color: #979797;
  letter-spacing: .05em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: 0;
  color: #979797;
  letter-spacing: .05em;
  font-size:17px;
  line-height:normal;
}

header input[type=password]:focus, 
header input[type=password]:hover, 
header input[type=text]:focus, 
header input[type=text]:hover {
  outline: 0;
}

header input::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.input-underline:after, 
.input-underline:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 1px;
}

.input-underline:before {
  background-color: #979797;
  width: 100%;
}

.input-underline:after {
  background-color: #008fe0;
  width: 0;
  box-shadow: 0 0 5px #008fe0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

header input[type=password]:focus+.input-underline:after, 
header input[type=password]:hover+.input-underline:after,
header input[type=text]:focus+.input-underline:after,
header input[type=text]:hover+.input-underline:after {
  width: 100%;
}

.metaLanguage .active {
  color: #353535;
}

.metaLanguage>*+* {
  margin-left: calc(.5rem - 4px);
}

.metaLanguage .inactive {
  color: #979797;
}

.metaLanguage>*+:before {
  content: "/";
  margin-right: .5rem;
  color: #979797;
  text-shadow: none;
}

.hamburger {
  padding: .5rem .5rem 1rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.meta .meta--menu .hamburger {
  display: none;
}

.hamburger-inner {
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  border-radius: 0;
}

.hamburger-inner:after, 
.hamburger-inner:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
  -webkit-transition: top .1s,-webkit-transform .4s;
  transition: top .1s,-webkit-transform .4s;
  transition: top .1s,transform .4s;
  transition: top .1s,transform .4s,-webkit-transform .4s;
}

.hamburger-inner:before {
  top: 12px;
}

.hamburger-inner:after {
  top: -12px;
}

.hamburger.closed:hover .hamburger-inner:before {
  top: 10px;
}

.hamburger.closed:hover .hamburger-inner:after {
  top: -10px;
}

.hamburger.opened .hamburger-inner {
  background: none;
}

.hamburger.opened .hamburger-inner:before {
  top: 10.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.opened .hamburger-inner:after {
  top: -10.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.mobile--open {
  overflow: hidden;
}

/* Insights Videos */


.Insights .dropdown .submenu.level-4 li.menu-item:last-child a {
    color: #e32117;
    font-weight: 600!important;
}

.Insights .dropdown .submenu.level-4 li.menu-item:last-child:before {
    color: var(--main-matic-color)!important;
}

@media (min-width: 1025px) {
  .show-in-mobile {
    display: none;
  }
  header.header-box-shadow .header__logo{
   transform: scale(.85); 
  }


  .scroll-header .main-header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px #000;
  }

}
/* Tablet Styles */

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

/* Mobile Styles */

@media (max-width: 1024px) {
  .show-in-desktop {
    display: none;
  }

  .custom-top-header {
    padding: 0 2rem;
  }

  .custom-top-header {
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1000;
    background-color: #fff;
  }


  .hide-nav-bar.follow .custom-top-header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }


  .follow .custom-top-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile--open.hide-nav-bar .hs-blog-listing .custom-top-header,
  .mobile--open.hide-nav-bar .hs-blog-post .custom-top-header{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header__container {
    height: 80px;
    padding: 1rem 0;
  }

  .meta .meta--menu ul {
    display: none;
  }

  .meta .meta--menu .hamburger {
    display: block;
  }

  .mobile-menu-wrapper {
    padding: 0;
    position: fixed;
    top: 80px;
    background-color: #f7f7f7;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 80px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    width: 100%;
  }

  .mobile--open .mobile-menu-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile-menu-inner {
    background-color: #f7f7f7;
    padding: 0 1.875rem 4rem;
    display: block;
    position: relative;
    width: 100%;
  }

  .nav-header--mobile {
    margin: 0 -1rem;
    padding: 0 1rem;
    height: 50px;
    background-color: #ddd;
    display: block;
  }

  .nav-header--mobile form, .nav-header--mobile form button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
  }

  .nav-header--mobile form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    padding: 0;
    background: transparent;
    position: absolute;
  }

  .nav-header--mobile form button i.icon {
    margin-right: 0;
  }

  .nav-header--mobile form .meta--form__input {
    display: block;
    text-align: left;
    padding-left: 40px;
  }

  .nav-header--mobile form .meta--form__input input {
    font-family: gt-am-condensed,Helvetica Neue,Arial,sans-serif;
    letter-spacing: .075em;
    color: #5b6770;
    height: 50px;
    width: 100%;
  }

  .nav-header--mobile form .meta--form__input .input-underline {
    display: none;
  }
  .submenu.level-1 > li > a:after,
  .meta--mobile li:not(.metaLanguage) a:after {
    background-image: url('https://1807947.fs1.hubspotusercontent-na1.net/hubfs/1807947/Assets/Icons/right-arrow.png');
      }
  .dropdown--mobile-header .dropdown--nav:after {
    background-image: url('https://1807947.fs1.hubspotusercontent-na1.net/hubfs/1807947/Assets/Icons/right-arrow.png');
      } 
  li.About_Us ul.submenu.level-2 > li:last-child ul.submenu.level-3 li a:after,
  li.News_Events ul.submenu.level-2 > li:last-child ul.submenu.level-3 li a:after,
  li.Careers ul.submenu.level-2 > li:last-child ul.submenu.level-3 li a:after {
    margin-left: .5em;
    background: url('https://1807947.fs1.hubspotusercontent-na1.net/hubfs/1807947/Assets/Icons/right-arrow.png') no-repeat;
      }
}

@media (max-width: 768px) {
  .custom-header {
    font-size: 16px;
  }

  .custom-top-header {
    padding: 0 1rem;
  }

  .custom-header {
    height: 60px;
  }
  main#main-content{
    padding-top: 60px !important; /*same height .desktop-ul*/
  }

  .header__container {
    height: 60px;
    padding: .5rem 0;
  }

  .header__logo img {
    height: 2rem;
  }

  .mobile-menu-wrapper {
    top: 60px;
    height: calc(100vh - 60px);
  }

  header input[type=password], 
  header input[type=text] {
    font-size: 16px;
  }
}

/* Custom CSS */

.show-in-desktop .submenu.level-1 > li.Markets ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.Investors ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.Governance ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.About_Us ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.News_Events ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li:nth-child(2) > a:after,
.show-in-desktop .submenu.level-1 > li.Careers ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li:nth-child(2) > a:after {
  display: none;
}

li.has-submenu.menu-item.News_Events.focus.active .submenu.level-4 .menu-link:after {
    display: none;
}

.header-box-shadow {
    box-shadow: 4px 8px 20px #cccccc4d;
}

@media only screen and (min-width: 1024px){
    li.has-submenu.menu-item.News_Events ul.level-3 li:nth-child(3) {display: none;}

    li.News_Events ul.submenu.level-3>li {
        flex: 50%!important;
    }
}

ul.submenu.level-3>li:last-child {
    /*padding: unset!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    */
/*****************************************/
.link-lp-footer:hover {
  color:#FE1812 !important;
}

footer.footer.bg-dark,
.footer a,
.footer p {
  background-color: var( --darker-matic-text);
    color: var(--matic-white);
    font-size: 1.2rem;
    font-weight: 400;
}

.footer .flex-25 {
    display: flex;
    flex-direction: column;
}

.footer .flex-container-matic {
    justify-content: space-between;
}

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

.footer li {
    padding: unset;
}

.flex-container-matic {
    padding: 1.75rem 0;
}

footer.footer {
    padding: 2rem 0 2rem;
}

footer img {
    height: 26px;
    object-fit: contain;
    object-position: left;
}

footer i {
  margin-left: 1rem;
}

footer hr{
  background-color: var(--secondary-matic-btn) !important;
  color: var(--secondary-matic-btn) !important;
}

footer ul li.hs-menu-item:before,footer .link-footer:before{
    content: "\f105";
    margin-right: 6px;
    color: var(--matic-white);
    font-weight: 900;
    font-family: "FontAwesome";
}


footer.footer .flex-column{
  padding:0 20px 0 20px !important;
}
footer.footer .flex-column .footer-title{
  margin-top:0;
  
}
footer.footer .flex-column p,
footer.footer .flex-column .footer-title,
footer img{
  margin-bottom: 10px;
}
footer .social-links{
  display: flex;
  justify-content: space-between;
    max-width: 90px;
}
footer .social-links i{
   margin-left: 0;
}
footer .footer-wrapper{
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

@media only screen and (min-width: 768px) {
  .flex-container-matic.internal-links ul {
      flex-direction: row;
  }

  .flex-container-matic.internal-links ul li:before {
    content: "";
  }

  .flex-container-matic.internal-links ul li {
      margin-right: 1rem;
  }

  .flex-container-matic.internal-links ul li a {
      font-size: .9rem;
  }
 

}

@media only screen and (max-width: 468px) {
   footer .footer-wrapper{
    grid-template-columns: repeat(1,1fr) !important;
   padding
 }
  footer{
    text-align:center;
  }
  footer .internal-links{
    justify-content:center !important;
  }
  footer .social-links, footer .matic-info > *{
    margin: 0 auto;
  }
  footer img{
    object-position:center;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-wrapper{
    grid-template-columns: repeat(2,1fr);
  }
}

@media only screen and (max-width: 992px){
  footer.footer .flex-column{
    padding-top:20px !important;
  }
}

@media only screen and (max-width: 992px) and  (min-width: 768px) {
  .footer .flex-container-matic {
      flex-basis: 50%;
      margin-bottom: 1rem;
      margin-top: 1rem;
  }

  footer.footer {
      padding: 3rem 2rem;
  }
 
}

@media only screen and (max-width: 767px) {
   .footer .flex-container-matic {
    flex-basis: 100%;
   }

  .flex-container-matic{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  hr.content-wrapper {
      max-width: 70%;
  }
    footer.footer.bg-dark {
      padding: 2rem;
  }
}
/* 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%;
}