/* 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: 1180px) {
  .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;
  padding: 0 1rem;
}

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

@media (max-width: 640px) {
  .body-container {
    margin-top: 72px;
  }
}

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

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

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

/* Image alt text */

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





.title--h1,
.title--h1 * {
  font-weight: 400;
  font-size: 4rem;
}

.title--h2,
.title--h2 * {
  font-weight: 700;
  font-size: 3.625rem;
}

.title--h3,
.title--h3 * {
  font-weight: 400;
  font-size: 2.75rem;
}

.subtitle--big {
  font-weight: 400;
  font-size: 2rem;
}

.subtitle--normal,
.subtitle--normal h1,
.subtitle--normal h2,
.subtitle--normal h3,
.dnd-section.header--subtitle--normal h1,
.dnd-section.header--subtitle--normal h2,
.dnd-section.header--subtitle--normal h3 {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: unset;
}

.subtitle--small {
  font-weight: 400;
  font-size: 1.25rem;
}
.text--extrabig {
  font-weight: 300;
  font-size: 3.75rem;
}

.text--big {
  font-weight: 300;
  font-size: 2.5rem;
}
.text--medium {
  font-weight: 300;
  font-size: 2rem;
}
.text--normal {
  font-weight: 300;
  font-size: 1.313rem;
}

.text--small {
  font-weight: 300;
  font-size: 1rem;
}

.text--extrasmall {
  font-weight: 300;
  font-size: 0.75rem;
}

.text--button {
  font-weight: 400;
  font-size: 1rem;
}

.text--uppercase {
  text-transform: uppercase;
}

/* h2 prefix */
.dnd-section .header--noprefix h2 {
  padding-left: 0;
}

.dnd-section .header--noprefix h2:before {
  display: none;
}

/* HEADER - Decoration line before text */
.before_decoration,
.before_decoration--wrapper h1,
.before_decoration--wrapper h2,
.before_decoration--wrapper h3,
.before_decoration--wrapper h4 {
  text-indent: 1.6em;
  padding-left: 0;
  line-height: 98%;
  position: relative;
  
/*  
 * It's better if we use this code
 *   */
  
/*   text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center; */
}

.before_decoration:before,
.before_decoration--wrapper h1:before,
.before_decoration--wrapper h2:before,
.before_decoration--wrapper h3:before,
.before_decoration--wrapper h4:before {
  content: "";
  width: 1em;
  height: 0.08em;
  background: #C03;
  display: block;
  position: absolute;
  top: 0.5em;  
}

.before_decoration--default:before  { background: #C03 !important; }
.before_decoration--black:before    { background: #000 !important; }
.before_decoration--white:before    { background: #FFF !important; }

.color_scheme--alternate .before_decoration:before,
.color_scheme--alternate .before_decoration--wrapper h1:before,
.color_scheme--alternate .before_decoration--wrapper h2:before,
.color_scheme--alternate .before_decoration--wrapper h3:before,
.color_scheme--alternate .before_decoration--wrapper h4:before {
  background: #fff;
}


/* HELP
 * To add the line before a title
 * class ".before_decoration" : use directly on an element H1, H2, H3
 * class ".before_decoration--wrapper" : use as extra_classes of an hubspot header
 *
 * To change color scheme of a section
 * class ".color_scheme--alternate" : use as class of a dnd_section
 * change the background to red and the color of elements to white
 */


.header_title_flex_center{
  position: relative;
  display: flex;
text-align: center;
   
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.header_title_flex_right{
    text-align: right;
     align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
  
}
.header_title_flex_left{
  text-align: left;
align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}


/* header extended - line before */
.color_scheme--alternate .header_line_before_value:before {
    content: "";
    width: 4.375rem;
    height: 0.25rem;
    display: block;
    margin-right: 1rem;
}
.color_scheme--alternate .header_line_before_value:before {
    background: #fff; 
}

/* header extended - color */
.dnd-section .replace-color * {
    color: inherit;
}
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;
}

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


/*****************************************/
/* BUTTONS GFY                           */
/*****************************************/

.button__animated__border {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  cursor: pointer;
  border: 0;
}
.button__animated__border:before, .button__animated__border:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.3s 0.2s ease;
}
.button__animated__border:before {
  left: 0;
  top: 0;
}
.button__animated__border:after {
  width: 100%;
  right: 0;
  bottom: 0;
}

.button__animated__border:hover {
  color: #FFFFFF;
  letter-spacing: 2px;
}
.button__animated__border:hover:before, .button__animated__border:hover:after {
  width: 100%;
}

.button__animated__border > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.button__animated__border > div:before, .button__animated__border > div:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #FFFFFF;
  transition: all 0.3s 0.4s ease;
}

.button__animated__border > div:before {
  right: 0;
  top: 0;   
}

.button__animated__border > div:after {
  left: 0;
  bottom: 0;
}

.button__animated__border:hover > div {
  z-index: 1;
}

.button__animated__border:hover > div:before, .button__animated__border:hover > div:after {
  height: 100%;
}



/*  CTA buttons */
.cta-button {
  display: flex;
  align-items: center;
  color: #000000;
  border: 2px solid transparent;
  border-bottom: 2px solid #cc0033;
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: 700;
  transition: border .4s;
  
/*  For avoiding 100% width  */
  width: fit-content
}

/* CTA Button: right arrow */
.cta-button:after, form .hs-button:after, form input[type=submit]:after{
  content: " ";
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
  background-position: 0 2px;
  background-image: url('//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/button-arrow--black.svg');
}

.cta-button--arrow-red:after {
  background-image: url('//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/button-arrow--red.svg')
}

.cta-button--arrow-white:after {
  background-image: url('//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/button-arrow--white.svg')
}

.cta-button--arrow-diagonal:after, .cta-button--arrow-diagonal--wrapper .cta-button:after {
  transform: rotate(-45deg);
}

.cta-button:hover {
  border: 2px solid #cc0033;
  font-weight: 700;
}

.cta-button:hover a, .cta-button a:hover {
  color: #cc0033;
}

.cta-button:hover::after {
  background-image: url('//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/button-arrow--red.svg')
}

/*
 .cta-button > span {
    padding: 1px;
}
*/

.cta-button--secondary {
  color: #1d1d1d;
  border: 2px solid transparent;
}

.cta-button--secondary:hover {
  border: 2px solid transparent;
}

/* CTA Button: color scheme */
.color_scheme--alternate .cta-button {
  border: 2px solid transparent;
  border-bottom: 2px solid white;
}

.color_scheme--alternate .cta-button:after {
  background-image: url('//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/button-arrow--white.svg'); 
}

.color_scheme--alternate .cta-button:hover {
  border: 2px solid #ffffff;
  transition: border .4s;
}

/* Pentabutton */
.pentabutton, .pentabutton:before  {
  clip-path: polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%);
  border-radius: 0;  
  transition: .4s;
  display: block;  
}

.pentabutton {
  width: 112px;
  height: 112px;
/*   top: 40%; */
  position: relative;
  background-color: #c03;
  top:auto;
  bottom:0;
}

.pentabutton:before {
  content: '';
  width: 110px;
  height: 110px;
  top: 1px;
  left: 1px;
  position: absolute;  
  background-color: #f6f6f6;
}

.pentabutton:after {
  content: '';  
  width: 80px;
  height: 3px;
  top: -1px;
  left: 50%;
  position: absolute;  
  display: block;
  transform: rotate(37deg);
  transform-origin: left center;  
  background-color: #cc0033;  
}

.pentabutton > svg {
  position: relative;  
  top: calc(50% - 20px);  
  left: calc(50% - 8px);
}
  
.pentabutton:hover > svg {
  -webkit-animation: up-and-down 1.4s ease-in-out infinite;
  animation: up-and-down 1.4s ease-in-out infinite;
}


.pentabutton > svg > path {
  stroke: #cc0033;
}


.color_scheme--alternate .pentabutton, .color_scheme--alternate .pentabutton:after {
  background-color: #f6f6f6;  
}

.color_scheme--alternate .pentabutton:before {
  background-color: #cc0033;  
}

.color_scheme--alternate .pentabutton > svg > path {
  stroke: #FFFFFF;
}
/* 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: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* 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;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 24px;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Custom checkbox */
form input[type=checkbox] {
  height: 18px;
  width: 18px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  border-radius: 2px;
  border: 2px solid #1E2833;
  background-color: transparent;
}

form input[type=checkbox]:checked {
  border: 2px solid #1E2833;
  background-color: #1E2833;
}

form input[type=checkbox]:active {
  border: 2px solid #1E2833;
}

form input[type=checkbox]:checked::before,
form input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  left: 0;
  transform: translateX(5px) translateY(-1px) rotate(-45deg);
  transform-origin: left bottom;
}

form input[type=checkbox]:checked::before {
  top: 50%;
  height: 50%;
  width: 3px;
}

form input[type=checkbox]:checked::after {
  bottom: 0;
  height: 3px;
  width: 100%;
}

/* Custom radio */
form input[type=radio] {
  height: 18px;
  width: 18px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;  
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  border-radius: 50%;
  border: 2px solid #1E2833;
  background-color: transparent;
}

form input[type=radio]:checked {
  border: 2px solid #1E2833;
  background-color: #1E2833;
}

form input[type=radio]:active {
  border: 2px solid #1E2833;
}

form input[type=radio]:checked::before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.section-colors-alternate form input[type=email], .section-colors-alternate form input[type=file], .section-colors-alternate form input[type=number], .section-colors-alternate form input[type=password], .section-colors-alternate form input[type=tel], .section-colors-alternate form input[type=text], .section-colors-alternate form select, .section-colors-alternate form textarea{
backdrop-filter: blur(10px);
    border: 1px #ffffffa6 solid;
  
}

.section-colors-alternate ::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

:focus-visible {
    outline: #fff0 auto 0px;
    /* border: 1px solid #fff; */
    border: 1px solid #fff !important;
}


.section-colors-alternate select option {
    background: #c03;
}


.section-colors-alternate form .hs-button, .section-colors-alternate form input[type=submit]{
/*   border: transparent;
  border-bottom: none !important;
  padding-left: 0;
  padding-right: 0; */
  
}



.section-colors-alternate form .hs-button:hover, .section-colors-alternate form input[type=submit]:hover {
/*     background: transparent;
    color: #fff; */
}


.section-colors-alternate .legal-consent-container {
    padding: 0 44px;
}

.section-colors-alternate .hs_submit.hs-submit {
    padding: 0 44px;
}




.section-colors-alternate form input[type=submit]:after {
/*     content: " ";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4zMDggOC41aDE4LjM4NG0wIDBsLTYuNzE3IDYuNzE3TTE4LjY5MiA4LjVsLTcuMDctNy4wNzEiIHN0cm9rZT0iIzFEMUQxRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    margin-left: 15px;
  filter: invert(1); */
}




.section-colors-alternate h2:before {
    content: "";
    width: 1em;
    height: 0.08em;
    background: #fff;
    display: block;
    margin-right: 2rem;
}

.section-colors-alternate h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* width: fit-content; */
    align-self: center;
    text-align: center;
}

.dnd-section .simple-form-section__subtitle p {
    font-size: 1.5rem;
}



.actions .hs-button.primary {
  display: flex;
  background: none;
  align-items: center;
  color: #000;
  border: 2px solid transparent;
  border-bottom-color: #c03;
  text-transform: uppercase;
  padding: .75rem 2rem;
  font-weight: 700;
  transition: border .4s;
  width: fit-content;
}

.actions .hs-button.primary:hover {
  border-color: #c03;
}

.color_scheme--alternate .actions .hs-button.primary {
  color: #fff;
  border-bottom-color: #fff;
}

.color_scheme--alternate .actions .hs-button.primary:hover {
  border-color: #fff;
}


/*
 *  Form scubscribe privacy check
 */
.hs_i_have_read_and_agree_to_the_privacy_policy_and_terms_conditions {
    position: absolute;
    margin: 72px 0 0 -62px;
}

.hs_i_have_read_and_agree_to_the_privacy_policy_and_terms_conditions label.hs-form-booleancheckbox-display {
    display: block;
}

.subscribe-form label.hs-error-msg {
    display: initial;
    top: -10px;
    position: relative;  
    font-size: .7em;
}


@media (min-width: 767px) and (max-width: 1024px) {
  .hs_i_have_read_and_agree_to_the_privacy_policy_and_terms_conditions {
      position: absolute;
      margin: 50px 0 0 0;
      width: 310px;
  }
}

@media (max-width: 767px) {
  .hs_i_have_read_and_agree_to_the_privacy_policy_and_terms_conditions {
      position: absolute;
      margin: 50px 0 0 0;
      width: 310px;
  }
}
/* 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: bottom;
}


/*****************************************/
/* ANIMATIONS                            */
/*****************************************/

@keyframes rotate {
  0% {
    transform: translateZ(1px) rotate(0deg)
  }
  100% {
    transform: translateZ(1px) rotate(360deg)
  }
}

@keyframes highlight {
  0% {
    background-size: 0px;
  }
  100% {
    background-size: 100%;
  }
}

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(00);
            transform: translateX(00);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(00);
            transform: translateX(00);
  } 
}

/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-0);
            transform: translateY(-0);
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-0);
            transform: translateY(-0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-left-hero
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left-hero {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-hero {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation puff-out-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(.5);
            transform: scale(.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(.5);
            transform: scale(.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


/**
 * ----------------------------------------
 * animation ripple
 * ----------------------------------------
 */
@-webkit-keyframes ripple {
 0% {
  height:100px;
  width:100px;
  opacity:1
 }
 75% {
  height:300px;
  width:300px
 }
 100% {
  height:350px;
  width:350px;
  opacity:0
 }
}
@keyframes ripple {
 0% {
  height:100px;
  width:100px;
  opacity:1
 }
 75% {
  height:300px;
  width:300px
 }
 100% {
  height:350px;
  width:350px;
  opacity:0
 }
}

@-webkit-keyframes ripple40 {
 0% {
  height:20px;
  width:20px;
  opacity:1
 }
 75% {
  height:60px;
  width:60px
 }
 100% {
  height:80px;
  width:80px;
  opacity:0
 }
}
@keyframes ripple40 {
 0% {
  height:20px;
  width:20px;
  opacity:1
 }
 75% {
  height:60px;
  width:60px
 }
 100% {
  height:80px;
  width:80px;
  opacity:0
 }
}


/******************************************* */

.scale-in-left {
	-webkit-animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation scale-in-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}


/* ----------------------------------------------
 * for card
 * ---------------------------------------------- */

.fade-in-bottom.is-inViewport {
	-webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



/* ----------------------------------------------
 * HERO pentabutton arrow
 * ---------------------------------------------- */
@-webkit-keyframes up-and-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes up-and-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*****************************************/
/* ANIMATIONS                            */
/*****************************************/

.fade {
  transition: all 0.8s;
  opacity: 0;
  transform: translateY(-40px);
  pointer-events: none;
}

.fade.onscreen {
  opacity: 1;
  z-index: 399;
  transform: none;
  transition-delay: 0.3s;
  pointer-events: auto;
}

.text--highlight {
  background: rgb(153,0,0);
  background: linear-gradient(90deg, var(--color-red) 0%, var(--color-red) 35%, rgba(255,255,255,0) 100%);  
  background-repeat: no-repeat;
  animation: highlight 5s normal;
}


/*** CTA BUTTON ***/
.cta-button
{
  margin: auto;
  text-align: center;
  cursor: pointer;  
  border: 2px solid transparent;  
  border-bottom-color: #000;
  position: relative;
  transition: 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button .hs-button.primary,  /* fix for form buttons submit */
.color_scheme--alternate .actions .cta-button .hs-button.primary
{
  border: none;
  padding: 2px;
}

.cta-button:hover
{
  border-color: transparent;
  border-bottom-color: #000;
}
.cta-button:before, .cta-button > span:after, .cta-button > span:before
{
  background: #000;
  border-bottom-color: #000;
}

.color_scheme--alternate .cta-button:hover
{
  border-color: transparent;
  border-bottom-color: #fff;
}
.color_scheme--alternate .cta-button:before, .color_scheme--alternate .cta-button > span:after, .color_scheme--alternate .cta-button > span:before
{
  background: #fff;
  border-bottom-color: #fff;
}

/* .cta-button:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  background: #fff;
  bottom: -2px;
  right: -2px;
  transition: 100ms width ease 300ms;
  -web-kit-transition: 100ms width ease 300ms;
} */

.cta-button:before
{
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  bottom: -2px;
  left: -2px;
  transition: 80ms height ease 160ms; /*200*/
  -web-kit-transition: 80ms height ease 160ms;
}
.cta-button > span:after
{
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  top: -2px;
  left: -2px;
  transition: 80ms width ease 80ms; /*100*/
  -web-kit-transition: 80ms width ease 80ms;
}
.cta-button > span:before
{
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  top: -2px;
  right: -2px;
  transition: 80ms height ease 0ms;
  -web-kit-transition: 80ms height ease 0ms;
}
/* .cta-buttona:hover:after {
  height: 52px;
  transition: 100ms height ease 100ms;
  -web-kit-transition: 100ms height ease 100ms;
} */
.cta-button:hover:before
{
  height: 52px;
  transition: 80ms height ease 0ms;
  -web-kit-transition: 80ms height ease 0ms;
}
.cta-button:hover > span:after
{
  width: calc(100% + 2px);
  transition: 80ms width ease 80ms;
  -web-kit-transition: 80ms width ease 80ms;
}
.cta-button:hover > span:before
{
  height: 52px;
  transition: 80ms height ease 160ms;
  -web-kit-transition: 80ms height ease 160ms;
}
/*** END CTA BUTTON ***/







/* HERO */
.hero__container.is-inViewport {
	-webkit-animation: slide-in-left-hero 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left-hero 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.hero__container h1.is-inViewport,
.dual-color__content__pretitle.is-inViewport,
.quote.is-inViewport,
[data-hs-cos-type="header"] > h1.is-inViewport,
p.is-inViewport,
dl.is-inViewport,
dt.is-inViewport
{
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

.hero__container h2.is-inViewport,
.dual-color__content__title.is-inViewport,
[data-hs-cos-type="header"] > h2.is-inViewport,
.showcase-section__title__heading__h3.is-inViewport {  
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.7s both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.7s both;
}

.hero__container h3.is-inViewport,
.dual-color__content__subtitle.is-inViewport {  
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.9s both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.9s both;
}

.hero__container .cta-button.is-inViewport,
.dual-color__cta .cta-button.is-inViewport {  
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.1s both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.1s both;
}

.hero__container .hero__information__button.is-inViewport {  
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.3s both;
}

.hero__container .hero__button_media.hero__button_media.is-inViewport {  
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 1.1s both;
	        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 1.1s both;
}



/* Button media ripple effect */
.hero__container  .hero__button_media.hero__button_media::after, .hero__container  .hero__button_media.hero__button_media:before,
.ripple:after, .ripple:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 100%;
  border: 1px solid #c03;
  height: 100px;
  width: 100px;
}

.hero__container.color_scheme--alternate .hero__button_media.hero__button_media::after, .hero__container.color_scheme--alternate .hero__button_media.hero__button_media:before {
  border-color: #fff;
}

.hero__container  .hero__button_media.hero__button_media::before {
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
}

.hero__container  .hero__button_media.hero__button_media::after {
  -webkit-animation: ripple 4s linear 2s infinite;
  animation: ripple 4s linear 2s infinite;
}

/* ripple for logo slider arrow */
.ripple-mini {
  clip-path: unset !important;
}

.ripple-mini:after, .ripple-mini:before {  
  color: #c00;
}

.ripple-mini:before {
  -webkit-animation: ripple40 4s linear infinite;
  animation: ripple40 4s linear infinite;
}

.ripple-mini:before {
  -webkit-animation: ripple 4s linear 2s infinite;
  animation: ripple40 4s linear 2s infinite;
}


/* hotspot */
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}


/* p, article */
.last-content-container .article-card.is-inViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/* funnel paragraph */
.paragraph-title, .paragraph-content
{
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

.single-paragraph:nth-child(1) .paragraph-title { animation-delay: 200ms; }
.single-paragraph:nth-child(2) .paragraph-title { animation-delay: 400ms; }
.single-paragraph:nth-child(3) .paragraph-title { animation-delay: 600ms; }
.single-paragraph:nth-child(4) .paragraph-title { animation-delay: 800ms; }
.single-paragraph:nth-child(5) .paragraph-title { animation-delay: 1000ms; }
.single-paragraph:nth-child(6) .paragraph-title { animation-delay: 1200ms; }
.single-paragraph:nth-child(6) .paragraph-title { animation-delay: 1400ms; }

.single-paragraph:nth-child(1) .paragraph-content > p { animation-delay: 400ms; }
.single-paragraph:nth-child(2) .paragraph-content > p { animation-delay: 600ms; }
.single-paragraph:nth-child(3) .paragraph-content > p { animation-delay: 800ms; }
.single-paragraph:nth-child(4) .paragraph-content > p { animation-delay: 1000ms; }
.single-paragraph:nth-child(5) .paragraph-content > p { animation-delay: 1200ms; }
.single-paragraph:nth-child(6) .paragraph-content > p { animation-delay: 1400ms; }
.single-paragraph:nth-child(6) .paragraph-content > p { animation-delay: 1600ms; }


img.hs-image-widget.is-inViewport {
  -webkit-animation: slide-top .5s cubic-bezier(.25,.46,.45,.94) .5s both;
          animation: slide-top .5s cubic-bezier(.25,.46,.45,.94) .5s both;
}

.list-vertical__image img.is-inViewport {
  -webkit-animation: slide-top .6s cubic-bezier(.25,.46,.45,.94) .6s both;
          animation: slide-top .6s cubic-bezier(.25,.46,.45,.94) .6s both;  
}

.testimonial-section img.is-inViewport {  
  -webkit-animation: slide-top .6s cubic-bezier(.25,.46,.45,.94) .6s both;
          animation: slide-top .6s cubic-bezier(.25,.46,.45,.94) .6s both;  
}
}
/*****************************************/
/* BACKGROUND                            */
/*****************************************/

.pentagon-bg {
  width: 800px;
  height: 800px;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}

.pentagon-bg--small {
  width: 800px;
  height: 800px;
  left: 270px;
  top: 180px;
  /*animation: rotate 60s infinite;*/
}

.pentagon-bg--big {
  width: 2000px;
  height: 2000px;
  left: -350px;
  top: -1200px;  
  transform: rotate(40deg);
  opacity: .4;
}

.pentagon-bg--red {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTcwIiBoZWlnaHQ9IjkyNSIgdmlld0JveD0iMCAwIDk3MCA5MjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00ODguNjYyIDAuMjQ3Mjg5TDk2OS4yODMgMzU3LjA2NEw3NzguNDUgOTI0LjQyNEwxNzkuODg4IDkxOC4yNTVMMC43ODkyNCAzNDcuMDgzTDQ4OC42NjIgMC4yNDcyODlaIiBmaWxsPSIjREIwMDI5IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiLz4KPC9zdmc+Cg==")
}

.pentagon-bg--black {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTcwIiBoZWlnaHQ9IjkyNSIgdmlld0JveD0iMCAwIDk3MCA5MjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00ODguNjYyIDAuMjQ3Mjg5TDk2OS4yODMgMzU3LjA2NEw3NzguNDUgOTI0LjQyNEwxNzkuODg4IDkxOC4yNTVMMC43ODkyNCAzNDcuMDgzTDQ4OC42NjIgMC4yNDcyODlaIiBmaWxsPSIjMDAwMDAwIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiLz4KPC9zdmc+Cg==")
}

.pentagon-bg--grey {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTcwIiBoZWlnaHQ9IjkyNSIgdmlld0JveD0iMCAwIDk3MCA5MjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00ODguNjYyIDAuMjQ3Mjg5TDk2OS4yODMgMzU3LjA2NEw3NzguNDUgOTI0LjQyNEwxNzkuODg4IDkxOC4yNTVMMC43ODkyNCAzNDcuMDgzTDQ4OC42NjIgMC4yNDcyODlaIiBmaWxsPSIjRjVGNUY0IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiLz4KPC9zdmc+Cg==")
}

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

/* Header DND sections */

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

/* Header container */
.header__container.content-wrapper {
  max-width: 100%;
}

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

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

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

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

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

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 2px;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
    display: none;
  }
}


@media (max-width: 468px) {
  .header__container.content-wrapper {
    margin: 1rem 1rem;
    padding: 0;
  }
  
  .header__container.content-wrapper .hamburger__button {    
    margin: 10px 64px 16px 0;
  }
  
  .header__container .header__column {
    display: none;
  }
}

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

/* Hamburger menu button */
.hamburger__button {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  cursor: pointer;
  margin: 16px 64px;
}
.hamburger__button__inner {
  top: calc(50% + 8px);
  display: block;
  margin-top: -2px;
}
.hamburger__button__inner, .hamburger__button__inner::after, .hamburger__button__inner::before {
  position: absolute;
  width: 20px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  border-radius: 0;
  background-color: #DB0029;
}
.hamburger__button__inner::after, .hamburger__button__inner::before {
  display: block;
  content: "";
}
.hamburger__button__inner::before {
  top: -16px;
  left: 6px;
}
.hamburger__button__inner::after {
  top: -8px;
  left: 18px;
}
.hamburger__button:hover .hamburger__button__inner::before, .hamburger__button:hover .hamburger__button__inner::after {
  left: 0;
}

@media (max-width: 767px) {
  .main-navigation {
    padding: 0 32px;
    margin: 24px 0;
    border: none;
    height: 36px;
  }

  .hamburger__button {
    position: absolute;
    left: 2rem;
  }
}

/* Logo */

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

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

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

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

.header__logo--main {
  padding-top: .1rem;
}


@media (max-width: 767px) {
  div#hs_cos_wrapper_navigation-primary {
      display: none;
  }
}


/* Header CTA */
.header__cta, .header__cta:hover {
  color: #DB0029;
  font-size: 18px;
  letter-spacing: 0.3px;
}

@media (max-width: 575.98px) {
  .header__cta {
    display: none;
  }
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

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

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

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

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

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

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

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

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

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

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

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

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

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

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

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

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Laptop, Notebook optimization */

@media only screen 
  and (min-device-width: 769px) 
  and (max-device-width: 1269px){
    .header__container {
      margin: 0 5rem 0 5rem !important;
    }  
}


/* Mobile toggles */

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

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

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

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

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

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

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

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

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

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


.header__container {
  margin: 0 160px 0 160px;
  max-width: 100%;
}

.hamburger__button, .hamburger__button__inner, .hamburger__button__inner::after, .hamburger__button__inner::before {
  width: 42px
}

.hamburger__button {
  margin: 20px 64px 16px 0;
}
/* @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    */
/*****************************************/

body.mainmenu--opened {
  margin: 0; height: 100%; overflow: hidden
}  
  
#main-navmenu * {
  font-family: 'Interstate';
  font-size: 16px;
}

/* main menu */
#main-navmenu {
  z-index: 9999999990;
}

.main-navmenu__bg {
  background: rgba(0,0,0,.5);  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: .6s;
  opacity: 0;
}

#main-navmenu.visible .main-navmenu__bg {
  display: block;
  opacity: 1;
}

#main-navmenu a {
  color: #fff;
  visibility: initial;
}

#main-navmenu ul {
  list-style-type: none;  
  padding: 0;
  margin: 1rem 0;
}

#main-navmenu ul>li>a {
  color: #fff;
  text-decoration: none;
  visibility: initial;
}

/* mainmenu container */
.main-navmenu__container {
  position: absolute;
  display: flex;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: -800px;
}

#main-navmenu.visible .main-navmenu__container {
  left: 0;
  width: 100%;
}


/* main menu page */
#main-navmenu .main-navmenu__page
{
  position: relative;
  background: #c03;
  color: #fff;
  width: max(20%, 360px);
  height: 100%;
  padding: 1rem 3.5rem 2rem;
  left: -800px;
  transition: .8s;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#main-navmenu.visible .main-navmenu__page {
  left: 0;
}

/* navmenu header */
.main-navmenu__header {
  display: flex;
  gap: 2rem;
  height: 72px;
  align-items: center;
}

.main-navmenu__header__close-button {  
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 28px;
  cursor: pointer;
  text-align: center;
  line-height: 3rem;
}

.main-navmenu__header__close-button:after {
  display: inline-block;
  content: "\00d7";
  color: #c03;
  position: relative;
  font-size: 2.6rem;
}

.main-navmenu__header__logo img,
.main-navmenu__page--3 p
{
  visibility: initial;
}
  
/* navmenu languages */
.main-navmenu__language__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  gap: 1rem;
}

.main-navmenu__language__items > li > a {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 0.2rem .8rem;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
}

#main-navmenu .main-navmenu__language__items > li > a:hover,
#main-navmenu .main-navmenu__language__items > li.active > a
{
  background: #fff;
  color: #c03;
}


/* content section */  
#main-navmenu .content-links {
  height: 100%;
  gap: 5rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* navmenu list */
.main-navmenu__level1 {
  height: 50%;
}

.main-navmenu__level1__header,
.main-navmenu__extra__header
{
  text-transform: uppercase;
  font-size: .8em;
  margin-bottom: 0;
  visibility: initial;
}

ul.main-navmenu__level1__items,
ul.main-navmenu__extra__items
{
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}

/* namenu extra */
.main-navmenu__extra {
  min-height: 14rem;
}

/* navmenu footer */
ul.main-navmenu__footer__items {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}


/* menu subitem */
.main-navmenu__level1__item--subitem label {
  display: flex;
  justify-content: space-between;  
  align-items: center;
}

.main-navmenu__level1__item--subitem label:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/nav__arrow-right--white.svg');  
}


.main-navmenu__level1__item--subitem input[type=radio] {
  display: none;
}

.main-navmenu__level1__item--subitem label {
  cursor: pointer;
  font-weight: 400;
}

.main-navmenu__level1__item--subitem .main-navmenu__page--2 {
  background: #c03;
  position: absolute;
  top: 0;
  left: 360px;
  opacity: 0;
  border-left: 1px solid #fff;
  color: #fff;
  width: max(20%, 360px);
  height: 100%;
  padding: 176px 3.5rem 5rem;
  transition: .8s;
  z-index: -100;
  pointer-events: none;
}

.main-navmenu__level1__item--subitem input:checked + label + .main-navmenu__page--2 {    
  /*left: 410px;*/
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
}

.main-navmenu__level1__item--subitem .main-navmenu__page--3 {
  background: #fff;
  border-left: 1px solid #fff;
  position: absolute;
  padding: 176px 3.5rem 5rem;
  top: 0;
  left: 710px;
  opacity: 0;
  width: 50vw;
  height: 100%;
  transition: 1.2s;  
  display: flex;
  flex-direction: column;
  gap: 2em;
  pointer-events: none;
}

.main-navmenu__level1__item--subitem input:checked + label + .main-navmenu__page--2 + .main-navmenu__page--3 {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
}

.main-navmenu__level1__item--subitem label.close-secondary-mobile {
  display: none;
  transform: rotateZ(180deg);
  line-height: 44px;
  margin: 1rem 0 1.5rem;
  text-indent: -9999px;
}

.main-navmenu__page--3 p {
  color:#000;
}




/* nav - mobile */
@media (min-width: 0px) and (max-width: 767.98px) {
  #main-navmenu .main-navmenu__page {
    width: 100%;
  }
  
  #main-navmenu .content-links {  
    gap: 14rem;
  }
  
  .main-navmenu__level1__item--subitem .main-navmenu__page--2 {    
    top: 160px;
    left: 800px;
    padding-top: 0;
    border: 0;
    width: 100%;
    z-index: 5;
  }
  
  .main-navmenu__level1__item--subitem input:checked + label + .main-navmenu__page--2 {
    left: 0;
  }
  
  .main-navmenu__level1__item--subitem label.close-secondary-mobile {
    display: flex;
  }
  
  ul.main-navmenu__level1__items li,
  ul.main-navmenu__extra__items li
  {
    line-height: 44px;
  }
}




/* nav - tablet */
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  .hero__information .hero__information__name h3 {
    width: 80% !important;
  }  
}


@media (max-height: 800px) { .main-navmenu__level1 {  height: 75%;  } }
@media (max-height: 600px) { .main-navmenu__level1 {  height: 120%;  } }

/* 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%;
}
html {
  scroll-behavior: smooth;
}


.ab-container {
  position: fixed;
  top: 0;
  z-index: 9876543210;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
}

html.hs-inline-edit .ab-container {
  display: none;
}

.ab-item {  
  display: flex;
  align-items: center;
  padding: 0px 8px;
  transition: all 1s;
  font-size: 12px;
  line-height: 36px;
} 

.ab-item:hover {
  font-size: 16px;
}

.ab-item__link {  
  transform: scale(.8);
  transition: transform .8s;
  border-radius: 20px;
  width: 100%;
  padding: 0px 20px;
  background: #c03;
}

.ab-item__link, .ab-item__link:hover, .ab-item__link:visited {
  color: #fff;
}

.ab-item__link__index {
  font-weight: 300;
  transition: transform .8s;
  color: #fff;
}

body .ab-item__link__index:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #fff;
  top: -0.3em;
  position: relative;
  margin: 0 6px 0 6px;
}

.ab-item__link__text {
  background: #c03;
  color: #fff;
  padding: 2px 4px;
  border-radius: 16px;
}

.ab-item--active {
  flex-grow: 1;
}

.ab-item--active .ab-item__link {
  transform: scale(1);
  font-size: 24px;
  font-weight: 700;
  padding: 0px 8px;
  background: none;
}

.ab-item--active .ab-item__link__index {
  display: block;
  font-size: 16px;
  width: fit-content;
  border-radius: 16px;
  padding: 0 8px;
  line-height: 24px;
  background: #c03;
}

.ab-item--active .ab-item__link__index:after {
  width: 16px;
}

.ab-item--active .ab-item__link__text {
  background: #c03;
  color: #fff;
  border-radius: 16px;
  padding: 2px 8px;
}


.ab-scrollbar {
  width: 6px;
  height: 1%;
  background: #DB0029;
  position: absolute;
  transition: height 1s;
  margin: 0 30px;
}

.ab-scrollbar:after {
  display: block;
  content: '';
  background: rgba(104, 106, 110, 0.5);;  
  width: 4px;
  height: 100vh;
  margin: 0 auto;
  z-index: -1;
  position: relative;
}

.js-ab-marker--preview {
  border: 1px dashed #516f90;
  line-height: 48px;
  text-align: center;
  background: #f5f8fa;
  color: #7c98b6;
  font-size: 14px;
  border-radius: 4px;
}

@media only screen and (max-width: 480px) {
  .ab-container {
    display: none;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

/*
* Paragraph default with title
*  */
.paragraph-section__default_with_title {
  overflow-x: hidden;
}
.paragraph-section__default_with_title .paragraph-section__h2 h2 {
  font-size: 4rem;
  width: 125% !important;
}

.paragraph-section__default_with_title .paragraph-section__p1 p {
  font-size: 2.5rem;
  /* width: 125% !important; */
}

@media (max-width: 1320px) {
  .paragraph-section__default_with_title .paragraph-section__p1 p{
    visibility: unset;
    animation: none;
  }
}


.paragraph-section__default_with_title .paragraph-section__p2 p {
  font-size: 1.313rem;
  font-weight: 400;
  padding-top: 2rem;
}


.paragraph-section__default_with_title .paragraph-section__image.paragraph-section__image--right.widget-type-linked_image img.hs-image-widget {
  max-width: 750px!important;
  margin-top: 350px;
}

.paragraph-section__default_with_title .paragraph-section__p1 {
  border-bottom: 1px solid #000000;
}

.paragraph-section__default_with_title:not(:has(.paragraph-section__p2)) .paragraph-section__p1 {
  border-color: transparent;
}





/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}
/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .paragraph-section__default_with_title .paragraph-section__p1 p{
    width: 100% !Important
  }
  .paragraph-section__default_with_title .paragraph-section__h2 h2{
    font-size: 3.5rem
  }
  .paragraph-section__default_with_title .paragraph-section__image.paragraph-section__image--right.widget-type-linked_image img.hs-image-widget{
    margin-top: 200px;
  }

}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .paragraph-section__default_with_title .paragraph-section__default_with_title .paragraph-section__h2 h2{
    width: 100% !important;
  }
  .paragraph-section__default_with_title .paragraph-section__default_with_title .paragraph-section__h2 h2{
    font-size: 3rem;

  }
  .paragraph-section__default_with_title  .paragraph-section__image.paragraph-section__image--right.widget-type-linked_image img.hs-image-widget{
    margin-top: 100px
  }

  .paragraph-section__default_with_title .paragraph-section__image--right {
    text-align: center;
  }
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .paragraph-section__default_with_title .paragraph-section__image.paragraph-section__image--right.widget-type-linked_image img.hs-image-widget {
    max-width: 400px!important;
    margin-top: 50px;
    object-fit:cover;
  }
  .paragraph-section__default_with_title .paragraph-section__p1 p{
    width: 100% !Important
  }
  .dnd-section.paragraph-section__default_with_title .paragraph-section__h2  h2:before {
    width: 30px;
    margin-left: 0;
    left: 0;
  }
  .paragraph-section__default_with_title .paragraph-section__h2 h2{
    padding-left: 40px;

    font-size: 3rem;

  }

  .paragraph-section__default_with_title .paragraph-section__h2 h2{
    width: 100% !Important
  }

}




/*
 * paragraph-section paragraph-section__default
 * */


.paragraph-section__default .paragraph-section__image--right {
  text-align: right;
}


.paragraph-section__default .paragraph-section__p1 p {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 122.54%;
  border-bottom: 1px solid #000000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.paragraph-section__default .paragraph-section__p2  p{
  font-weight: 400;
  font-size: 1.313rem;
  line-height: 122.54%;
  color: #1D1D1D;
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  .paragraph-section__default .paragraph-section__image--right {
    text-align: center;
    margin-bottom: 2rem;
  }


  .paragraph-section__default .paragraph-section__image.paragraph-section__image--right.widget-type-linked_image img.hs-image-widget{
    margin-top: 0;

  }
}


/*
 * paragraph-section paragraph-section__audio
 * */





.paragraph-section__audio .paragraph-section__image--right img {
  margin-top: 200px;
}
.paragraph-section__audio  .paragraph-section__p1 p {
  font-weight: 400;
  font-size: 2.5rem;
  color: #1D1D1D;
  width: 125%;
}

.paragraph-section__audio .paragraph-section__p2 p {
  font-size: 1.313rem;
  line-height: 1.75rem;
  /* display: flex; */
  /* align-items: center; */
  color: #1D1D1D;
  font-weight: 400;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.75rem;
  /*border-top: 1px solid #000000;*/
  padding-top: 1.75rem;
}


.paragraph-section__audio .paragraph-section__p2 p {
    border: 0;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
}





/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .paragraph-section__audio .paragraph-section__p1 p {
    width: 100%;

  }
}



/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .paragraph-section__audio .paragraph-section__image--right img {
    margin-top: 2rem;
  }
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .paragraph-section__audio .paragraph-section__image--right img {
    margin-top: 1rem;
  }
}
/*****************************************/
/* CTA NEWS                              */
/*****************************************/

.dual-color__wrapper {
  z-index: 1;
  position: absolute;
  background-color: #FBFAFA;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
} 

.dual-color__background {
  z-index: 10;
  background-color: rgb(204, 0, 51);
  width: 720px;
  min-width: 720px;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.dual-color__background.bis {
  opacity: .2;
  clip-path: polygon(0 15%, 95% 45%, 80% 100%, 0% 100%);
}

.dual-color__content {
  z-index: 30;
  display: block;
  font-size: 50px;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  top: 0;
  margin: 72px 0 48px 120px;   
}

.dual-color__content__pretitle {    
  max-width: 520px;
  font-size: 32px;
  font-weight: 400;
  line-height: 68px;
  margin: 0 0 24px;
}

.dual-color__content__title {
  max-width: 800px;
  font-size: 62px;
  font-weight: 400;
  line-height: 68px;
  margin: 0 0 24px;
  text-transform: uppercase;
  z-index: 99;
  position: relative;
}

.dual-color__content__title::before, .dual-color__content__title::after {
  content: attr(data-text);
  color: var(--color-primary);
}

.dual-color__content__title::after {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  clip: polygon(0 0, 558px 0, 516px 160px, 0 160px);
  clip-path: polygon(0 0, 558px 0, 516px 160px, 0 160px);
}

.dual-color__content__title > span {
  display: none;
}

.dual-color__content__subtitle {
  max-width: 420px;
  font-size: 24px;
  margin: 0 0 32px;
  font-weight: 400;
  color: #fff;
}

.dual-color__cta__button {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  padding: 16px 48px 16px 24px;
  border: 1px solid #FFFFFF;
  position: relative;
  z-index: 88;
}

.dual-color__cta {
  z-index: 20;
  position: relative;
  margin: 16px 0 24px 120px;
}

.dual-color__cta__button span:after {
  content: ' ';
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 14px;
  position: absolute;
  right: 14px;
  top: calc(50% - 8px);
}

.dual-color__cta__image {
  -webkit-clip-path: polygon(34% 0, 100% 21%, 97% 79%, 19% 100%, 0 55%);
  clip-path: polygon(34% 0, 100% 21%, 97% 79%, 19% 100%, 0 55%);
  height: 280px;
  width: 320px;
  left: 80px;
  position: absolute;
  top: -40px;
  transition: .4s;
  opacity: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-position: center center;
}

.dual-color__cta:hover .dual-color__cta__image {
  opacity: .3;
}

.dual-color__cta__image > img {
  height: 100%;
  opacity: .3;
}


@media only screen and (max-width: 480px) {
  .dual-color__content {
    margin: 16px 32px;
  }
  
  .dual-color__content__pretitle {
    line-height: 36px;
    font-size: 24px;
  }
  
  .dual-color__content__title {
    font-size: 40px;
    line-height: 44px;
  }
  
  .dual-color__cta {
    margin: 16px 0 24px 24px;
  }
}

/*****************************************/
/* CTA SUBSCRIBE                         */
/*****************************************/

@media only screen and (max-width: 768px) {
  .subscribe-narrow-section .subscribe-form form{
    align-items: baseline;
  }

  .section-colors-alternate .hs_submit.hs-submit {
      padding: 0;
  }
}


/*****************************************/
/* CTA HERO                              */
/*****************************************/
.cta-hero {
  height: 720px;
}

.cta-hero__container {
  position: relative;
  height: 100%;
}

.cta-hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.cta-hero__content {
  padding: 120px 16px 16px 15%;
  position: absolute;
  max-width: 62%;
}

.cta-hero__content__row1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px;
}

.cta-hero__content__row2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.cta-hero__content__row3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 60px;
}

.cta-hero__content__cta  {
  position: relative;
  /*max-width: 50%;*/
}

.cta-hero .cta-button {
  color: #fff;
  /* max-width: 180px; */
  margin: 0;
  font-weight: 600;
}
  
.cta-hero .cta-button > span {
  /*margin: 0 auto;*/
  margin: 0;
}

.cta-hero__content__cta__image {
  -webkit-clip-path: polygon(34% 0, 100% 21%, 97% 79%, 19% 100%, 0 55%);
  clip-path: polygon(34% 0, 100% 21%, 97% 79%, 19% 100%, 0 55%);
  height: 280px;
  width: 320px;
  left: 80px;
  position: absolute;
  top: -40px;
  transition: .4s;
  opacity: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-position: center center;
}

.cta-hero__content__cta:hover .cta-hero__content__cta__image {
  opacity: .3;
}

@media only screen and (max-width: 480px) {
  div.cta-hero {
    clip-path: none;
    height: auto;
  }
  
  .cta-hero__image {
    height: 300px;
    position: relative;
  }
  
  .cta-hero__content {
    padding: 32px 16px 32px 16px;
    max-width: 100%;    
    position: relative;
  }
  
  .cta-hero__content__row1 {
    font-size: 24px;
    line-height: 28px;
  }
  
  .cta-hero__content__row2 {
    font-size: 52px;
    line-height: 64px;    
    margin-bottom: 48px;
  }
  
  .cta-hero__content__cta {
    max-width: 100%;
  }
  
  .cta-hero__content__cta .cta-button {  
    margin: 0 auto;
  }
  
  .cta-hero__content__cta__image {
    top: -160px;
  }
  
  .cta-hero__content__row2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
  
  .cta-hero__content__row3 {
    font-size: 1.5rem;
  }
}
/* @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    */
/*****************************************/

.interactive-paragraph h2 {
    font-weight: 400;
    font-size: 4rem;
}
.interactive-paragraph__subtitle p {
    font-weight: 400;
    font-size: 1.313rem;
     padding-bottom: 0;
    margin-bottom: 0;
}

.interactive-paragraph__content p {
    font-size: 2.5rem;
}




.interactive-paragraph__subtitle  {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 1.5rem 0;
}
  


  


/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .interactive-paragraph__subtitle p {
    margin: 1rem auto;
    max-width: 90%;
}



    .interactive-paragraph__content {
        width: 90%;
        margin: 2rem auto;
    }

  
  
 .interactive-paragraph h2 {
    margin: 2rem auto;
    width: 90%;
  }
}
/* @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    */
/*****************************************/

.hero-section {
  
}

.hero__container {
  position: relative;
  min-height: 90vh;
  height:fit-content;
  overflow: hidden;
  top: 6vh;
  margin-bottom: 120px;
}

.hero__content, .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: left 1s;
  z-index: 1;
}

.hero__content {
  background-color: #f6f6f6;
  padding: 2.5rem 5rem 2.5rem 10rem;
  -webkit-clip-path: polygon(0px 0px, 70% 0px, 52% 100%, 0px 100%);
  clip-path: polygon(0px 0px, 70% 0px, 52% 100%, 0px 100%);
  z-index: 2;
}


.hero__content--preview {
  left: -4.5rem;
}

.hero__content * {
  color: #000;
}
.hero__content {
  /*position: relative;*/
  /*height:fit-content;*/
}
.hero__information {
  height: 100%;
  position: relative;
/*     padding-top: 2vh; */
}

.hero__information__wrapper {
    display: flex;
    height: 50vh;
    flex-direction: column;
    justify-content: center;
}

.hero__information__wrapper__content {
}

.hero__information__category {
    margin-bottom: 2.5rem;
}


.hero__information__category--tag > * {
  background: #1e2833;
  color: #FFF;
  font-weight: 300;
  font-size: 1.125rem;
/*   margin-bottom: 2rem; */
  display: inline-block;
  padding: 0.25rem 1.25rem;
  text-transform: lowercase;
}

.hero__container:not(.color_scheme--alternate) .before_decoration--wrapper h1::before {
  background: #000;
}

.hero__information__category--title > h1,
.hero__information__category--title > h2 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

.hero__information__name {
  max-width: 75%;
}

.hero__information .hero__information__name h1 small,
.hero__information .hero__information__name h2 small
{
  display: block;
  color: #000;  
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 20px;
  text-transform: none;
  /*margin-bottom: 2rem;*/
}

.hero__information .hero__information__name h1,
.hero__information .hero__information__name h2
{
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  text-transform: none;
  margin-bottom: 2.5rem;
}

.hero__information__divider {
  height: 2px;
/*   margin: 2.25rem 0; */
    margin: .25rem 0;
  width: 80%;
  background-color: #000;
}

.hero__information .hero__information__date {
  font-weight: 400;
  font-size: 1.5rem;
/*   margin-bottom: 2.25rem; */
}

.hero__information .hero__information__cta {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 2em 0 3em;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width:992px) {
  .hero__information .hero__information__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}


.hero__information__button {
/*   position: absolute;   */
  display: flex;
  width: 100%;
/*   bottom: 32px; */
}

.hero__information__button--center {
  justify-content: center;
}

.hero__information__button--right {
  justify-content: right;
}

/* HERO: MEDIA BACKGROUND */
.hero__background--image {
  height: 100%;
}

.hero__background--image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.hero__background .hero__background--video iframe {
  pointer-events: none !important;
}

.hero__background--video.fslightbox-source {
  width: 100% !important;
  height: 100% !important;
}

/* HERO: MEDIA BUTTON */
.hero__button_media {
  position: absolute;
  border: none;
  z-index: 5;
  top: 50%;
  right: 37vw;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 6.25rem;
  transition: all .6s;
  background-color: #c03;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero__button_media:active {
  background-color: #c03;  
}

.hero__button_media:before {
  content: '';
  width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
  position: absolute;
  background: none;
  border-radius: 50%;
  transition: all 1s;
  border: 2px solid #000;
}

.hero__button_media:hover {  
  background-color: #a4000b;
}

.hero__button_media:hover:before {  
  background-color: rgba(204,0,51,.1);
  border-color: #c03;
}

.hero__button_media--image {
  background-image: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/icon-plus-white.png");
}

.hero__button_media--video {
  background-image: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/icon-play-white.png");
}


/* HERE: COLOR SCHEME */
.hero__container.color_scheme--alternate .hero__content,
.hero__container.color_scheme--alternate .hero__content:active {
  background-color: #C03;
  /*min-height: 90vh*/
  height: 100%;  
}

.hero__container.color_scheme--alternate .hero__content *,
.hero__container.color_scheme--alternate .hero__content .hero__information .hero__information__name h2{
  color: #FFF;
}

.hero__container.color_scheme--alternate .hero__content .hero__information__divider {
  background-color: #FFF;
}

.hero__container.color_scheme--alternate .hero__button_media {
  background-color: #FFF;  
  box-shadow: 0px 1px 14px rgb(0 0 0 / 15%);
}

.hero__container.color_scheme--alternate .hero__button_media:before {
  border-color: #FFF;
}

.hero__container.color_scheme--alternate .hero__button_media--image {
  background-image: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/icon-plus.png");
}

.hero__container.color_scheme--alternate .hero__button_media--video {
  background-image: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/module-icons/icon-play.png");
}


.hero__information {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero__information .hero__information__name h3 {
    width: 50%;
}


@media (min-width: 767.98px) and (max-width: 1199.98px) {
   .hero__information .hero__information__name h3 {
    width: 80% !important;
}
  
}

/* HERO: Laptop, Notebook, Big Monitors optimization */

@media only screen 
  and (min-device-width: 1280px) 
  and (max-device-width: 4000px){
  .hero__information .hero__information__name {
      font-size: 4.5rem;
      max-width: 50vw;
  }
}


/* HERO: Responsive */
@media (max-width: 767.98px) {
  
  .hero__container{
    min-height: 73vh;
    margin-top: 80px;
    margin-bottom: 64px;
    top: 0;
  }
  
  .hero__content {    
    padding: 5rem 4rem !important;
  }  
  
  .hero__information {
    justify-content: space-between;
  }
  
  .hero__information__wrapper {
    height: 40vh;
  }

  .hero__information__name {
      max-width: 100%;
  }
  
  .hero__information__button--left, .hero__information__button--right {
    justify-content: center;
  }
  
  .hero__button_media {
/*     right: calc(50% - 50px); */
/*         right: calc(15% - 50px) !important;
    top: 60% !important; */
    width: 3.125rem !important;
    height: 3.125rem  !important;
  }
  
  .hero__information .hero__information__name h3 {
    width: 90% !important;
}
  
  
  .hero__information__button {
    
  }
  
  .pentabutton:before {
    width: 60px;
    height: 60px;
    margin-left: 2px;
  } 
  
  .pentabutton {
    width: 65px;
    height: 63px;
  }
}

@media (max-width: 1280px){
  .hero__button_media{
    right: 27vw;
  }
  .hero__content {
    -webkit-clip-path: polygon(0px 0px,80% 0px,60% 100%,0px 100%);
    clip-path: polygon(0px 0px,80% 0px,60% 100%,0px 100%);
    z-index: 2;
  }
}

@media (max-width: 1024px){
  .hero__button_media{
    right: 3vw;
  }
  .hero__content {
    -webkit-clip-path: polygon(0px 0px, 94% 0px,74% 100%,0px 100%);
    clip-path: polygon(0px 0px,94% 0px,74% 100%,0px 100%);
    z-index: 2;
  }
}



/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
 .hero__button_media{
    right: 12vw;
  }
}
@media (max-width: 575.98px) {
/*    right: calc(17% - 50px) !important; */
  
  .hero__button_media{
    right: 5vw;
    background-size: 1rem;
  }
  
  .hero__content {    
    padding: 5rem;    
    clip-path: polygon(0 0, 110% 0, 110% 100px,60% 100%,0 100%);
  }
  
}


.fslightbox-container{
      z-index: 10000000000;
}
/* @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    */
/*****************************************/

.simple-list__main-button {
  display: flex;
  justify-content: center;
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.storytelling-section__default{
 background-color: #CC0033; 
  color: #fff;
}

.storytelling-section__default h2 {
    text-align: center;
}

.storytelling-section__default h2, .storytelling-section__default h1, .storytelling-section__default h3 {
    color: #fff;
}

.storytelling-section__default__col6--right--number h1,
.storytelling-section__default__col6--right--number h2,
.storytelling-section__default__col6--right--number h3
{
  -webkit-text-stroke-width: thin;
  color: transparent !important;
  -webkit-text-stroke-color: white;
  margin-bottom: 0;
}

 .storytelling-section__default .paragraph-section__cta a {
    color: #fff;
    border-bottom: 1px solid;
    padding-right: 0;
    padding-left: 0;
}

 .storytelling-section__default .storytelling-section__default__img__title a {
  color: #fff;
  padding-right: 0;
  padding-left: 0;
}

.storytelling-section__default__top--right--image.storytelling-section__default__img__title {
    text-align: right;
}

.storytelling-section__default__caption__image div {
    color: #fff;
    border-top: 1px solid #fff;
    width: fit-content;
    padding-top: 1rem;
    margin-top: 1rem;
}



.storytelling-section__default__top--right--image.storytelling-section__default__img__title{
float: right;
}
.storytelling-section__default__head__title span{
 padding: 50px;
    display: flex;
    justify-content: center; 
}
.storytelling-section__default__head__title h1{
text-align: center;
    position: relative;
    line-height: 98.5%;
}
.storytelling-section__default__head__title h1:before{

    text-align: center;
    content: "";
    width: 1em;
    height: 0.08em;
    background: #fff;
    display: block;
    position: absolute;
    top: 0.5em;
    /* left: 10px; */
    left: -90px;
}

.storytelling-section__default__col6--left--paragraph {
    margin-top: 2rem;
}

.storytelling-section__default__col6--left--event.storytelling-section__default__img__title img {
    width: 100%;
       object-fit: cover;
  
}
@media only screen and (max-width: 600px) {
 .storytelling-section__default__col6--right--number {
    margin-top: 5rem;
}

  .storytelling-section__default__top--left--image {
    margin-bottom: 3rem;
}
  
  .storytelling-section__default__top--right--image {
    margin-bottom: 3rem;
}
}

.storytelling-section__default .paragraph-section__cta a:before, .storytelling-section__default .paragraph-section__cta a span:before, .storytelling-section__default .paragraph-section__cta a span:after {
    background: #fff;
}
/* @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    */
/*****************************************/

.list-vertical-section {
  background-repeat: no-repeat;
  background-size: 45em;
  background-position: 70vw 0vh;
  background-image: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/pentagon-grey.svg");
  background-color: #F2F2F2;
}

.list-preview-title {
  display: flex;
  justify-content: left !important;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.content-list-section .row-fluid{
  padding-left: 5px;
}

@media (max-width: 767px) {
  .content-list-section .row-fluid{
    padding-left: 0;
  }
}
/* @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    */
/*****************************************/

.counter-section__hubspot img {
  display: flex;
  max-width: 100%;
  user-select: none;
min-height: 500px;}



.counter-section__hubspot .hotspots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
 .counter-section__hubspot  .hotspots .hotspot {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none; }
  .counter-section__hubspot   .hotspots .hotspot:nth-child(1) .trigger {
        top: 45%;
    right: 26%; }
 .counter-section__hubspot    .hotspots .hotspot .trigger {
  
        position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    background: rgb(204 0 51 / 11%);
    color: #EEE6F0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 0 0 0 #ff2255;
    transition: box-shadow .4s;
    user-select: none;
    border: 3px solid #CC0033;
    box-shadow: 1px -1px 0px 11px rgb(204 0 51 / 11%);
    -webkit-box-shadow: 1px -1px 0px 11px rgb(204 0 51 / 11%);
    -moz-box-shadow: 1px -1px 0px 11px rgb(204 0 51 / 11%);
 }

   .counter-section__hubspot          .trigger {
	animation: beat 1s infinite alternate;
	transform-origin: center;
    
}

/* Heart beat animation */
@keyframes beat{
	to { 
    
        box-shadow: 1px -1px 0px 31px rgb(204 0 51 / 11%);
    -webkit-box-shadow: 1px -1px 0px 31px rgb(204 0 51 / 11%);
    -moz-box-shadow: 1px -1px 0px 31px rgb(204 0 51 / 11%);
        transition: opacity 0.3s ease-in-out;

    }
}


.counter-hotspot__h2 h2{
font-size: 2.5rem !important;
    line-height: 3.5rem;
    color: #1d1d1d !important;
    max-width: 700px;

}
.counter-section__hubspot{
 min-height: 600px; 
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

.counter-section__hubspot{
 min-height: 300px; 
}
}
/* @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    */
/*****************************************/
.subscribe-title {
  width: 100%;
}

.subscribe-desc {
  width: 75%;
  font-size: 14px;
}

.subscribe-form {
  
}

.subscribe-form form {
  display: flex;
  flex-direction: row;
}

.section-colors-alternate .subscribe-form .input input[type=email] {
  border: 1px solid #d15772;
  background-color: #d6345c;
}

.section-colors-alternate .subscribe-form .input input:-internal-autofill-selected {
  border: 1px solid #d15772;
  background-color: #d6345c !important;
}

.subscribe-form .input input {
  width: 250px;
  margin-right: 50px;
  font-size: 22px;
  border: 1px solid #d15772;
  background-color: #d6345c;
}

.subscribe-form label {
  display: none;
}

x.subscribe-form input.hs-button[type=submit] {
  /*cta-button properties*/  
  display: inline-block;
  text-transform: uppercase;
  padding-top: 0.85rem;
  padding-bottom: 0.8rem;
  padding-right: 3rem;
  padding-left: 2rem;
  font-weight: 400;
  border: 1px solid transparent;
  border-bottom: 1px solid #FFFFFF;
  margin-left: -65px;
}

x.subscribe-form input.hs-button[type=submit]:hover {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  transition: border .4s;
}

x.subscribe-form .actions:after {
  /*.cta_button--arrow_right:after properties*/
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4zMDggOC41aDE4LjM4NG0wIDBsLTYuNzE3IDYuNzE3TTE4LjY5MiA4LjVsLTcuMDctNy4wNzEiIHN0cm9rZT0iIzFEMUQxRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  
  /*.cta_button--arrow_right--white:after properties*/
  filter: invert(100%);
  margin-left: -35px;
  margin-top: 10px;
}




.subscribe-section.section-colors-alternate h2{
    text-align: left;
    font-size: 3.75rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: baseline;
    align-content: flex-start;
  margin-top:0;
}


.subscribe-section .text--normal {
    font-weight: 400;
    font-size: 1.125rem;
    color: rgba(250, 250, 250, 0.9);
}

.subscribe-section label span {
    display: none;
}
.subscribe-section .hs_email .input {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 1rem;
}

.subscribe-section.section-colors-alternate .hs_submit.hs-submit{
padding:0
}



.subscribe-section form {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: center;
    /* flex-wrap: nowrap; */
}

.subscribe-section .hs-form-field {
    margin-bottom: 1.4rem;
    width: 90%;
    margin-right: 10%;
}
.subscribe-section .subscribe-form input.hs-button[type=submit] {
    display: inline-block;
    text-transform: uppercase;
    padding: 0.85rem 3rem 0.8rem 2rem;
    font-weight: 400;
    border: 1px solid transparent;
    border-bottom-color: #fff;
  background-color: transparent
}


.subscribe-narrow-section {
    margin: 5rem 7rem;
}
.subscribe-narrow-section.section-colors-alternate h2 {
    text-align: left;
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    align-self: baseline;
    align-content: flex-start;
}

.subscribe-narrow-section.section-colors-alternate h2:before {
    display: none;
}

.subscribe-narrow-section .text--normal {
    font-size: 0.875rem;
    margin-top: 0;
    padding: 0;
}

.subscribe-narrow-section .subscribe-form form {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.subscribe-narrow-section .subscribe-form .input input {
    width: 100%;
}
.subscribe-narrow-section .subscribe-form input.hs-button[type=submit]{
     margin: auto; 
}

.subscribe-narrow-section .subscribe-form .input input{
  font-size: 1.375rem
}



.subscribe-section.section-colors-alternate form .hs-button, .subscribe-section.section-colors-alternate form input[type=submit] {
    border-color: #fff;
    background-color: #c03;
    border: 0;
    background: transparent;
  
  
}






/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
.subscribe-narrow-section .subscribe-form form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    align-items: baseline;
}

.subscribe-narrow-section   .subscribe-form input.hs-button[type=submit] {
    margin-left: 0;
}

}

@media only screen and (max-width: 768px) {
  .subscribe-narrow-section .subscribe-form form{
    align-items: baseline;
  }

  .section-colors-alternate .hs_submit.hs-submit {
      padding: 0;
  }
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.subscribe-narrow-section {
    margin: 1rem 2rem;
}


.subscribe-narrow-section.section-colors-alternate form .hs-button, .section-colors-alternate form input[type=submit]{
    background-color: #ba072f;

}
.subscribe-narrow-section .subscribe-form {
    margin-top: 2rem;
}

.subscribe-narrow-section  .subscribe-form .input input{
margin-right: 0
}
  
  .subscribe-section form {
    flex-direction: column;
    margin-top:2rem;
}
  
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .subscribe-narrow-section {
    margin: 0.5rem 1rem;
}
}
/* @import url('http://example.com/example_style.css'); */

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

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

.focus-section span {
    font-weight: 400;
    font-size: 2rem;
    /* line-height: 122.54%; */
}
.focus-section .widget-type-text {
    border-top: 1px solid #686A6E;
    margin-top: 1.2rem;
    padding-top: 1.3rem;
}

.focus-section span {
    font-weight: 400;
    font-size: 2rem;
}



/* HEADER - Decoration line before text */
.focus-section .before_decoration,
.focus-section .before_decoration--wrapper h1,
.focus-section .before_decoration--wrapper h2,
.focus-section .before_decoration--wrapper h3,
.focus-section .before_decoration--wrapper h4 {
text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
      margin-bottom: 4rem;

}

.focus-section .before_decoration:before,
.focus-section .before_decoration--wrapper h1:before,
.focus-section .before_decoration--wrapper h2:before,
.focus-section .before_decoration--wrapper h3:before,
.focus-section .before_decoration--wrapper h4:before {

  position: relative;
  top: 0;
  
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

 .focus-section .span6.widget-span.widget-type-cell.dnd-column {
    margin-bottom: 3rem;
}
}
/* @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    */
/*****************************************/
.showcase-section{
  background: #CC0033;
  padding: 5rem 0;
}

.dnd-section.showcase-section h2{
  color: #fff
}

.dnd-column .row-fluid .span6{
  padding-left: 0;
}
  
  .showcase-section__subtitle p {
    font-weight: 400;
    font-size: 1.313rem;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff
}
  
  .showcase-section__subtitle {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1.5rem 0;
}
  
  .showcase-section__content p{
        font-size: 2.5rem;
    color:#fff
}

  .showcase-section__content{
 padding-top: 4.5rem ;
  padding-bottom: 4.5rem ;
  padding-left: 0 ;
  padding-right: 15rem ;
    
    
}

.showcase-section__title__row{
padding: 4rem 0;
}

.showcase-section__title__3, .showcase-section__title__4 {
    padding-left: 6rem;
}

.showcase-section__title__heading {
    margin-top: 4rem;

}
  
 .showcase-section .before_decoration--wrapper h1:before,
    .showcase-section .before_decoration--wrapper h2:before, 
    .showcase-section .before_decoration--wrapper h3:before, 
    .showcase-section .before_decoration--wrapper h4:before, 
    .showcase-section .before_decoration:before{
  background:#fff
  }

.showcase-section__cta{
  
}


/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
 .showcase-section__content{
 padding-top: 4.5rem ;
  padding-bottom: 4.5rem ;
  padding-left: 10rem ;
  padding-right: 10rem ;
    
    
}
}
/*  Small 
  * }devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
 .showcase-section__content{
 padding-top: 3.5rem ;
  padding-bottom: 3.5rem ;
  padding-left: 5rem ;
  padding-right: 5rem ;
    
    
}
  .showcase-section__title__3, .showcase-section__title__4 {
    padding-left: 0;
}
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

 .showcase-section__content{
 padding-top: 1.5rem ;
  padding-bottom: 1.5rem ;
  padding-left: 0rem ;
  padding-right: 0rem ;
    
    
}
}


.showcase-section .color_scheme--alternate .cta-button {
    color: #fff;
      place-content: center;
    /* text-align: center; */
}


/* TODO */
body .showcase-section__title__heading:hover .showcase-section__title__image {
  left: 0 !important;
  right: 240px !important;
}


.showcase-section__title__image {
	-webkit-animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
          clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
/* @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    */
/*****************************************/

.infographic-methodology {
    background: #CC0033;
    color: #fff;
}

.infographic-methodology h1,
.infographic-methodology h2,
.infographic-methodology h3,
.infographic-methodology h4,
.infographic-methodology h5,
.infographic-methodology h6{
/*     color: #fff !important; */
}
.infographic-methodology h3,
.infographic-methodology h4,
.infographic-methodology h5,
.infographic-methodology h6{
  font-size: 2rem;
/*         width: 70%; */
}

.infographic-methodology p,
.infographic-methodology span{
    font-size: 1rem;
  font-weight: 300
}

.infographic-methodology .before_decoration--wrapper h1:before,
.infographic-methodology .before_decoration--wrapper h2:before, 
.infographic-methodology .before_decoration--wrapper h3:before, 
.infographic-methodology .before_decoration--wrapper h4:before, 
.infographic-methodology .before_decoration:before{
 color: #fff
}

.infographic-methodology h1, .infographic-methodology h2 {
/*     display: flex;
    align-items: center;
    justify-content: center;
  text-indent: 1rem; */
}

.infographic-methodology .before_decoration--wrapper h1:before, 
.infographic-methodology .before_decoration--wrapper h2:before, 
.infographic-methodology .before_decoration--wrapper h3:before, 
.infographic-methodology .before_decoration--wrapper h4:before, 
.infographic-methodology .before_decoration:before{
/*   position: relative;
    top: 0;
  background:#fff */
}

.infographic-methodology_col_title {
    margin-bottom: 3.5rem;
  
}

.infographic-methodology_col_number {
    margin-top: 2.5rem;
}

.infographic-methodology_col {
 
    height: 100%;
}

.infographic-methodology_col{
position: relative;
}


.infographic-methodology .row-fluid:nth-child(1) {
    display: flex;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}
.infographic-methodology .row-fluid:nth-child(1) > div {
    flex: 1;
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.infographic-methodology .row-fluid:first-child{
 display: block

}

.infographic-methodology .row-fluid:nth-child(1) > div {
    display: block
}
}
/* 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;
  }
}


.only-mobile { display: none; }
.only-desktop { display: initial; }

/* Mobile Styles */
@media only screen and (max-width: 400px) {
  .only-mobile { display: initial; }
  .only-desktop { display: none; }
}

.sticky {
  position: sticky;
  top: 50px;
}


.random_pentagon {
  background-repeat: no-repeat;
  background-position: 18vw 33vh;
  background-image: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/pentagon-grey.svg");
}

.random_pentagon_2 {
  background-repeat: no-repeat;
  background-position: -10vw 49vh;
  background-image: url("//2915761.fs1.hubspotusercontent-na1.net/hubfs/2915761/raw_assets/public/Infront/website2022-theme/images/pentagon-grey.svg");
}

.image-fit-center img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}