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

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

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

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

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

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

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

a.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}

/* strong */
.strong,
b,
strong {
  font-family: var(--font-bold);
}

/************** Headings **************/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h2[style="text-align: center;"] {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
h2:after {
  position:absolute;
  width: 30px;
  display: block;
  content: '';
  height: 5px;
  background: var(--green-hex);
}
h2.center:after {
  left:calc(50% - 15px);
}
h4, h6 {
  color: var(--green-hex)!important;
}
/************** Lists **************/
/*--Global--*/
ul,
ol {
  margin: 20px 0;
}

ul {
  padding:0;
}

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

ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom:12px;
}

/*--No List--*/
.hs_cos_wrapper_widget ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/*--Bullet List--*/
.hs_cos_wrapper_widget ul:not(.no-list, .inputs-list, .hs-menu-wrapper ul) {
  list-style:none;
  padding-left: 40px;
}
.hs_cos_wrapper_widget ul:not(.no-list, .inputs-list, .hs-menu-wrapper ul) li {
  position:relative;
}
.hs_cos_wrapper_widget ul:not(.no-list, .inputs-list, .hs-menu-wrapper ul) li:before {
  content:url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/VALDOR/Icon%20feather-shield.svg);
  position:absolute;
  left:-20px;
}

/*--Ordered List--*/
.hs_cos_wrapper_widget ol { 
  list-style:none; 
}
.hs_cos_wrapper_widget ol li { 
  position:relative; 
  counter-increment:i; 
}
.hs_cos_wrapper_widget ol li:before { 
  position:absolute;
  top:0px; 
  left:-20px;
  font-weight:bold;
  content: counter(i)".";
}

/************** Code blocks - to do **************/

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/************** Blockquote **************/

blockquote {
  position:relative;
  margin-left:50px;
  padding-left:15px;
}
blockquote:after {
  position:absolute;
  width: 16px;
  display: block;
  content: '';
  height: 5px;
  background: var(--green-hex);
  left: 0;
  margin-left:16px;
}


blockquote:before {
  content:url("https://20088722.fs1.hubspotusercontent-na1.net/hubfs/20088722/VALDOR_THEME/Assets/Guillemets-Citation-1.svg");
  position:absolute;
  left:-40px;
  top:0px;
  background-color: var(--green-hex);
  width: 35px;
  height: 35px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

@media (min-width:992px) {
  blockquote {
    margin-left:130px;
  }
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/*--Default button--*/
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
.hs-button {
  transition:all .2s ease-out;
}
.hs-button:hover {
  text-decoration:none;
}

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


/*--Default Button Ghost--*/
.hs-button-ghost {
  border: 1px solid #192231;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  text-transform: none;
  border-radius: 3px;
  transition:all .2s ease-out;
  background-color: #f4f4f4;
  color: rgba(25,34,49,1.0);
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.hs-button-ghost:hover {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(25,34,49,1.0);
  color: #fff;
}

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


/*--Default Button Primary--*/
.hs-button-primary {
  text-decoration:none;
  background:var(--green-hex);
  border:1px solid var(--green-hex);
  color:#fff;
  border-radius:2px;
  font-size:16px;
  padding:8px 14px;
  font-weight:600;
  transition:all .2s ease-out;
}

.hs-button-primary:hover {
  text-decoration:none;
  font-weight:600;
  background:#fff;
  color:var(--green-hex);
}

.hs-button-primary:active {
  border:2px solid #B98520;
}

/*--Default Button Primary Ghost--*/
.hs-button-primary-ghost {
  text-decoration:none;
  border:1px solid var(--green-hex); 
  border-radius:2px;
  font-size:16px;
  padding:8px 14px;
  transition:all .2s ease-out;
  text-decoration:none;
  background:#fff;
  color:var(--green-hex);
}

.hs-button-primary-ghost:hover {
  text-decoration:none;
  background:var(--green-hex);
  color:#fff;
  font-weight:600;
}

.hs-button-primary-ghost:active {
  border:2px solid var(--green-hex);
}

.pop-up-btn {
  cursor:pointer;
}

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

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

/* Labels */

form label:not(.hs-form-booleancheckbox-display) {
  display: block;
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
}

/* 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: 20px 25px!important;
  width: 100% !important;
}

form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form input[type=file]::placeholder,
form select::placeholder,
form textarea::placeholder {
  color:#60777E;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - 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: 16px;
  margin: 0 0 1.4rem;
}

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

.tp-two-cols-right .form-title {
  color:#fff;
}

.tp-two-cols-right form .hs-richtext p {
  color:#fff;!important;
}
.tp-two-cols-right form .hs-richtext a,
.tp-two-cols-right form .hs-richtext p a {
  color:#fff;
}
.tp-two-cols-right form input[type=text], 
.tp-two-cols-right form input[type=email], 
.tp-two-cols-right form input[type=password], 
.tp-two-cols-right form input[type=tel], 
.tp-two-cols-right form input[type=number], 
.tp-two-cols-right form input[type=file], 
.tp-two-cols-right form select, 
.tp-two-cols-right form textarea {
  padding:12px 16px;
}

/* GDPR */

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

.legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top:5px;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  font-size:12px;
}

/* 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;
}
/* Table */
table { 
  width:100%!important; 
  border:2px solid!important;
}

table tr td { 
  padding:12px 20px!important; 
  vertical-align:middle; 
  text-align:center;
  border:1px solid;
}

table tr:first-child td { 
  font-weight:600; 
}

@media (max-width:992px) {
  div[data-hs-responsive-table="true"] {
    padding-bottom:12px;
  }
  div[data-hs-responsive-table="true"]::-webkit-scrollbar-track{ 
    border-radius: 10px; 
  }
  div[data-hs-responsive-table="true"]::-webkit-scrollbar{ 
    height: 12px; 
  }
  div[data-hs-responsive-table="true"]::-webkit-scrollbar-thumb{ 
    border-radius: 10px; 
  } 
  table tr td { 
    width:180px!important; 
  }
}

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

@media (min-width:992px) {
  .body-wrapper.transparent .body-container-wrapper { 
    margin-top:-152px; 
  }
}
/*----------------------------------------------------- Mobile version----------------------------------------------------- */
.header {
  position:relative;
  z-index:100;
  left:0; 
  top:-1px;
  width:100%;
  background:white;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
div[data-global-resource-path="VALDOR_THEME/templates/partials/header-V2.html"] {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position:sticky;
  top:0;
  z-index:100;
}
.header__container {
  position:relative;
}

/*LOGO LEFT*/

.header__site-logo-image{
  display: none;
  height: 80px;
  width: auto;
}
.header__site-logo-image-scroll{
  height: 45px;
}
/*Menu RIGHT TOP bar*/
/* container */
.header__menu__top-bar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-end;
  justify-content: flex-end;
}
.social-links{
  color:#fff;
  margin:12px 0;
}
.header__menu__top-bar a.social-links__link {
  position: relative;
}
.header__menu__top-bar .header__menu__link {
  margin-left:10px;
  margin-right: 10px;
}

.header__menu__top-bar .header__menu__link a{
  position:relative;
}
.header__menu__top-bar .header__menu__link a:before {
  position:absolute;
  top:0px;
  right:-20px;
  font-weight:bold;
  color:#fff;
  content:"|";
}
.header__menu__top-bar .header__menu__link a:after {
  position:absolute;
  top:0px;
  left:-20px;
  font-weight:bold;
  color:#fff;
  content:"|";
}

/* link */
.header__menu__link a{
  font-size: 11px;
  text-decoration:none; 
  color:#fff;
  margin: 12px;
  display: inline-block;
}

.header__menu__link a:hover{
  color: #48be2e;
  text-decoration:none;
  transition: 0.2s;
}

/* social media */
.header .social-links {  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.header .social-links .social-links__link { align-items:center; margin-bottom:10px; text-decoration:none; color:#fff; display: inline-flex; margin: 0 11px; }
.header .social-links .social-links__link:last-child {margin-right: 0px!important; }
.header .social-links .social-links__link  > span svg{ max-width:25px; height:22px; fill:white; max-height:22px; }
.header .social-links .social-links__link svg{ max-width:25px; height:22px; fill:#fff; max-height:22px; }


.svg-inline {
  height: 19px;
  width: auto;
}
.svg-inline path {
  fill: #a5a5a5;
}

/*Menu RIGHT BOTTOM bar*/
/* container */
.header__menu__bottom-bar{
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header__menu__bottom-bar a:hover{
  color: #48be2e !important;
  text-decoration:none;
  transition: 0.2s;
}

.header__menu__bottom-bar__container-home{
  margin-right:12px;
}

/* element ul & li menu */
.hs-menu-wrapper > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: left;
} 

.hs-menu-wrapper > ul > li {
  margin: 12px;

}
.hs-menu-wrapper > ul > li a{
  color:#fff;
  text-decoration:none;
}

.hs-menu-wrapper ul li.hs-item-has-children ul {
  position:relative;
  background: var(--dark-gray-color);  
  z-index: 10;
  display: none;
}
.hs-menu-wrapper ul li.hs-item-has-children ul li {
  margin: 5px 30px;
  list-style: none;
  text-align: left;
  position: relative;
}
.hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  position: absolute;
  right: 26px;
  font-size: 20px;
  font-weight: bold;
  color: var(--green-hex);
  content: "+";
}
.hs-menu-wrapper>ul>li.hs-item-has-children>a:hover:before {
  content: "-";
}
.hs-menu-wrapper > ul > li.hs-item-has-children>a{
  padding: 0 30px;
}
.hs-menu-wrapper > ul > li >a{
  padding: 0 30px;
}
.header__menu__bottom-bar__pop-up-btns{
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.hs-menu-wrapper ul li.hs-item-has-children ul li a {
  position: relative;
  padding: 8px;
  display: inline-block;
  width: 100%;
}
.hs-menu-wrapper ul li.hs-item-has-children > ul > li:not(:last-child) a:after {
  position: absolute;
  bottom: 0px;
  background: var(--clear-gray-color);
  width: calc(100% - 30px);
  content: "";
  height: 1px;
  left: 15px;
}

@media(max-width:992px) {
  .header .social-links { 
    justify-content:center;
    padding: 30px;
  }
  .hs-button-mobile-ghost{
    width: 100%;
  }
  .hs-button-mobile-ghost .hs-button {
    text-decoration:none;
    border:1px solid #fff; 
    border-radius:2px;
    font-size:16px;
    padding:8px 14px;
    transition:all .2s ease-out;
    text-decoration:none;
    background: transparent;
    color:#fff;
    width:100%;
    display: block;
  }

  .hs-button-mobile-ghost .hs-button:hover {
    text-decoration:none;
    border:#fff;
    background:#fff;
    color:var(--green-hex);
    font-weight:600;
  }

  .hs-button-mobile-ghost .hs-button:active {
    border:2px solid var(--green-hex);
  }

  .header__menu__bottom-bar__container-menu {
    position: absolute;
    display: none;
    top: 65px;
    background: var(--dark-gray-color);
    width: 100%;
    left: 0;
  }
  .header__site-logo{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header__menu__top-bar{
    flex-direction: column;
  }
  .header__menu__bottom-bar__container-menu.displayed {
    display:block;
  }
  .hs-menu-wrapper > ul {
    text-align: left;
  }
  .fixed .hs-menu-wrapper ul li.hs-item-has-children ul li a{ 
    color:#fff;
  }

  .hs-menu-wrapper > ul > li.hs-item-has-children>a{
    display:block;
  }

  .icon-menu-burger{
    height:60px;
    width:34px;
    fill:#a5a5a5;
  }
  .icon-menu-burger path {
    fill: #a5a5a5;
  }
  .icon-menu-burger{
    height:50px;
    width:27px;
    fill:#a5a5a5;
  }
  .icon-menu-burger path {
    fill: #a5a5a5;
  }
  .header__menu__bottom-bar__pop-up-btns{
    flex-direction: column;
    text-align: center;
    margin: 0 5px;
    padding: 5px 38px; 
  }
  .button-mobile{
    padding-top:51px;
  }
  .pop-up-btn.hs-button-primary-ghost,
  .pop-up-btn.hs-button-primary{
    margin-bottom: 5px;
  }
  .pop-up-btn.hs-button-primary-ghost{
    width:100%
  }
  .pop-up-btn.hs-button-primary{
    width:100%
  }
  .hs-menu-children-wrapper {
    padding-left: 10px;
  }
  .header__col-nav__top-bar-container{
    display: none;
  }
}

@media(min-width: 700px){
  .header__menu__top-bar{
    align-items: center;
  }
  .header__menu__top-bar{
    flex-direction: row;
  }
  .header__site-logo{
    margin-top: 0px;
  }
  .header__menu__link a{
    font-size: 15px;
  }
}


/*----------------------------------------------------- Desktop version----------------------------------------------------- */
@media (min-width:992px) {
  .hs-inline-edit .header{
    position: relative;
  }
  .header {
    background:rgba(135,126,110,0.4);
  }
  .body-wrapper.transparent .header.fixed,
  .body-wrapper.solid .header {
    background:#fff;
  }
  .body-wrapper.transparent .header.fixed .header__col-nav__top-bar-container, 
  .body-wrapper.solid .header .header__col-nav__top-bar-container {
    background: var(--dark-gray-color);
  }
  .header .social-links .social-links__link  > span svg{ max-width:15px; height:12px;  max-height:16px; }
  .header .social-links .social-links__link svg{ max-width:15px; height:12px; max-height:16px; }
  .header__col-nav__top-bar-container{
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-right: 30px;
    min-height: 50px;
  }
  .header__menu__bottom-bar{
    border-bottom: 1px solid var(--dark-gray-color);
    padding-right: 30px;
    padding-left:30px;
    min-height: 101px;
  }

  .header__col-logo {
    margin:10px 10px 10px -5px;
  }
  .header__menu__link a{
    color:white;
    font-size: 15px;
  }
  .header__menu__bottom-bar__menu{
    padding-right:10px;
    height: 100%;
  }
  .hs-menu-wrapper>ul>li {
    position: relative;
    height: 80px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin:0;
  }
  .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    right: -3px;
    top:26px;
  }
  .hs-menu-wrapper>ul>li.hs-item-has-children > a:hover:before {
    content: "-";
  }
  .hs-menu-wrapper > ul > li a {
    height: 100%;
    width:100%;
    color:var(--white-hex);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .hs-menu-wrapper>ul>li:not(.hs-item-has-children) > a {
    padding-right:6px;
  }
  .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding: 0 15px;
  }

  .hs-menu-wrapper ul li.hs-item-has-children ul li:not(:last-child) a:after {
    background: var(--dark-gray-color);
  }
  .social-links .social-links__link svg{
    fill:white;
  }

  .svg-inline path {
    fill: white;
  }
  .social-links__link-icon { margin-right: 5px;}

  .hs-menu-wrapper ul li.hs-item-has-children ul {
    background: #535353;  
  }
  .header__site-logo-image{
    display: block;
    /*height: 60px;*/
    width: auto;/*a changer*/
  }
  .header__site-logo-image-scroll{
    display:none;
  }
  .header .social-links .social-links__link { color:white; margin: 0 13px; }

  .header .social-links .social-links__link > span{ height:20px; }

  .header .social-links .social-links__link > span svg{ fill:white; height:20px; }

  .fixed .svg-inline path{
    fill:#ddd6d6;
  }
  .fixed .social-links .social-links__link svg{
    fill:white;
  }
  .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: flex-end;
    align-items: center;
  }
  .hs-menu-wrapper ul li.hs-item-has-children ul {
    position:absolute;
    opacity:0; 
    visibility:hidden;
    background: var(--clear-gray-color);  
    z-index: 10;
    width:250px;
    transition:all .1s ease-out;
    align-items: center;
    top:80px;
  }
  .hs-menu-wrapper ul li.hs-item-has-children:hover ul {
    opacity:1;
    visibility:visible;
    top:80px;
    display: block;
  }

  .mobile-trigger {
    display:none;
  }
  .hs-menu-wrapper ul li.hs-item-has-children ul li {
    position: relative;
    display: block;
    text-align: left;
    margin: 0;
  }

  .header__menu__bottom-bar__pop-up-btns{
    margin-bottom: 0px;
  }
  .mobile-displayed{
    display:none;
  }

  @media (min-width:1340px) {
    .header__menu__bottom-bar{
      padding-right: 140px;
      padding-left:140px;
    }
    .header__col-nav__top-bar-container{
      padding-right: 140px;
    }
  }
  @media (min-width: 1200px) {
    .hs-menu-wrapper ul li.hs-item-has-children ul {
      top:80px;
    }
    .hs-menu-wrapper ul li.hs-item-has-children:hover ul {
      top:80px;
    }
    .hs-menu-wrapper>ul>li {
      height: 80px;
    }
  }
  /*----------------------------------------------------- Menu On scroll Style----------------------------------------------------- */

  /* social link scroll */ 


  .body-wrapper.solid .header .social-links .social-links__link, 
  .fixed .header .social-links .social-links__link > span { 
    height:20px;
  }

  .body-wrapper.solid .header .social-links .social-links__link, 
  .fixed .header .social-links .social-links__link > span svg{ 
    color:white;
    height:20px;
  }

  .body-wrapper.solid .header .social-links .social-links__link svg
  .fixed .header .social-links .social-links__link > span svg{ 
    fill:white;
    height:20px;
  }

  .body-wrapper.solid .header .svg-inline path,
  .fixed .svg-inline path{
    fill:#ddd6d6;
  }

  .body-wrapper.solid .header .social-links .social-links__link svg,
  .fixed .social-links .social-links__link > span svg{
    fill:white;
  }

  .body-wrapper.solid .header .header__site-logo-image,
  .fixed .header__site-logo-image{
    display:none;
  }

  .body-wrapper.solid .header .header__site-logo-image-scroll,
  .fixed .header__site-logo-image-scroll{
    display:block;
    height: 60px;
    width: auto;
  }
  /* link menu scroll */
  .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
  }
  .body-wrapper.solid .header .header__menu__link a,
  .fixed .header__menu__link a {
    color:white;
  }
  .body-wrapper.solid .header .header__menu__link a:hover,
  .fixed .header__menu__link a:hover{
    color: #48be2e;
    text-decoration:none;
    transition: 0.2s;
  }

  .body-wrapper.solid .header .header__menu__bottom-bar a:hover,
  .fixed .header__menu__bottom-bar a:hover{
    color: #48be2e;
    text-decoration:none;
    transition: 0.2s;
  }

  .body-wrapper.solid .header .hs-menu-wrapper ul li a,
  .fixed .hs-menu-wrapper ul li a{ 
    color:var(--dark-gray-color);
  }

  .body-wrapper.solid .header .hs-menu-wrapper ul li.hs-item-has-children ul li a,
  .hs-menu-wrapper ul li.hs-item-has-children ul li a{ 
    color: var(--dark-gray-color);
  }

  .body-wrapper.solid .header .hs-menu-wrapper ul li.hs-item-has-children ul li:hover,
  .hs-menu-wrapper ul li.hs-item-has-children ul li:hover{
    background: var(--dark-gray-color);
    color: var(--white-hex) !important;
    text-decoration:none;
    transition: 0.2s;
  }
  .body-wrapper.solid .header .hs-menu-wrapper > ul li.hs-item-has-children > ul li:hover > a,
  .hs-menu-wrapper > ul li.hs-item-has-children > ul li:hover > a {
    color:#fff;
  }
}

@media (min-width: 993px){
  .header__menu__bottom-bar__container-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 993px) and (max-width: 1120px){
  .body-wrapper.solid .header .header__site-logo-image-scroll,
  .fixed .header__site-logo-image-scroll{
    height: 49px;
  }
}


/*UPDATE GERMAIN*/
@media (min-width:992px) {
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    display:none;
    position: absolute;
    left: 250px;
    top: 8px;
  }
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    display:block;
  }
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size:14px;
    padding:10px;
    color:#192231;
  }
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a {
    color:#fff;
  }
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:after {
    content: "+";
    position: absolute;
    right: 14px;
    top: calc(50% - 11px);
  }
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover:after {
    color:#fff;
  }
}
}
.footer { padding: 40px 0; background: var(--dark-gray-color); clear: both; color:#FFF;  }
footer .footer-container{justify-content:space-between; }
footer .row{ display:flex; flex-wrap: wrap; padding-left: 30px; padding-right: 30px; }
footer .row.footer-link {padding: 0!important}
footer .footer-col-left { flex: 1 0 70%;}
footer .footer-col-left__logo-container {width:100%}
footer .footer-col-left__logo-container img{width: 168px; height: 73px;}
footer .footer-link__container{ padding:10px;}
footer .footer-link__link a{ text-decoration:none;  color:#fff; margin: 5px; display: inline-block;}
footer .footer-link__link a:hover{ color: var(--primary-hex); text-decoration:none; transition: 0.2s;}
footer .footer-link .footer-link__title{ margin-bottom:10px; padding-bottom:10px; font-size: 20px; font-weight:bold; position: relative }
footer .footer-link .footer-link__title:after { position:absolute; width: 20px; display: block; content: ''; height: 3px; background: var(--primary-hex); bottom:0;}
footer .footer-col-right__title{ margin-bottom:20px; font-size: 20px; font-weight:bold; }
footer .footer-col-right__button{ display: flex; align-items: center; margin-bottom: 10px;}
footer .pop-up-btn.hs-button-primary{ width:100%; padding: 4px 7px; text-align: center;}
footer .footer-col-right__social-container {margin-top: 10px;margin-bottom: 15px;}
footer .subnav{ width:100%; text-align:center; margin-top:50px; }
footer .subnav ul{ list-style:none; } 
footer .subnav ul li,
footer .subnav ul li p { display:inline-block; }
footer .subnav ul li a, 
footer .subnav ul li p { color:#FFF; text-decoration:none; }
footer .subnav .hs_cos_wrapper_widget ul:not(.no-list,.hs-menu-wrapper ul) li:before { content:none; }
footer .subnav ul li:not(:last-child):after { content:"●"; display:inline-block; color:#fff; margin:0 4px; }
footer .row .footer-col-container{display:flex; width: 100%; height:100%}


/* ------------------------------DESKTOP--------------------------------- */
@media (min-width: 1340px) {
  footer .row { padding-left: 140px; padding-right: 140px; }
}
@media (min-width:1040px) {
  footer .footer-col-right{margin-top: -90px;}
}
@media (min-width:992px) {
  footer .footer-link__container { flex: 0 0 25%;}
  footer .footer-col-right__social-container { margin-bottom: 52px;}
  footer .footer-col-left__logo-container {margin-bottom:30px;}
  footer .footer-col-right__social-container {display:flex; justify-content: flex-end;}
  footer .footer-col-container{justify-content: space-between!important; width: 100%; height:100%}
  footer .subnav{ margin-top:25px; }
}
/* ------------------------------MOBILE--------------------------------- */
@media (max-width:992px) {
  footer .footer-col-left{flex: 0 0 70%;}
  footer .footer-col-right{padding: 0 130px 0 130px;}
  footer .social-links { width:100%; margin-bottom: 20px;}
  footer .navigation-links{ width:100%; margin-bottom: 20px; }
  footer .hs-menu-wrapper>ul { text-align: left;}
  footer .contact-links{ width:100%; margin-bottom: 20px; }
  footer .row .footer-col-container{display: flex; flex-direction:column-reverse;}
  footer .footer-col-right{ flex-direction: column-reverse; display: flex; text-align: center}
  footer .footer-link__container{width: 100%; text-align: center;padding-bottom: 30px;}
  footer .footer-link .footer-link__title:after { left:48%; }
}
@media (max-width:480px) { 
  footer .footer-col-right{padding: 0 37px 0 37px;}
}
/* Menu and simple menu */



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

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



/* 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%;
}
.pop-up-form { position:fixed; top:0; bottom:0; left:0; right:0; display: flex; flex-direction: column; align-items: center; justify-content:center; visibility:hidden; opacity:0; z-index:-10; transition:all .2s ease-out; }
.pop-up-form.displayed { visibility:visible; opacity:1; z-index:1000;}
.pop-submitted.displayed { }

.pop-up-form__overlay { position:absolute; display:block; top:0; bottom:0; left:0; right:0; background:rgba(0, 0, 0, .7);}
.pop-up-form__container{ border: solid 1px #000; border-radius: 4px; position: relative; max-height:90%; overflow:auto; width:90%; background: #fff; color: #000; padding:10px; }
.pop-up-form__close {  position: absolute; background:var(--primary-hex); color:var(--white-hex); top:0; right:0; padding:20px; text-decoration: none; cursor: pointer; font-size:20px; font-weight:bold; }

.pop-up-form__title { display:none; }

.pop-up-form__container::-webkit-scrollbar-track { border-radius: 0px; background-color: var(--clear-gray-color); }
.pop-up-form__container::-webkit-scrollbar { width: 4px; border-radius: 0px; background-color: var(--primary-hex); }
.pop-up-form__container::-webkit-scrollbar-thumb { border-radius: 0px; background-color: var(--primary-hex);  }
   
.pop-up-form__container form div.actions { text-align:center; }

.pop-up-form__container form input[type=text],
.pop-up-form__container form input[type=email],
.pop-up-form__container form input[type=password],
.pop-up-form__container form input[type=tel],
.pop-up-form__container form input[type=number],
.pop-up-form__container form input[type=file],
.pop-up-form__container form select,
.pop-up-form__container form textarea {
  padding: 20px 25px!important;
}

@media (min-width:768px) {
  .pop-up-form__close { font-size:30px; }
  .pop-up-form__title { display:block; text-align:center; color:#192231; margin-bottom:10px; font-size:17px; }
}

@media (min-width:992px) {
  .pop-up-form__container { width:50%; }
  .pop-up-form__container{ padding:60px; }
  .pop-up-form__title { font-size:25px; margin-bottom:30px;  }
}
@media(max-width:768px) {
  .pop-up-form__container form .hs-form-field { width:100%!important; }
}
.theme-colors-panel {
  display:flex;
  flex-wrap:wrap;
}
.theme-color-card {
  flex:0 0 50%;
  box-sizing:border-box;
  padding:4px;
}
.theme-color-card__color {
  height:100px;
  border-left:1px solid #192231;
  border-right:1px solid #192231;
  border-top:1px solid #192231;
}
.theme-color-card__txt {
  padding:8px;
  border-left:1px solid #192231;
  border-right:1px solid #192231;
  border-bottom:1px solid #192231;
}
.theme-color-card__name {
  font-weight:600;
}
.theme-color-card__hex {
  font-weight:300;
}

@media (min-width:992px) {
  .theme-color-card {
    flex:0 0 25%; 
    padding:8px;
  }
}
.info-table { width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; }
.info-table__cell { flex:0 0 48%; display:flex; justify-content:space-between; border-bottom:1px solid #52ba42; padding:13px 10px; margin-bottom:0px!important; }
.info-table__cell-left{ display:inline-block; width:75%;}
.info-table__cell-right{ display:inline-block; width:25%;}
.info-table__cell > div:last-child{ text-align:right; }

@media (max-width:992px) {
  .info-table__cell { flex:0 0 100%; }
}

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