*, *: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.
 */


/*   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;
 height: auto;
 max-width: 100%;
}

/* 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;
}
/* 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: 28px;
    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: 28px;
        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: 28px;
        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;
    }
    html, body {
        overflow-x: hidden;
    }
    body {
        position: relative
    }
}

@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;
 max-width: 1240px;
 padding: 0 20px;
}

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

.dnd-section {
 padding: 80px 20px;
}

.dnd-section > .row-fluid {
 margin: 0 auto;
 max-width: 1200px;
}
.side-padding,
.dnd-section .dnd-column {
 padding: 0 20px;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Inter, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

strong {
  font-weight: 500;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Inter, sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

h4 {
  font-family: Inter, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
 background-color: #494A52;
 border: 1px solid #494A52;
 border-radius: 6px;
 color: #FFF;
 cursor: pointer;
 display: inline-block;
 font-size: 0.92rem;
 font-weight: normal;
 height: auto;
 line-height: 1.1;
 margin: 0;
 padding: 15px 53px;
 position: relative;
 text-align: center;
 text-decoration: none;
 transition: all 0.15s linear;
 white-space: normal;
 width: auto;
 word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
 background-color: #21222A;
 border-color: #21222A;
 color: #FFF;
 text-decoration: none;
}

button:active,
.button:active {
 background-color: #71727A;
 border-color: #71727A;
 color: #FFF;
 text-decoration: none;
}

.revised a.cta_button{
 background: #D60059;
 border-radius: 3px;
 color: #FFFFFF;
 padding: 16px 40px;
 font-weight: 700;
 font-size: 14px;
 line-height: 17px;
}
a.cta_link_button{
 color: #00395C;
 font-weight: 700;
 font-size: 14px;
 line-height: 17px;
 text-transform: uppercase;
 margin-right: 4px;
}
a.cta_link_button:hover{
 border-bottom: 1px solid #E80458;
 text-decoration: none;
}

p.card_link{
 font-family: 'Inter';
 font-style: normal;
 font-weight: 700;
 font-size: 14px;
 line-height: 17px;
 color: #00395C;
}
p.card_link span {
 margin-right: 4px;
}
:root {
 --primary: #d60059;
 --secondary: #d60059;
 --tertiary: #00395c;
 --accent: #d60059;
 --primaryfont: red Hat Display;
 --secondaryfont: red Hat Display;
 --brown: #591c2b;
 --darkgrey: #28292e;
 --black: #1f2123;
 --white: #fff;
 --cream: #f3f3ee;
 --prussian_blue: #00395c;
 --fuchsia: #d60059;
 --light_blue: #99afbc;
 --medium_blue: #34627d;
 --light_pink: #ef99bd;
 --light_grey: #f5f5f5;
 --dark_navy: #000e16;
 --navy: #001c2f;
}


main a.primary,
main a.cta_button.primary,
main .hs-form input[type=submit]{
 background-color: #d60059;
 background: #d60059;
 border: 1px #d60059;
 border-radius: 0;
 clip-path: polygon(0 0,90% 0,100% 40%,100% 80%,100% 100%,0 100%,0 80%,0 20%);
 color: #fff;
 cursor: pointer;
 display: inline-block;
 font-family: Inter,sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
 font-weight: 800;
 height: auto;
 margin-right: 15px;
 opacity: 1;
 padding: 16px 40px;
 position: relative;
 text-decoration: none;
 text-transform: uppercase;
 touch-action: manipulation;
 transition: all .2s linear;
 transition: opacity 1s;
 vertical-align: middle;
 white-space: normal;
 width: auto;
 word-break: break-word;
 line-height: 20px;
}

main a.secondary,
main a.cta_button.secondary,
main a.secondary:hover{
 background-color: transparent;
 background-image: url(https://www.picussecurity.com/hubfs/2024%20-%20Optimization/buttons/button-secondary.svg);
 background-repeat: no-repeat;
 color: var(--primary-color);

 font-family: var(--seconadry-font);
 font-size: 18px;
 font-style: normal;
 font-weight: 800;
 letter-spacing: 1px;
 line-height: 1;
 padding: 16px 40px;
 position: relative;
 text-align: center;
 text-transform: uppercase;
 transition: all .3s ease;
 z-index: 1;
}
main a.secondary:hover {
 text-decoration: none;
 background-image: url(https://www.picussecurity.com/hubfs/2024%20-%20Optimization/buttons/Subtract.svg);
}

main a.secondary:before{
 display: none;
}
main a.tertiary{
 position: relative;
}
main a.tertiary,
main a.cta_button.tertiary,
main a.cta_button.tertiary:hover{
 background: transparent;
 border-bottom: 2px solid var(--primary);
 color: var(--tertiary);
 font-family: Inter,sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 700;
 letter-spacing: 1px;
 line-height: 18px;
 opacity: 1;
 padding: 10px 20px 10px 0;
 text-align: left;
 text-transform: uppercase;
 transition: opacity 1s;
 border-radius: 0;
 position: relative;
 display: inline-block;
}
main a.tertiary:hover {
 text-decoration: none;
}
main a.tertiary:before,
main a.cta_button.tertiary:before {
 background: linear-gradient(45deg,transparent 50%,#d60159 0);
 content: "";
 height: 12px;
 position: absolute;
 right: 3px;
 top: 12px;
 transform: rotate(45deg);
 width: 12px;
 z-index: 99999999999;
 opacity: 1;
 left: auto;
}

/* Form */


form {
 font-family: Lato, sans-serif;
}

.hs-form-field {
 margin-bottom: 1rem;
 position: relative;
}
.hs_kvkk_compliance {
 display: none;
}
.s2-form .hs_kvkk_compliance label {
 display: flex;
}
.s2-form .hs_kvkk_compliance label span{
 color: var(--dark-navy);
 font-size: 16px;
 font-weight: 400;
}
.s2-form .hs_kvkk_compliance .hs-form-booleancheckbox{
 margin-bottom: 0;
}
body.kvkk-compliance-visible .legal-consent-container {
 margin-top: 0!important;
}
body.kvkk-compliance-visible main .hs-form input[type=submit] {
 pointer-events: none;
 opacity: .5;
}
body.kvkk-compliance-visible.gdpr-confirmed main .hs-form input[type=submit] {
 pointer-events: initial;
 opacity: 1;
}
/* Labels */

form label {
 color: var(--picus-blue);
 display: block;
 font-weight: 700;
 padding-top: 0;
 margin-bottom: 10px;
 text-align: left;
 width: auto;
 font-size: 20px;
}

form label.hs-error-msg{
 font-size: 16px;
}
/* Help text - legends */

form legend {
 color: var(--picus-blue);
 font-size: 16px;
 font-weight: 300;
}

/* Inputs */

.input {
 position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
 background-color: #FFF;
 border: 2px solid #D1D6DC;
 border-radius: 2px;
 color: #000;
 display: inline-block;
 font-size: 0.6rem;
 font-weight: 500;
 padding: .55rem;
 width: 100% !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
 outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
 color: #BFBFBF;
}

::-moz-placeholder {
 color: #BFBFBF;
}

:-ms-input-placeholder {
 color: #BFBFBF;
}

:-moz-placeholder {
 color: #BFBFBF;
}

::placeholder {
 color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
 display: block;
 margin: 0.7rem 0;
 padding: 0;
 width: 100%;
}

.inputs-list input,
.inputs-list span {
 font-size: 0.875rem;
 vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
 border: none;
 cursor: pointer;
 height: auto;
 line-height: normal;
 margin-right: 0.35rem;
 padding: 0;
 width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
 color: var(--picus-blue);
 content:'\01F4C5';
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
 color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
 background-color: transparent;
 border: initial;
 box-shadow: none;
 line-height: initial;
 padding: initial;
}

/* Headings and text */

body form .hs-richtext,
body form .hs-richtext p,
body .legal-consent-container .hs-form-booleancheckbox-display > span p,
.legal-consent-container .hs-form-booleancheckbox-display>span{
 font-size: 16px;
 margin: 0 0 1.4rem;
 color: var(--dark-navy);
 font-weight: 400;
}
form .hs-richtext img {
 max-width: 100% !important;
}

form .header {
 background-color: transparent;
 border: none;
}

/* GDPR */



/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
 background-color: var(--secondary-color) !important;
 border: none !important;
 color: #FFF;
 cursor: pointer;
 display: inline-block;
 font-size: 0.92rem;
 height: auto;
 line-height: 1.1;
 margin: 0;
 padding: 15px 53px;
 position: relative;
 text-align: center;
 
 text-decoration: none;
 transition: all 0.15s linear;
 white-space: normal;
 width: auto;
 word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
 background-color: #21222A;
 border-color: #21222A;
 
 color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
 background-color: #71727A;
 border-color: #71727A;
 
 color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
 margin: 0 auto;
}
.hs_error_rollup {
 display: none;
}
.legal-consent-container ul.no-list.hs-error-msgs.inputs-list {
 position: relative;
}
/* Table */

table {
 border: 1px solid #DEE2E6;
 margin-bottom: 1.4rem;
}

tbody + tbody {
 border-top: 2px solid #DEE2E6;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
 background-color: #343A40;
 border-bottom: 2px solid #DEE2E6;
 color: #FFF;
 vertical-align: bottom;
}

.revised table {
 border: none;
}
.revised td {
 border: none;
 vertical-align: middle;
}
table.red-report tr td:not(:first-child) p span {
 color: #D80033 !important;
}
/* Header container */

body .header {
 background-color: #F8FAFC;
 position: fixed;
 width: 100%;
 transition: top 1s ease, opacity 0.5s ease, background-color 0.3s ease;
 opacity: 1;
 top: 0;
 z-index: 100;
}
.header span.new {
 content: url(https://picussecurity.com/hubfs/2024%20-%20Optimization/new-badge-mega-menu.svg);
 display: inline-block;
 margin-left: 14px;
}
.header .cta-m0 a.cta_button{
 margin: 0 auto!important;
}
@media(max-width: 767px){
 .light-nav-mobile-true header.header {
	background-color: #fff;
 }
}
.header__container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

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

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

/* Logo */

.header__logo {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: auto;
 margin-right: auto;
 max-width: 200px;
 overflow: hidden;
 position: relative;
 margin-top: 0;
}

.header__logo img {
 max-width: 144px;
 height: auto;
 margin-top: -12px;
}

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

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

/* Search bar */

.header__search {
 padding: 0 22px;
 width: auto;
}

.header__search .hs-search-field__input {
 background-color: #FFF;
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
 background-position: center right 15px;
 background-repeat: no-repeat;
 border: 1.79px solid #D1D6DC;
 border-radius: 6px;
 color: #494A52;
 font-family: Lato, serif;
 font-size: 22px;
 font-weight: 300;
 height: 45px;
 padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
 border: 1.79px solid #D1D6DC;
 border-bottom: none;
 border-radius: 6px 6px 0 0;
 background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
 color: transparent;
}

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

.header__search .hs-search-field__suggestions li {
 border-top: 1px solid #D1D6DC;
 font-family: Lato, serif;
 font-size: 22px;
}

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

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

/* Navigation */

#nav-toggle {
 display: none;
}

.header__menu--flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.custom-menu-primary {
 text-transform: uppercase;
 font-size: 12px;
}
.custom-menu-primary ul li {
 margin-right: 25px;
 margin-bottom: 20px;
}
.custom-menu-primary ul li.hs-menu-depth-2 {
 margin-right: 20px;
}
.custom-menu-primary ul li.hs-item-has-children {
 margin-right: 35px;
 font-weight: 500;
}
.custom-menu-primary ul li a {
 color: #00293B;
 text-decoration: none;
 transition: all 0.3s ease;
 font-weight: 500;
}
.header-landing.custom-menu-primary ul li a {
 color: #fff;
}
.custom-menu-primary ul li a:hover, .hs-blog-post .custom-menu-primary ul li a:hover, 
.custom-menu-primary ul li.hs-menu-depth-1.active-branch a, 
.custom-menu-primary ul li.hs-menu-depth-1.active-branch ul li.hs-menu-depth-2 a:hover {
 color: #E8055D;
}
.custom-menu-primary ul li a:hover span, 
.hs-blog-post .custom-menu-primary ul li a:hover span, 
.custom-menu-primary ul li.hs-menu-depth-1.active-branch ul li.hs-menu-depth-2 a {
 color: #00293B;
}

@media (min-width: 768px){
 body .header, body .header.position{
	position: fixed;
 }
 .custom-menu-primary ul li.hs-menu-depth-1:last-of-type {
	border: 2px solid #00293B;
	background: rgba(255,255,255,0.6);
	color: #00293B;
	padding: 10px 15px;
	font-weight: bold;
	margin-top: -12px;
	margin-right: 0;
	transition: all 0.3s ease;
 }
 .custom-menu-primary ul li.hs-menu-depth-1:last-of-type:hover, .hs-blog-post .custom-menu-primary ul li.hs-menu-depth-1:last-of-type:hover {
	border-color: #E8055D;
	color: #E8055D;
 }
 .header-landing.custom-menu-primary ul li.hs-menu-depth-1:last-of-type {
	background: none;
	border: 2px solid #fff;
 }
 .hs-blog-post .custom-menu-primary ul li.hs-menu-depth-1:last-of-type {
	background: none;
 }
}
.custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
 background: #EFEFEF;
 border-radius: 4px;
 box-shadow: 0px 3px 6px #888888;
 padding: 30px 0px 10px 25px;
}
.custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li {
 margin-left: 0px;
 margin-bottom: 25px;
}
.custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li a {
 font-size: 12px;
 font-weight: 500;
 width: 250px;
 white-space: break-spaces;
 padding-left: 30px;
 line-height: 1.5;
 position: relative;
}
/* Navigation Menu Icons */
.custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li a:before {
 content: '';
 position: absolute;
 top: 1px;
 left: -4px;
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/other/shield-icon.png');
 background-size: cover;
 width: 22px !important;
 height: 22px !important;
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(1) a:before {
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/shield-icon-key.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(2) a:before {
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/shield-lock-icon.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(3) a:before,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(4) a:before,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(5) a:before,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(6) a:before,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(7) a:before,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(8) a:before,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(9) a:before {
 background-image: none;
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(3) a,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(4) a,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(5) a,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(6) a,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(7) a,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(8) a,
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(9) a {
 text-transform: initial;
}
@media (min-width: 768px) {
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(3),
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(4),
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(5),
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(6),
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(7),
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(8),
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(9) {
	position: absolute;
	left: 300px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(3) {
	top: 30px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(4) {
	top: 60px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(5) {
	top: 85px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(6) {
	top: 110px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(7) {
	top: 135px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(8) {
	top: 160px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) .hs-menu-children-wrapper li:nth-of-type(9) {
	top: 185px;
 }
 .custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(2) ul {
	width: 515px;
 }
 .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts ul li:nth-of-type(2).hs-item-has-children:hover>.hs-menu-children-wrapper:after {
	content: '';
	width: 1px;
	height: 140px;
	position: absolute;
	background: #cecece;
	left: 295px;
 }
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(1) .hs-menu-children-wrapper li:nth-of-type(2) a:before {
 background-image: url('https://7048931.fs1.hubspotusercontent-na1.net/hubfs/7048931/raw_assets/public/Shield/images/icons/shield-target-icon.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(1) .hs-menu-children-wrapper li:nth-of-type(3) a:before {
 background-image: url('https://7048931.fs1.hubspotusercontent-na1.net/hubfs/7048931/raw_assets/public/Shield/images/icons/shield-cycle-icon.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(1) .hs-menu-children-wrapper li:nth-of-type(4) a:before {
 background-image: url('https://7048931.fs1.hubspotusercontent-na1.net/hubfs/7048931/raw_assets/public/Shield/images/icons/shield-graph-icon.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(4) .hs-menu-children-wrapper li:nth-of-type(1) a:before {
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/partners-icon.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(4) .hs-menu-children-wrapper li:nth-of-type(2) a:before {
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/shield-support-network.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(45) .hs-menu-children-wrapper li:nth-of-type(1) a:before {
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/blue/laptop_mac-24px.svg');
}
.custom-menu-primary .hs-menu-wrapper.flyouts ul li:nth-of-type(5) .hs-menu-children-wrapper li:nth-of-type(2) a:before {
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/blue/shield-icon-tickdoc.svg');
}

/* End Navigation Menu Icons */
.custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li a span {
 font-size: 12px;
 font-weight: 500;
 text-transform: initial;
 color: #a0a0a0;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
 left: -109px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper:before {
 position: absolute;
 content:'';
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Icons/other/shield-navigation-arrow-efefef.svg');
 width: 13px;
 height: 6px;
 top: -6px;
 left: 46%;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts ul li:nth-of-type(2).hs-item-has-children:hover>.hs-menu-children-wrapper:before {
 left: 27%;
}
.hs-menu-wrapper.flyouts .hs-item-has-children:after {
 position: absolute;
 content: '';
 background: url('https://www.picussecurity.com/hubfs/Shield/Icons/shield-navicon-dropdown.svg');
 background-size: cover;
 width: 5px;
 height: 4px;
 right: -13px;
 top: 3px;
}
.hs-blog-post .hs-menu-wrapper.flyouts .hs-item-has-children:after, 
.hs-blog-post .header.scroll .hs-menu-wrapper.flyouts .hs-item-has-children:after, 
.header.scroll .hs-menu-wrapper.flyouts .hs-item-has-children:after {
 background: url('https://www.picussecurity.com/hubfs/Shield/Icons/other/shield-navicon-dropdown-efefef.svg');
}

/* Light Navigation */
.hs-blog-post .custom-menu-primary ul li a, .header.scroll .custom-menu-primary ul li.hs-menu-depth-1 a {
 color: #fff;
}
.header.scroll .custom-menu-primary ul li.hs-menu-depth-1 a:hover, .hs-blog-post .custom-menu-primary ul li.hs-menu-depth-2 a:hover {
 color: #E8055D;
}
.header.scroll .custom-menu-primary ul li.hs-menu-depth-2 a, .hs-blog-post .custom-menu-primary ul li.hs-menu-depth-2 a {
 color: #00293b;
}
.hs-blog-post .custom-menu-primary ul li:last-of-type, .header.scroll .custom-menu-primary ul li:last-of-type {
 border: 2px solid #fff;
 color: #fff;
}
.header.scroll .custom-menu-primary ul li:last-of-type {
 background: none;
}
.header.scroll .custom-menu-primary ul li.hs-menu-depth-2:last-of-type, .hs-blog-post .custom-menu-primary ul li.hs-menu-depth-2:last-of-type {
 border: none;
 background: none;
}

.light-nav-desktop .header .header__logo--main{
 filter: none;
}
@media (min-width: 768px) {
 /* Sticky Header */
 .header.position {
	opacity: 0;
	transition: opacity 0.5s ease;
	position: fixed;
	max-height: 92px;
 }
 .header.position.scroll {
	top: 0;
	width: 100%;
	background: none;
	background-color: #fff;
	opacity: 1;
	transition: top 0.3s ease, opacity 0.5s ease, background-color 0.1s;
	max-height: 92px;
 }
 header.header.mm-bg.position.scroll:hover {
	background-color: #fff;
 }
 .light-nav-desktop .header .header__logo--main,
 .header.scroll .header__logo--main {
	padding-top: 0px;
	position: relative;
 }

}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
 .header__column {
	width: 100%;
 }
 .custom-menu-primary ul li.hs-item-has-children {
	margin-right: 25px;
	font-weight: 500;
 }
 .custom-menu-primary {
	font-size: 11px;
 }
 .header__logo {
	overflow: visible;
 }
}

/* Mobile styles */
@media (max-width: 767px) {

 .body-container-wrapper {
	margin-top: -164px;
 }
 body .header {
	position: relative;
	padding: 20px 0 0px !important;
	max-height: 92px;
 }
 .header__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 0 0;
 }

 .header__container form {
	max-width: 100%;
 }

 .header__logo {
	margin-left: 22px;
	width: 100%;
 }

 .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.open:after,
 .header__search--toggle.open:after,
 .header__language-switcher--toggle.open:after {
	display: block;
	word-break: normal;
 }

 .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__column {
	position: relative;
 }

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

 .header__row-2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
 }

 .header__navigation--toggle {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	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__language-switcher {
	border-top: 2px solid #CED4DB;
	padding-left: 30px;
	padding-right: 0;
 }

 .header__language-switcher .lang_list_class {
	background-color: inherit;
	border: none;
	border-radius: 0;
	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;
 }

 .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__search {
	border-top: 2px solid #CED4DB;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 30px;
 }

 .header__search .hs-search-field__input {
	padding-left: 15px;
 }

 .header__search .hs-search-field__suggestions li {
	padding: 10px 0;
 }

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


/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
 display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


 /* Variables
 ========================================================================== */

    /* Set Mobile Menu Background Color */
       /* Set Link Color */
  /* Set Link Hover Color */

 /* 
 * Menu Reset
 *
 * Remove styling from desktop version of custom-menu-primary. Place any 
 * additional CSS you want removed from the mobile menu in this reset 
 */

 .custom-menu-primary,
 .custom-menu-primary .hs-menu-wrapper > ul,
 .custom-menu-primary .hs-menu-wrapper > ul li,
 .custom-menu-primary .hs-menu-wrapper > ul li a{
	display: block;
	float: none;
	position: static;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	padding: 0px;
	margin: 0px;
	background-image: none;
	background-color: transparent;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none; 
	max-width: none;
	width: 100%;
	height: auto;
	line-height: 1;  
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	color:#ffffff;
 }


 /* Toggle Button
 ========================================================================== */

 .mobile-trigger{
	display: inline-block !important; /* Show button on mobile */
	cursor: pointer; /* Mouse pointer type on hover */
	position: absolute; /*******************************************/
	top: -50px;          /* Position Button at right of screen  */
	right: 22px;        /*******************************************/
	width: auto; /* Button width */
	height: auto; /* Button height */      
	padding: 7px 10px 8px 10px;
	background: #ffffff; /* Background color */
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #023c5c; 
 }
 .mobile-trigger:hover{
	text-decoration: none; /* Removes link text underline on button */
	color: #fff;
	background-color: #023c5c; 
	border-color: transparent;
 }

 /* Change button when menu is open */
 .mobile-open .mobile-trigger{
	color: #fff;
	background-color: #023c5c; 
	border-color: transparent;
 }


 /* Toggle Button Icon
 ========================================================================== */

 .mobile-trigger i{
	display: inline;
	position: relative;
	top: -4px;
 }
 .mobile-trigger i:before, .mobile-trigger i:after{
	position: absolute;
	content: '';
 }
 .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
	width: 22px; /* Icon line width */
	height: 2px; /* Icon line height */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #000000; /* Icon color */
	display: inline-block;
 }
 .mobile-trigger i:before{
	top: -6px; /* Position top line */
 }
 .mobile-trigger i:after{
	top: 6px; /* Position bottom line */
 }

 .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
 .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
	background-color: #ffffff; /* Icon color */
 }


 /* Child Toggle Button
 ========================================================================== */

 .child-trigger{
	display: block !important; /* Hide button on Desktop */
	cursor: pointer; /* Mouse pointer type on hover */
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55px !important; /* Button width */
	min-width: 55px !important;
	height: 45px !important; /* Button height */  
	padding: 0 !important;
	border-left: 1px dotted rgba(255, 255, 255, .20);
 }
 .child-trigger:hover{
	text-decoration: none;
 }
 .child-trigger i{
	position: relative;
	top: 50%; /* Centers icon inside button */
	margin: 0 auto !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
 }
 .child-trigger i:after{
	position: absolute;
	content: '';
 }
 .child-trigger i, .child-trigger i:after{
	width: 10px; /* Icon line width */
	height: 1px; /* Icon line height */
	background-color:#ffffff; /* Icon color */
	display: block;

 }
 .child-trigger i:after{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
 }
 .child-trigger.child-open i:after{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
 }
 .child-trigger.child-open i{
 }


 /* Menu Styles on Mobile Devices
 ========================================================================== */  

 .custom-menu-primary.js-enabled{
	position: relative;
	padding-top: 44px; /* Makes room for button */
	margin: 10px 0 10px 0;
 }

 /* Hide menu on mobile */
 .custom-menu-primary.js-enabled .hs-menu-wrapper,
 .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
	display: none;
 }  

 /* Make child lists appear below parent items */
 .custom-menu-primary ul.hs-menu-children-wrapper{
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	display: none;
 }

 /* Mobile Menu Styles */ 
 .custom-menu-primary.js-enabled .hs-menu-wrapper{
	width: 100%;
	position: relative; /**************************************************************/
	top: 0;             /* Positions the menu to drop from the very top of the screen */
	left: 0;          /**************************************************************/
	padding: 0;
 }
 .custom-menu-primary .hs-menu-wrapper{
	background-color: #023c5c; /* Menu background color set off global menuColorMobile variable */
	width: 100%; /* Full screen width */
 }

 /* Level 1 Menu List Styles */
 .custom-menu-primary .hs-menu-wrapper > ul > li{
	position: relative;
 }
 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 a{
	font-size: 16px; /* Font size of top level list items */
	line-height: 45px;
	overflow: visible;
 }

 /* Level 1 and Higher Menu List Styles */
 .custom-menu-primary .hs-menu-wrapper > ul li{
	border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
 }
 .custom-menu-primary .hs-menu-wrapper >  ul li a{
	padding: 0 10px;
	color:#ffffff; /* link color set by global mobile-aColor variable */
 }
 .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
	color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
 }

 /* Level 2 and Higher Menu List Styles */
 .custom-menu-primary .hs-menu-wrapper > ul ul li{
	background-color: rgba(255, 255, 255, .08);
 }
 .custom-menu-primary .hs-menu-wrapper > ul ul li a{
	text-indent: 10px; /* Indent Child lists */
	font-size: 16px; /* Font size of child lists */
 }

 /* Level 3 and Higher Menu List Styles */
 .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
	text-indent: 30px; /* Indent Child lists */
 }
 .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
	text-indent: 50px; /* Indent Child lists */
 }

 .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
	box-shadow: none;
	border-radius: 0;
 }
 .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2 a {
	color: #000;
 }
 .custom-menu-primary .hs-menu-wrapper>ul ul li a {
	text-indent: unset;
 }

}

div#hs-eu-opt-in-buttons {
 display: none!important;
}

@media (min-width: 1101px){
 header.header.announce_prev div.custom-menu-primary-mega div.dropdown .dropdown-content {
	top: 115px;
 }
}

#nav-icon4 {
 width: 30px;
 height: 30px;
 position: relative;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
 cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--primary-fuchsia);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 0px;
 left: 5px;
}

#nav-icon4.open span:nth-child(2) {
 width: 0%;
 opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 top: 21px;
 left: 4px;
}
.footer { 
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Backgrounds/background-pattern-footer.svg');
 background-size: contain;
 background-position: 50% 50%;
 background-repeat: no-repeat; 
}
.footer__main {
 color: #fff;
 padding-top: 120px;
}
.footer__logo {
 margin-bottom: 80px;
}
.footer__logo img {
 max-width: 125px;
}
.footer__container.content-wrapper {
 padding: 1rem 0;
}
.footer .footer__copyright div {
 font-size: 0.5rem;
 margin: 0.5rem 0;
 text-align: center;
}
.footer .footer__copyright a {
 color: #1592E6;
}
footer .hs-error-msg {
 color: #fff;
}
footer form .hs_email > label > span { 
 font-weight: bold;
}
footer form .hs_email > label > span.hs-form-required {
 color: var(--secondary-color); 
}
@media (any-pointer: coarse) {
 footer a {	
  padding: 16px;
  display: inline-block;
  margin: 8px 0;
  line-height: 26px;
 }
 body .footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li {
  padding: 0 0 0 20px;
 }
 footer .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  margin-bottom: 0;
 }
 .footer__main.dnd-section {
  padding-bottom: 0;
 }
 footer div p.title {
  margin-top: 32px;
 }

}

@media (max-width: 767px){ 
 footer .footer-col a {	
  padding: 0 16px;	
 }
}

button#hs_show_banner_button{
 font-family: Inter;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 15px; background: none; border: 0; margin: 0; padding: 0; outline: 0;
}




.hs-menu-wrapper ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 list-style: none;
 margin: 0;
 padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

@media (max-width: 767px) {
 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
 }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
}

@media (max-width: 767px) {
 .hs-menu-wrapper.hs-menu-flow-vertical ul {
	display: -webkit-box;
	display: -ms-flexbox;
	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;
 transition: opacity 0.3s;
}

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


.bg-host{
 position: relative;
}
.bg-host > div {
 z-index: 1;
 position: relative;
}
img {
 height: auto;
 max-width: 100%;
}
img.full-bg-image {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
/* Blog header */


.blog-header {
 background-color: #F8FAFC;
 background-size: cover;
 text-align: center;
 min-height: 300px;
 height: auto!important;
 background-image: url(https://picussecurity.com/hubfs/2023%20-%20Optimization/gradient-banner-image-1600x400-9kb.jpg); 
 background-position:  bottom center;
}

.blog_post_audio--wrapper {
 margin-bottom: 32px;
}
.preview-blog-content {
 border: 5px dashed black;
 padding: 50px;
}
@media (max-width: 480px){
 ._duration_1smkl_62 {
  display: block;
  width: 100%;
 }
}
.form-ending-text {
 margin-top: 32px;
}
.form-ending-text li {
 margin-bottom: 8px;
}
.body-container--blog-post div.blog-header{
 display: flex;
 align-items: center;
}
.blog-header h1,
.blog-header__inner h1{
 color: #fff;
 font-weight: 500;
 font-size: 36px;
 font-style: normal;
}

.blog-header__inner {
 margin: 0 auto;
 max-width: 950px;
 padding: 3.3rem 0;
}

.blog-header__title {
 font-size: 2rem;
 color: #fff;
}

.blog-header__subtitle {
 margin: 1rem 0;
 color: #fff;
 font-size: 20px;
}
.blog-header__author-social-links{
 margin-bottom: 50px;
}
body h1.author-title{
 color: #fff;
}

.blog-header__form {
 margin: 0 1rem;
}

@media screen and (min-width: 768px) {
 .blog-header__form {
  margin: 0 auto;
  width: 500px;
 }
 .blog-header__subtitle {
  margin: 1rem 0;
 }
 .blog-header__author-social-links{
  margin-bottom: 150px;
 }
}


/* Blog header - author listing */
.blog-header.blog_author + .content-background {
 padding-top: 50px;
}
.blog-header__author-avatar {
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat;
 border-radius: 50%;
 box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
 height: 200px;
 margin: 0 auto 1.5rem;
 width: 200px;
}

.blog-header__author-social-links a {
 background-color: #000;
 border-radius: 50%;
 display: inline-block;
 height: 40px;
 margin: 0 5px;
 position: relative;
 width: 40px;
}

.blog-header__author-social-links a:hover {
 background-color: #494A52;
}

.blog-header__author-social-links svg {
 fill: #FFF;
 height: 15px;
 left: 50%;
 position: absolute;
 top: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
}

/* Blog listing */

.blog-index {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 padding: 2.5rem 0;
 padding-top: 0;
 width: 100%;
 column-gap: 2%;
}



.blog-index__tag-header {
 -webkit-box-flex: 1;
 -ms-flex: 1 0 100%;
 flex: 1 0 100%;
 padding: 1rem;
}

.blog-index__tag-subtitle {
 font-size: 1.16rem;
 line-height: 1.1;
}

.blog-index__tag-heading {
 border-bottom: 3px solid #D1D6DC;
 padding-bottom: 1rem;
}

.blog-index__post {
 -webkit-box-flex:  0;
 -ms-flex:  0 0 100%;
 flex:  0 0 100%; 
 position: relative;
}
body h3.form-title {
 color: #00395C;
 font-size: 20px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .blog-index__post {
  flex: 1 0 32%;
 }
}

.blog-index__post p.blog-tag {
 position: absolute;
 bottom: 32px;
 right: 24px;
 text-transform: uppercase;
 background: #01293B;
 color: #fff;
 font-size: 0.5em;
 padding: 0px 10px;
 margin: 0;
 display: none;
}


@media (max-width: 767px){
 body .blog-index__post p.blog-tag{
  bottom: 32px;	
 }

 .blog-index__post{
  margin-bottom: 30px;
  padding-bottom: 0;
 }
}


@media screen and (min-width: 768px) {
 .blog-index {    
  column-gap: 50px;
  row-gap: 100px;
 }
 .blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 calc(100%/2);
  flex:  0 0 calc(100%/2);
 }
 .blog-header {		
  background-image: url(https://picussecurity.com/hubfs/2023%20-%20Optimization/pattern-banner-image-2544x754-70kb.jpg); 
 }
}
@media screen and (min-width: 768px) {
 .blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 calc(50% - 25px);
 }
}
@media screen and (min-width: 1000px) {
 .blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 calc(33.3% - 33.3px);
  flex: 0 0 calc(33.3% - 33.3px);
 }
 .blog-functions .content-wrapper,
 .content-background .content-wrapper {
  padding: 0 20px;
 }
}

@media screen and (min-width: 768px) {
 .blog-index__post--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  justify-items: space-between;
 }
}

.blog-index__post-image {
 display: block;
 background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
 .blog-index__post-image--large {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-bottom: 0;
 }

 .blog-index__post-content--large {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-left: 2rem;
 }

 .blog-index__post-image--large {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
 }

 .blog-index__post-content--large {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  padding-left: 2rem;
 }

 .blog-index__post-content--full-width {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-left: 0;
 }
}

.blog-index__post-content h2 {
 margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
 font-size: 1.25rem;
}

.blog-index__post-content p {
 font-family: Lato, sans-serif;
}

.blog-index__post-content a {
 color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-family: var(--secondary-font);
  padding-bottom: 6em;
}
@media (min-width: 768px) {
    .blog-pagination {
        gap: 10px;
    }
}

.blog-pagination__link {
  color: var(--Primary-Navy, #001C2F);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  font-weight: 400; 
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.blog-pagination__link:hover, .blog-pagination__link:focus{
    color: var(--Primary-Navy, #001C2F);
}

.blog-pagination__link--active {
  background-color: transparent;
  color: #000;
  border: 2px solid #d60059;
}


.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: flex;
  align-items: center;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
    fill: #d60059;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  pointer-events: none;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  opacity: 0.5;
}
.blog-pagination__prev-link--disabled circle,
.blog-pagination__next-link--disabled circle {
  fill: #cccccc;
}

.blog-pagination .more {
  padding: 10px 0;
  margin: 0 5px;
  color: var(--text-color);
}

/* Blog post */

.blog-post {
 margin: 0 auto;
 max-width: 960px;
 padding: 3.3rem 0;
}

.blog-post h1 {
 font-size: 1.6rem;
}

.blog-post__meta {
 background-color: #000E16;
 color: #fff;
 height: 85px;
 margin: 0 0 -1px;
 padding-top: 27px;
 text-align: center;
}
.blog-post__meta a,
.blog-post__meta a:hover {
 color: #fff;
 text-decoration: none;
}
.blog-post__meta p:nth-of-type(2) {
 display: none;
}

.blog-post__tags {
 color: #000;
 font-family: Lato, sans-serif;
}

.blog-post__tags svg {
 height: auto;
 margin-right: 10px;
 width: 15px;
}

.blog-post__tag-link {
 color: #000;
 font-size: .8rem;
}

.blog-post__body .social-share a {
 margin-right: 20px;
}

.blog-post__body .social-share a:last-of-type img {
 max-width: 11px;
}

.blog-post__body .social-share h3.share-title {
 margin-top: 80px;
}

/* Blog related posts */

.blog-recent-posts {
 background-color: #F8FAFC;
 background-image: url('https://www.picussecurity.com/hubfs/Shield/Backgrounds/discover-latest-resources-background.png');
 background-size: cover;
 margin-top: 0;
 padding: 2rem 0 0;
 overflow: hidden;
}

.blog-recent-posts h3 {
 text-align: left;
}
.blog-recent-posts h3.center{
 color: #fff;
}

.blog-recent-posts__list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.blog-recent-posts__list a, 
article.featured-resource {
 background: #EFEFEF;
 border-radius: 6px 6px 0 0;
 box-shadow: 0px 3px 6px #888888;
 padding: 25px 0 5px;
 margin: 15px 8px 0;
 height: 398px;
 opacity: 1;
 text-align: center;
}

.blog-recent-posts__list a{
 position: relative;
}
.blog-recent-posts__list p {
 font-size: 22px;
}
.blog-index__post a, 
article.featured-resource {
 text-align: left;
 border-radius: 6px;
}
.blog-index__post a{
 position: relative;
}
article.featured-resource{
 position: relative;
}
.blog-index__post h3 {
 min-height: 100px;
}

.blog-recent-posts__image-featured {
 position: relative;
 height: 232px;
}
article.featured-resource .button.-tertiary {
 color: #fff;
 -webkit-text-fill-color: #fff;
}
body .recent-blog1 .recent-toptext .recent-title h3 {
 color: #00395c;
 font-weight: 600;
}
.blog-index__post a{
 box-shadow: 0px 0px 20px 0px rgba(224, 231, 235, 75%);
 padding: 0;
 margin: 0;
 opacity: 1;
 text-align: center;
 border-radius: 0;
}
.blog-recent-posts__details-w {
 padding-top: 50px;
 padding-bottom: 90px;
 padding-left: 25px;
 padding-right: 25px;
 min-height: 234px;
 display: block;
 position: relative;
 height: 100%;
}
.blog-recent-posts__post{
 background-color: #fff;
 box-shadow: 0 0 20px 0 rgba(224, 231, 235, .75);
 height: 100%;
 display: flex;
 flex-direction: column;
}

.generic-template .toc-wrapper {
 padding: 0 20px;
}
.breadcrumb {
 text-align:center;
}
.breadcrumb .blog_name {
 font-weight:bold;
}
.breadcrumb-wrapper {
 margin-bottom: 32px;
 margin-top: 16px;
}
.breadcrumb-wrapper .breadcrumb {
 display: flex;
 flex-wrap: wrap;
 list-style: none;
 padding: 0;
 margin: 0;
 background: none;
 color: #34627D;
 font-size: 18px;
 line-height: 32px;
 font-family: "Red Hat Display", sans-serif;
 justify-content: flex-start;
 text-align: left;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
 content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.771912%200.448206C0.934624%200.285494%201.16242%200.285494%201.32513%200.448206L8.15903%207.24956C8.2892%207.41227%208.2892%207.64007%208.15903%207.80278L1.32513%2014.6041C1.16242%2014.7668%200.934624%2014.7668%200.771912%2014.6041L0.121065%2013.9858C-0.00910487%2013.8231%20-0.00910487%2013.5628%200.121065%2013.4326L6.01123%207.5099L0.121065%201.61973C-0.00910487%201.48956%20-0.00910487%201.22922%200.121065%201.06651L0.771912%200.448206Z%22%20fill%3D%22%237B8794%22%2F%3E%3C%2Fsvg%3E");
 padding: 0 8px;
 color: #007bff;
}
.breadcrumb-wrapper .breadcrumb-item a {
 text-decoration: none;
 color: #34627D;
 font-family: "Red Hat Display", sans-serif;
}
.breadcrumb-wrapper .breadcrumb-item a:hover {
 color: #D60059;
}
.post-details,
p.updated-time{
 font-size: 16px;
 font-weight: 600;
 line-height: 28px;
 letter-spacing: 0.25em;
 text-align: left;
 color: #34627D;
 margin-bottom: 15px;
 text-transform: uppercase;
}
p.updated-time{
 color: #99AFBC;
}
@media (min-width: 1025px){
 .breadcrumb-wrapper{
  margin-top: 0;
 }
 .breadcrumb-wrapper {
  margin-bottom: 75px;
 }
  .blog-post h1 {  
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
  color: #D60059;
  margin-bottom: 20px;
  margin-top: 75px;
 }
 .blog-post .blog-post__body_contain h1{
  margin-top: 0;
 }
}
@media (min-width: 1025px) {
 body:not(.toc-hidden) .generic-template .content-background:not(.full-width) {
  flex-basis: calc(100% - 370px);
  max-width: calc(100% - 370px);
  padding-right: 54px;
  width: calc(100% - 370px);
 }
 body:not(.toc-hidden) .generic-template div#table-of-contents {
  box-shadow: 0 0 15.11px 0 #e0e7ebbf;
  margin-bottom: 32px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  padding: 20px 0;
 }
 body:not(.toc-hidden) .generic-template .toc-wrapper {
  flex-basis: 370px;
  max-width: 370px;
  width: 370px;
 }
  .generic-template .main-body {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
 }
 body.toc-hidden .blog-post{  
  max-width: 100%;
 }
 div.sticky-content {
  background-color: #fff;
  position: relative;
  top: 80px;
  transition: all .5s ease-out;
  z-index: 9;
 }
 div#sticky-content.fixed {
  position: fixed;
  max-width: 370px;
  top: 270px;
 }
}
@media(max-width: 1024px){

 .generic-template .main-body {
  display: flex;
  flex-direction: column-reverse;
 }
}
@media (max-width: 767px){
 .blog-recent-posts__image-featured {
  height: 200px;
 }
 .blog-pagination {
  flex-wrap: wrap;
 }  

 span.more{
  display: block;  
 }
 span.more.first{
  margin-right: 10px;
 }
 span.more.last{
  margin-left: 10px;
 }

 .blog-pagination__next-link svg, .blog-pagination__prev-link svg { 
  margin: 0;
 }
 .blog-pagination .label{
  display: none;
 }
 .blog-pagination__prev-link {
  font-weight: 700;
  margin: 0;
 }
}
.blog-recent-posts__image-featured img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}

div.featured-blog {
 padding: 180px 20px 80px;
}
section.form-step-1.subs-wrapper {
 display: block; 
 padding: 32px 0;
 background: #F7F7F7;
}
section.form-step-1.subs-wrapper .inner{
 max-width: 525px;
 margin: 0 auto;
}
section.form-step-1.subs-wrapper .actions {
 min-width: 200px;
}
div.tags-header {
 padding-top: 215px;
 padding-bottom: 80px;
 background-image: url(https://picussecurity.com/hubfs/2023%20-%20Optimization/pattern-banner-image-2544x754-70kb.jpg);
 background-size: auto;
 width: 100%;
 overflow: auto;
 background-repeat: no-repeat;
 background-position: bottom center;
 background-color: rgba(184, 219, 255, 1) !important;
 background-size: cover;
}

@media(min-width: 768px){
 .form-step-1.subs-wrapper div.hs-email {
  max-width: calc(100% - 150px);
  margin: 0;
  width: 100%;
  padding-right: 30px;
 }
}
@media(max-width: 767px){
 section.form-step-1.subs-wrapper{
  padding: 20px;
 }
 div.tags-header { 
  background-image: url(https://picussecurity.com/hubfs/2023%20-%20Optimization/gradient-banner-image-1600x400-9kb.jpg);
 }
}
.form-step-1.subs-wrapper div.hs-submit{
 float: none;
}
.form-step-1.subs-wrapper form input[type=submit],
.subscribe-banner-w .form-step-1 form input[type=submit]{
 margin: 0;
 text-transform: uppercase;
 width: 100%;
}
.form-step-1.subs-wrapper div.hs-submit{
 margin-top: 10px;
}
@media(min-width: 768px){
 .form-step-1.subs-wrapper form {
  display: flex;
  align-items: flex-end;
  position: relative;
 }
 .form-step-1.subs-wrapper div.hs-submit {

 }
}
.form-step-1.subs-wrapper form label{
 margin: 0;
}
.tags-header h1{
 color: #fff;
 font-size: 42px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
.form-step-1.subs-wrapper input[type=email],
.subscribe-banner-w input[type=email]{
 background: #fff; 
 border-color: #fff;
 border-radius: 0;
 border-width: 0;
 text-align: center;
 padding: 16px 10px;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
}
.form-step-1.subs-wrapper form ul li:before,
.subscribe-banner-w form ul li:before{
 display: none;
}
.subscribe-banner-w form label{
 color: #fff;
 font-size: 20px;
 line-height: 30px;
 padding-left: 0 !important;
 text-align: left;
 font-weight: 700;
}
.subscribe-banner-w form li{
 padding-left: 0;
}
.subscribe-banner-w{
 padding: 100px 20px;
}
.form-step-1.subs-wrapper form{
 margin: 0;
}

.form-step-1 form input[type=submit], 
form .hs-button{
 margin: 0;
}
div.tags-header p,
div.tags-header h2{
 color: #FFF; 
}
div.tags-header h2{
 color: #FFF; 
 font-size: 22px;
 font-weight: normal;
}
article.featured-resource div.detail {
 width: 50%;
 float: left;
 padding-right: 25px;
 padding-left: 25px;
}

article.featured-resource div.detail p.resource-type {
 margin-bottom: 5px;
 text-transform: uppercase;
 color: #fff;
 font-size: .5em;
 font-weight: 700;
 margin-top: 20px;
}
article.featured-resource {
 background: #00395c;
 color: #fff;
}
article.featured-resource h2 {
 color: #fff;
 font-size: 40px;
}
article.featured-resource p.latest-read-more{
 color: #001C2F;
}
article.featured-resource div.image {
 width: 48%;
 float: left;
 height: 95%;
 margin-left: 2%;
}
article.featured-resource div.image img{
 object-fit: scale-down;
 width: 100%;
 height: 100%;
}
.blog-functions { 
 padding: 26px 0 0;
 margin-bottom: 50px;
 margin-top: 110px;
}

@media (max-width: 767px){
 article.featured-resource div.image{
  height: auto;
 }
 .blog-functions {  
  margin-bottom: 30px;
  margin-top: 45px;
 }
}

.blog-functions .content-wrapper {
 display: flex;
 flex-wrap: wrap;
}
.blog-search {
 width: 40%; 
 max-width: 375px;
 margin-right: 16px;
}
.content-wrapper.type1 .blog-search { 
 max-width: 120px;
}
.blog-search input.hs-search-field__input {
 background: url(https://www.picussecurity.com/hubfs/2024%20-%20Optimization/blue-report/search.svg);
 background-repeat: no-repeat;
 background-position: calc(100% - 12px) 50%;
}
.blog-filter {
 width: 25%; 
 max-width: 80px;
}
.blog-search input{
 width: 100%!important;
 padding-right: 16px;
 border-color: #34627D;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 24px; /* 171.429% */
 height: 45px;
}

.blog-filter select,
.form-step-1.subs-wrapper input.hs-search-field__input {
 height: 45px;
 border-color: #34627D!important;
}

form ::placeholder {
 color: #00395C!important;
}
input[type=text].hs-search-field__input::placeholder {
 color: #99AFBC !important;
}
input[type=text].hs-search-field__input{
 font-family: Inter;
 height: 55px;
}
p.search-title{
 font-size: 17px;
 font-style: normal;
 line-height: 150%;
 margin: 0 0 12px;
 width: 100%;
 display: block;
 flex-grow: 1;
}
.blog-filter p {
 width: 30%;
 float: left;
 color: #fff;
 margin-top: 10px;
 text-align: right;
 margin-right: 10px;
}
.blog-filter select {
 float: left;
 text-align: center;
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 line-height: 30px; /* 171.429% */
 color: #001C2F;
 height: 100%;
}

input[type=text].hs-search-field__input{
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 line-height: 30px;
 color: #001C2F;
}
.blog-subscribe {
 width: 30%;
 float: right;
 margin-top: -29px;
}
.blog-subscribe span.error-msg,
.blog-post-subscribe span.error-msg {
 font-size: 14px;
}
.blog-subscribe input[type="email"] {
 border-color: #d1d6dc !important;
}
.blog-post-subscribe {
 float: right;
 background: #ebebeb;
 padding-left: 31px;
 padding-bottom: 5px;
 margin-left: 20px;
 margin-bottom: 20px;
 width: 40%;
}
.blog-post-subscribe h3 {
 font-size: 0.7em;
 margin-left: 8px;
 margin-bottom: 12px;
}
.blog-post-subscribe input[type="email"] {
 background-color: #fff !important;
}
.blog-post-subscribe .form-step-1 p {
 margin-bottom: 5px;
 margin-left: 8px;
}
.blog-post-subscribe.form-step-1 div.hs-email,
.blog-banner.form-step-1 div.hs-email {
 width: 92%;
 margin-bottom: 20px;
}
.blog-post-subscribe.form-step-1 div.hs-submit,
.blog-banner.form-step-1 div.hs-submit {
 width: 92%;
 margin-top: -30px;
 margin-bottom: 15px;
}
.blog-post-subscribe .legal-consent-container,
.blog-banner .legal-consent-container {
 clear: both;
}
.blog-banner .legal-consent-container,
.blog-banner .legal-consent-container .hs-form-booleancheckbox-display>span p {
 color: #fff;
}
.blog-banner .legal-consent-container {
 width: 92%;
}

@media (max-width: 767px){
 body .blog-filter select {
  width: 100% !important;
  margin-bottom: 30px;
  height: 55px;
 }
 body .blog-filter { 
  max-width: 375px;
  margin-right: 16px;
  margin-top: 10px;
 }
}


.blog-recent-posts__image {
 background-position: right center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 63%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .blog-recent-posts__image {
  padding-bottom: 25%;
  width: 50%;
  float: right;
 }
}

.blog-recent-posts__title {
 margin: 0;
 color: #001C2F;
 font-size: 22px;
 line-height: 26px; 
 text-align: left;
 font-weight: 700;
 font-family: "Red Hat Display";
 position: relative;
}
.featured-title{
 position: relative;
}
.blog-recent-posts__title a.abs-url,
.blog-recent-posts__image-featured a.abs-url,
.blog-recent-posts__details-w a.abs-url,
.featured-title a.abs-url{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: transparent;
 opacity: 0;
}


.datasheet-version .cards-section,
.datasheet-version .latest-resource{
 background-image: linear-gradient(to bottom, rgba(0, 57, 92, 1), rgba(0, 29, 46, 1)) !important;
}
.datasheet-version .linked_image-wrapper{
 padding-top: 20px;
}
.datasheet-version #card-list-3x-1{
 padding-bottom: 20px;
}
.datasheet-version .forms-section {
 display: none;
}
.datasheet-version .forms-section div#hs_cos_wrapper_form {
 background-color: #ffffff;
 background-image: none;
 border-color: #00395c;
 border-radius: 5px;
 display: block;
 padding-bottom: 40px;
 padding-left: 40px;
 padding-right: 40px;
 padding-top: 40px;
}
.datasheet-version .forms-section form label,
.datasheet-version .forms-section form .inputs-list span{
 color: #00395c;
 font-size: 14px;
 line-height: 14px;
}
.datasheet-version .forms-section form .hs-richtext p{
 font-size: 11px;
 line-height: 24px;
}
.datasheet-version .forms-section form input[type="text"],
.datasheet-version .forms-section form input[type="email"],
.datasheet-version .forms-section form input[type=tel],
.datasheet-version .forms-section form select{
 border-color: #00395c;
 border-radius: 5px;
 border-width: 1px;
 line-height: 13.56px;
}
.datasheet-version form input[type=submit],
.datasheet-version form .hs-button{
 background-color: #D60059!important;
 outline: none;
}
.datasheet-version .latest-resource .intro h2,
.datasheet-version .latest-resource .intro h6 {
 color: #fff;
}
@media(min-width: 768px){
 .datasheet-cm.mode-datasheet {
  padding-bottom: 80px;
 }
 .cards-section__cards-w.span8{
  display: flex;
 }
}
@media (max-width: 767px){
 .datasheet-version .row-fluid .span4,
 .span8.cards-section__cards-w > div{
  margin-bottom: 32px;
 }
}
.datasheet-version .forms-section {
 background-color: rgba(245, 245, 245, 1);
}
section.form-step-1.blog-banner h3.form-title {
 display: none;
}
.cards-section__cards-w.span8 .span6 > div,
.cards-section__cards-w.span8 .span6 > div > a, 
.cards-section__cards-w.span8 #card-list-3x-1{
 height: 100%;
}

.picus .hs-breadcrumb-menu-divider:before{
 display: none;
}
.picus .hs-breadcrumb-menu-divider img {
 padding-left: 12px;
}
ul.hs-breadcrumb-menu.picus {
 align-items: center;
 display: flex;
 white-space: nowrap;
 margin-bottom: 80px;
}
ul.hs-breadcrumb-menu.picus li:first-child{
 padding-left: 0;
}
@media (max-width: 1024px){
 ul.hs-breadcrumb-menu.picus {
  top: 40px;
 }
 ul.hs-breadcrumb-menu.picus{
  white-space: normal;
  flex-wrap: wrap;
 }
 .picus .hs-breadcrumb-menu-item{
  margin-right: 4px;
 }
 li.hs-breadcrumb-menu-item.last-crumb {
  padding-left: 0;
 }
}
.picus .hs-breadcrumb-menu-item{
 color: #fff;
 font-size: 14px;
 display: flex;
 align-items: center;
}
.picus li.hs-breadcrumb-menu-item a {
 color: #fff;
}

p.latest-read-more:after {
 content: "";
 position: absolute;
 border-bottom: 2px solid #d60059;
 width: 100%;
 max-width: 100%;
 left: 0;
 bottom: 0;
}
a.latest-read-more,
p.latest-read-more {
 color: #00395c;
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase;
 padding-bottom: 3px;
 position: relative;
 display: inline-block;
 margin: 0;
 position: absolute;
 bottom: 32px;
 left: 25px;
}
p.latest-read-more i {
 margin-left: 8px;
}

@media screen and (max-width: 600px){
 .tags-header .form-step-1 div.hs-submit {
  margin-top: 16px;
 }
 p.latest-read-more{
  left: 35px;
 }
}

.subscribe-banner-w{
 background: linear-gradient(to bottom, #001C2F 0%, #000E16 100%);
 background-image: url(https://www.picussecurity.com/hubfs/2023%20-%20Optimization/bg-resources-hero.png);
 background-position: bottom center;
 background-size: cover;
}

.subscribe-banner-w .form-step-1 form a{
 color: #fff;
 text-decoration-line: underline;
}
.subscribe-banner-w .form-step-1 form a,
.subscribe-banner-w .form-step-1 form p{
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
}
.subscribe-banner-w h2.title1{
 font-weight: 400;
}
.subscribe-banner-w h2{
 font-size: 28px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
.subscribe-banner-w h4,
.subscribe-banner-w h2{
 color: #fff;
 margin: 0;
}
.subscribe-banner-w .blog-banner.form-step-1 div.hs-submit{
 margin: 0;
}
@media(min-width: 600px){
 .d-flex{
  display: flex;
 } 
 .subscribe-banner-w .d-flex {
  align-items: center;
  gap: 60px;
 }
 .subscribe-banner-w-form {
  flex-grow: 1;
  max-width: 400px;
  flex-basis: 400px;
 }
}
.v-align-center{
 align-items: center;
}
body .recent-blog1 .recent-link-box{
 background-color: #fff;
}
.blog-post__body_contain .promotion-box {	
 background: #ebebeb;	
 margin-bottom: 20px;
}
@media(min-width: 768px){
 .blog-post__body_contain .promotion-box {	
  float: right;	
  margin-left: 20px;	
  width: 40%;
 }
 .for-checklist .blog-post{
  max-width: 100%;
 }
 .for-checklist .content-wrapper{
  padding: 0;
 }
 .for-checklist .dnd-section .dnd-column,
 .for-checklist .side-padding {
    padding: 0;
}
}
@media(min-width: 1200px){
 .blog-post__body_contain .span4.inner_float_right .promotion-box {
  width: 100%;
 }
 .body-container-wrapper.case-study h2{
  font-size: 26px;
  line-height: 32px;
 }
}


.body-container-wrapper.case-study h3.share-title.underline {
 font-size: 20px;
 margin-bottom: 26px;
}
.body-container-wrapper.case-study .social-share svg{
 width: 18px;
}
.body-container-wrapper.case-study .social-share img {
 max-width: 20px;
 margin-left: 10px;
 height: 22px;
}
@media(min-width: 1200px){
 .body-container-wrapper.case-study .social-share{
  float: right;
  margin-right: 50px;
 }
}


@media(min-width: 1200px){ 
 .body-container-wrapper .subscribe-banner-w h2{
  font-size: 40px;
  line-height: 46px;
 }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  padding: 9rem 1.4rem 3rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 98%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px !important;
  z-index: 10;
  display: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  display: block;
}
.hs-search-field__suggestions li {
  margin: 10px 0 !important;
}
.hs-search-field__suggestions li a {
  font-size: 0.8em;
}
.hs-search-results {
  margin-top: 1.4rem;
}
.hs-search-results h2.underline {
  margin-left: 20px;
  margin-bottom: 0px;
}
.hs-search-results__pagination {
  font-size: 0.8em;
}
.hs-search-results__pagination a {
  color: #023C5C;
}
ul.hs-search-results__listing li {
  padding: 30px 20px 1px;
}
ul.hs-search-results__listing li:nth-of-type(odd) {
  background: #ececec;
}

.hs-search-results__title {
  color: #023C5C;
  font-size: 1rem;
  margin-bottom: 0.35rem;
  text-decoration: none;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}