/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-BlackItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Black.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-BoldItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Bold.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Book';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Book.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Book';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-BookItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraBoldItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraBold.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraLightItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-LightItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraLight.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-RegularItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Black.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Heavy.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Light.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-BlackItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Regular.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-HeavyItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraBold.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-BoldItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraLightItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraBoldItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Extra';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraLight.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Book';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Book.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-HeavyItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Bold.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text Book';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-BookItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-LightItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Heavy.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Light.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ThinItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Regular.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-RegularItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ThinItalic.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Thin.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/Nexa-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Thin.woff2') format('woff2'),
        url('https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/fonts/NexaText-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
body {
  line-height: 1.4;
  word-break: break-word;
   font-family: 'Nexa';
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.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;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

/* Header DND sections */

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

/* Header container */

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

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

.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: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

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

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

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

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

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

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  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 15px;
}

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

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

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

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

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

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

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

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

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


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  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: 10px 15px;
}

.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 {
  background-color: #EBEFF3;
  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: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.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: 10px;
  margin-top: 3px;
  width: 0px;
}

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

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

/* 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;
    height: calc(100vh - 115px);
    left: 0;
    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: 26px;
    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 section start here */

.header {
	background-color: transparent !important;
	padding: 20px;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.header .content-wrapper {
	max-width: 1400px;
	padding: 0 15px;
}
.header .dnd-section>.row-fluid {
	max-width: 100%;
}
.header .dnd-section .dnd-column:not(:first-child) {
	width: 175px;
	margin-left: auto;
}
.header .dnd-section .dnd-column:last-child {
	margin-left: 0;
	width: auto;
}
.header--toggle.header__navigation--toggle {
	height: 25px;
	width: 95px;
	background-image: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/menu-icon.svg);
	filter: brightness(0) invert(1);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 30px;
	display: inline-block;
	cursor: pointer;
	background-size: 22px;
}
.header--toggle.header__navigation--toggle::after {
	content: "Menu";
    font-size: 14px;
    font-weight: normal;
    top: -6px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    left:8px;
}
.header .cta_button {
	line-height: 24px;
	display: inline-block;
	padding: 6px 14px;
}
.header__navigation.header--element.open {
	display: inline-block !important;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background: #1c0000;
	padding-bottom: 100px;
}
.header-top-menu {
	max-width: 1130px;
	margin: 0 auto;
	display: flex;
	width: 100%;
	position: relative;
	padding: 0px 0;
}
.menu-list {
	width: 33.3%;
	position: relative;
	padding: 30px 35px 40px;
	float: left;
}
.menu-list h2 {
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgb(255 255 255 / 35%);
  font-family: 'Nexa';
  letter-spacing: -0.02em;
}
.first-col ul li {
	font-size: 30px;
	margin: 0 0 30px;
	line-height: 26px;
	font-weight: 600;
}
.first-col ul li a {
	color: #d31318;
	display: flex;
}
.first-col ul li span {
	height: 60px;
	background: #424A4A;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	min-width: 60px;
}
.first-col ul li span img {
	max-width: 100%;
  width:35px;
}
.first-col ul li a h6 {
	font-size: 18px;
	margin: 0;
	line-height: 26px;
  font-weight:300;
}
.second-col ul li,
.third-col ul li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.second-col ul li a,
.third-col ul li a {
	color: #fff;
	width: 100%;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	padding-right: 30px;
	border-bottom: 1px solid rgb(255 255 255 / 35%);
  letter-spacing: 0.14em;
}
.second-col ul li a::before,
.third-col ul li a::before {
	content: "";
	height: 2px;
	width: 16px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.second-col ul li a::after,
.third-col ul li a::after {
	content: "";
	height: 11px;
	width: 11px;
	background: transparent;
	position: absolute;
	right: 0;
	top: 3px;
	border-left: 2px solid;
	border-top: 2px solid;
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
}
.header-bottom-menu {
	max-width: 550px;
	margin: 0 auto;
	display: flex;
	width: 100%;
	position: relative;
	padding: 30px;
	background: #121414;
}
.header-bottom-menu .menu-list {
	width: 50%;
	padding: 7px;
}
.header-bottom-menu .menu-list h2 {
	font-size: 22px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
	border-bottom: none;
}
.header-bottom-menu .first-col ul li {
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.header-bottom-menu .first-col ul li a {
	color: #fff;
	text-decoration: underline;
  font-family: 'Nexa';
  letter-spacing: normal;
  font-weight: 300;
}
.header-bottom-menu .second-col ul li {
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.header-bottom-menu .second-col ul li a {
	border-bottom: none;
	padding-right: 0;
	font-weight: 300;
	text-decoration: underline;
  font-family: 'Nexa';
  letter-spacing: normal;
}
.header-bottom-menu .second-col ul li a::after,
.header-bottom-menu .second-col ul li a::before {
	display: none;
}
body.menu-open .header {
	background-color: #1c0000 !important;
}
.header__close--toggle.show {
	display: block;
	top: 15px;
	left: -23px;
	cursor: pointer;
}
.header--toggle.header__navigation--toggle.hide.open {
	background-image: none;
}
.header__close--toggle {
	height: 9px;
	width: 20px;
	background-color: transparent;
	transition: all 0.3s;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
.header__close--toggle::after,
.header__close--toggle::before {
	display: none;
}
.header__close--toggle.show::after,
.header__close--toggle.show::before {
	display: inline-block;
}
.header__close--toggle:after,
.header__close--toggle:before {
	/*width: 23px;
	height: 4px;*/
  width:18px;
  height:2px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.header__close--toggle:after,
.header__close--toggle:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
.header__close--toggle:after {
	top: 9px;
	transform: rotate(-45deg) translate(7px, -8px);
}
.header__close--toggle:before {
	transform: rotate(45deg) translate(5px, 5px);
}
.header__container.content-wrapper {
	padding: 0 !important;
}
/* header section end here */


@media screen and (max-width: 1439px) {
		.header {
		padding: 20px 15px;
	}
}
@media screen and (max-width: 1200px) {
	.header {
		padding: 20px 0;
	}
	.header .content-wrapper {
		max-width: 980px;
		padding: 0 15px;
	}
	.first-col ul li {
		font-size: 25px;
	}
}
@media screen and (max-width: 991px) {
	.menu-list {
		width: 33.3%;
		padding: 15px 15px 30px;
	}
	.menu-list h2 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 40px;
	}
	.first-col ul li {
		font-size: 22px;
	}
	.first-col ul li span {
		height: 50px;
		min-width: 50px;
	}
	.header {
		padding: 15px 0;
	}
}
@media screen and (max-width: 767px) {
	.header__container {
		flex-direction: initial;
	}
	.header--toggle.header__navigation--toggle {
		margin-left: 41px;
	}
	.header__close--toggle {
		background-image: none;
	}
	.header .dnd-section .dnd-column {
		width: 95px;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
	}
	.header .dnd-section .dnd-column:not(:first-child) {
		width: 155px;
	}
	.header .dnd-section>.row-fluid {
		max-width: 100%;
		display: -ms-flexbox !important;
		-ms-flex-direction: row;
		display: flex !important;
		flex-direction: row;
	}
	.header__close--toggle.show {
		top: 13px;
	}
	.menu-list {
		width: 100%;
		padding: 15px;
	}
	.header-top-menu {
		display: inline-block;
		padding: 15px 0;
	}
	.header__navigation.header--element.open {
		height: auto;
	}
	.header-bottom-menu {
		max-width: 100%;
		display: inline-block;
		width: 100%;
		padding: 20px;
	}
	.header-bottom-menu .menu-list {
		width: 100%;
		padding: 15px;
	}
	.header--toggle.header__navigation--toggle::after {
		display: none !important;
		left: 0 !important;
		top: 0;
		position: absolute;
	}
	.header__navigation--toggle,
	.header__search--toggle,
	.header__language-switcher--toggle,
	.header__close--toggle {
		margin: 0;
	}
	.header__close--toggle {
		display: block;
	}
  .header .dnd-section .dnd-column:not(:first-child) {
    width: 32%;
}
}
@media screen and (max-width: 580px) {
	/*.header .dnd-section .dnd-column:not(:first-child) {
		width: calc(100% - 95px);
	}*/

	.header__container.content-wrapper {
		max-width: 150px !important;
		margin-right: 0;
	}	
}


@media screen and (max-width: 450px) {
.header .cta_button {
    padding: 6px 6px;
    font-size: 9px;
    min-width: 88px;
    /* position: relative; */
    /* left: 20px; */
    /* letter-spacing: 0; */
}
  }
/* footer section start here */

.footer {
	background-color: rgb(28 0 0) !important;
	padding: 60px 0;
}
.footer .content-wrapper {
	max-width: 1400px;
	padding: 0 15px;
}
.footer .dnd-section>.row-fluid {
	max-width: 100%;
}
.footer-bottom-row p {
	color: #fff !important;
	font-size: 14px;
	margin: 0;
	/*font-family: 'Nexa Book';*/
  font-family: 'Nexa';
  font-weight: 100;
}
.footer-top-row ul {
	text-align: right;
}
.footer-top-row ul li {
	display: inline-block;
}
.footer-top-row ul li:not(:last-child) {
	margin-right: 25px;
}
.footer-bottom-row ul {
	justify-content: flex-end;
}
.footer-bottom-row ul li {
	font-size: 14px;
}
.footer-bottom-row ul li:not(:last-child) {
	margin-right: 50px;
}
.footer-bottom-row ul li a {
	color: #fff;
	text-decoration: underline;
	/*font-family: 'Nexa Book';*/
  font-family: 'Nexa';
  font-weight: 100;
}
.footer-bottom-row ul li a:hover {
	color: #d31217;
}
.footer-bottom-row {
	margin-top: 30px;
}
/* footer section end here */

/* footer responsive  */

@media screen and (max-width: 1439px) {
	.footer {
		padding: 60px 15px;
	}
}
@media screen and (max-width: 1200px) {
	.footer {
		padding: 60px 0;
	}
	.footer .content-wrapper {
		max-width: 980px;
		padding: 0 15px;
	}
	.footer-bottom-row ul li:not(:last-child) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 991px) {
	.footer {
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 50px 0 30px;
	}
	.footer-top-row ul {
		text-align: left;
		margin-top: 20px;
	}
	.footer-bottom-row p {
		margin: 0 0 15px;
	}
	.footer-bottom-row ul li {
		margin-bottom: 10px;
	}
}
/* Menu and simple menu */

element.style {
}
.simple-content-module p {
    color: #fff;
  font-weight:300;
}
.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%;
}
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
body {
	background: #1c0000;
}
a {
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	text-decoration: none;
}
p {
	font-size: 18px;
}
a:hover,
a:focus {
	color: #000;
}
/* newsletter section start here */

.form-module .form-header-text h3 {
	margin-bottom: 8px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Nexa Extra';
}
.form-module .form-header-text h3 span {
	font-weight: 300;
}
.form-module .form-header-text p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 30px;
	font-weight: 300;
  font-family: 'Nexa';
}
.form-module .hs-input {
	color: #121414;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	border: 0;
	padding: 10px 15px !important;
	width: 100%;
	text-transform: uppercase;
}
.show-right-button.form-module .hs-input {
	max-width: 85%;
}
form .legal-consent-container .hs-richtext:first-child p {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nexa Extra';
  margin-top:0;
}
form .legal-consent-container .hs-richtext p {
	font-size: 16px;
	margin-bottom: 0;
  font-weight:300;
  margin-top: 30px;
}
.form-module .legal-consent-container label input {
	color: #fff;
	width: 16px !important;
	height: 16px;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 3px;
	left: 0;
}
.form-module .legal-consent-container label {
	position: relative;
	padding-left: 15px;
}
.form-module .legal-consent-container label span {
	position: relative;
	margin: 0 !important;
}
.form-module .hs-form-required {
	display: none;
}
.legal-consent-container label p {
	font-size: 16px;
	position: relative;
	left: -10px;
}
.legal-consent-container label p a {
	color: #ff8b03;
	text-decoration: underline;
}
.legal-consent-container label p a:hover {
	color: #d31217;
}
form .inputs-list>li {
	margin: 0;
}
.form-module form {
	position: relative;
}
.form-module form input.hs-button.primary.large {
	background: #D31217;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 300;
	min-width: 116px;
  border: none;
  letter-spacing: 0.14em;
  font-family: 'Nexa';
}
.form-module form input.hs-button.primary.large:hover {
	background: #480213;
}
.show-right-button.form-module form input.hs-button.primary.large {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 110px;
	width: 15%;
	line-height: 20px;
}
.form-module {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.form-module .form-columns-2 .input .hs-input {
	width: calc(100% - 15px);
}
.form-module .form-columns-1 .input .hs-input {
	width: calc(50% - 15px);
}
.hs_error_rollup {
	display: none;
}
/* newsletter section end here */

/* banner section start here */

body.home-page .banner-module .page-center {
	padding-top: 21.5%;
}
.banner-module .page-center {
	padding-top: 16%;
	position: relative;
	z-index: 9;
}
.red-text {
	color: #d31318 !important;
}
.banner-content {
	padding-right: 10%;
}
.banner-content h3 {
	line-height: 34px;
	text-transform: uppercase;
	font-family: 'Nexa Extra';
}
.banner-content p {
	font-size: 18px;
	line-height: 26px;
	color: #EAEFEF;
	/*font-family: 'Nexa Book';
	font-weight: 400;*/
  font-family: 'Nexa';
  font-weight: 300;
}
.banner-content h6 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
  letter-spacing: 0.14em;
}
.banner-btn a,
.banner-cta a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #d31318;
	padding: 10px 15px;
	line-height: 20px;
	font-weight:normal;
	margin-bottom: 60px;
	display: inline-block;
  font-family: 'Nexa';
  letter-spacing: 0.14em;
}
.form-module.form-with-white-background .banner-content h6 {
    margin-bottom: 5px;
}
.banner-btn a:hover,
.banner-cta a:hover {
	color: #fff;
	background: #820205;
}
.banner-content h1 span.red-text {
	font-weight: 700;
}
.banner-content h3 span {
	font-weight: 300;
}
.banner-module {
	min-height: 100vh;
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	display: flex;
}
.banner-module::after {
	content: "";
	position: absolute;
	background: linear-gradient(176.36deg, rgba(24, 1, 6, 0) 64.33%, #1C0000 89.94%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner-content .page-center {
	padding-top: 30%;
	position: relative;
	z-index: 9;
}
.banner-content h1 {
	line-height: 72px;
    font-family: 'Nexa Extra';
	text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom:10px;
}
.banner-content h1 span {
	font-weight: 100;
  font-family: 'Nexa';
}
.next-sec-icon {
	margin-top: 12%;
	margin-bottom: 9%;
}
/* banner section end here */

/* simple-content-module section start here */
.home-page .simple-content-module p {
    font-family: 'Nexa Book';
  margin-bottom:0;
}
.simple-content-module h2 {
	margin-top: 60px;
	font-size: 50px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Nexa Extra';
  margin-bottom:15px;
}
.simple-content-module h2 span {
    font-weight: 100;
    font-family: 'Nexa';
}
body.careers div#hs_cos_wrapper_widget_1627561364123 .page-center p {
    max-width: 790px;
}
body.careers div#hs_cos_wrapper_widget_1627561364123 {
    padding-top: 110px;
}
.simple-content-module p {
	color: #fff;
}
.page-center {
	max-width: 1130px;
	margin: 0 auto;
}
/* simple-content-module section end here */

/* Home page css start here  */

/* logo-repeater section */

.content-with-logo-repeater .page-center {
	width: 100%;
	display: flex;
	justify-content: center;
}
.content-with-logo-repeater .left-content {
	width: 50%;
	padding-right: 45px;
}
.content-with-logo-repeater .left-content h2 {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Nexa Extra';
    letter-spacing: -0.02em;
}
.content-with-logo-repeater .left-content span {
	font-weight: 300;
}
.content-with-logo-repeater {
	position: relative;
	top: -45px;
	z-index: 9;
}
.content-with-logo-repeater .right-logo-repeater {
	width: 55%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-with-logo-repeater .logo-image img {
	margin: 0 10px;
}
/* logo-repeater section */

/* three-col-content section */

.three-col-content-with-link h2 {
	line-height: 48px;
	font-family: 'Nexa Extra';
  margin-bottom:42px;
}
.three-col-content-with-link h2 span {
	font-weight: 100;
	display: block;
  font-family: 'Nexa';
}
.content-link-repeter .single-item {
	background: #fff;
	width: 31.9%;
	float: left;
	padding: 40px;
	position: relative;
	margin-bottom: 30px;
}
.content-link-repeter .single-item:not(:last-child) {
	margin-right: 2.1%;
}
.content-link-repeter .image-with-content {
	display: flex;
	margin-bottom: 20px;
}
.content-link-repeter .left-image {
	min-width: 50px;
	height: 50px;
	background: #EAEFEF;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}
.content-link-repeter .right-content h3 {
	font-size: 30px;
	color: #121414;
	line-height: 34px;
	text-transform: uppercase;
	min-height: 67px;
	font-family: 'Nexa Extra';
  margin-bottom:10px;
}
.content-link-repeter .right-content h4 {
	font-size: 18px;
	line-height: 20px;
	color: #D31217;
	margin: 0;
	font-weight: 400;
}
.content-link-repeter .main-content-text p {
	font-size: 22px;
	color: #424A4A;
	line-height: 30px;
	min-height: 120px;
	overflow: hidden;
	max-height: 120px;
	font-weight: 300;
}
.content-link-repeter .main-content-text p strong {
	font-family: 'Nexa Extra';
  font-weight: 700;
  display:block;
}
.content-link-repeter .learn-more-btn a {
	font-size: 14px;
	color: #D31217;
	position: relative;
	border-bottom: 1px solid;
	text-decoration: none;
	line-height: 14px;
	padding-bottom: 10px;
	width: 100%;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: 'Nexa Extra';
}
.content-link-repeter .learn-more-btn a:hover {
	color: #424A4A !important;
}
.content-link-repeter .learn-more-btn a:hover::before {
	background: #424A4A;
}
.content-link-repeter .learn-more-btn a::before {
	background: #d31217;
}
/* three-col-content section */

/* video section */

.video-module {
	max-width: 100%;
	padding: 60px 0 0;
}
.video-module.show-background-color {
	background: #424A4A;
	padding-bottom: 36px;
}
.video-module h3 {
	line-height: 34px;
	font-weight: 300;
	text-transform: uppercase;
}
/* video section */

.home-page .left-contet-right-image-sec .page-center {
	max-width: 1440px;
}
.three-col-content-with-link {
	width: 100%;
	display: inline-block;
	padding: 100px 0 20px;
}
.left-contet-right-image-sec {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-top: 60px;
}
.left-contet-right-image-sec::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/arrow-right.png) no-repeat;
	height: 136px;
	bottom: 220px;
	z-index: 9;
	right: 0;
	display: inline-block;
	position: absolute;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 135px;
}
.left-image-sec::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/arrow-combined.png) no-repeat;
	height: 367px;
	display: inline-block;
	position: absolute;
	top: -70px;
	z-index: 9;
	left: 0;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 316px;
}
.left-image-sec {
	max-width: 600px;
	position: absolute;
	width: 45%;
}
.right-content-sec {
	width: 50%;
	float: right;
	padding: 145px 0;
}
.right-content-sec blockquote {
	font-size: 48px;
	color: #FF8B03;
	font-weight: 400;
	line-height: 62px;
	border: none;
	padding: 0;
	position: relative;
  padding-right:73px;
  margin-bottom: 80px;
}
.right-content-sec blockquote strong 
{
	    font-family: 'Nexa Extra';
}
.right-content-sec blockquote::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/blockquote.svg) no-repeat;
	width: 54px;
	height: 34px;
	display: inline-block;
	position: absolute;
	top: -22px;
	z-index: 9;
	left: -50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.right-content-sec h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
  letter-spacing: 0.14em;
}
.right-content-sec p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	font-family: 'Nexa Book';
  margin-bottom:15px;
}
.right-content-sec .cta-btn-outer a {
	font-size: 14px;
	line-height: 22px;
	border: 1px solid;
	padding: 7px 15px;
	margin-top: 20px;
	display: inline-block;
	background: transparent;
}
.right-content-sec .cta-btn-outer a:hover {
	color: #fff;
	background: #D31217;
}
.video-content {
	max-width: 80%;
	margin: auto;
}
.cta_button.watch-webinar {
	font-size: 14px;
	border: 1px solid;
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 80px;
	background: transparent;
}
.cta_button.watch-webinar img {
	position: relative;
	margin-right: 5px;
	top: 3px;
}
.home-page .three-col-content-with-link {
	position: relative;
}
.home-page .three-col-content-with-link::after {
	content: "";
	width: 6%;
	height: 42%;
	background: #D31217;
	filter: blur(87px);
	position: absolute;
	z-index: -1;
	right: 0;
	margin: 0 auto;
	top: -100px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.home-page .simple-content-module::before {
    content: "";
    width: 37%;
    height: 28%;
    background: #D31217;
    filter: blur(105px);
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -90px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
}
/* blog section */

.blog-recent-posts h3 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Nexa Extra';
	margin-bottom: 118px;
  margin-top: 32px;
}
.post-header {
	margin: 0 0 1.4rem;
	width: 100%;
	display: inline-block;
}
.blog-recent-posts .header-text h2 {
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
}
.blog-recent-posts h5 {
	font-weight: 700;
	margin: 0 0 5px;
}
.blog-recent-posts h5 a {
	color: #fff;
}
.blog-posts-repeater {
	margin-bottom: 100px;
	width: 100%;
	display: inline-block;
}
.blog-recent-posts .post-header p {
	font-size: 12px;
	font-weight: 300;
  margin: 0;
  font-family: 'Nexa';
}
.blog-recent-posts .post-content p {
	line-height: 24px;
	/*font-family: 'Nexa Book';*/
  font-family: 'Nexa';
  font-weight: 300;
}
.blog-posts-repeater .single-post {
    background: #480213;
    width: 31.9%;
    float: left;
    padding: 40px 40px 90px;
    margin-bottom: 30px;
    min-height: 403px;
    position: relative;
    z-index: 9;
}
.blog-posts-repeater .single-post:not(:last-child) {
	margin-right: 2.1%;
}
.blog-recent-posts .post-button a {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	border: 1px solid;
	padding: 7px 15px;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	bottom: 40px;
  letter-spacing: 0.14em;
}
.blog-recent-posts .post-button a:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}
.simple-content-module {
	padding-top: 70px;
	position: relative;
}
.home-page .simple-content-module::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/arrow-right.png) no-repeat;
	width: 135px;
	height: 136px;
	display: inline-block;
	position: absolute;
	top: -20px;
	z-index: 9;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.blog-recent-posts {
	position: relative;
}
.blog-recent-posts::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/article-arrow.png) no-repeat;
	width: 323px;
	height: 331px;
	display: inline-block;
	position: absolute;
	top: 60px;
	z-index: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* blog section */

/* Home page css end here */

/* product-detail page start here */

.product-details .left-content-with-right-image::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/produts/big-double-arrow.png) no-repeat;
	width: 584px;
	height: 541px;
	display: inline-block;
	position: absolute;
	top: -490px;
	right: 70px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.product-details .right-image {
	width: 45%;
}
.product-details .right-image img {
	width: 100%;
}
.product-details .left-right-section .left-content {
	width: 65%;
	padding: 100px 115px;
	max-width: 760px;
}
.product-details .left-content-with-right-image .page-center {
	max-width: 1360px;
}
.product-details .left-content-with-right-image {
	position: relative;
}
.left-right-section {
	width: 100%;
	padding: 80px 0;
	position: relative;
	display: inline-block;
	margin-bottom: 90px;
	z-index: 9;
}
.left-right-section .left-content {
	width: 60%;
	background: #fff;
	position: absolute;
	top: 0;
	padding: 50px 65px;
	max-width: 590px;
}
.left-right-section .left-content h2 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #121414;
}
.left-right-section .left-content p {
	line-height: 26px;
	margin-bottom: 40px;
	color: #121414;
	font-family: 'Nexa Book';
}
.left-list {
	width: 100%;
	display: inline-block;
	position: relative;
}
.left-list h4 {
	color: #D31217;
	margin-bottom: 10px;
	font-family: 'Nexa Extra';
	font-weight: 700;
}
.list-icon {
	position: absolute;
	left: -25px;
	top: 4px;
}
.left-content .left-list h6 {
	line-height: 24px;
	margin-bottom: 50px;
	font-family: 'Nexa';
	color: #424A4A;
}
.icon-with-list {
	width: 100%;
	display: inline-block;
	position: relative;
}
.right-image {
	width: 50%;
	float: right;
}
.slick-list {
	background: #424A4A;
	margin-bottom: 40px !important;
	margin-top: 40px !important;
}
.blog-recent-posts .header-text h2 span {
	font-weight: 100;
}
.slide-left-image {
	width: 42%;
	float: left;
	padding: 80px 40px 80px 52px;
}
.post-content {
	width: 100%;
	display: inline-block;
	max-height: 145px;
	overflow: hidden;
}
.slider-nav.slick-slider .slick-list {
	background: transparent;
	margin-bottom: 140px !important;
	margin-top: 0 !important;
}
.slider-nav.slick-slider h6 {
	font-size: 14px;
	margin: 0!important;
	color: #EAEFEF;
	text-align: center;
	font-weight: 600;
	position: relative;
	opacity: .7;
	padding-bottom: 30px;
}
.slider-nav.slick-slider h6::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/produts/slider-arrow.png) no-repeat;
	height: 26px;
	width: 75px;
	position: absolute;
	right: 0;
	top: 22px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.slider-nav.slick-slider .slick-slide.slick-current.slick-active h6::before {
	opacity: 1;
}
.slider-nav.slick-slider .slick-slide.slick-current.slick-active h6 {
	color: #fff;
	opacity: 1;
}
.slide-right-content {
	float: right;
	width: 58%;
	padding: 80px 80px 80px 15px;
}
.slick-slide img {
	margin: 0 auto;
}
.slide-right-content h3 {
	margin-bottom: 15px;
	font-family: 'Nexa Extra';
}
.slide-right-content h4 {
	margin: 0;
	font-weight: 300;
}
.slide-right-icon img {
	margin-left: 0;
	margin-bottom: 10px;
}
button.slick-prev.slick-arrow {
	left: -70px;
}
button.slick-next.slick-arrow {
	right: -70px;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	background: #F1F5F5;
	font-size: 0;
	width: 50px;
	padding: 0;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: 45%;
}
button.slick-prev.slick-arrow::after {
	content: "";
	height: 3px;
	width: 16px;
	background: #424a4a;
	position: absolute;
	top: 24px;
	left: 16px;
}
button.slick-next.slick-arrow::after {
	content: "";
	height: 3px;
	width: 16px;
	background: #424a4a;
	position: absolute;
	top: 24px;
	right: 16px;
}
button.slick-prev.slick-arrow::before {
	content: "";
	height: 12px;
	width: 12px;
	background: transparent;
	position: absolute;
	left: 15px;
	top: 19px;
	border-right: 3px solid;
	border-bottom: 3px solid;
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
	border-color: #424a4a;
}
button.slick-next.slick-arrow::before {
	content: "";
	height: 12px;
	width: 12px;
	background: transparent;
	position: absolute;
	right: 15px;
	top: 19px;
	border-left: 3px solid;
	border-top: 3px solid;
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
	border-color: #424a4a;
}
.product-details .banner-content {
	padding-right: 30%;
}
.product-details .blog-recent-posts::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/arrow-right.png) no-repeat;
	width: 135px;
	height: 136px;
	top: -130px;
	left: auto;
	right: 0;
}
.product-details .slider-module::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/produts/big-double-arrow.png) no-repeat;
	width: 590px;
	height: 550px;
	display: inline-block;
	position: absolute;
	top: -340px;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.product-details .slider-module {
	position: relative;
}
.product-details .simple-content-module h2 {
	margin-top: 50px;
	color: #F8FAFA;
}
.product-details .left-right-section::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/produts/big%20arrow%20single.png) no-repeat;
	width: 550px;
	height: 545px;
	display: inline-block;
	position: absolute;
	bottom: -50px;
	left: -15px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.product-details .left-content-with-right-image::before {
	content: "";
  width: 39%;
  height: 5%;
  background: #D31217;
  filter: blur(87px);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  bottom: 174px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
.product-details .left-content-with-right-image .page-center::before {
	content: "";
	width: 35%;
	height: 5%;
	background: #D31217;
	filter: blur(87px);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 1;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
/* product-detail page end here */

/*============solution-overview-page-css-start-here==========*/

.solutions-overview .banner-content {
	padding-right: 35%;
}
body.solutions-overview .intercept-your-adversaries .right-image::after {
	content: "";
	width: 80%;
	height: 23%;
	background: #D31217;
	filter: blur(354px);
	position: absolute;
	right: 23%;
	bottom: 0%;
	z-index: -1;
}
body.solutions-overview .intercept-your-adversaries {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	padding-top: 0;
  padding-bottom: 50px;
}
.intercept-your-adversaries .page-center {
	max-width: 100%;
}
.intercept-your-adversaries.left-right-section .left-header-text h2 {
	font-weight: bold;
  font-family: 'Nexa Extra';
  line-height:48px;
}
.intercept-your-adversaries.left-right-section .left-header-text h2 span {
	font-weight: 100;
}
.intercept-your-adversaries .left-subheader-text {
	max-width: 550px;
	margin-top: 60px;
}
.intercept-your-adversaries.left-right-section .right-image {
	position: absolute;
	right: 0;
	top: 26%;
	bottom: 0;
	width: 47%;
	text-align: right;
}
.intercept-your-adversaries.left-right-section .left-content {
	padding-right: 0;
	padding: 116px 0px 70px 116px;
	width: 100%;
	position: static;
	max-width: 100%;
}
body.solutions-overview .intercept-your-adversaries.left-right-section::after {
	content: "";
	width: 415px;
	height: 415px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solutions/big-double%20arrow.png);
	position: absolute;
	top: -21%;
	right: 0;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -1;
}
body.solutions-overview .simple-content-module h2{
margin-top:0;
}
.hays-solutions-module .repeater {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}
.hays-solutions-module .single-item-image {
    padding: 0;
    background: #D31217;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hays-solutions-module .repeater .learn-more-btn {
	text-align: left;
}
.hays-solutions-module .single-item {
	width: 33%;
	text-align: center;
	padding: 80px 58px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.hays-solutions-module .single-item h5 {
	margin: 0;
  letter-spacing: -0.02em;
  font-family: Nexa Extra;
  font-weight: bold;
}
.learn-more-btn h6 {
	margin: 0;
}
.single-item-image {
	padding: 30px 0px 26px;
}
.learn-more-btn a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
}
.hays-solutions-header h2 {
    font-weight: 100;
  margin-bottom:0;
}
.hays-solutions-header h2 span.red-text {
    font-weight: 700;
}
.hays-solutions-module .repeater .learn-more-btn a h6 {
    font-size: 14px;
    text-transform: uppercase;
  letter-spacing: 0.14em;
}
.intercept-your-adversaries .left-content h4 {
	color: #D31217;
	font-weight: bold;
  font-family: 'Nexa Extra';
  margin-top: 100px;
}
body.solutions-overview .intercept-your-adversaries.left-right-section::before {
	content: "";
	width: 400px;
	height: 400px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solutions/big%20arrow.png);
	position: absolute;
	bottom: 24px;
	background-repeat: no-repeat;
	left: -3%;
}
.learn-more-btn a::before {
	content: "";
	height: 2px;
	width: 16px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.learn-more-btn a::after {
	content: "";
	height: 11px;
	width: 11px;
	background: transparent;
	position: absolute;
	right: 0;
	top: 3px;
	border-left: 2px solid;
	border-top: 2px solid;
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
}
.learn-more-btn a {
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
}
.four-col-module .repeater {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.four-col-module .repeater .single-item:first-child {
	margin-left: 0;
}
.four-col-module .repeater .single-item {
	width: 22.6%;
  margin: 15px 15px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.single-item-content h6 {
	color: #480213;
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
}
.single-item-content h6 strong {
  text-transform: uppercase;
}
.four-col-module .learn-more-btn a, div#threat-reports .post-button {
	color: #D31217;
	font-weight: bold;
	font-size: 14px;
	border-color: #D31217;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.four-col-module {
	padding-top: 10px;
	position: relative;
	bottom: -42px;
}
.banner-with-middle-content {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 214px 0px 30px;
}
.solutions-overview .banner-with-middle-content .banner-content {
	padding-right: 0;
}
.banner-with-middle-content .banner-content {
	display: flex;
	align-items: center;
}
.banner-with-middle-content .left-text {
	width: 30%;
	padding-right: 15px;
}
.banner-with-middle-content .right-text {
	padding-left: 20px;
	border-left: 1px solid #FF8B03;
}
.banner-with-middle-content .add-number {
	font-style: normal;
	font-weight: bold;
	font-size: 100px;
	line-height: 72px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FF8B03;
}
.banner-with-middle-content .right-text h3 {
	color: #FF8B03;
}
.banner-with-middle-content .right-text h6 {
	color: #FF8B03;
}
.banner-with-middle-content .banner-cta a.cta_button {
	background: #D31217;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 500;
	min-width: 100px;
	border: none;
	color: #fff;
  letter-spacing: 0.14em;
}
.banner-with-middle-content .banner-cta {
	padding-top: 120px;
	text-align: center;
}
body.solutions-detail .solution-detail-list .single-item {
    margin-bottom: 80px;
}
/*============solution-overview-page-css-start-here==========*/

/* solution detail page start here */

.solution-detail-banner {
	padding-top: 250px;
	position: relative;
}
.solution-detail-banner::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solution-detail/solutaion-detail-banner-arrow.png) no-repeat;
	width: 691px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: 70px;
	z-index: -1;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.solution-detail-banner .banner-content p {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Nexa, sans-serif;
	margin: 0;
	font-weight: 700;
}
.solution-detail-left-right-sec {
	display: flex;
	align-items: end;
}
.sol-detail-banner-right-section {
	width: 40%;
}
.sol-detail-banner-right-section .right-image {
	width: 100%;
	position: relative;
	z-index: -1;
}
.sol-detail-banner-left-sec {
	width: 60%;
}
.simple-content-module.white-bg {
	background: #fff;
	max-width: 1130px;
	margin: 0 auto 110px;
	padding: 60px 80px 30px;
}
.simple-content-module.white-bg h3 {
	font-weight: 400;
	color: #D31217;
	font-size: 48px;
	line-height: 62px;
	margin-bottom: 0;
	position: relative;
}
.simple-content-module.white-bg h3::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solution-detail/detail-arrow.png) no-repeat;
	width: 54px;
	height: 34px;
	display: inline-block;
	position: absolute;
	top: -22px;
	z-index: 9;
	left: -50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.simple-content-module.white-bg p {
	color: #788282;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
}
.simple-content-module.white-bg::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/produts/big-double-arrow.png) no-repeat;
	width: 410px;
	height: 370px;
	display: inline-block;
	position: absolute;
	top: -210px;
	z-index: -1;
	right: 20%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.solution-detail-list::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solution-detail/solutaion-detail-banner-arrow.png) no-repeat;
	width: 691px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: 190px;
	z-index: -1;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.solution-detail-list {
	position: relative;
}
.solution-detail-list .single-item {
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}
.solution-detail-list .single-item .single-item-image {
	width: 80px;
	float: left;
	padding: 0;
}
.solution-detail-list .single-item .single-item-content {
	width: 100%;
	float: left;
	padding-left: 75px;
	padding-right: 15%;
}
.solution-detail-list .single-item h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Nexa Extra';
    line-height: 34px;
    margin-bottom: 30px;
}
.solution-detail-list .single-item p {
	color: #fff;
  /*font-family: 'Nexa Book';*/
	font-weight: 300;
}
.solution-detail-list .single-item h3 span {
	font-weight: 300;
}
.solution-detail-list .single-item {
	background-position: center;
}
.left-contet-right-image-sec.full-with-content {
	margin-top: 0;
}
.left-contet-right-image-sec.full-with-content::after {
	display: none;
}
.left-contet-right-image-sec.full-with-content .left-image-sec::after {
	display: none;
}
.solutions-detail .left-contet-right-image-sec.full-with-content .right-content-sec {
	width: 100%;
	padding: 50px 15px;
}
.right-content-section h2 {
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'Nexa Extra';
}
.three-col-content-with-link .header-text h3 {
	text-align: center;
	text-transform: uppercase;
  margin-bottom:48px;
}
.three-col-content-with-link.add-bottom-space {
	padding-bottom: 100px;
  padding-top:50px;
}
/* solution detail page end here */

/* partners page start here */

.partner-page .banner-content {
	padding-right: 30%;
}
.left-image-with-right-content-solution {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 120px;
}
.left-image-section::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Home/article-arrow.png) no-repeat;
	width: 223px;
	height: 229px;
	display: inline-block;
	position: absolute;
	top: -100px;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.left-image-section {
	width: 50%;
	position: relative;
	z-index: 1;
}
.right-content-section {
	width: 50%;
	padding: 0 20px;
}
.right-content-section p {
	font-weight: 300;
  /*font-family: 'Nexa Book';*/
}
.right-content-section ul {
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 40px;
}
.right-content-section ul li {
	position: relative;
	font-size: 16px;
	line-height: 25px;
}
.partner-page .form-module::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/partners/newletter-arrow.svg) no-repeat;
	width: 691px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: -140px;
	left: -280px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.partner-page .form-module {
	position: relative;
}
.right-content-section span {
	font-weight: 100;
}
/* partners page end here */

/* resources page start here */

.body-container--blog-index .dnd-section>.row-fluid {
	max-width: 100%;
}
.resources-page .body-container--blog-post .blog-post__body {
	padding-right: 100px;
}
.resources-page .blog-post__body ul {
	/*font-family: 'Nexa Book';*/
	margin-bottom: 60px;
	list-style: disc;
	padding-left: 30px;
}
.resources-page .blog-post__body ul li {
	font-size: 18px;
	line-height: 26px;
  font-weight: 300;
}
.tabs {
	background: #F8FAFA;
	padding: 50px 60px;
	margin-top: 50px;
	max-width: 1400px;
	margin: 0 auto 0;
	position: relative;
}
.resources-page .body-container.body-container--blog-post .banner-content h1 span {
    font-weight: 700;
}
.resources-page .body-container--blog-post .blog-post__body p {
    font-weight: 300;
}
.resources-page .body-container--blog-index .tabs::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/produts/big-double-arrow.png) no-repeat;
	width: 584px;
	height: 544px;
	display: inline-block;
	position: absolute;
	top: -200px;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.tabs ul {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
}
.tabs ul li {
	display: inline-block;
}
.tabs ul li a {
	color: #121414;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 10px;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}
.tabs ul li a.active,
.tabs ul li a:hover {
	color: #D31217 !important;
	border-bottom-color: #D31217;
	text-decoration: none;
}
.tag-based-posts {
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}
.tag-based-posts .post-listing:nth-child(odd) {
	background: #f8fafa;
  margin-bottom:40px;
}
.tag-based-posts .post-listing:nth-child(even) {
	background: transparent;
}
.tag-based-posts .post-listing:nth-child(even) h2 {
	color: #fff;
}
.tag-based-posts .post-listing:nth-child(odd) h2 {
	color: #121414;
}
.tag-based-posts .post-listing {
	padding: 40px 100px;
}
.newsroom-listing-custom .tag-based-posts .post-listing{
padding: 40px 100px;
}
.tag-based-posts .post-heading-sec h2 {
	font-weight: 100;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}
.tag-based-posts h5 {
	color: #121414;
	font-weight: 700;
  font-family: 'Nexa Extra';
  margin-bottom:15px;
}
.tag-based-posts h5 a {
	color: #121414;
}
.tag-based-posts h6 {
	color: #121414;
	margin-bottom: 0;
}
.tag-based-posts .post-button {
	color: #121414;
	width: 100%;
	float: left;
	background: #eaefef;
	padding: 20px 30px 30px;
	position: relative;
}
.tag-based-posts .post-button a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #D31217;
	position: relative;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 22px;
  letter-spacing: 0.14em;
  padding-bottom: 8px;
  font-family: 'Nexa Extra';
}
.tag-based-posts .post-button a::after {
	content: "";
	height: 11px;
	width: 11px;
	background: transparent;
	position: absolute;
	right: 7px;
	top: 4px;
	border-left: 2px solid;
	border-top: 2px solid;
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
}
.tag-based-posts .post-button a::before {
	content: "";
	height: 2px;
	width: 16px;
	background: #D31217;
	position: absolute;
	right: 7px;
	top: 8px;
}
.tag-based-posts .single-post {
	width: 28.8%;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-left: 80px;
}
.tag-based-posts .single-post:nth-child(3n-1) {
	margin-left: 0;
}
.blog-index__post-image {
	width: 100%;
	margin: 0 !important;
	float: left;
	max-height: 210px;
	object-fit: contain;
}
.tag-based-posts .post-content-sec {
	width: 100%;
	float: left;
	position: relative;
	background: #EAEFEF;
	padding: 40px 40px 0;
}
.post-listing.datasheet-sec .blog-index__post-image {
	width: 101px;
	position: absolute;
	z-index: 9;
	left: 21px;
	top: 0;
}
.tag-based-posts .post-listing.datasheet-sec .post-content-sec {
	padding-top: 80px;
	margin-top: 60px;
}
.resources-page .banner-content {
    padding-right: 20%;
}
.resources-page .banner-content h3 {
    line-height: 34px;
    margin-bottom: 30px;
}
/* resources page end here */

/* blog-detail page */

.body-container--blog-post .blog-post {
	max-width: 100%;
}
.body-container--blog-post .banner-content {
	padding-right: 30%;
}
.body-container--blog-post .blog-post__body {
	max-width: 1130px;
	margin: 0 auto;
}

.blog-banner-module {
	padding-top: 250px;
}
.body-container--blog-post .content-wrapper {
	max-width: 1440px;
}
.blog-listing-banner-main {
    padding-bottom: 30px;
}
.blog-banner-module::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solution-detail/solutaion-detail-banner-arrow.png) no-repeat;
	width: 691px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: 70px;
	z-index: -1;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.api-format-outer {
	width: 100%;
	background: #F8FAFA;
	padding: 85px 108px;
	position: relative;
	color: #121414;
	margin-bottom: 100px;
	display: inline-block;
}
.api-format-outer::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/resources/form-arrow.png) no-repeat;
	width: 691px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: -330px;
	z-index: -1;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.api-single-row.heading-row {
	background: #121414 !important;
	color: #fff;
	font-size: 18px;
}
.api-single-row {
	background: #fff;
	font-size: 14px;
	width: 100%;
	font-family: 'Nexa Book';
	float: left;
}
.api-single-row:nth-child(odd) {
	background: #fff;
}
.api-single-row:nth-child(even) {
	background: #EAEFEF;
}
.api-left-col {
	width: 40%;
	float: left;
	padding: 10px;
}
.api-right-col {
	width: 60%;
	float: left;
	padding: 10px;
	border-left: 2px solid #f8fafa;
}
.api-format-outer h4 {
	color: #121414;
	font-weight: 700;
  font-family: 'Nexa Extra';
}
.api-format-outer h6 {
	color: #121414;
	margin-bottom: 20px;
}
.api-data-repeater {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
  margin-top:10px;
}
.api-format-outer h5 {
	color: #d31318;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
  font-family: 'Nexa Extra';
}
.api-format-outer p {
	font-family: 'Nexa Book';
	font-size: 16px;
}
/* blog-detail page */

/* partner-integrations page */

.partner-integrations .banner-content {
	padding-right: 8%;
}
.partner-integrations .banner-content h1 {
	margin-bottom: 10px;
}
.left-thumbnail-image-right-content .page-center {
	max-width: 1400px;
}
.left-thumbnail-image-right-content .repeater {
	width: 100%;
	display: inline-block;
	background: #F8FAFA;
	position: relative;
	padding: 100px;
}
.left-thumbnail-image-right-content .single-sec {
	width: 100%;
	display: inline-block;
	position: relative;
}
.left-thumbnail-image-right-content .left-image {
	width: 10%;
	float: left;
}
.left-thumbnail-image-right-content .left-image img {
	width: 100%;
}
.left-thumbnail-image-right-content .right-content-with-cta {
	width: 90%;
	float: left;
	padding-left: 5%;
	color: #121414;
}
.left-thumbnail-image-right-content .right-content-with-cta h5 {
	color: #121414;
	font-weight: 700;
	margin-bottom: 25px;
  font-family: 'Nexa Extra';
}
body.partner-integrations .right-content p {
    color: #788282;
}
.left-thumbnail-image-right-content .right-content-with-cta p {
	color: #121414;
	font-family: 'Nexa Book';
}
.left-thumbnail-image-right-content .right-cta {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 77px;
}
.left-thumbnail-image-right-content .single-sec:last-child .right-cta {
    margin-bottom: 0;
}
.left-thumbnail-image-right-content .single-cta.learn-more-btn {
  color:#D31217;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 19%;
    margin-right: 6%;
    border-bottom: 2px solid;
    float: left;
    position: relative;
    padding-right: 30px;
    letter-spacing: 0.14em;
    padding-bottom: 8px;
    font-family: 'Nexa Extra';
}
body.partner-integrations .simple-content-module {
    padding-top: 30px;
    padding-bottom: 50px;
}
.left-thumbnail-image-right-content .single-cta.learn-more-btn::after {
	content: "";
	height: 2px;
	width: 16px;
	background: #D31217;
	position: absolute;
	right: 7px;
	top: 7px;
}
.left-thumbnail-image-right-content .single-cta.learn-more-btn::before {
	content: "";
	height: 11px;
	width: 11px;
	background: transparent;
	position: absolute;
	right: 7px;
	top: 3px;
	border-left: 2px solid;
	border-top: 2px solid;
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
}
.left-thumbnail-image-right-content .repeater::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/partners/pattern-arrows.png) no-repeat;
	width: 852px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: -344px;
	z-index: -1;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* partner-integrations page */

/* newsroom-detail page */

.newsroom-listing-custom .tabs {
	z-index: 0;
}
.newsroom-detail-page .body-container--blog-post .banner-content {
	padding-right: 5%;
}
.newsroom-detail-page .body-container--blog-post .blog-post__body {
	background: #F8FAFA;
	padding: 100px 272px;
	max-width: 1440px;
	color: #424A4A;
	position: relative;
  margin-bottom:165px;
}
.newsroom-detail-page .blog-post__body::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/partners/pattern-arrows.png) no-repeat;
	width: 852px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: -344px;
	z-index: -1;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.newsroom-detail-page .body-container--blog-post .blog-post__body h5 {
	color: #424A4A;
  font-family: 'Nexa Extra';
  font-weight: bold;
}
.newsroom-detail-page .post-listing-author {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-size: 12px;
	color: #EAEFEF;
}
.newsroom-detail-page .post-listing-author img {
	font-size: 14px;
	word-break: normal;
	margin-right: 10px;
}
/* newsroom-detail page */

/* request-demo page */

.request-demo .form-sec {
	position: relative;
}
.request-demo .form-with-white-background .form-sec::after {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/partners/pattern-arrows.png) no-repeat;
	width: 852px;
	height: 717px;
	display: inline-block;
	position: absolute;
	top: -344px;
	z-index: -1;
	right: -80px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* request-demo page */

/*============contact-us-page-css-start-here==========*/

.form-module.form-with-white-background .banner-content {
	padding-right: 0;
}
.form-module.form-with-white-background .banner-content h1 {
	line-height: 48px;
	font-size: 50px;
	margin-bottom: 0;
}
.form-module.form-with-white-background .form-header-text p {
	font-size: 18px;
	font-weight: 300;
  margin-top: 15px;
}
.form-module .form-columns-2 .input .hs-input {
	width: calc(100% - 15px);
	background: #EAEFEF;
	color: #1C0000 !important;
  font-weight:bold;
}
.form-with-white-background .form-sec select,
.form-with-white-background .form-sec textarea {
	background: #EAEFEF;
	color: #1C0000 !important;
	width: calc(100% - 15px) !important;
}
.form-with-white-background .form-sec textarea::placeholder {
	color: #1C0000 !important;
}
.form-module .form-columns-2 .input .hs-input::placeholder {
	color: #1C0000 !important;
}
.form-with-white-background .form-sec h3#hs_cos_wrapper_form_439655995_title {
	display: none;
}
.form-with-white-background .form-sec {
	background: #F8FAFA;
	box-shadow: 0px 4px 124px rgb(18 20 20 / 95%);
	padding: 20px 120px 40px;
}
.form-with-white-background .form-sec h3 {
	display: none;
}
.form-with-white-background .form-sec label#label-phone-13e8d797-8b7a-4458-b872-f1d7ac0fca3b_1439 {
	display: none !important;
}
.form-with-white-background .page-center {
	padding-top: 30%;
}
.form-with-white-background .form-sec textarea {
	min-height: 200px;
	resize: none;
}
.form-with-white-background .form-sec form .hs-richtext p {
	color: #121414;
}
.form-with-white-background .form-sec form p strong {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	color: #121414;
}
.form-with-white-background .form-sec form ul.inputs-list li input {
	color: #fff;
	width: 16px !important;
	height: 16px;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 6px;
	left: 0;
}
.form-with-white-background form .inputs-list>li {
	margin: 0;
	margin-bottom: 32px;
}
.form-with-white-background .form-sec .legal-consent-container .hs-form-booleancheckbox-display p {
	margin: 0;
	display: inline;
	color: #424A4A;
}
.legal-consent-container .hs-form-booleancheckbox-display p, .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: flex !important;
}
.form-with-white-background .form-sec::after {
	content: "";
	width: 851px;
	height: 715px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/careers/etc-images/arrow-form.png);
	position: absolute;
	top: 214px;
	right: 203px;
	background-position: top;
	z-index: -1;
	background-repeat: no-repeat;
}
/*============contact-us-page-css-start-here==========*/

/*============about-page-css-start-here==========*/

.about-us .banner-content {
	padding-right: 15%;
}
.about-us .simple-content-module h2 {
	padding-right: 10%;
  margin-top: 25px;
}
.about-us .profile-module-bg::after {
	content: "";
	width: 434px;
	height: 391px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solutions/big-double%20arrow.png);
	position: absolute;
	top: -260px;
	right: 0;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -1;
}
body.about-us .simple-content-module ul li:last-child {
    margin-bottom: 60px;
}
.left-text-right-slider .left-right-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.left-text-right-slider .left-right-section .right-slider-outer {
	width: 50%;
	text-align: center;
}
.left-text-right-slider .left-right-section .left-text p {
	margin-bottom: 0;
	font-family: 'Nexa Book';
}
.left-text-right-slider .left-right-section .right-slider-outer .right-slider .header-text {
	border-radius: 100%;
	text-align: center;
	background: #480213;
	height: 185px;
	width: 185px;
	display: block;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-text-right-slider .left-right-section .right-slider-outer .subheder-text h5 {
	color: #FF8B03;
}
.left-text-right-slider .left-right-section .right-slider-outer .slick-list {
	background: none;
}
.left-text-right-slider .left-right-section .subheder-text {
	padding-top: 30px;
	border-top: 1px solid #fff;
	max-width: 297px;
	margin: 0 auto;
	margin-top: 30px;
}
body.careers .left-text-right-slider .left-right-section {
    padding-top: 36px;
}
.left-text-right-slider .left-right-section .left-text {
	width: 50%;
	background: #F8FAFA;
	box-shadow: 0px 4px 124px rgb(18 20 20 / 95%);
	color: #121414 !important;
	padding: 60px;
	position: relative;
}
.form-header-text ul li {
	font-size: 18px;
	list-style: disc;
}
.form-header-text ul {
	margin-left: 15px;
	margin-bottom: 30px;
}
.left-text-right-slider .left-right-section .left-text h5 {
	color: #121414;
	font-family: 'Nexa Book';
	font-weight: 300;
}
.left-text-right-slider .left-right-section .right-slider-outer .slick-slide .add-number {
	font-size: 70px;
	line-height: 72px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FF8B03;
	font-weight: bold;
}
.left-text-right-slider .left-right-section ul.slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: space-around;
	width: 92px !important;
	margin: 0 auto;
}
.left-text-right-slider .left-right-section .right-slider-outer ul.slick-dots li button {
	background: #788282;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	font-size: 0;
	padding: 0;
	border: none;
}
.left-text-right-slider .left-right-section ul.slick-dots li.slick-active button {
	background: #D31217;
}
.simple-content-module ul li {
	position: relative;
	padding-left: 50px;
	letter-spacing: -0.02em;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 100;
	line-height: 32px;
}
.simple-content-module ul li::before {
	content: "";
	width: 50px;
	height: 50px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solutions/little%20arrow.png);
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
}
.simple-content-module ul {
	margin-top: 30px;
}
.left-text-right-slider {
	position: relative;
	z-index: 9;
}
.left-text-right-slider .left-right-section .left-text::after {
	content: "";
	width: 437px;
	height: 423px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solutions/arrows-2.png);
	position: absolute;
	background-position: top right;
	top: -29%;
	right: -37%;
	z-index: -1;
	background-repeat: no-repeat;
}
a.cta_button,
.banner-listing-btn a {
	background: #D31217;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 14px;
    line-height: 18px;
    text-transform: uppercase;
    /* font-weight: 600; */
    min-width: 133px;
    border: none;
    color: #fff;
    text-decoration: none;
    /* font-family: 'Nexa Extra'; */
    letter-spacing: 0.14em;
}
a.cta_button:hover,
.banner-listing-btn a:hover {
	background: #820205;
	color: #fff;
}
.simple-content-module ul li:last-child {
	margin-bottom: 0;
}
.main-repeater {
	background: #424A4A;
  padding-bottom: 20px;
}
body.about-us div#hs_cos_wrapper_widget_1627639267029 {
    padding-top: 32px;
}
.profile-module {
	margin: 130px 0px 0px;
}
.simple-content-module .cta-button {
	margin-top: 20px;
}
.profile-module h2 {
	text-transform: uppercase;
}
.profile-module h2 span {
	font-weight: 100;
}
.profile-module .main-header {
	max-width: 1130px;
	margin: 0 auto;
	padding-bottom: 60px;
  margin-top:75px;
}
.profile-module-bg .repeater .profile-gird {
	width: 30.9%;
	margin-right: 40px;
	background: #F8FAFA;
	padding: 30px;
	margin-bottom: 40px;
}
.profile-module-bg .repeater {
	display: flex;
	flex-wrap: wrap;
}
.profile-module-bg .repeater .profile-gird:nth-child(3n+3) {
	margin-right: 0;
}
.profile-module-bg .repeater {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: -30px;
}
.profile-module-bg .repeater .profile-gird .add-conetnt h5 {
	margin-bottom: 5px;
}
.profile-module-bg .repeater .profile-gird .add-conetnt {
	margin: 20px 0px 40px;
}
.profile-module-bg .repeater .profile-gird .add-conetnt h5,
.profile-module-bg .repeater .profile-gird .add-conetnt p {
	color: #788282;
}
.profile-module-bg .repeater .profile-gird .add-conetnt p {
	font-size: 14px;
}
.profile-module-bg .repeater .profile-gird .learn-more-btn a {
	color: #D31217;
	border-bottom-color: #D31217;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: 'Nexa Extra';
}
.profile-module-bg .repeater .profile-gird .learn-more-btn a::before {
	background-color: #D31217;
}
.profile-module-bg .repeater .profile-gird .learn-more-btn a:hover {
	color: #D31217 !important;
	text-decoration: none;
}
.profile-module-bg .repeater .profile-gird .image {
	margin: 0 auto;
	text-align: center;
}
.profile-module-bg {
	position: relative;
}
.profile-module-bg::before,
.four-col-with-center-image .repeater::after {
	content: "";
	width: 42%;
	height: 42%;
	background: #D31217;
	filter: blur(87px);
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 166px;
	top: 0;
}
body.about-us div#hs_cos_wrapper_widget_1627639267029 .simple-content-module {
	padding-bottom: 100px;
	padding-top: 50px;
}
/*============about-page-css-end-here==========*/

body.solutions-detail .left-image-with-right-content-solution::after {
	content: "";
	width: 18%;
	height: 13%;
	background: #D31217;
	filter: blur(87px);
	position: absolute;
	z-index: -1;
	left: 0;
	top: auto;
	margin: 0 auto;
	border-radius: 166px;
	bottom: 33px;
}
body.solutions-detail .solution-detail-list::after {
    content: "";
    width: 4%;
    height: 99%;
    background: #D31217;
    filter: blur(224px);
    position: absolute;
    z-index: -1;
    left: auto;
    top: 80px;
    right: 0;
    margin: 0;
    border-radius: 166px;
    bottom: 33px;
}
/*============carrier-page-css-start-here==========*/

.left-text-right-slider .left-right-section .left-text h2 {
	color: #121414;
	margin-bottom: 30px;
}
body.careers .left-text-right-slider .left-right-section .left-text::after {
    background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/careers/etc-images/Arrow-with-red-icons.png);
    top: -255px;
    right: -84%;
    width: 852px;
    height: 600px;
}
body.careers .banner-module .page-center {
	padding-top: 24%;
  position:relative;
  z-index:99;
}
body.careers .simple-content-module {
    padding-top: 0;
}
body.careers .banner-module {
	min-height: auto !important;
}
body.careers .simple-content-module::after {
	display: none;
}
/* body.careers .left-text-right-slider .left-right-section .right-slider-outer .right-slider .header-text .add-number {
	margin-left: -30px;
} */

.careers .four-col-with-center-image .repeater::before {
	content: "";
	width: 434px;
	height: 391px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/solutions/big-double%20arrow.png);
	position: absolute;
	top: -260px;
	right: 0;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -1;
}
.four-col-with-center-image .repeater {
	display: flex;
	flex-wrap: wrap;
}
.four-col-with-center-image .single-item-box {
	width: 21.9%;
	margin-right: 40px;
	background: #F8FAFA;
	padding: 30px;
	margin-bottom: 40px;
}
.four-col-with-center-image .repeater .single-item-box:last-child {
	margin-right: 0;
}
.four-col-with-center-image .single-item-content p {
	color: #424A4A;
	margin-bottom: 0;
	font-family: 'Nexa Book';
}
.four-col-with-center-image .single-itemicon {
	margin-bottom: 20px;
	text-align: center;
}
.four-col-with-center-image .repeater {
	position: relative;
	top: -50px;
  padding-bottom: 4px;
}
.open-opportunities-module .page-center {
    padding-right: 17%;
}
.open-opportunities-module .outer-repeater .single-sec .headeing {
	color: #FF8B03;
	font-size: 22px;
	border-bottom: 1px solid #FF8B03;
	padding-bottom: 15px;
}
.open-opportunities-module .single-item .add-content p {
	margin: 15px 0px;
}
.open-opportunities-module .single-sec {
	margin-bottom: 50px;
}
.open-opportunities-module .single-sec .inner-repeater .single-item {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.four-col-with-center-image {
	margin-top: 90px;
}
.open-opportunities-module .header-content p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}
.open-opportunities-module .single-sec .inner-repeater .single-item p + p {
	font-weight: 300;
}
.open-opportunities-module .job-deatil-cta a {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #fff;
}
.open-opportunities-module .single-item .add-content p:first-child {
	margin-top: 0;
}
.open-opportunities-module .single-sec .inner-repeater .single-item + .single-item {
	padding-top: 0;
}
.open-opportunities-module .outer-repeater .single-sec:last-child {
	margin-bottom: 0;
}
.open-opportunities-module .outer-repeater {
	padding-top: 66px;
}
.open-opportunities-module .header-content h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 20px;
}
.open-opportunities-module .outer-repeater .single-sec:last-child .inner-repeater .single-item:last-child {
	margin-bottom: 0;
}
.open-opportunities-module {
	padding-bottom: 60px;
  margin-bottom:50px;
}
/*============carrier-page-css-start-here==========*/

/*============newsroom-listing-css-start-here==========*/

.newsroom-banner .banner-content {
	padding-right: 0;
}
.newsroom-listing-custom .newsroom-banner {
	min-height: auto;
}
.newsroom-listing-custom .tabs li a {
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-bottom: 2px transparent;
}
.newsroom-listing-custom .tabs li a:hover {
	color: #D31216;
}
.newsroom-listing-custom .post-heading-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
  margin-bottom:30px;
}
.newsroom-listing-custom .tag-based-posts .post-heading-sec h2 {
	font-weight: 100;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}
.newsroom-listing-custom .tag-based-posts.newsroom-listing-items .newsroom-listing.single-post {
	width: 100%;
  margin-bottom:15px;
}
.newsroom-listing-custom .newsroom-listing.single-post {
	margin-left: 0;
}
.newsroom-listing-custom .tag-based-posts .post-button a::before {
	display: none;
}
.newsroom-listing-custom .tag-based-posts .post-button a::after {
	display: none;
}
.newsroom-listing-custom .newsroom-btn.post-button a {
	background: #D31217;
	font-size: 16px;
	padding: 10px 15px;
	line-height: 18px;
	font-weight: normal;
	min-width: 100px;
	border: none;
	width: auto;
	color: #fff;
  font-family: 'Nexa';
}
.newsroom-listing-custom .tag-based-posts .post-content-sec {
	background: none;
	border-bottom: 1px solid #EAEFEF;
	padding: 0;
	padding-bottom: 7px;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.newsroom-listing-custom .banner-module::after {
    background: none;
}
.newsroom-listing-custom .newsroom-left-content-sec span {
	color: #788282;
	font-size: 12px;
	display: block;
	font-weight: normal;
	padding: 7px 0px;
  font-family: Nexa Book;
}

.newsroom-listing-custom .newsroom-left-content-sec span.newsroom-text {
    font-size: 14px;
}
.newsroom-listing-custom .tag-based-posts h5 {
	color: #121414;
	font-weight: 700;
	margin-bottom: 7px;
}
.newsroom-listing-custom .newsroom-btn.post-button {
	background: none;
	padding: 0;
	text-align: right;
	width: 28%;
}
.newsroom-listing-custom .newsroom-btn.post-button a:hover {
	color: #fff !important;
	text-decoration: none;
}
.newsroom-listing-custom .tabs {
	z-index: auto !important;
}
body .newsroom-listing-custom .tabs::before {
	content: "";
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/careers/etc-images/news-details-page.png) no-repeat;
	width: 670px;
	height: 544px;
	display: inline-block;
	position: absolute;
	top: -200px;
	right: 10%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	z-index: -1;
	display: none;
}
body .newsroom-listing-custom .tabs::after {
	content: "";
	width: 851px;
	height: 700px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/careers/etc-images/news-details-page.png);
	position: absolute;
	top: -301px;
	background-position: top;
	right: 61px;
	z-index: -1;
}
.newsroom-detail-banner {
    max-width: 896px;
    margin: 0 auto;
  min-height:auto !important;
}
.newsroom-detail-banner h1 {
    font-size: 50px;
    line-height: 48px;
}
.newsroom-detail-banner .page-center {
    padding-top: 26%;
}
.newsroom-detail-page .banner-module::after{
height:auto;
}
/*============newsroom-listing-page-css-end-here==========*/

/*============blog-listing-page-css-start-here==========*/

.banner-listing-title h1 {
	line-height: 72px;
}
.banner-listing-title h1 {
	line-height: 72px;
	max-width: 580px;
	text-transform: uppercase;
}
.blog-banner-top-title {
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.banner-listing-author,
.post-listing-author {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.banner-listing-author span,
.post-listing-author span {
	font-size: 12px;
	padding-left: 15px;
}
.blog-listing-custom div#hs_cos_wrapper_dnd_area-module-4 {
	position: relative;
}
.blog-listing-custom div#hs_cos_wrapper_dnd_area-module-4::before {
	background: #D31217;
	filter: blur(264px);
	content: "";
	width: 20%;
	height: 30%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.blog-listing-custom .page-center {
	margin-bottom: 100px;
}
.blog-listing-custom .banner-listing-text p {
	font-family: 'Nexa Book';
}
.blog-listing-custom div#hs_cos_wrapper_dnd_area-module-4::after {
	content: "";
	width: 680px;
	height: 680px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Blog/blog-arrow-top.png);
	position: absolute;
	background-position: top;
	right: 0;
	top: -255px;
	z-index: -1;
}
.blog-listing-custom .post-heading-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-listing-custom .filter-section span.filter-text {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-right: 7px;
}
.blog-listing-custom .filter-section {
	display: flex;
	align-items: center;
}
.blog-listing-custom .post-listing-author {
	background: #eaefef;
	width: 100%;
	padding: 0px 40px;
	display: flex;
	align-items: center;
}
.blog-listing-custom .post-listing-author span {
	color: #788282;
	font-size: 12px;
	padding-left: 15px;
}
.blog-listing-custom .tag-based-posts h5 a:hover {
	text-decoration: none;
}
.blog-listing-custom div#threat-reports .post-heading-sec h2,
body .blog-deatil-page div#threat-reports .post-heading-sec h2 {
	font-weight: 100;
	border: none;
	margin-bottom: 0;
	text-transform: uppercase;
}
.blog-listing-custom div#threat-reports {
	padding: 120px 15px 60px;
	width: 100%;
	max-width: 1440px;
}
.blog-listing-custom div#threat-reports .single-post,
body .blog-deatil-page div#threat-reports .single-post {
	background: #EAEFEF;
	margin: 0;
	margin-right: 80px;
  padding-bottom:15px !important;
}
body .blog-deatil-page div#threat-reports .single-post {
	margin-right: 0px;
}
.blog-listing-custom .tag-based-posts .single-post {
	width: 100%;
	position: relative;
	float: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
	background: #eaefef;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.single-post-repeater {
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-column-gap: 3.8rem;
    grid-row-gap: 2.8rem;
    max-width: 1410px;
    margin: 0 auto;
}
.blog-listing-custom .tag-based-posts .single-post .blog-index__post-image {
	width: 100% !important;
	max-width: 100% !important;
	object-fit: cover;
}
.blog-listing-custom .tag-based-posts .single-post:nth-child(3n+3) {
	padding-right: 0;
}
.blog-listing-custom .post-listing-load-more a {
	padding: 10px 15px;
	text-transform: uppercase;
	border: 1px solid;
	font-size: 14px;
	color: #121414;
	text-decoration: none;
  font-family: 'Nexa Extra';
  font-weight: bold;
}
.blog-listing-custom .post-listing-load-more {
	text-align: center;
	padding: 60px 0px 40px;
}
.post-listing-load-more a:hover,
.threat-reports-post-content-sec h3 a {
	color: #121414 !important;
}
.blog-listing-custom .threat-reports-post-content-sec,
body .blog-deatil-page .threat-reports-post-content-sec {
	padding: 40px 40px 0;
}
.blog-listing-custom .threat-reports-post-content-sec h3,
body .blog-deatil-page .threat-reports-post-content-sec h3 {
	font-weight: 700;
	font-size: 22px;
}
.blog-listing-custom .threat-reports-post-content-sec h3 a,
body .blog-deatil-page .threat-reports-post-content-sec h3 a {
	color: #121414;
	text-decoration: none;
}
.blog-listing-custom div#threat-reports .single-post-repeater,
body .blog-deatil-page div#threat-reports .single-post-repeater {
	padding: 70px 0px;
}
.blog-listing-custom .tag-based-posts .post-button, body .blog-deatil-page div#threat-reports .post-button {
    padding: 10px 0px;
    margin: 20px 40px;
}
.blog-listing-custom .banner-listing-text {
	position: relative;
	width: 55%;
}
/*======================blog listing page css end here======================*/

/*======================blog details page css start here======================*/

.blog-deatil-page .blog-detail-banner .page-center {
	padding-top: 30%;
}
.blog-deatil-page .banner-content h1 span {
	font-weight: 700;
}
.blog-deatil-page .banner-content h6 {
	padding-bottom: 15px;
}
.blog-deatil-page .banner-image img {
	width: 100%;
}
.blog-deatil-page .blog-post__body {
	max-width: 1410px;
	background: #fff;
	color: #424A4A;
	padding: 200px 252px;
	position: relative;
	top: -150px;
}
.blog-deatil-page .blog-post__body h6, .blog-deatil-page .blog-post__body h4
{
	 color: #424A4A;
}
.blog-detail-banner {
	position: relative;
	z-index: 1;
  max-width:896px;
  margin: 0 auto;
}
.banner-image {
	position: relative;
	z-index: 1;
}
.blog-deatil-page .blog-post__body h5 {
	color: #424A4A;
	margin-top: 80px;
	margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Nexa Extra';
}
.blog-deatil-page .blog-post__body ul {
	padding-left: 20px;
}
.blog-deatil-page .blog-post__body ul li {
	font-size: 18px;
	color: #424A4A;
	font-weight: normal;
	margin-bottom: 30px;
	list-style: disc;
  font-family: Nexa Book;
}
.blog-deatil-page .blog-post__body p {
    font-family: Nexa Book;
}
.blog-deatil-page .blog-post__body::after {
	content: "";
	width: 670px;
	height: 670px;
	background: url(https://f.hubspotusercontent30.net/hubfs/5670381/Hyas/Images/Blog/blog-arrow-top.png);
	position: absolute;
	background-position: top;
	right: -15px;
	top: -147px;
	z-index: -1;
}
body .blog-listing-custom .tabs::before {
	display: none;
}
body .blog-deatil-page .blog-post__body img {
	width: 100%;
}
body .blog-deatil-page .post-button a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #D31217;
	position: relative;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 22px;
	text-decoration: none;
}
body .blog-deatil-page .post-button a::before {
	content: "";
	height: 2px;
	width: 16px;
	background: #D31217;
	position: absolute;
	right: 7px;
	top: 7px;
}
body .blog-deatil-page .post-button a::after {
	content: "";
	height: 11px;
	width: 11px;
	background: transparent;
	position: absolute;
	right: 7px;
	top: 3px;
	border-left: 2px solid;
	border-top: 2px solid;
	-ms-transform: rotate(130deg);
	transform: rotate(130deg);
}
body .blog-deatil-page .post-button a:hover {
	color: #D31217 !important;
}
body .blog-deatil-page .single-post-repeater .single-post > img:first-child {
	width: 100%;
}
.blog-deatil-page div#threat-reports .post-listing-author {
	padding: 80px 80px 0px 80px;
	width: 100%;
	padding: 0px 40px;
	display: flex;
	align-items: center;
}
.blog-deatil-page div#threat-reports .post-listing-author span {
	color: #788282;
	font-size: 12px;
	padding-left: 15px;
}
/*======================blog details page css end here======================*/
.blog-deatil-page .banner-content {
    padding-right: 0;
}
.newsroom-listing-custom .newsroom-banner h1 {
    margin-bottom: 80px;
}

.show-right-button.form-module .hs-input::placeholder {
    color: #1C0000;
}
.blog-listing-custom div#threat-reports .single-post, body .blog-deatil-page div#threat-reports .single-post img {
    width: 100%;
}
.full-width-content .slide-right-content {
    width: 95%;
}

body.product-details .banner-module {
    min-height: 90vh;
}
body.product-details .left-right-section{
margin-bottom:60px;
}
div#threat-reports .single-post {
    background: #fff;
}
.four-col-module .learn-more-btn a::before div#threat-reports .post-button::before{
	background-color: #D31217;
}

div#threat-reports .single-post .post-button {
      position: relative;
    border-bottom: 1px solid #D31217;
    color: #D31217;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
div#threat-reports .single-post .post-button:before {
    content: "";
    height: 2px;
    width: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #D31217;
}
div#threat-reports .single-post .post-button:after {
    content: "";
    height: 11px;
    width: 11px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 12px;
    border-left: 2px solid;
    border-top: 2px solid;
    -ms-transform: rotate(130deg);
    transform: rotate( 
130deg
 );
}

.blog-listing-custom div#threat-reports .single-post span, body .blog-deatil-page div#threat-reports .single-post span{
padding-left:0;
}
div#threat-reports .single-post .threat-reports-post-content-sec h3, div#threat-reports .single-post .threat-reports-post-content-sec h3 a {
    font-size: 22px;
    line-height: 32px;
    line-height: 1.4;
    color: #121415;
}
.newsroom-detail-page div#threat-reports .post-listing-author span {
    padding-left: 0;
    color: #788282;
}
.newsroom-detail-page div#threat-reports .single-post {
    background: #fff;
    background: #EAEFEF;
}
.newsroom-detail-page div#threat-reports .post-listing-author {
    margin-left: 40px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.newsroom-detail-page div#threat-reports .single-post .threat-reports-post-content-sec {
    padding: 40px 40px 0px 40px;
}
div#threat-reports .single-post .post-button {
    margin: 40px;
    padding-bottom: 15px;
}
.newsroom-detail-page div#threat-reports .single-post img {
    width: 100%;
}
.newsroom-detail-page div#threat-reports .single-post-repeater {
    padding-top: 70px;
}
div#threat-reports h2 {
    font-weight: 100;
    border: none;
    margin-bottom: 0;
    text-transform: uppercase;
}
body.solutions-overview .banner-module {
    min-height: 80vh;
}
.hays-solutions-module .repeater .learn-more-btn {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.hays-solutions-module .repeater .learn-more-btn:before {
    content: "";
    height: 2px;
    width: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.hays-solutions-module .repeater .learn-more-btn:after {
    content: "";
    height: 11px;
    width: 11px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 8px;
    border-left: 2px solid;
    border-top: 2px solid;
    -ms-transform: rotate(130deg);
    transform: rotate( 
130deg
 );
}
.hays-solutions-module a.single-item:hover {
    background: #790202;
   text-decoration:none;
}
.four-col-module .repeater .single-item .learn-more-btn{
text-align: left;
    position: relative;
    border-bottom: 1px solid #D31217;
    color: #D31217;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-bottom: 10px;
}


.four-col-module .repeater .single-item .learn-more-btn:before {
    content: "";
    height: 2px;
    width: 16px;
    background: #D31217;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #D31217;
}
.four-col-module .repeater .single-item .learn-more-btn:after {
    content: "";
    height: 11px;
    width: 11px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 4px;
    border-left: 2px solid;
    border-top: 2px solid;
    -ms-transform: rotate(130deg);
    transform: rotate( 
130deg
 );
}
.resources-page div#threat-reports .single-post .post-button {
  margin: 0;
  border-bottom:0;
}
.resources-page div#threat-reports .single-post .post-button:before, 
.resources-page div#threat-reports .single-post .post-button:after, .blog-listing-custom div#threat-reports .single-post .post-button:before, 
.blog-listing-custom div#threat-reports .single-post .post-button:after{
display:none;
}

body.partner-integrations .banner-module {
    min-height: 72vh;
}
.resources-page .banner-module {
    min-height: 67vh;
}
body.about-us .banner-module {
    min-height: 72vh;
}
body.about-us .left-text-right-slider .left-right-section .left-text h5{
margin-bottom:0;
}
body.partner-integrations .banner-module:after {
    display: none;
}
.blog-listing-custom .blog-banner-top-title {
    padding-bottom: 8px;
    display: inline-block;
}
.blog-listing-custom .tag-based-posts .post-button {
    margin: 0;
    padding: 20px 40px 40px;
}
.blog-listing-custom div#threat-reports .single-post .post-button {
    margin: 0;
    padding-bottom: 15px;
  border:none;
}
.blog-listing-custom div#threat-reports .single-post span{
padding-left:15px;
}
.newsroom-detail-page div#threat-reports .single-post .post-button:before {
    top: 8px;
}
.newsroom-detail-page div#threat-reports .single-post .post-button:after {
    top: 4px;
}
.newsroom-detail-page div#threat-reports .single-post .post-button {
    margin: 40px;
    padding-bottom: 10px;
}
/* home page responsive  */

@media screen and (min-width: 1441px) {
.product-details .left-content-with-right-image::after {
    right: 241px;
    left: auto;
}
}



@media screen and (max-width: 1439px) {
	.left-image-sec {
		max-width: 540px;
		width: 43%;
		left: 0;
	}
	.left-contet-right-image-sec {
		padding-bottom: 105px;
	}
}
@media screen and (max-width: 1200px) {
	.banner-content {
		padding-right: 7%;
	}
	.left-contet-right-image-sec {
		padding-bottom: 0;
	}
	.page-center {
		max-width: 980px;
		padding: 0 15px;
	}
	.banner-content h1 {
		line-height: 62px;
		font-size: 62px;
	}
	.content-with-logo-repeater .left-content h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.right-content-sec blockquote {
		font-size: 38px;
		line-height: 50px;
	}
	.three-col-content-with-link h2 {
		font-size: 44px;
		line-height: 44px;
	}
	.content-link-repeter .right-content h3 {
		font-size: 26px;
		line-height: 28px;
	}
	.simple-content-module h2 {
		margin-top: 40px;
		font-size: 44px;
		line-height: 42px;
	}
	.blog-recent-posts h5 {
		font-size: 20px;
	}
	.blog-recent-posts .post-content p {
		font-size: 16px;
	}
	.blog-posts-repeater .single-post {
		min-height: 360px;
	}
}


@media screen and (max-width: 1024px) {
.product-details .right-image {
    width: 45%;
}
  body.partner-page .banner-module {
    min-height: 100%;
}
}

@media screen and (max-width: 991px) {
	.banner-module .page-center {
		padding-top: 170px;
	}
	.banner-content {
		padding-right: 5%;
	}
	.banner-content h1 {
		line-height: 54px;
		font-size: 52px;
	}
	.next-sec-icon {
		margin-top: 7%;
		margin-bottom: 10%;
	}
	.content-with-logo-repeater .left-content {
		width: 40%;
		padding-right: 15px;
	}
	.content-with-logo-repeater .left-content h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.content-with-logo-repeater .right-logo-repeater {
		width: 60%;
	}
	.right-content-sec {
		padding: 40px 0;
	}
	.right-content-sec blockquote {
		font-size: 32px;
		line-height: 42px;
	}
	.right-content-sec blockquote::before {
		width: 44px;
		height: 28px;
		top: -15px;
		left: -41px;
	}
	.three-col-content-with-link h2 {
		font-size: 36px;
		line-height: 38px;
	}
	.content-link-repeter .single-item {
		padding: 15px;
		margin-bottom: 30px;
	}
	.content-link-repeter .right-content h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.content-link-repeter .main-content-text p {
		font-size: 18px;
		line-height: 24px;
		min-height: 100px;
		max-height: 100px;
	}
	.video-module {
		padding: 30px 0;
	}
	.blog-posts-repeater .single-post {
		padding: 15px 15px 70px;
		margin-bottom: 30px;
	}
	.blog-recent-posts .post-button a {
		bottom: 15px;
	}
	.show-right-button.form-module .hs-input {
		max-width: 80%;
	}
	.show-right-button.form-module form input.hs-button.primary.large {
		width: 16%;
	}
}
@media screen and (max-width: 767px) {
	.banner-module .page-center {
		padding-top: 150px !important;
	}
	.banner-content {
		padding-right: 0;
	}
	.banner-content h1 {
		line-height: 40px;
		font-size: 34px;
	}
	.content-with-logo-repeater .page-center {
		display: inline-block;
	}
	.content-with-logo-repeater .left-content {
		width: 100%;
		padding-right: 0;
	}
	.content-with-logo-repeater .right-logo-repeater {
		width: 100%;
    flex-wrap: wrap;
	}
	.left-image-sec {
		max-width: 100%;
		width: 100%;
		position: relative;
		left: 0;
	}
  .left-image-sec img{
  width:100%;
  }
	.right-content-sec {
		padding: 50px 40px 60px;
		width: 100%;
	}
	.three-col-content-with-link {
		padding: 50px 0 20px;
	}
	.three-col-content-with-link h2 {
		font-size: 32px;
		line-height: 34px;
	}
	.content-link-repeter .single-item {
		width: 100%;
	}
	.video-content {
		max-width: 100%;
	}
	.video-module h3 {
		font-size: 26px;
		line-height: 28px;
    letter-spacing: -0.02em;
	}
	.simple-content-module {
		padding-top: 40px;
	}
	.simple-content-module h2 {
		margin-top: 30px;
		font-size: 34px;
		line-height: 42px;
	}
	.blog-posts-repeater .single-post {
		width: 100%;
	}
	.blog-posts-repeater {
		margin-bottom: 30px;
	}
	.form-module .form-header-text h3 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.show-right-button.form-module .hs-input {
		max-width: 64%;
	}
	.show-right-button.form-module form input.hs-button.primary.large {
		width: 25%;
	}
	.form-module {
		padding-bottom: 10px;
	}
  .banner-module {
    min-height: 100%;
    background-position: center;
}
  .intercept-your-adversaries.left-right-section .right-image img {
    width: 100%;
}
  .intercept-your-adversaries.left-right-section .right-image {
    margin-top: 20px;
}
  body.about-us .banner-module {
    min-height: 58vh;
}
  .content-with-logo-repeater .right-logo-repeater .logo-image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
  body.product-details .left-right-section {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
  body.product-details .simple-content-module{
  padding-top:0;
  }
  .legal-consent-container .hs-form-booleancheckbox-display p, .legal-consent-container .hs-form-booleancheckbox-display p{
  display:block !important;
  }
}
@media screen and (max-width: 580px) {
	.left-image-sec::after {
		width: 290px;
		height: 335px;
	}
	.blog-recent-posts::after {
		width: 300px;
		height: 308px;
	}
	.right-content-sec {
		padding: 50px 15px 60px 40px;
	}
	.content-link-repeter .single-item:not(:last-child) {
		margin-right: 0;
	}
	.content-link-repeter .single-item {
		width: 100%;
	}
	.content-link-repeter .right-content h3 {
		min-height: auto;
		margin-bottom: 10px;
	}
	.content-link-repeter .main-content-text p {
		min-height: auto;
	}
	.blog-recent-posts h3 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.blog-posts-repeater .single-post {
		width: 100%;
	}
	.blog-posts-repeater .single-post:not(:last-child) {
		margin-right: 0;
	}
	.blog-posts-repeater .single-post {
		min-height: auto;
	}
	.show-right-button.form-module form input.hs-button.primary.large {
		width: 32%;
		min-width: 80px;
		padding: 10px 5px;
	}
	.next-sec-icon {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
/* home page responsive  */

/* Product detail page responsive  */
@media screen and (max-width: 1440px) {
  .product-details .left-content-with-right-image::after {
    width: 613px;
    height: 541px;
    top: -495px;
    right: 0px;
}
}
@media screen and (max-width: 1439px) {
	button.slick-prev.slick-arrow {
		left: -30px;
		z-index: 9;
	}
	button.slick-next.slick-arrow {
		right: -30px;
		z-index: 9;
	}
	.product-details .left-right-section .left-content {
		width: 60%;
		padding: 70px 70px;
		max-width: 749px;
	}
	.left-content .left-list h6 {
		margin-bottom: 30px;
	}

}
@media screen and (max-width: 1200px) {
	.product-details .slider-module {
		padding: 0 30px;
	}
	.product-details .left-right-section .left-content {
		width: 65%;
		padding: 50px;
		max-width: 680px;
	}
	.product-details .right-image {
		width: 50%;
	}
	.product-details .left-content-with-right-image::after {
		width: 334px;
		height: 291px;
		top: -250px;
		right: 0;
	}
	.slide-left-image {
		width: 40%;
		padding: 50px 20px 50px;
	}
	.slide-right-content {
		width: 60%;
		padding: 50px 20px 50px 15px;
	}
	.slide-right-content h4 {
		font-size: 22px;
	}
	.product-details .banner-content {
		padding-right: 7%;
	}
}
@media screen and (max-width: 991px) {
	.product-details .banner-content {
		padding-right: 5%;
	}
	.product-details .left-right-section .left-content {
		width: 75%;
		padding: 30px 40px;
		max-width: 100%;
	}
	.left-right-section .left-content p {
		line-height: 22px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.left-list h4 {
		font-size: 24px;
	}
	.left-content .left-list h6 {
		margin-bottom: 15px;
	}
	.list-icon {
		left: -20px;
		top: 0;
	}
	.list-icon img {
		max-width: 12px !important;
	}
	.product-details .right-image {
		width: 45%;
	}
  
}
@media screen and (max-width: 767px) {
	.product-details .left-right-section .left-content {
		width: 100%;
		padding: 45px;
		position: relative;
	}
	.left-right-section .left-content h2 {
		font-size: 38px;
	}
	.product-details .banner-content {
		padding-right: 0;
	}
	.product-details .right-image {
		width: 100%;
		position: relative;
		margin-top: 20px;
	}
	br {
		display: none;
	}
	.slide-left-image {
		width: 100%;
		padding: 50px;
	}
	.slide-right-content {
		width: 100%;
		padding: 50px;
	}
	.product-details .slider-module::before {
		width: 400px;
		height: 360px;
		top: -260px;
	}
	.form-module .form-columns-2 .input .hs-input {
		width: calc(100% - 0px) !important;
	}
	.form-module .form-columns-1 .input .hs-input {
		width: calc(50% - 0px);
	}
  .right-content-sec blockquote{
  padding-right:0;
  }
  .right-content-sec{
  position:relative;
  z-index:99;
  }
  .simple-content-module .page-center {
    position: relative;
    z-index: 99;
}
  .slider-nav.slick-slider h6::before{
    top:auto;
    bottom:0;
  }
  .newsroom-listing-custom .tag-based-posts .post-listing {
    padding: 40px 20px;
}
  .newsroom-listing-custom .newsroom-btn.post-button a {
    min-width: 150px !important;
}
  .banner-content {
    padding-top: 70px;
}
  body.solutions-overview .banner-with-middle-content .banner-cta a.cta_button {
    margin-bottom: 0;
}
  body.solutions-detail .solution-detail-list .single-item {
    margin-bottom: 15px;
}
  .three-col-content-with-link.add-bottom-space {
    padding-bottom: 30px;
}
}

@media screen and (max-width: 580px) {
	.product-details .slider-module::before {
		width: 280px;
		height: 240px;
		top: -160px;
	}
	.slide-left-image {
		padding: 20px;
	}
	.slide-right-content {
		padding: 20px;
	}
	.slide-right-content h3 {
		font-size: 24px;
	}
	.product-details .left-right-section::before {
		width: 270px;
		height: 269px;
		bottom: -20px;
		left: -15px;
	}
	.product-details .left-right-section .left-content {
		padding: 20px 30px;
	}
	.product-details .left-content-with-right-image::after {
		width: 260px;
		height: 240px;
		top: -180px;
	}
	.product-details .slider-module {
		padding: 0 18px;
	}
	button.slick-prev.slick-arrow,
	button.slick-next.slick-arrow {
		width: 35px;
		height: 35px;
	}
	button.slick-next.slick-arrow::before {
		right: 10px;
		top: 12px;
	}
	button.slick-next.slick-arrow::after {
		top: 16px;
		right: 10px;
	}
	button.slick-prev.slick-arrow::before {
		left: 11px;
		top: 12px;
	}
	button.slick-prev.slick-arrow::after {
		top: 17px;
		left: 10px;
	}
	.form-module .form-columns-1 .input .hs-input {
		width: calc(100% - 0px);
	}
	.slide-right-icon img {
		margin-left: auto;
	}
	.slide-right-text {
		text-align: center;
	}
}
/* Product detail page responsive  */

/* Solutions Detail page responsive  */

@media screen and (max-width: 1439px) {}@media screen and (max-width: 1200px) {
	.simple-content-module.white-bg {
		max-width: 960px;
		padding: 50px 60px 30px;
	}
	.right-content-section h2 {
		line-height: 44px;
		font-size: 38px;
	}
	.solution-detail-list .single-item .single-item-content {
		padding-right: 30px;
	}
	.simple-content-module.white-bg h3 {
		font-size: 38px;
		line-height: 48px;
	}
}
@media screen and (max-width: 991px) {
	.solution-detail-banner::after {
		width: 591px;
		height: 617px;
	}
	.simple-content-module.white-bg {
		max-width: 730px;
	}
	.right-content-section h2 {
		line-height: 36px;
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	.solution-detail-banner::after {
		width: 391px;
		height: 417px;
	}
	.solution-detail-list::before {
		width: 391px;
		height: 417px;
	}
	.solution-detail-left-right-sec {
		flex-direction: column-reverse;
	}
	.sol-detail-banner-right-section {
		width: 100%;
	}
	.sol-detail-banner-left-sec {
		width: 100%;
	}
	.simple-content-module.white-bg {
		max-width: calc(100% - 30px);
		padding: 40px 20px 15px 45px;
	}
	.simple-content-module.white-bg h3 {
		font-size: 32px;
		line-height: 38px;
	}
	.left-image-with-right-content-solution {
		flex-direction: column;
		max-width: calc(100% - 30px);
	}
	.left-image-section {
		width: 100%;
	}
	.right-content-section {
		width: 100%;
		padding: 15px 0;
	}
	.solution-detail-list .single-item h3 {
		font-size: 24px;
	}
	.solution-detail-list .single-item p {
		font-size: 16px;
	}
	.solution-detail-list .single-item {
		margin-bottom: 15px;
	}
	.content-link-repeter .right-content h3 {
		min-height: auto;
		margin-bottom: 15px;
	}
	.solution-detail-banner {
		padding-top: 200px;
	}
	.solutions-detail .left-contet-right-image-sec.full-with-content .right-content-sec {
		width: 100%;
		padding: 50px;
	}
}
@media screen and (max-width: 580px) {
	.solution-detail-banner::after {
		width: 291px;
		height: 317px;
	}
	.solution-detail-list::before {
		width: 291px;
		height: 317px;
	}
	.simple-content-module.white-bg::after {
		width: 280px;
		height: 240px;
		top: -140px;
		right: 40%;
	}
	.simple-content-module.white-bg h3 {
		font-size: 28px;
		line-height: 34px;
	}
	.left-image-with-right-content-solution {
		padding-bottom: 40px;
	}
	.solution-detail-list .single-item .single-item-image {
		width: 60px;
	}
	.solution-detail-list .single-item .single-item-content {
		padding-right: 0;
		padding-left: 60px;
	}
	.solutions-detail .left-contet-right-image-sec.full-with-content .right-content-sec {
		padding: 50px 15px 0 40px;
	}
	.simple-content-module.white-bg h3::after {
		width: 37px;
		height: 23px;
		top: -15px;
		left: -44px;
		background-position: center;
	}
}
/* Solutions Detail page responsive  */

/* Newsroom Detail page responsive  */

@media screen and (max-width: 1200px) {
	.newsroom-detail-page .body-container--blog-post .blog-post__body {
		padding: 60px;
	}
}
@media screen and (max-width: 991px) {
	.newsroom-detail-page .body-container--blog-post .blog-post__body {
		padding: 50px;
	}
	.newsroom-detail-page .blog-post__body::before {
		width: 752px;
		height: 617px;
		top: -274px;
	}
}
@media screen and (max-width: 767px) {
	.newsroom-detail-page .body-container--blog-post .banner-content {
		padding-right: 0;
	}
	.newsroom-detail-page .body-container--blog-post .blog-post__body {
		padding: 30px;
	}
	.newsroom-detail-page .blog-post__body::before {
		width: 552px;
		height: 417px;
		top: -150px;
	}
	.body-container--blog-post .blog-post__body p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.banner-module.newsroom-banner.newsroom-detail-banner {
		min-height: auto;
	}
}
@media screen and (max-width: 580px) {
	.newsroom-detail-page .blog-post__body::before {
		width: 252px;
		height: 217px;
		top: -110px;
	}
	.newsroom-detail-page .body-container--blog-post .blog-post__body {
		padding: 20px;
	}
}
/* Newsroom Detail page responsive  */

/* contact us page responsive  */

@media screen and (max-width: 1200px) {
	.form-with-white-background .form-sec {
		padding: 20px 80px 40px;
	}
}
@media screen and (max-width: 991px) {
	.form-with-white-background .form-sec {
		padding: 20px 40px 40px;
	}
	.form-with-white-background .form-sec::after {
		width: 650px;
		height: 650px;
		top: 214px;
		right: 0;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
	}
}
@media screen and (max-width: 767px) {
	.form-with-white-background .page-center {
		padding-top: 160px;
	}
	.form-module.form-with-white-background .banner-content h1 {
		line-height: 42px;
		font-size: 34px;
	}
	.form-module.form-with-white-background .form-header-text p {
		font-size: 16px;
		line-height: 24px;
	}
	.form-with-white-background .form-sec {
		padding: 15px;
	}
	.form-with-white-background .form-sec::after {
		width: 450px;
		height: 450px;
		top: 160px;
	}
}
@media screen and (max-width: 580px) {
	.form-with-white-background .form-sec::after {
		width: 270px;
		height: 270px;
		top: 230px;
	}
}
/* contact us page responsive  */

/* resources page responsive  */

@media screen and (max-width: 1439px) {
	.tag-based-posts .single-post {
		margin-left: 67px;
	}
	.tag-based-posts h5 {
		min-height: 60px;
	}
}
@media screen and (max-width: 1200px) {
	.api-format-outer {
		padding: 40px 50px;
	}
	.body-container--blog-post .banner-content {
		padding-right: 10%;
	}
	.tag-based-posts .single-post {
		margin-left: 54px;
	}
}
@media screen and (max-width: 991px) {
	.resources-page .body-container--blog-post .blog-post__body {
		padding-right: 0;
	}
	.body-container--blog-post .banner-content {
		padding-right: 5%;
	}
	.blog-banner-module::after {
		width: 491px;
		height: 517px;
		top: 100px;
	}
	.api-format-outer {
		padding: 30px;
	}
	.api-format-outer::before {
		width: 591px;
		height: 617px;
		top: -230px;
	}
	.tabs {
		padding: 30px;
	}
	.tag-based-posts .post-listing {
		padding: 30px 40px;
	}
	.tag-based-posts .post-heading-sec h2 {
		font-size: 38px;
	}
	.tag-based-posts .single-post {
		margin-left: 3%;
		margin-right: 3%;
		width: 44%;
	}
	.tag-based-posts .single-post:nth-child(3n-1) {
		margin-left: 3%;
	}
	.tag-based-posts .post-content-sec {
		padding: 20px 20px 0;
	}
	.tag-based-posts .post-button {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.body-container--blog-post .banner-content {
		padding-right: 0;
	}
	.blog-banner-module::after {
		width: 391px;
		height: 417px;
		top: 100px;
	}
	.blog-banner-module {
		padding-top: 150px;
	}
	.blog-banner-module .page-center {
		padding: 0;
	}
	.tabs {
		padding: 15px;
	}
	.tag-based-posts .post-listing {
		padding: 15px;
	}
	.tag-based-posts .single-post {
		margin-left: 2%;
		margin-right: 2%;
		width: 46%;
		margin-bottom: 30px;
	}
	.tag-based-posts .single-post:nth-child(3n-1) {
		margin-left: 2%;
	}
	.tag-based-posts .post-heading-sec h2 {
		font-size: 32px;
	}
	.resources-page .body-container--blog-index .tabs::before {
		width: 484px;
		height: 444px;
	}
  body.about-us .simple-content-module {
    padding-top: 0;
}
  .profile-module {
    margin: 60px 0px 0px;
}
  .profile-module .main-header {
    margin-top: 0;
}
  body.about-us div#hs_cos_wrapper_widget_1627639267029 .simple-content-module {
    padding-bottom: 30px;
    padding-top: 15px;
}
  body.careers div#hs_cos_wrapper_widget_1627561364123 {
    padding-top: 30px;
}
}
@media screen and (max-width: 580px) {
	.resources-page .body-container--blog-index .tabs::before {
		width: 284px;
		height: 244px;
	}
	.tag-based-posts .post-heading-sec h2 {
		font-size: 28px;
	}
	.tag-based-posts .single-post {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.tag-based-posts .single-post:nth-child(3n-1) {
		margin-left: 0;
	}
	.blog-banner-module::after {
		width: 281px;
		height: 307px;
		top: 130px;
	}
	.banner-content h3 {
		line-height: 28px;
		font-size: 22px;
	}
	.body-container--blog-post .content-wrapper {
		padding: 0 15px;
	}
	.api-format-outer {
		padding: 20px;
	}
	.api-format-outer::before {
		width: 291px;
		height: 317px;
		top: -180px;
	}
	.api-format-outer h4 {
		font-size: 24px;
	}
}
/* resources page responsive  */

/* Partner Integration responsive  */

@media screen and (max-width: 1439px) {
	.left-thumbnail-image-right-content .repeater {
		padding: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.partner-integrations .banner-content {
		padding-right: 0;
	}
	.left-thumbnail-image-right-content .repeater {
		padding: 30px;
	}
	.left-thumbnail-image-right-content .single-cta.learn-more-btn {
		width: 22%;
		margin-right: 3%;
	}
	.left-thumbnail-image-right-content .repeater::after {
		width: 652px;
		height: 517px;
		top: -244px;
	}
}
@media screen and (max-width: 991px) {
	.left-thumbnail-image-right-content .single-cta.learn-more-btn {
		width: 23%;
		margin-right: 2%;
	}
	.left-thumbnail-image-right-content .left-image {
		width: 25%;
		margin-bottom: 30px;
	}
	.left-thumbnail-image-right-content .right-content-with-cta {
		width: 100%;
		padding-left: 0;
	}
	.left-thumbnail-image-right-content .right-cta {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.left-thumbnail-image-right-content .repeater::after {
		width: 452px;
		height: 317px;
		top: -200px;
	}
	.left-thumbnail-image-right-content .single-cta.learn-more-btn {
		width: 45%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	.left-thumbnail-image-right-content .right-cta {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 580px) {
	.left-thumbnail-image-right-content .repeater {
		padding: 15px;
	}
	.left-thumbnail-image-right-content .left-image {
		width: 45%;
		margin-bottom: 15px;
		max-width: 110px;
	}
	.left-thumbnail-image-right-content .repeater::after {
		width: 252px;
		height: 117px;
		top: -70px;
	}
	.left-thumbnail-image-right-content .single-cta.learn-more-btn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.simple-content-module h2 {
		margin-top: 15px;
		font-size: 28px;
		line-height: 36px;
	}
}
/* Partner Integration responsive  */

/* Partner page responsive  */

@media screen and (max-width: 1200px) {
	.partner-page .banner-content {
		padding-right: 10%;
	}
}
@media screen and (max-width: 991px) {
	.left-image-with-right-content-solution {
		flex-direction: column;
	}
	.left-image-with-right-content-solution .left-image-section {
		width: 80%;
	}
	.left-image-with-right-content-solution .right-content-section {
		width: 80%;
		padding: 0 15px;
		margin-top: 20px;
	}
	.partner-page .banner-content {
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.left-image-with-right-content-solution .left-image-section {
		width: 100%;
	}
	.left-image-with-right-content-solution .right-content-section {
		width: 100%;
		padding: 0;
	}
	.right-content-section ul {
		padding-left: 15px;
	}
}
@media screen and (max-width: 580px) {
	.form-module .form-header-text h3 {
		font-size: 24px;
	}
	.left-image-section::before {
		width: 203px;
		height: 209px;
	}
	.partner-page .form-module::before {
		width: 291px;
		height: 217px;
		top: -80px;
		left: 0;
	}
}
/* Partner page responsive  */

/* request demo page responsive  */

@media screen and (max-width: 991px) {
	.request-demo .form-with-white-background .form-sec::after {
		width: 652px;
		height: 517px;
		top: -300px;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.request-demo .form-with-white-background .form-sec::after {
		width: 552px;
		height: 417px;
		top: -150px;
	}
	.form-with-white-background .form-sec select,
	.form-with-white-background .form-sec textarea {
		width: calc(100% - 0px) !important;
	}
}
@media screen and (max-width: 580px) {
	.request-demo .form-with-white-background .form-sec::after {
		width: 252px;
		height: 117px;
		top: -100px;
	}
}
/* request demo page responsive  */

/* Newsroom Detail page responsive  */

@media screen and (max-width: 1439px) {}@media screen and (max-width: 1200px) {}@media screen and (max-width: 991px) {}@media screen and (max-width: 767px) {}@media screen and (max-width: 580px) {}
/* Newsroom Detail page responsive  */

/* Solutions overview page responsive  */

@media screen and (max-width: 1439px) {
	.intercept-your-adversaries.left-right-section .left-content {
		padding:80px 0px 80px 80px;
	}
	.intercept-your-adversaries.left-right-section .right-image {
		top:25%;
		width:45%;
		max-width:520px;
	}
	body.solutions-overview .intercept-your-adversaries.left-right-section::after {
		width:405px;
		height:405px;
		top:-20%;
	}
	body.solutions-overview .intercept-your-adversaries.left-right-section::before {
		width:70px;
		height:227px;
		bottom:48px;
		left:0;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.solutions-overview .banner-content {
		padding-right: 20%;
	}
}
@media screen and (max-width: 1200px) {
	body.solutions-overview .intercept-your-adversaries.left-right-section::after {
		width: 345px;
		height: 285px;
		top: -210px;
	}
	.intercept-your-adversaries.left-right-section .left-content {
		padding: 40px 0 40px 40px;
	}
	.intercept-your-adversaries .left-subheader-text {
		max-width: 480px;
		margin-top: 30px;
	}
	.intercept-your-adversaries.left-right-section .right-image {
		width: 40%;
		max-width: 500px;
	}
	.four-col-module .repeater .single-item {
		margin: 15px 16px;
		padding: 20px;
	}
	.banner-with-middle-content .left-text {
		width: 40%;
		padding-right: 0;
	}
	.hays-solutions-module .single-item {
		padding: 20px;
	}
	body.solutions-overview .intercept-your-adversaries.left-right-section::before {
		width: 50px;
		height: 197px;
		left: -15px;
	}
	.solutions-overview .banner-content {
		padding-right: 15%;
	}
}
@media screen and (max-width: 991px) {
	.intercept-your-adversaries.left-right-section .left-content {
		padding: 20px 0 20px 20px;
	}
	.intercept-your-adversaries.left-right-section .left-header-text h2 {
		font-size: 38px;
	}
	.intercept-your-adversaries .left-subheader-text {
		max-width: 410px;
	}
	.intercept-your-adversaries .left-content h4 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.four-col-module .repeater .single-item:first-child {
		margin-left: 30px;
	}
	.four-col-module .repeater .single-item {
		margin: 15px 30px 30px;
		width: 41%;
	}
	.banner-with-middle-content .add-number {
		font-size: 62px;
		line-height: 72px;
	}
	.banner-with-middle-content .right-text h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.banner-with-middle-content {
		padding: 70px 0px;
	}
	.solutions-overview .banner-content {
		padding-right: 5%;
	}
}
@media screen and (max-width: 767px) {
	.intercept-your-adversaries.left-right-section .left-content {
		padding: 20px;
	}
	.intercept-your-adversaries.left-right-section .right-image {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: 0;
	}
	.intercept-your-adversaries .left-subheader-text {
		max-width: 100%;
	}
	.hays-solutions-header h2 {
		font-size: 38px;
	}
	.hays-solutions-module .single-item {
		padding: 20px;
		width: 100%;
	}
	.four-col-module {
		padding-top: 0;
		bottom: -40px;
	}
	.four-col-module .repeater .single-item {
		margin: 15px 20px 30px;
		width: 100%;
	}
	.four-col-module .repeater .single-item:first-child {
		margin-left: 20px;
	}
	.solutions-overview .banner-content {
		padding-right: 0;
	}
}
@media screen and (max-width: 580px) {
	body.solutions-overview .intercept-your-adversaries.left-right-section::after {
		width: 285px;
		height: 225px;
		top: -180px;
	}
	.intercept-your-adversaries.left-right-section .left-header-text h2 {
		font-size: 28px;
	}
	.intercept-your-adversaries.left-right-section .left-content {
		padding: 15px;
	}
	.four-col-module .repeater .single-item {
		margin: 0 0 30px;
		width: 100%;
	}
	.four-col-module .repeater .single-item:first-child {
		margin-left: 0;
	}
	.banner-with-middle-content .left-text {
		width: 40%;
		padding-right: 0;
		min-width: 70px;
	}
	.banner-with-middle-content .add-number {
		font-size: 38px;
		line-height: 44px;
	}
	.banner-with-middle-content .right-text {
		padding-left: 15px;
	}
	.banner-with-middle-content .right-text h3 {
		font-size: 18px;
	}
	.banner-with-middle-content .banner-cta {
		padding-top: 60px;
	}
	.banner-with-middle-content {
		padding: 40px 0px;
	}
}
/* Solutions overview page responsive */

/* About us page responsive */

@media screen and (max-width: 1200px) {
	.profile-module-bg .repeater .profile-gird {
		width: 30.5%;
	}
	.profile-module .main-header {
		padding: 0 15px 60px;
	}
	.about-us .banner-content {
		padding-right: 5%;
	}
}
@media screen and (max-width: 991px) {
	.about-us .banner-content {
		padding-right: 0;
	}
	.left-text-right-slider .left-right-section .left-text {
		padding: 40px;
	}
	.about-us .simple-content-module h2 {
		padding-right: 0;
	}
	.simple-content-module ul li {
		padding-left: 40px;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.profile-module-bg .repeater .profile-gird {
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.left-text-right-slider .left-right-section {
		padding-top: 40px;
		flex-direction: column;
	}
	.left-text-right-slider .left-right-section .left-text {
		width: 80%;
		padding: 30px;
	}
	.left-text-right-slider .left-right-section .right-slider-outer {
		width: 80%;
	}
	.left-text-right-slider .left-right-section .left-text::after {
		top: -210px;
		right: 0;
	}
	.profile-module-bg .repeater .profile-gird {
		width: 44%;
		margin-right: 3%;
		margin-left: 3%;
	}
	.profile-module-bg .repeater .profile-gird:nth-child(3n+3) {
		margin-right: 3%;
	}
	.profile-module h2 {
		font-size: 38px;
	}
}
@media screen and (max-width: 580px) {
	.left-text-right-slider .left-right-section .left-text {
		width: 100%;
		padding: 20px;
	}
	.left-text-right-slider .left-right-section .right-slider-outer {
		width: 100%;
	}
	.left-text-right-slider .left-right-section .left-text h5 {
		font-size: 18px;
	}
	.left-text-right-slider .left-right-section .left-text::after {
		top: -150px;
		width: 291px;
		height: 290px;
	}
	.left-text-right-slider .left-right-section .right-slider-outer .slick-slide .add-number {
		font-size: 54px;
		line-height: 52px;
	}
	.simple-content-module ul li {
		font-size: 18px;
		line-height: 28px;
	}
	.profile-module h2 {
		font-size: 34px;
	}
	.profile-module-bg .repeater .profile-gird {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 20px;
	}
	.profile-module-bg .repeater .profile-gird:nth-child(3n+3) {
		margin-right: 0;
	}
	.about-us .profile-module-bg::after {
		width: 270px;
		height: 231px;
		top: -200px;
	}
}
/* About us page responsive */

/* Career Page responsive */

@media screen and (max-width: 1200px) {
	.four-col-with-center-image .single-item-box {
		width: 22.6%;
		margin-right: 30px;
		padding: 25px;
	}
	.left-text-right-slider .left-right-section .left-text {
		padding: 40px;
	}
	.left-text-right-slider .left-right-section .left-text h2 {
		font-size: 44px;
	}
}
@media screen and (max-width: 991px) {
	body.careers .left-text-right-slider .left-right-section .left-text::after {
		width: 652px;
		height: 517px;
		right: 0;
	}
	.left-text-right-slider .left-right-section .left-text {
		padding: 25px;
	}
	.four-col-with-center-image .single-item-box {
		width: 23.4%;
		margin-right: 15px;
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	body.careers .left-text-right-slider .left-right-section .left-text::after {
		width: 452px;
		height: 317px;
	}
	.careers .four-col-with-center-image .repeater::before {
		width: 394px;
		height: 351px;
		top: -170px;
		right: 0;
	}
	.four-col-with-center-image .single-item-box {
		width: 46%;
		margin-right: 2%;
		padding: 15px;
		margin-left: 2%;
	}
	.left-text-right-slider .left-right-section .left-text h2 {
		font-size: 34px;
		margin-bottom: 15px;
	}
	.open-opportunities-module .header-content h2 {
		font-size: 38px;
	}
	body.careers .banner-module .page-center {
		padding-top: 160px;
	}
	.left-text-right-slider .left-right-section .left-text {
		padding: 20px;
	}
}
@media screen and (max-width: 580px) {
	body.careers .left-text-right-slider .left-right-section .left-text::after {
		width: 282px;
		height: 237px;
		top: -110px;
	}
	.left-text-right-slider .left-right-section .left-text h2 {
		font-size: 28px;
	}
	.four-col-with-center-image .single-item-box {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.careers .four-col-with-center-image .repeater::before {
		width: 294px;
		height: 251px;
		top: -140px;
	}
	.open-opportunities-module .header-content h2 {
		margin-bottom: 15px;
		padding-top: 0;
		font-size: 28px;
	}
	.open-opportunities-module .outer-repeater {
		padding-top: 20px;
	}
	.open-opportunities-module .single-sec .inner-repeater .single-item {
		margin-bottom: 30px;
		padding-top: 15px;
		flex-direction: column;
	}
}
/* Career Page responsive */

/* Blog listing responsive */

@media screen and (max-width: 1439px) {
	.single-post-repeater {
		grid-column-gap: 2.8rem;
	}
}
@media screen and (max-width: 1200px) {}@media screen and (max-width: 991px) {
	.banner-listing-title h1 {
		line-height: 58px;
		max-width: 700px;
		font-size: 54px;
	}
	.single-post-repeater {
		grid-column-gap: 1.3rem;
		grid-row-gap: 1.3rem;
	}
	.blog-listing-custom .threat-reports-post-content-sec,
	body .blog-deatil-page .threat-reports-post-content-sec {
		padding: 20px 20px 0;
	}
	.blog-listing-custom .post-listing-author {
		padding: 0 20px;
	}
	.blog-listing-custom .tag-based-posts .post-button,
	body .blog-deatil-page div#threat-reports .post-button {
		padding: 15px 20px 20px;
	}
	.blog-listing-custom .banner-listing-text {
		width: 75%;
		max-width: 690px;
	}
}
@media screen and (max-width: 767px) {
	.blog-listing-custom .banner-listing-text {
		width: 100%;
	}
	.blog-listing-custom div#hs_cos_wrapper_dnd_area-module-4::after {
		width: 480px;
		height: 480px;
		top: -170px;
	}
	.single-post-repeater {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		grid-template-columns: repeat(2, minmax(200px, 1fr));
	}
	.blog-listing-custom div#threat-reports {
		padding: 60px 15px 40px;
	}
}
@media screen and (max-width: 580px) {
	.blog-listing-custom div#hs_cos_wrapper_dnd_area-module-4::after {
		width: 280px;
		height: 280px;
		top: -80px;
	}
	.single-post-repeater {
		grid-column-gap: 0;
		grid-row-gap: 20px;
		grid-template-columns: repeat(1, minmax(200px, 1fr));
	}
	.tag-based-posts h5 {
		font-size: 18px;
	}
	.banner-listing-title h1 {
		line-height: 42px;
		font-size: 36px;
	}
	.blog-listing-custom div#threat-reports .single-post-repeater,
	body .blog-deatil-page div#threat-reports .single-post-repeater {
		padding: 30px 0;
	}
}
/* Blog listing page responsive */

/* Blog detail page responsive */

@media screen and (max-width: 1200px) {
	.blog-deatil-page .blog-post__body {
		padding: 200px 80px;
	}
}
@media screen and (max-width: 991px) {
	.blog-deatil-page .blog-post__body {
		padding: 170px 50px 50px;
	}
}
@media screen and (max-width: 767px) {
	.blog-deatil-page .blog-post__body {
		padding: 120px 30px 30px;
		top: -90px;
	}
	.blog-listing-custom div#threat-reports .post-heading-sec h2, body .blog-deatil-page div#threat-reports .post-heading-sec h2 {
		font-size: 28px;
	}
	.blog-listing-custom div#threat-reports .single-post-repeater, body .blog-deatil-page div#threat-reports .single-post-repeater {
		padding: 30px 0px;
	}
	.blog-deatil-page .blog-detail-banner .page-center {
		padding-top: 160px;
		padding-left: 0;
		padding-right: 0;
	}
	.blog-deatil-page .blog-post__body::after {
		width: 520px;
		height: 520px;
		top: -130px;
	}
	.blog-deatil-page .blog-post__body h5 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 18px;
	}
}
@media screen and (max-width: 580px) {
	.blog-deatil-page .blog-post__body::after {
		width: 280px;
		height: 280px;
		top: -80px;
	}
	.blog-deatil-page .blog-post__body {
		padding: 110px 20px 20px;
		top: -100px;
	}
	
}
/* Blog detail page responsive */

/* Newsroom Listing page responsive */

@media screen and (max-width: 1200px) {
	.tag-based-posts .post-listing {
		padding:30px 40px;
	}
	.newsroom-listing-custom .newsroom-btn.post-button a {
		min-width:130px;
		text-align:center;
		padding:11px 10px;
	}
	.newsroom-listing-custom .tag-based-posts.newsroom-listing-items .newsroom-listing.single-post {
		width:100%;
		margin:5px 0 15px !important;
	}
}
@media screen and (max-width: 991px) {
	body .newsroom-listing-custom .tabs::after {
		width:752px;
		height:617px;
		top:-130px;
		right:61px;
	}
}
@media screen and (max-width: 767px) {
	body .newsroom-listing-custom .tabs::after {
		width: 452px;
		height: 317px;
		top: -130px;
		right: 30px;
	}
	.tag-based-posts .post-listing {
		padding: 15px;
	}
	.blog-deatil-page .blog-post__body h4 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	.blog-deatil-page .blog-post__body h6 {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.blog-listing-custom .page-center {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 580px) {
	body .newsroom-listing-custom .tabs::after {
		width: 252px;
		height: 117px;
		top: -50px;
		right: 30px;
	}
	.newsroom-listing-custom .tag-based-posts .post-content-sec {
		flex-direction: column;
	}
}
/* Newsroom Listing page responsive */
