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

/**
 * 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 */
  border-color: #E8E8E8
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
  aspect-ratio: attr(width) / attr(height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

.position-relative {
  position: relative
}

.link-mask, .link-mask-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3 !important
}

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f4f5f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #E30613;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #E30613;
}

@media (min-width: 768px) {
  .row-fluid--center {
    display: flex;
    align-items: center
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

.body-wrapper {
  overflow-x: clip;
}

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

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

.hero-container--brand {
  background: #F4F5F5
}

.hero-container {
  padding-top: 138px;
  margin-top: -138px
}

.body-container--family,
.body-container--case-studies,
.body-container--download {
  background: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/background-family.jpg);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: -250px 0%;
}

@media (min-width: 768px) {


  .dnd-section--slider .row-fluid {
    display: flex
  }

  .dnd-section--slider .row-fluid .span3 {
    display: flex;
    flex-direction: column
  }
}

.dnd-section--hero-landing {
  position: relative
}

.dnd-section--hero-landing > * {
  z-index: 2;
  position: relative
}

.dnd-section--hero-landing .hs_cos_wrapper_type_rich_text * {
  color: #fff
}

.dnd-section--hero-landing form {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}

.dnd-section--hero-landing::after {
  content: "";
  background: linear-gradient(90deg,#191b1d 40%,#191b1d 10%,transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

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

  .dnd-section--image-and-text > .row-fluid, .row-fluid--mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-container {
    padding-top: 70px;
    margin-top: -70px
  }

  .dnd-section--hero-landing::after {
    background: linear-gradient(180deg,#191b1d 40%,#191b1d 10%,transparent);
  } 
}

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

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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 {
  margin: 0 0 1.4rem;
  line-height: 1.8
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Custom headings for mobile */
@media screen and (max-width: 767px) {
  h3.custom-heading__mobile {
    font-size: 26px;
  }
}

/* Lists */

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

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

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

.body-container-wrapper li:not([class]) {
  line-height: 1.8;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

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

.text--small {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1
}

.related-objects-count {
  border: 1px solid;
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 400;
  line-height: 0;
  position: relative;
  top: -15px;
  left: 5px
}

@media (min-width: 768px) {
  .related-objects-count {
    display: none
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

.button.button--secondary {
  font-size: 14px;
  padding: 20px 64px;
  border-radius: 2px
}

.button.button--white {
  font-size: 14px;
  padding: 16px 24px;
  border-radius: 2px;
  background: #fff;
  color: #000;
  border-color: #fff
}

.button.button--link,
.button.button--link:hover,
.button.button--link:focus,
.button.button--link:active{
  text-transform: unset;
  background: unset;
  border: 0;
  color: #2C333D;
  font-size: 15px;
  letter-spacing: .47px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px
}

.button.button--outline {
  font-size: 14px;
  padding: 16px 24px;
  border-radius: 2px;
  background: unset;
  border-color: #fff !important
}

.button.button--outline:hover,
.button.button--outline:focus,
.button.button--outline:active{
  background: #fff;
  color: #000 !important;
}

/* No button */

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



.link,
.link:hover,
.link:focus,
.link:active {
  color: #2C333D;
  font-weight: 500;
  display: block
}

.link--arrow::after {
  content: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/chevron-right.svg);
  margin-left: 10px;
}

.link--external::after {
  content: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/external-link.svg);
  margin-left: 13px;
}

.link.link--download {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .4px;
  vertical-align: middle;
}

.link--download::after {
  content: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/download.svg);
  margin-left: 8px;
  height: 29px;
  width: 29px;
  display: inline-block;
  vertical-align: middle;
}
/* Fields */

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

/* Labels */

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

/* Help text */

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 {
  display: inline-block;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid;
  background-color: transparent;
  outline: none
}

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

form select {
  appearance: none
}

form .hs-form-field > label {
  opacity: .38;
  font-weight: 400
}

form .hs-fieldtype-select .input {
  position: relative
}

form .hs-fieldtype-select .input::after {
  content: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/dropdown-arrow.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none
}

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

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

/* 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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



.legal-consent-container {
  margin-bottom: 40px
}

form .hs-form-booleancheckbox input {
  display: none
}

form .hs-form-booleancheckbox input + span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #2C333D;
  left: -20px;
  top: 5px;
  flex: 0 0 auto;
}

form .hs-form-booleancheckbox input:checked + span::before {
  background: #2C333D;
  box-shadow: inset 0 0 0px 4px #ffffff;
}

form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline-flex;
}

form .legal-consent-container .hs-form-booleancheckbox-display p {
  display: block
}

.hs-form-radio input {
  display: none
}

.hs-form-radio input + span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 8px;
  top: 2px;
  position: relative
}

.hs-form-radio input:checked + span::before {
  background: #2C333D;
  box-shadow: inset 0 0 0px 3px #fff;
}

.form--hidden:not(.active) form > *:not(:first-child) {
  display: none
}

.form--center .actions {
  text-align: center
}

.form__title {
  font-size: 28px
}

@media (max-width: 767px) {
  .form__title {
    font-size: 22px
  }
}

/* start override style form landing page gestione preferenze */
.hsForm_fb95bc25-7924-4daf-87b3-6267d2a874f0 div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label,
.hsForm_fb95bc25-7924-4daf-87b3-6267d2a874f0 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field > label,
.hsForm_b60edece-c4fc-4d5f-9718-0579d8e59135 div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label,
.hsForm_b60edece-c4fc-4d5f-9718-0579d8e59135 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field > label
{
  font-weight: 500 !important;
  color: black !important;
  opacity: 1 !important;
  margin-left: 10px;
}

.hsForm_fb95bc25-7924-4daf-87b3-6267d2a874f0 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox label input.hs-input,
.hsForm_b60edece-c4fc-4d5f-9718-0579d8e59135 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox label input.hs-input
{
  display: none;
}
.hsForm_fb95bc25-7924-4daf-87b3-6267d2a874f0 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox label input+span:before,
.hsForm_b60edece-c4fc-4d5f-9718-0579d8e59135 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox label input+span:before {
    border: 1px solid #2c333d;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 24px;
    left: -20px;
    position: relative;
    top: 5px;
    width: 24px;
}

.hsForm_fb95bc25-7924-4daf-87b3-6267d2a874f0 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox label span,
.hsForm_b60edece-c4fc-4d5f-9718-0579d8e59135 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox label span {
  margin-left: 20px;
}

.hsForm_fb95bc25-7924-4daf-87b3-6267d2a874f0 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox input:checked + span::before, 
.hsForm_b60edece-c4fc-4d5f-9718-0579d8e59135 div.hs_preferenze_di_comunicazione.hs-preferenze_di_comunicazione.hs-fieldtype-checkbox.field.hs-form-field div.input ul li.hs-form-checkbox input:checked + span::before {
  background: #2C333D;
    box-shadow: inset 0 0 0px 4px #ffffff;
}

form .hs-form-booleancheckbox input+span:before {
    border: 1px solid #2c333d;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 14px;
    left: -20px;
    position: relative;
    top: 5px;
    width: 14px;
}
}
/* end override style form landing page gestione preferenze */
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: middle;
  font-weight: 500;
}

/* Libraries */

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

/**************************\
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: 999;
  overflow-y: auto
}

.modal--video .modal__container {
  width: 1100px;
}

.modal img {
  max-width: 100%
}

@media (min-width: 768px) {
  .modal--small .modal__container {
    max-width: 456px
  }
  
  .modal--medium .modal__container {
    max-width: 750px
  }

  .modal--model .modal__container {
    max-width: 814px
  }
}

.modal--small .modal__inner-wrapper {
  padding: 35px
}

.modal--model .modal__inner-wrapper {
  overflow: hidden;
}

.modal__container {
  max-width: 100%;
  max-height: calc(calc(var(--vh, 1vh) * 100) - 140px);
  box-sizing: border-box;
}

.modal--arneg-groups .modal__container {
  width: 615px;
}

.modal__inner-wrapper {
  padding: 50px 60px;
  background: #fff;
  border-radius: 3px;
}

.modal--model .modal__inner-wrapper {
  padding: 20px 60px 0
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #E30613;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__close {
  position: absolute;
  top: -34px;
  right: -94px;
  cursor: pointer
}

.modal__close svg {
  pointer-events: none
}

@media (max-width: 767px) {
  .modal__close {
    top: -60px;
    right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
  }

  .modal__close svg {
    height: 50px;
    filter: brightness(0)
  }

  .modal__container {
    padding-top: 60px;
    max-width: calc(100% - 30px);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 20px);
  }

  .modal__inner-wrapper {
    padding: 40px 20px;
  }

  .modal--model .modal__inner-wrapper {
    padding: 20px 40px 0
  }
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #E30613;
  color: #fff;
}



/**************************\
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);
}
.progressive {
  overflow: hidden;
  position: relative;
}

.progressive__img {
  width: 100%;
  height: 100%;
  transform: translateZ(0)
}

.progressive__bg-wrapper {
  overflow: hidden
}

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

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

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

/* Header DND sections */

:root {
  --geolocation-banner-height: 0px
}

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

header.header {
  position: absolute;
  top: var(--geolocation-banner-height);
  left: 0;
  right: 0;
  transition: all .3s ease-in-out;
  transition-property: background, transform;
  z-index: 99;
  max-width: 100vw;
}

header.header[data-scroll="out"] {
  transform: translatey(-100%);
}

header.header[data-scroll="out"] .header--toggle {
  filter: unset
}

[data-scroll-dir-y="-1"] header.header {
  position: fixed;
  transform: translatey(0);
}

.header-spacer {
  height: calc(138px + var(--geolocation-banner-height))
}

.header--no-nav .header__bottom {
  min-height: 90px;
  display: flex;
  align-items: center;
}

.header--no-nav .header__bottom .header__container {
  width: 100%
}

.header--no-nav + .header-spacer {
  height: calc(90px + var(--geolocation-banner-height))
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

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

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

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

  .header__column {
    position: relative;
  }

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

  .header-spacer {
    height: calc(70px + var(--geolocation-banner-height))
  }
}

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

.header__logo .widget-type-logo, .header__logo .widget-type-logo * {
  line-height: 0
}

.header__logo-claim {
  font-size: 13px;
  line-height: 17px;
  margin-left: 20px
}

.header__logo-claim-second-line {
  letter-spacing: .4px
}

.header__back-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: calc(100% - 70px);
  align-items: center;
  justify-content: center;
  background: #E30613;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.header__back-button span::before {
  content: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/chevron-right.svg);
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
  margin-right: 6px;
  display: inline-block;
}

@media (max-width: 1208px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__logo .widget-type-logo {
    width: 144px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 17px;
  }
}

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1208px) {
  .header__logo-claim {
    display: none;
  }

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

  .header__navigation.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 70px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }

  .header__navigation--toggle {
    cursor: pointer;
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__navigation--toggle::after {
    content: url('data:image/svg+xml,%3Csvg width="30px" height="17px" viewBox="0 0 16 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg id="mockup" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square"%3E%3Cg id="Assets" transform="translate(-233.000000, -174.000000)" stroke="%232C333D"%3E%3Cg id="menu-filter" transform="translate(233.849242, 174.000000)"%3E%3Cline x1="0.5" y1="0.5" x2="14.5" y2="0.5" id="Line"%3E%3C/line%3E%3Cline x1="0.5" y1="4.5" x2="14.5" y2="4.5" id="Line-Copy-3"%3E%3C/line%3E%3Cline x1="0.5" y1="8.5" x2="14.5" y2="8.5" id="Line-Copy-4"%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    display: block;
    position: relative;
    height: 18px;
    width: 30px;
  }

  .header__navigation--toggle.open::after {
    content: url('data:image/svg+xml,%3Csvg width="17px" height="17px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg id="mockup" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square"%3E%3Cg id="Assets" transform="translate(-365.000000, -172.000000)" stroke="%232C333D"%3E%3Cg id="x" transform="translate(365.849242, 173.000000)"%3E%3Cline x1="-1.63984938" y1="5.16605339" x2="11.9719562" y2="5.16605339" id="Line" transform="translate(5.166053, 5.166053) rotate(-45.000000) translate(-5.166053, -5.166053) "%3E%3C/line%3E%3Cline x1="-1.63984938" y1="5.16605339" x2="11.9719562" y2="5.16605339" id="Line-Copy-3" transform="translate(5.166053, 5.166053) rotate(45.000000) translate(-5.166053, -5.166053) "%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    width: 18px;
  }

  .menu.menu--primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
  }

  .menu.menu--primary ul {
    margin:0;
    padding: 0;
    width: 100%;
    position: absolute;
    transition: 0.25s;
  }

  .menu.menu--primary .menu__submenu, 
  .menu.menu--primary .menu__wrapper {
    padding: 15px 36px
  }

  .menu.menu--primary .menu__wrapper {
    height: calc(100vh - 225.39px);
    height: calc(calc(var(--vh, 1vh) * 100) - 225.39px);
    display: flex;
    flex-direction: column
  }

  .menu.menu--primary > ul {
    top:0;
    left:0;
  }

  .menu.menu--primary > ul ul {
    display: none;
    top:0;
    left:100%;
  }

  .menu.menu--primary .menu__submenu--active .mega-menu__row > ul {
    display: block !important;
    position: relative !important;
    left: unset !important;
    padding: 0
  }

  .menu--primary .menu__item {
    position: static
  }

  .menu.menu--primary .mega-menu .mega-menu__row > .menu__link {
    display: none
  }

  .mega-menu .mega-menu__col > .menu__submenu,
  .menu.menu--primary .menu__brands > .menu__submenu {
    display: block;
    left: 0;
    position: relative; 
    padding: 0;
    font-weight: 300
  }

  .menu.menu--primary .mega-menu__col .menu__child-toggle {
    display: none
  }

  .menu.menu--primary .mega-menu .mega-menu__col .menu__link {
    padding: 10px 0
  }

  .menu.menu--primary .mega-menu__row > .menu__submenu > .mega-menu__col:not(:first-child)::before {
    content: "";
    border-bottom: 1px solid #E2E2E2;
    position: relative;
    display: block;
    width: calc(100% + 72px);
    left: -36px;
    margin: 15px 0
  }

  .menu.menu--primary .menu__brands .menu__brand .menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 15px 0
  }

  .menu__brands .menu__brand .menu__link > *{
    max-width: 50%
  }

  .menu__item--italic-mobile {
    font-style: italic
  }

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

  .menu.menu--primary .menu__item.menu__brands .menu__item.menu__brands-wrapper::before,
  .menu.menu--primary .mega-menu .mega-menu__col.menu__item.menu__grid::before {
    content: unset
  }

  .menu.menu--primary .menu__brands-wrapper > .menu__link {
    display: none
  }

  .menu__item.menu__brands {
    position: relative
  }

  .menu__brands::after {
    content: "";
    background: #F0F0F0;
    position: absolute;
    left: -36px;
    top: 35px;
    width: calc(100% + 72px);
    height: 100%
  }

  body.menu-open {
    position: fixed
  }

  body.menu-open .header {
    background: #f8fafc
  }

  .menu__link[href="javascript:;"] + .menu__child-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
  }
}

@media (min-width: 1209px) {
  .header__bottom {
    border-bottom: 1px solid #ededed;
  }

  .menu__wrapper.no-list {
    display: flex;
    align-items: center
  }

  .header__back-button {
    display: none !important
  }
}

/* MENU */
/* Menu */



/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  text-decoration: none;
}

.menu__item--no-label > .menu__link {
  margin: 0 !important
}

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

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: 500;
}

.menu__link[href="javascript:;"] {
  cursor: default
}

@media (max-width: 1208px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 0.944rem;
  }
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 22px 20px;
  font-weight: 500;
  font-size: 14px;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -1px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #E30613;
}

.menu__link, 
.menu__link:hover,
.menu__link:focus {
  font-weight: inherit
}

/* Menu items - submenus */

.menu__submenu {
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
  padding: 15px 0;
}

.menu__item--open > .menu__submenu {
  display: block;
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 7.5px 30px;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

.mega-menu .menu__submenu {
  padding: unset;
  background: unset;
  box-shadow: unset;
  border-radius: 0
}

.mega-menu .menu__submenu .menu__link {
  padding: unset;
}




/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  /* padding-right: 3rem; */
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1209px) {
  .menu__submenu {
    background: #f4f5f5;
  }

  .menu__item--depth-1 {
    min-height: 90px;
    display: flex;
    align-items: center;
  }

  .menu__wrapper:hover .menu__item--depth-1 > .menu__link {
    opacity: .4
  }

  .menu__item.menu__item--depth-1:hover > .menu__link {
    opacity: 1
  }

  .menu__item--depth-1:hover > .menu__link:after {
    bottom: -1px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #2C333D;
  }
}

@media (max-width: 1208px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    border-bottom: none;
    padding: 0;
  }

  .menu__item--depth-1 {
    padding: 0
  }

  .menu.menu--primary .menu__link {
    display: inline-block;
    padding: 15px 0;
    transition: none;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

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

  .menu__item--no-label > .menu__submenu {
    display: block
  }

  .menu__item--no-label > .menu__child-toggle,
  .menu__item--no-label > .menu__link,
  .menu__item--brand-numbers {
    display: none
  }
}

/* Menu icons */

@media(min-width: 1209px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }
}

.menu__child-toggle-icon {
  background-image: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/chevron-right.svg);
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  width: 15px;
}

@media (max-width: 1208px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 40px;
    padding: 15px 0;
    position: relative;
    right: 0;
    top: 0;
    width: 28%;
    display: inline-block
  }

  .menu__child-toggle-icon {
    margin-left: auto;
    transition: transform 0.4s;
  }

  .menu__item--arneg-world {
    flex-direction: row-reverse;
    margin-top: auto;
    justify-content: space-between;
  }

  .menu.menu--primary .menu__grid > .menu__submenu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px
  }

  .menu__grid img {
    width: 100%;
    height: auto
  }

  .menu__submenu--active {
    max-height: calc(100vh - 70px);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
    overflow-y: auto;
  }

  .menu__grid>.menu__submenu .menu__link {
    text-align: center;
    font-size: 15px
  }
}

/* Menu items custom */

.menu__item--arneg-world {
  display: flex;
  align-items: center
}

.menu__item--arneg-world::before {
  content: "";
  background-image: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/arneg-world.svg);
  margin-right: 10px;
  line-height: 0;
  height: 45px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.menu__item.menu__brands {
  color: #2C333D;
}

.mega-menu .menu__item--depth-4>.menu__link:hover {
  text-decoration: underline;
  text-underline-offset: 7px
}

@media (min-width: 1209px) {
  .menu__item--arneg-world:after {
    content: "";
    width: 1px;
    background: #EDEDED;
    height: 35px;
    position: absolute;
    left: 0
  }

  .menu__item--arneg-world {
    padding-left: 30px;
    padding-right: 0;
    margin-left: 10px
  }

  .menu__item--arneg-world >.menu__link--active-link:after,
  .menu__item--arneg-world:hover >.menu__link--active-link:after,
  .menu__item--arneg-world:focus >.menu__link--active-link:after {
    background: #E30613;
    height: 100%;
    z-index: -1;
    width: calc(100% + 30px);
    left: 1px
  }

  .menu__item--arneg-world >.menu__link--active-link,
  .menu__item--arneg-world >.menu__link--active-link:hover,
  .menu__item--arneg-world >.menu__link--active-link:focus {
    color: #fff !important
  }


  .header .mega-menu>.menu__submenu.menu__submenu--level-2 {
    max-height: calc(100vh - 138px);
    overflow-y: auto;
  }

  .mega-menu > .menu__submenu.menu__submenu--level-2 {
    width: 100vw;
    position: fixed;
    left: 0;
    top: calc(138px + var(--geolocation-banner-height));
    background: #F4F5F5;
    padding: 50px 0
  }

  .mega-menu .menu__item {
    font-size: 16px;
    font-weight: 300;
  }

  .mega-menu .menu__item--depth-3 {
    font-weight: 500;
  }

  .mega-menu .menu__item--depth-3 > .menu__link {
    margin-bottom: 20px
  }

  .mega-menu .menu__item--depth-4 > .menu__link {
    margin-bottom: 15px
  }

  .menu__submenu .menu__item.mega-menu__row {
    max-width: calc(1296px + 3rem);
    margin: auto;
    padding: 0 1rem;
  }

  .mega-menu__row .menu__submenu {
    display: block;
    position: relative;
    top: unset;
    left: unset
  }

  .mega-menu__row > .menu__submenu {
    display: flex;
    width: 100%;
    left: unset;
    top: unset;
  }

  .menu__item.menu__item--brand-numbers {
    background-color: #fff;
    background: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/background-pattern-white.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-style: italic;
    padding: 45px;
    border-radius: 5px;
    margin-top: -40px;
    margin-bottom: -40px;
    min-width: 540px
  }

  .menu__item.menu__item--brand-numbers > .menu__submenu {
    width: 100%
  }

  .menu__item--brand-numbers .menu__item {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 16px;
  }

  .menu__item--brand-numbers .menu__item .menu__link {
    margin: 0
  }

  .menu__item--brand-numbers .menu__submenu > .menu__item:not(:last-child) {
    margin-bottom: 25px
  }

  .menu__item--brand-numbers .menu__item span {
    flex: 1
  }

  .menu__item--brand-numbers .menu__item::before {
    counter-reset: num var(--num);
    content: counter(num);
    display: inline-block;
    position: relative;
    font-size: 45px;
    line-height: 1;
    flex: 1;
    text-align: right;
  }

  .menu__grid .menu__submenu {
    display: grid;
    grid-template-columns: repeat(4, 1fr );
    width: 100%;
  }

  .menu__grid .menu__submenu > li {
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgb(237 237 237 / .2);
    border-bottom: 1px solid rgb(237 237 237 / .2);
  }

  .menu__grid .menu__submenu > li:nth-child(4n) {
    border-right: 0
  }

  .menu__grid .menu__submenu > li:nth-child(n+5) {
    border-bottom: 0
  }

  .menu__grid .menu__submenu > li .menu__link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: auto
  }

  .mega-menu__col--1 {
    flex: 1
  }

  .mega-menu__col--5 {
    flex: 7
  }

  .menu__grid .menu__link span {
    display: block;
    margin-top: 10px   
  }

  .header.header--grey .mega-menu>.menu__submenu.menu__submenu--level-2,
  body .header.header--grey {
    background: #f4f5f5
  }

  .header.header--black .menu__item--arneg-world:after,
  body:not(.menu-open) .header.header--initial-black[data-scroll="in"] .menu__item--arneg-world:after {
    background: rgb(237 237 237 / .2)
  }

  .menu__item.menu__brands {
    background: #F4F5F5;
    margin-top: 60px;
    margin-bottom: -50px;
    padding: 20px 0
  }

  .menu__brands > .menu__submenu {
    display: block;
    left: 0;
    width: 100%;
    position: relative;
  }

  .menu__brands-wrapper > .menu__submenu {
    display: flex;
    width: 100%;
    align-items: center
  }

  .menu__brands-wrapper > .menu__submenu > li:not(:first-child)::after {
    content: "";
    position: absolute;
    border-left: 1px solid #E8E8E8;
    left: 0;
    top: -20px;
    display: block;
    width: 1px;
    height: calc(100% + 40px)
  }

  .menu__item.menu__brand {
    padding: 0 36px;
    position: relative
  }

  .mega-menu  .menu__item.menu__brand > .menu__link {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: column;
    text-align: center;
  }

  .menu__brand .menu__link span {
    margin-top: 8px;
    font-size: 14px;
    opacity: .8;
    position: relative;
  }

  .menu__brands .mega-menu__col--1 > .menu__submenu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .menu__brands .mega-menu__col--1 > .menu__submenu .menu__link {
    margin: 0
  }

  .menu__brands .menu__link.menu__link--toggle {
    margin-bottom: 0
  }

  .menu__brand .menu__link::before {
    content: url(//6762242.fs1.hubspotusercontent-na1.net/hubfs/6762242/raw_assets/public/Arneg/images/go-out.svg);
    position: absolute;
    top: 0;
    right: 36px;
  }

  .menu__item--depth-1 > .menu__child-toggle,
  .mega-menu .menu__child-toggle {
    display: none
  }
}

@media (min-width: 1209px) and (max-width: 1393px) {
  .menu__item.menu__item--brand-numbers {
    padding: 45px 65px;
  }
}

.menu__item--brand-numbers .menu__link {
  text-decoration: none !important;
}

.menu__item.menu__item--big {
  font-size: 18px
}

.menu__item.menu__item--underline > .menu__link > span {
  border-bottom: 1px solid;
  padding-bottom: 3px
}

.menu__item.menu__item--red {
  color: #E30613
}

.header .mega-menu>.menu__submenu.menu__submenu--level-2 {
  transition: background .3s ease-in-out
}

.header.header--black .mega-menu>.menu__submenu.menu__submenu--level-2,
body .header.header--black,
body:not(.menu-open) .header--initial-black[data-scroll="in"] .mega-menu>.menu__submenu.menu__submenu--level-2,
body:not(.menu-open) .header--initial-black[data-scroll="in"] {
  background: #000000;
  color: #fff            
}

.header.header--black svg *,
body:not(.menu-open) .header--initial-black[data-scroll="in"] svg * {
  stroke: #fff
}

.header.header--black .header-top__label,
.header.header--black .header-top__menu .hs-menu-item,
.header.header--black .menu__item--depth-1 .menu__link,
body:not(.menu-open) .header--initial-black[data-scroll="in"] .header-top__label,
body:not(.menu-open) .header--initial-black[data-scroll="in"] .header-top__menu .hs-menu-item,
body:not(.menu-open) .header--initial-black[data-scroll="in"] .menu__item--depth-1 .menu__link
{
  color: inherit
}

.header.header--black *,
body:not(.menu-open) .header--initial-black[data-scroll="in"] * {
  border-color: rgb(237 237 237 / .2)
}

.header--black .menu__item--depth-1 > .menu__link--active-link:after,
.header--black .menu__item--depth-1:hover > .menu__link:after,
body:not(.menu-open) .header--initial-black[data-scroll="in"] .menu__item--depth-1 > .menu__link--active-link:after,
body:not(.menu-open) .header--initial-black[data-scroll="in"] .menu__item--depth-1:hover > .menu__link:after {
  background: #E30613;
}

.header.header--black .header__navigation--toggle,
body:not(.menu-open) .header--initial-black[data-scroll="in"] .header__navigation--toggle {
  filter: invert(1)
}



.header.header--white {
  background: #fff
}

@media (max-width: 767px) {
  .header.header--white-toggle[data-scroll="in"] .header--toggle:not(.open),
  .header.header--initial-white-toggle[data-scroll="in"] .header--toggle:not(.open) {
    filter: brightness(0) invert(1)
  }
}

@media (min-width: 1209px) { 
  .header.header-md--white {
    background: #fff
  }
}

@media (max-width: 1208px) { 

}

.header--black-centered {
 max-width: 600px !important;
 margin-left: auto  !important;
 margin-right: auto  !important;
}

.header--black-centered + .header-spacer {
  background-color: #191b1d !important;
}

.header--black.header--black-centered {
  background-color: #191b1d !important;
}
.header.header--black *, body:not(.menu-open) .header--initial-black[data-scroll="in"] * {
 border-color: #191b1d !important;
}
@media (min-width: 767px) {
.header--black.header--black-centered .header__bottom .header__container.content-wrapper{
  margin-left: 50px
}
}
.header__top--desktop {
  border-bottom: 1px solid #EDEDED;
  padding: 0 15px
}

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

.header__top--desktop .header-top__menu .hs-menu-item,
.header-top__label {
  font-size: 14px;
  line-height: 1.1;
  color:#2C333D;
}

.header__top--desktop .header-top__menu .hs-menu-item {
  margin-right: 30px
}

.header-top__menu .hs-menu-item a {
  color: inherit
}

.header-top__right {
  display: flex;
  align-items: center
}

.header__top--desktop .header-top__right > div:not(:last-child) {
  margin-right: 30px
}

.header-top__item {
  display: flex;
  align-items: center
}

.header-top__item:hover *,
.header-top__menu .hs-menu-item:hover {
  color: #E30613;
  stroke: #E30613;
}

.header-top__comparator--hidden {
  display: none
}

.header-top__size {
  font-size: 10px;
  position: absolute;
  top: 8px;
  left: 18px;
  font-weight: 600
}

.custom-language-switcher__toggle {
  display: flex;
  align-items: center
}

.custom-language-switcher__arrow {
  margin-left: 6px;
  transition: transform .3s ease-in-out
}

.custom-language-switcher:hover .custom-language-switcher__arrow {
  transform: rotate(180deg);
}

.header__top--desktop .header-top__item {
  padding: 15px 0;
  cursor: pointer;
}

.header__top--desktop .header-top__icon {
  margin-right: 10px
}

.header__top--mobile .header-top__menu {
  padding: 30px;
  border-top: 1px solid #E2E2E2
}

.header__top.header__top--mobile .header-top__menu ul {
  flex-direction: row;
  justify-content: space-evenly;
}

.header__top--mobile .header-top {
  padding: 0
}

.header__top--mobile .header-top__right {
  display: flex;
}

.header__top--mobile .header-top__right > div {
  flex: 1;
  background: #fff
}

.header__top--mobile .header-top__right > div:not(:last-child) {
  border-right: 1px solid #E2E2E2
}

.header__top--mobile .header-top__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  width: 100%;
}

.header__top--mobile .header-top__icon {
  height: 22px;
  width: 22px;
  margin-bottom: 8px
}

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0
}

.hs-search-field__suggestions #results-for {
  font-weight: bold;
  margin-top: 20px
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block;
}

.hs-search-field__suggestions a {
  color: #2C333D
}

.hs-search-highlight {
  background: #E2E2E2
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  color: #E30613;
  outline: 0
}

.custom-language-switcher__language a {
  font-size: 14px;
  color: #2C333D;
}

.custom-language-switcher__language:hover a {
  color: #E30613;
}

.hs-search-field__input::placeholder {
  opacity: .4
}

.hs-search-field .hs-search-field__category {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .4px;
  margin: 10px 0 5px
}

button.hs-search-field__button,
button.hs-search-field__button:focus,
button.hs-search-field__button:hover {
  background: unset;
  border: unset;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px
}

.hs-search-field__bar {
  position: relative
}


.custom-language-switcher {
  position: relative
}

.custom-language-switcher__languages {
  position: absolute;
  list-style: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
  z-index: 2;
  display: none;
  margin: 0
}

@media (max-width: 1208px) {
  .header__top--desktop, .custom-language-switcher__arrow, .custom-language-switcher__languages {
    display: none
  }

  .custom-language-switcher__languages {
    bottom: 100%;
    padding: 16px;
  }

  .custom-language-switcher__languages > li:not(:last-child) {
    margin-bottom: 12px
  }

  .custom-language-switcher__language {
    text-align: center
  }

  .custom-language-switcher.active .custom-language-switcher__languages {
    display: block
  }

  .header__top {
    background: #f8fafc;
    font-size: 15px
  }

  .header__top.header__top--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .25s;
  }
  
  .header-top__comparator {
    display: none
  }
}

@media (min-width: 1209px) {
  .header__top--mobile {
    display: none
  }

  .custom-language-switcher__languages > li:not(:last-child) {
    margin-bottom: 6px
  }

  .custom-language-switcher__languages {
    top: 100%;
    padding: 10px;
  }

  .custom-language-switcher:hover .custom-language-switcher__languages {
    display: block
  }

  .header__top--desktop .header-top__menu .hs-menu-item {
    position: relative;
    padding: 15px 0;
  }

  .header__top--desktop .header-top__menu .hs-menu-item.active::after {
    content: "";
    background: #E30613;
    height: 1px;
    width: calc(100% + 30px);
    position: absolute;
    bottom: -1px;
    left: -15px
  }
}
.newsletter-form {
  background: #fff;
  padding: 40px 30px;
  position: relative
}

.footer__copyright * {
  font-size: 10px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 0
}

.footer__title {
  line-height: 1.2
}

.footer__title-link {
    position: relative
}

.footer__title-link::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #2C333D;
    display: block;
    position: absolute;
}

.footer__title-link:hover {
    color: #E30613
}

.footer__title-link:hover::after {
    background: #E30613
}

@media (max-width: 767px) {
  .footer__middle .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer__middle {
    margin-bottom: -40px;
    border-top: 1px solid #DBDBDB
  }

  .footer__copyright {
    text-align: center
  }
  
  .footer__copyright > *:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (min-width: 768px) {
  .footer__top .row-fluid > div[class*="span"]:nth-child(2) {
    background: white;
    padding: 80px 60px;
  }

  .newsletter-form {
    padding: 60px 60px 80px;
    margin-bottom: -50px;
  }

  .footer__copyright {
    display: flex;
    justify-content: space-between
  }
}

.footer__landing-centered {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;

}

.footer__landing-centered__wrapper {
    background-color: #191b1d !important; 
}
.footer-menu__item--depth-1 > .footer-menu__link {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
}

.footer-menu__item--depth-2 > .footer-menu__link {
  font-size: 14px;
  line-height: 1.7
}

.footer-menu__item--depth-1 > .footer-menu__submenu {
  margin-top: 20px;
}

.footer-menu__submenu--level-2 > .footer-menu__item:not(:last-child) {
  margin-bottom: 9px
}

.footer-menu__child-toggle.footer-menu__child-toggle--open {
  transform: rotate(45deg);
}

.footer-menu a {
  color: #2C333D
}

@media (min-width: 768px) {
  .footer-menu__wrapper {
    display: flex;
  }

  .footer-menu__wrapper > li:not(:first-child) {
    margin-left: 8px;
  }

  .footer-menu__child-toggle {
    display: none
  }

  .footer-menu__item {
    flex: 1
  }
}

@media (max-width: 767px) {
  .footer-menu__item--depth-1.footer-menu__item:not(.footer-menu__item--open) > .footer-menu__submenu {
    display: none
  }

  .footer-menu__item--depth-1 {
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0;
    position: relative
  }

  .footer-menu__child-toggle {
    position: absolute;
    right: 0
  }
}
/* 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%;
}
.social-links > *:not(:first-child) {
  margin-left: 20px;
}

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

.social-links__icon {
  filter: brightness(0);
}
.newsletter-form {
  cursor: text
}

.newsletter-form__input {
  resize: none;
  pointer-events:none;
  padding: 0;
}

.newsletter-form__input::placeholder {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

#newsletter-form .modal__inner-wrapper {
  background: #F8F9F9
}

#newsletter-form .actions {
  text-align: center
}
.image-link__text {
  font-size: 28px;
  line-height: 1.25;
  margin-top: 25px;
}

.image-link.image-link--small .image-link__text {
  font-size: 22px
}

.image-link__icon {
  margin-left: 14.5px;
  height: 1rem;
}

.image-link__image {
  margin: auto;
}

@media (max-width: 767px) {
  .image-link__text {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    justify-content: center
  }

  .image-link__image {
    margin: auto
  }
}
.breadcrumbs-wrapper {
  padding: 8px 0;
  display: flex; 
  align-items: center
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400
}

.breadcrumbs__toggle {
  margin-right: 15px;
  line-height: 1;
  cursor: pointer
}

.breadcrumbs > .breadcrumbs__item:not(:last-child)::after {
  content: "|";
  margin-right: .25rem
}

.breadcrumbs--disabled > .breadcrumbs__item:not(:last-child) {
  display: none
}

@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

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







.flex {
  display: flex !important;
}

.justify-center {
  justify-content: center!important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 20px !important;
}

.m-2 {
  margin: 30px !important;
}

.m-3 {
  margin: 40px !important;
}

.m-4 {
  margin: 60px !important;
}

.m-5 {
  margin: 90px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-2 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-3 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-4 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-5 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-3 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-5 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 20px !important;
}

.mt-2 {
  margin-top: 30px !important;
}

.mt-3 {
  margin-top: 40px !important;
}

.mt-4 {
  margin-top: 60px !important;
}

.mt-5 {
  margin-top: 90px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 20px !important;
}

.me-2 {
  margin-right: 30px !important;
}

.me-3 {
  margin-right: 40px !important;
}

.me-4 {
  margin-right: 60px !important;
}

.me-5 {
  margin-right: 90px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 20px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.mb-3 {
  margin-bottom: 40px !important;
}

.mb-4 {
  margin-bottom: 60px !important;
}

.mb-5 {
  margin-bottom: 90px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 20px !important;
}

.ms-2 {
  margin-left: 30px !important;
}

.ms-3 {
  margin-left: 40px !important;
}

.ms-4 {
  margin-left: 60px !important;
}

.ms-5 {
  margin-left: 90px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 20px !important;
}

.p-2 {
  padding: 30px !important;
}

.p-3 {
  padding: 40px !important;
}

.p-4 {
  padding: 60px !important;
}

.p-5 {
  padding: 90px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-2 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-3 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-4 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-5 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-3 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-5 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 20px !important;
}

.pt-2 {
  padding-top: 30px !important;
}

.pt-3 {
  padding-top: 40px !important;
}

.pt-4 {
  padding-top: 60px !important;
}

.pt-5 {
  padding-top: 90px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 20px !important;
}

.pe-2 {
  padding-right: 30px !important;
}

.pe-3 {
  padding-right: 40px !important;
}

.pe-4 {
  padding-right: 60px !important;
}

.pe-5 {
  padding-right: 90px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 20px !important;
}

.pb-2 {
  padding-bottom: 30px !important;
}

.pb-3 {
  padding-bottom: 40px !important;
}

.pb-4 {
  padding-bottom: 60px !important;
}

.pb-5 {
  padding-bottom: 90px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 20px !important;
}

.ps-2 {
  padding-left: 30px !important;
}

.ps-3 {
  padding-left: 40px !important;
}

.ps-4 {
  padding-left: 60px !important;
}

.ps-5 {
  padding-left: 90px !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.font--22 {
  font-size: 22px !important;
}

.font--26 {
  font-size: 26px !important;
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 20px !important;
  }

  .m-md-2 {
    margin: 30px !important;
  }

  .m-md-3 {
    margin: 40px !important;
  }

  .m-md-4 {
    margin: 60px !important;
  }

  .m-md-5 {
    margin: 90px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-md-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-md-5 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-5 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 20px !important;
  }

  .mt-md-2 {
    margin-top: 30px !important;
  }

  .mt-md-3 {
    margin-top: 40px !important;
  }

  .mt-md-4 {
    margin-top: 60px !important;
  }

  .mt-md-5 {
    margin-top: 90px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 20px !important;
  }

  .me-md-2 {
    margin-right: 30px !important;
  }

  .me-md-3 {
    margin-right: 40px !important;
  }

  .me-md-4 {
    margin-right: 60px !important;
  }

  .me-md-5 {
    margin-right: 90px !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 20px !important;
  }

  .mb-md-2 {
    margin-bottom: 30px !important;
  }

  .mb-md-3 {
    margin-bottom: 40px !important;
  }

  .mb-md-4 {
    margin-bottom: 60px !important;
  }

  .mb-md-5 {
    margin-bottom: 90px !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 20px !important;
  }

  .ms-md-2 {
    margin-left: 30px !important;
  }

  .ms-md-3 {
    margin-left: 40px !important;
  }

  .ms-md-4 {
    margin-left: 60px !important;
  }

  .ms-md-5 {
    margin-left: 90px !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 20px !important;
  }

  .p-md-2 {
    padding: 30px !important;
  }

  .p-md-3 {
    padding: 40px !important;
  }

  .p-md-4 {
    padding: 60px !important;
  }

  .p-md-5 {
    padding: 90px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-md-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-md-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-md-5 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-md-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 20px !important;
  }

  .pt-md-2 {
    padding-top: 30px !important;
  }

  .pt-md-3 {
    padding-top: 40px !important;
  }

  .pt-md-4 {
    padding-top: 60px !important;
  }

  .pt-md-5 {
    padding-top: 90px !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 20px !important;
  }

  .pe-md-2 {
    padding-right: 30px !important;
  }

  .pe-md-3 {
    padding-right: 40px !important;
  }

  .pe-md-4 {
    padding-right: 60px !important;
  }

  .pe-md-5 {
    padding-right: 90px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 20px !important;
  }

  .pb-md-2 {
    padding-bottom: 30px !important;
  }

  .pb-md-3 {
    padding-bottom: 40px !important;
  }

  .pb-md-4 {
    padding-bottom: 60px !important;
  }

  .pb-md-5 {
    padding-bottom: 90px !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 20px !important;
  }

  .ps-md-2 {
    padding-left: 30px !important;
  }

  .ps-md-3 {
    padding-left: 40px !important;
  }

  .ps-md-4 {
    padding-left: 60px !important;
  }

  .ps-md-5 {
    padding-left: 90px !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .font-md--40 {
    font-size: 40px !important;
  }

  .font-md--35 {
    font-size: 35px !important;
  }

  .font-md--28 {
    font-size: 28px !important;
  }

  .md-flex {
    display: flex !important
  }

  .md-flex-col {
    flex-direction: column !important
  }
  
  .md-items-center {
    align-items: center
  }
}

.full-width {
  width: 100% !important
}

.bg-black {
  background: #000 !important
}

.bg-grey {
  background: #f4f5f5 !important
}

.bg-white {
  background: #fff !important
}

.color-white {
  color: #fff !important
}

.full-width-image {
  max-width: unset !important;
  width: max-content;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .full-width-mobile {
    position: relative;
    width: calc(100% + 2rem) !important;
    max-width: unset !important;
    left: -1rem
  }
}

.icon-shadow {
  box-shadow: 0 2px 18px 0 rgba(0,0,0,0.09);
  border-radius: 50%
}

.user-select-none {
  user-select: none
}

.italic {
  font-style: italic
}