/* Theme base styles */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800&display=swap');

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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

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

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

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

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

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

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

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

/* No button */

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

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

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

/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

/* 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: 1.167rem;
  margin-top: 0.7rem;
}

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

/* Search bar */

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



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

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


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

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

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

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

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

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

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

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

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

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: 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;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* ==========================================================================
   Trust Portal Component Styles
   Symplicity Security Center — BEM conventions, no !important
   ========================================================================== */

/* CSS Custom Properties — Symplicity brand tokens */

:root {
  --tp-brand-blue: #0088CC;
  --tp-brand-purple: #7146F2;
  --tp-brand-cyan: #00C3CE;
  --tp-brand-mid-blue: #3B82E1;
  --tp-brand-gradient: linear-gradient(135deg, #00C3CE 10%, #3B82E1 52%, #7146F2 91%);
  --tp-navy: #233748;
  --tp-navy-light: #2e4a5f;
  --tp-bg: #f5f7fa;
  --tp-bg-subtle: #f9fafb;
  --tp-white: #fff;
  --tp-border: #e2e6ea;
  --tp-text: #233748;
  --tp-text-muted: #5f6f80;
  --tp-primary: #0088CC;
  --tp-primary-light: #e6f4fa;
  --tp-primary-dark: #006da3;
  --tp-success: #0d8a3f;
  --tp-card-radius: 10px;
  --tp-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  --tp-shadow-hover: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Overview Card
   ========================================================================== */

.tp-overview {
  background: var(--tp-brand-gradient);
  border-radius: var(--tp-card-radius);
  box-shadow: 0 4px 20px rgba(59, 130, 225, 0.25);
  color: #fff;
  margin-top: 24px;
  overflow: hidden;
  padding: 36px 40px;
}

.tp-overview__title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.tp-overview__text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  max-width: 720px;
}

/* ==========================================================================
   Section Layout
   ========================================================================== */

.tp-section {
  margin: 32px 0;
}

.tp-section__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tp-section__title {
  color: var(--tp-text);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}

/* ==========================================================================
   Cards
   ========================================================================== */

.tp-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.tp-card {
  background: var(--tp-white);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-card-radius);
  box-shadow: var(--tp-shadow);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 24px 24px 20px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.tp-card:hover {
  border-color: var(--tp-primary);
  box-shadow: var(--tp-shadow-hover);
}

.tp-card__header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.tp-card__title {
  color: var(--tp-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.tp-card__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--tp-text-muted);
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
  overflow: hidden;
}

.tp-card__subtopics {
  border-top: 1px solid var(--tp-border);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  padding-top: 12px;
}

.tp-card__subtopic {
  align-items: center;
  color: var(--tp-text-muted);
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 6px;
}

.tp-card__subtopic::before {
  background: var(--tp-primary);
  border-radius: 50%;
  content: '';
  flex-shrink: 0;
  height: 4px;
  width: 4px;
}

/* ==========================================================================
   White Content Card (shared pattern)
   ========================================================================== */

.tp-content-card {
  background: var(--tp-white);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-card-radius);
  box-shadow: var(--tp-shadow);
  padding: 24px 28px;
}

/* ==========================================================================
   Data Residency
   ========================================================================== */

.tp-residency__placeholder {
  color: var(--tp-text-muted);
  font-size: 15px;
  padding: 32px;
  text-align: center;
}

.tp-residency__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 24px;
}

.tp-residency__label {
  color: var(--tp-text-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.tp-residency__value {
  color: var(--tp-text);
  font-size: 15px;
  font-weight: 600;
}

.tp-residency__callout {
  background: var(--tp-primary-light);
  border-left: 4px solid var(--tp-primary);
  border-radius: 8px;
  color: var(--tp-navy);
  font-size: 14px;
  margin-top: 20px;
  padding: 16px 20px;
}

/* ==========================================================================
   Frameworks Grid
   ========================================================================== */

.tp-frameworks {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.tp-framework {
  background: var(--tp-white);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-card-radius);
  box-shadow: var(--tp-shadow);
  padding: 20px 16px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.tp-framework:hover {
  border-color: var(--tp-primary);
  box-shadow: var(--tp-shadow-hover);
}

.tp-framework__icon {
  align-items: center;
  background: var(--tp-primary-light);
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  margin: 0 auto 12px;
  width: 44px;
}

.tp-framework__name {
  color: var(--tp-navy);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.tp-framework__status {
  align-items: center;
  color: var(--tp-success);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
}

.tp-framework__dot {
  background: var(--tp-success);
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
}

/* ==========================================================================
   Slide Panel
   ========================================================================== */

.tp-panel-overlay {
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 2000;
}

.tp-panel-overlay.tp-active {
  opacity: 1;
  visibility: visible;
}

.tp-panel {
  background: var(--tp-white);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 90vw;
  position: fixed;
  right: -520px;
  top: 0;
  transition: right 0.3s ease;
  width: 500px;
  z-index: 2001;
}

.tp-panel.tp-active {
  right: 0;
}

.tp-panel__header {
  align-items: flex-start;
  border-bottom: 1px solid var(--tp-border);
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  justify-content: space-between;
  padding: 20px 24px;
}

.tp-panel__title {
  color: var(--tp-navy);
  font-size: 18px;
  font-weight: 700;
}

.tp-panel__close {
  background: none;
  border: none;
  color: var(--tp-text-muted);
  cursor: pointer;
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.tp-panel__close:hover {
  color: var(--tp-text);
}

.tp-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

/* ==========================================================================
   Documents Grid
   ========================================================================== */

.tp-docs {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.tp-doc {
  background: var(--tp-white);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-card-radius);
  box-shadow: var(--tp-shadow);
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.tp-doc:hover {
  border-color: var(--tp-primary);
  box-shadow: var(--tp-shadow-hover);
  transform: translateY(-2px);
}

.tp-doc__category {
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  text-transform: uppercase;
}

.tp-doc__category--reports {
  background: #e3f2fd;
  color: #1565c0;
}

.tp-doc__category--compliance {
  background: #e8f5e9;
  color: #2e7d32;
}

.tp-doc__category--legal {
  background: #fff3e0;
  color: #e65100;
}

.tp-doc__category--policies {
  background: #fce4ec;
  color: #c62828;
}

.tp-doc__title {
  color: var(--tp-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

/* ==========================================================================
   Trusted By
   ========================================================================== */

.tp-trusted {
  background: var(--tp-white);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-card-radius);
  box-shadow: var(--tp-shadow);
  padding: 32px;
  text-align: center;
}

.tp-trusted__grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 48px;
  justify-content: center;
}

.tp-trusted__logo {
  filter: grayscale(100%);
  height: 48px;
  opacity: 0.55;
  transition: filter 0.2s, opacity 0.2s;
}

.tp-trusted__logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.tp-trusted__logo img {
  max-height: 44px;
  max-width: 140px;
  object-fit: contain;
}

/* ==========================================================================
   Updates
   ========================================================================== */

.tp-update {
  background: var(--tp-white);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-card-radius);
  padding: 24px 28px;
}

.tp-update__tag {
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
}

.tp-update__tag--compliance {
  background: #e8f5e9;
  color: #2e7d32;
}

.tp-update__tag--infrastructure {
  background: #e3f2fd;
  color: #1565c0;
}

.tp-update__tag--security {
  background: #fce4ec;
  color: #c62828;
}

.tp-update__date {
  color: var(--tp-text-muted);
  font-size: 12px;
}

/* ==========================================================================
   Inline Filters
   ========================================================================== */

.tp-filters {
  background: var(--tp-white);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-card-radius);
  box-shadow: var(--tp-shadow);
  display: flex;
  gap: 16px;
  margin: 24px 0;
  padding: 20px 24px;
}

.tp-filter {
  flex: 1;
  min-width: 0;
}

.tp-filter__label {
  color: var(--tp-text-muted);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.tp-filter__select {
  appearance: none;
  background: var(--tp-bg);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%235f6f80' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  border: 1px solid var(--tp-border);
  border-radius: 6px;
  color: var(--tp-text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 32px 8px 12px;
  transition: border-color 0.2s;
  width: 100%;
}

.tp-filter__select:focus {
  border-color: var(--tp-primary);
  outline: none;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.tp-btn {
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  transition: background 0.2s, color 0.2s;
}

.tp-btn--primary {
  background: var(--tp-primary);
  color: #fff;
}

.tp-btn--primary:hover {
  background: var(--tp-primary-dark);
}

.tp-btn--outline {
  background: transparent;
  border: 1px solid var(--tp-primary);
  color: var(--tp-primary);
}

.tp-btn--outline:hover {
  background: var(--tp-primary-light);
}

/* ==========================================================================
   Tabs
   ========================================================================== */

.tp-tabs {
  border-bottom: 2px solid var(--tp-border);
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.tp-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--tp-text-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: -2px;
  padding: 8px 20px;
  transition: border-color 0.2s, color 0.2s;
}

.tp-tab--active {
  border-bottom-color: var(--tp-primary);
  color: var(--tp-primary);
}

.tp-tab:hover {
  color: var(--tp-navy);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
  .tp-cards {
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
  }

  .tp-docs {
    grid-template-columns: 1fr;
  }

  .tp-filters {
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }

  .tp-frameworks {
    grid-template-columns: repeat(2, 1fr);
  }

  .tp-overview {
    padding: 28px 24px;
  }

  .tp-overview__title {
    font-size: 20px;
  }

  .tp-residency__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .tp-cards {
    grid-template-columns: 1fr;
  }

  .tp-frameworks {
    grid-template-columns: 1fr;
  }

  .tp-overview {
    padding: 24px 20px;
  }
}
/* ==========================================================================
   Privacy Portal Component Styles
   Symplicity Privacy Center — BEM conventions, no !important
   Prefix: pp- (privacy portal) to avoid collision with tp- (trust portal)
   ========================================================================== */

/* ==========================================================================
   CSS Custom Properties — Privacy Portal brand tokens
   ========================================================================== */

:root {
  --pp-blue: #0088CC;
  --pp-blue-bg: #E8F4FC;
  --pp-blue-dark: #006DA3;
  --pp-blue-light: #CCE7F5;
  --pp-border: #E7E7E7;
  --pp-border-light: #F0F0F0;
  --pp-brand-gradient: linear-gradient(135deg, #7146F2 0%, #0088CC 50%, #00C4CE 100%);
  --pp-dark: #233748;
  --pp-dark-light: #2A3F54;
  --pp-gray-100: #F5F5F5;
  --pp-radius: 8px;
  --pp-shadow-lg: 0 12px 40px rgba(35, 55, 72, 0.10);
  --pp-shadow-md: 0 4px 16px rgba(35, 55, 72, 0.08);
  --pp-shadow-sm: 0 1px 3px rgba(35, 55, 72, 0.06);
  --pp-teal: #00C4CE;
  --pp-text: #233748;
  --pp-text-secondary: #5A6B7A;
  --pp-text-tertiary: #767676;
  --pp-violet: #7146F2;
}

/* ==========================================================================
   Screen-reader-only utility — visually hidden but accessible to AT
   ========================================================================== */

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

/* ==========================================================================
   Header — compact privacy portal header
   ========================================================================== */

.pp-header {
  background: #fff;
  border-bottom: 1px solid var(--pp-border);
  box-shadow: 0 1px 6px rgba(35, 55, 72, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.pp-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  height: 64px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 40px;
}

.pp-header__brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.pp-header__sep {
  background: var(--pp-border);
  height: 20px;
  width: 1px;
}

.pp-header__label {
  color: var(--pp-blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.pp-header__cta {
  align-items: center;
  background: var(--pp-blue);
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: 0.2px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.2s;
}

.pp-header__cta:hover {
  background: var(--pp-blue-dark);
  text-decoration: none;
}

/* ==========================================================================
   Container & Section Layout
   ========================================================================== */

.pp-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 40px;
}

.pp-section {
  padding: 56px 0;
}

.pp-section + .pp-section {
  border-top: 1px solid var(--pp-border-light);
}

.pp-section__eyebrow {
  color: var(--pp-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pp-section__title {
  color: var(--pp-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.pp-section__subtitle {
  color: var(--pp-text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
  max-width: 560px;
}

.pp-section__header {
  margin-bottom: 32px;
}

.pp-section__header-row {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.pp-section--bordered {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow-sm);
  margin-bottom: 8px;
  padding: 40px;
}

/* ==========================================================================
   Slide Panel
   ========================================================================== */

.pp-panel-overlay {
  backdrop-filter: blur(4px);
  background: rgba(30, 45, 61, 0.35);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: all 0.35s;
  visibility: hidden;
  z-index: 2000;
}

.pp-panel-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pp-panel {
  background: #FAFBFC;
  box-shadow: -12px 0 48px rgba(30, 45, 61, 0.12);
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 94vw;
  position: fixed;
  right: -600px;
  top: 0;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 560px;
  z-index: 2001;
}

.pp-panel.active {
  right: 0;
}

.pp-panel__header {
  align-items: flex-start;
  background: linear-gradient(135deg, var(--pp-blue-bg) 0%, var(--pp-gray-100) 100%);
  border-bottom: 1px solid var(--pp-border);
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  justify-content: space-between;
  padding: 28px;
}

.pp-panel__title {
  color: var(--pp-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.pp-panel__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--pp-border);
  border-radius: 8px;
  color: var(--pp-text-secondary);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  height: 32px;
  justify-content: center;
  transition: all 0.2s;
  width: 32px;
}

.pp-panel__close:hover {
  background: #fff;
  color: var(--pp-text);
}

.pp-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: 28px;
}

.pp-panel__desc {
  border-bottom: 1px solid var(--pp-border-light);
  color: var(--pp-text);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
  padding-bottom: 24px;
}

.pp-subtopic {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-left: 3px solid var(--pp-blue);
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 20px;
}

.pp-subtopic__title {
  color: var(--pp-dark);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.pp-subtopic__text {
  color: var(--pp-text-secondary);
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.pp-subtopic__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pp-subtopic__tag {
  background: var(--pp-blue-bg);
  border-radius: 3px;
  color: var(--pp-blue);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
}

.pp-subtopic__artifacts {
  color: var(--pp-text-tertiary);
  font-size: 11px;
  font-style: italic;
  margin-top: 8px;
}

/* ==========================================================================
   Footer — compact privacy portal footer
   ========================================================================== */

.pp-footer {
  background: #fff;
  border-top: 1px solid var(--pp-border);
  padding: 40px;
  text-align: center;
}

.pp-footer__links {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-bottom: 14px;
}

.pp-footer__links a {
  color: var(--pp-text-secondary);
  font-size: 13px;
  font-weight: 600;
}

.pp-footer__links a:hover {
  color: var(--pp-blue);
  text-decoration: none;
}

.pp-footer__copy {
  color: var(--pp-text-tertiary);
  font-size: 12px;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.pp-hero {
  background: linear-gradient(135deg, #F3EFFF 0%, #E8F4FC 40%, #E0FAFB 100%);
  overflow: hidden;
  padding: 72px 40px 64px;
  position: relative;
}

.pp-hero::before {
  background:
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(113, 70, 242, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(0, 196, 206, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 50% 50%, rgba(0, 136, 204, 0.06) 0%, transparent 50%);
  content: '';
  inset: 0;
  position: absolute;
}

.pp-hero__inner {
  align-items: start;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  z-index: 1;
}

.pp-hero__content {
  max-width: 560px;
}

.pp-hero__right {
  display: flex;
  flex-direction: column;
  justify-self: end;
  max-width: 560px;
  width: 100%;
}

.pp-hero__eyebrow {
  align-items: center;
  color: var(--pp-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pp-hero__eyebrow::before {
  background: var(--pp-blue);
  border-radius: 1px;
  content: '';
  height: 2px;
  width: 24px;
}

.pp-hero__eyebrow--right {
  justify-content: flex-end;
  margin-left: auto;
  width: 100%;
}

.pp-hero__eyebrow--right::before {
  display: none;
}

.pp-hero__eyebrow--right::after {
  background: var(--pp-blue);
  border-radius: 1px;
  content: '';
  height: 2px;
  width: 24px;
}

.pp-hero__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.pp-hero__title em {
  color: var(--pp-blue);
  font-style: normal;
  font-weight: 200;
}

.pp-hero__desc {
  color: var(--pp-text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  max-width: 480px;
}

.pp-hero__title-line {
  display: block;
}

.pp-hero__stats-header {
  color: var(--pp-text-primary);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.3;
  margin-bottom: 16px;
  max-width: 420px;
  text-align: left;
}

.pp-hero__stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.pp-hero__stat {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 136, 204, 0.1);
  border-radius: 8px;
  min-height: 84px;
  padding: 14px 10px;
  text-align: center;
}

.pp-hero__stat-num {
  color: var(--pp-blue);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.pp-hero__stat-label {
  color: var(--pp-text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.pp-hero__stats-subtitle {
  color: var(--pp-text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 10px;
  text-align: left;
}

.pp-hero__portal-header {
  color: var(--pp-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pp-hero__portal-contents {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(0, 136, 204, 0.08);
  border-radius: 8px;
  margin-top: 16px;
  padding: 14px 18px;
  width: 100%;
}

.pp-hero__portal-contents ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
}

.pp-hero__portal-contents li {
  color: var(--pp-text-secondary);
  font-size: 13px;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}

.pp-hero__portal-contents li::before {
  background: var(--pp-brand-gradient);
  border-radius: 50%;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}

/* ==========================================================================
   DPO Button (gradient border)
   ========================================================================== */

.pp-dpo-btn {
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--pp-brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 6px;
  color: var(--pp-text);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-top: 12px;
  padding: 8px 22px;
  transition: all 0.3s;
}

.pp-dpo-btn:hover {
  background-clip: border-box;
  background-image: var(--pp-brand-gradient);
  color: #fff;
}

/* ==========================================================================
   Data Team
   ========================================================================== */

.pp-data-team {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow-sm);
  padding: 36px 40px;
}

.pp-data-team__members {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}

.pp-data-team__member {
  text-align: center;
}

.pp-data-team__headshot {
  border: 3px solid var(--pp-blue-light, #e0f0ff);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  height: 100px;
  object-fit: cover;
  width: 100px;
}

.pp-data-team__name {
  color: var(--pp-dark);
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.pp-data-team__title {
  color: var(--pp-text-secondary);
  font-size: 11px;
  line-height: 1.4;
}

.pp-data-team__footer {
  border-top: 1px solid var(--pp-border-light);
  margin-top: 20px;
  padding-top: 16px;
  text-align: center;
}

.pp-data-team__section-title {
  color: var(--pp-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.pp-data-team__section-subtitle {
  color: var(--pp-text-secondary);
  font-size: 12px;
  margin-top: 2px;
}

/* ==========================================================================
   DPO Modal
   ========================================================================== */

.pp-dpo-overlay {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(30, 45, 61, 0.4);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 3000;
}

.pp-dpo-modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(35, 55, 72, 0.18);
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  max-width: 680px;
  transform: translateY(20px);
  transition: transform 0.3s;
  width: 92%;
}

.pp-dpo-modal__header {
  align-items: center;
  border-bottom: 1px solid var(--pp-border-light);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 24px 28px 16px;
}

.pp-dpo-modal__eyebrow {
  color: var(--pp-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.pp-dpo-modal__name {
  color: var(--pp-dark);
  font-size: 18px;
  font-weight: 700;
}

.pp-dpo-modal__title-line {
  color: var(--pp-text-secondary);
  font-size: 12px;
}

.pp-dpo-modal__close {
  align-items: center;
  background: var(--pp-gray-100);
  border: 1px solid var(--pp-border);
  border-radius: 8px;
  color: var(--pp-text-secondary);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  height: 32px;
  justify-content: center;
  transition: all 0.2s;
  width: 32px;
}

.pp-dpo-modal__close:hover {
  background: #fff;
}

.pp-dpo-modal__body {
  color: var(--pp-text);
  font-size: 14px;
  line-height: 1.8;
  overflow-y: auto;
  padding: 24px 28px;
}

.pp-dpo-modal__body p {
  margin-bottom: 16px;
}

.pp-dpo-modal__body p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Audience Cards
   ========================================================================== */

.pp-audience-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.pp-audience__eyebrow {
  align-items: center;
  color: var(--pp-blue);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.pp-audience__eyebrow::after {
  background: var(--pp-brand-gradient);
  content: '';
  height: 1px;
  width: 40px;
}

.pp-audience-card {
  background: var(--pp-gray-100);
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  cursor: pointer;
  padding: 22px 24px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pp-audience-card::after {
  background: var(--pp-brand-gradient);
  border-radius: 3px 3px 0 0;
  bottom: 0;
  content: '';
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pp-audience-card:hover {
  background: #fff;
  box-shadow: var(--pp-shadow-lg);
  transform: translateY(-4px);
}

.pp-audience-card:hover::after {
  transform: scaleX(1);
}

.pp-audience-card__title {
  color: var(--pp-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.pp-audience-card__text {
  color: var(--pp-text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.pp-audience-card__footer {
  border-top: 1px solid var(--pp-border-light);
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}

.pp-audience-card__link {
  color: var(--pp-blue);
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.pp-audience-card__link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Trending Docs
   ========================================================================== */

.pp-trending__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.pp-trending__card {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  cursor: pointer;
  display: flex;
  gap: 14px;
  padding: 20px;
  transition: all 0.2s;
}

.pp-trending__card:hover {
  border-color: var(--pp-blue-light);
  box-shadow: var(--pp-shadow-md);
  transform: translateY(-2px);
}

.pp-trending__icon {
  align-items: center;
  background: var(--pp-blue-bg);
  border-radius: 10px;
  color: var(--pp-blue);
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.pp-trending__icon svg {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.pp-trending__title {
  color: var(--pp-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px;
}

.pp-trending__desc {
  color: var(--pp-text-tertiary);
  font-size: 11px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.pp-trending__badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 2px 8px;
  text-transform: uppercase;
}

.pp-trending__badge--public,
.pp-trending__badge--request {
  background: var(--pp-blue-bg);
  color: var(--pp-blue);
}

/* Trending Docs — Slide Panel */

.pp-trending__panel-overlay {
  backdrop-filter: blur(4px);
  background: rgba(30, 45, 61, 0.4);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 3000;
}

.pp-trending__panel-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pp-trending__panel {
  background: #fff;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 540px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 90%;
  z-index: 3001;
}

.pp-trending__panel.active {
  transform: translateX(0);
}

.pp-trending__panel-header {
  align-items: center;
  border-bottom: 1px solid var(--pp-border-light);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 20px 28px;
}

.pp-trending__panel-title {
  color: var(--pp-dark);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.pp-trending__panel-close {
  align-items: center;
  background: var(--pp-gray-100);
  border: 1px solid var(--pp-border);
  border-radius: 8px;
  color: var(--pp-text-secondary);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  height: 34px;
  justify-content: center;
  transition: all 0.2s;
  width: 34px;
}

.pp-trending__panel-close:hover {
  background: #fff;
}

.pp-trending__panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 28px;
}

.pp-trending__panel-desc {
  border-bottom: 1px solid var(--pp-border-light);
  color: var(--pp-text);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pp-trending__panel-section {
  border-bottom: 1px solid var(--pp-border-light);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pp-trending__panel-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pp-trending__panel-section h5 {
  color: var(--pp-dark);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.pp-trending__panel-section p {
  color: var(--pp-text);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.pp-trending__panel-link {
  color: var(--pp-blue);
  font-weight: 600;
  text-decoration: none;
}

.pp-trending__panel-link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Map
   ========================================================================== */

.pp-map {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow-sm);
  overflow: hidden;
}

.pp-map__image {
  display: block;
  height: auto;
  width: 100%;
}

.pp-map__header {
  align-items: center;
  border-bottom: 1px solid var(--pp-border-light);
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
}

.pp-map__title {
  color: var(--pp-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.pp-map__subtitle {
  color: var(--pp-text-secondary);
  font-size: 13px;
}

.pp-map__legend {
  background: var(--pp-gray-100);
  border-top: 1px solid var(--pp-border-light);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 16px 28px;
  text-align: center;
}

/* Document filter tabs */

.pp-docs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.pp-doc-tab {
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--pp-brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  color: var(--pp-text-secondary);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  transition: all 0.2s;
}

.pp-doc-tab:hover {
  color: var(--pp-blue);
}

.pp-doc-tab.active {
  background: var(--pp-blue);
  background-image: none;
  border-color: var(--pp-blue);
  color: #fff;
}

/* Privacy docs wrapper */

.pp-privacy-docs {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 40px;
}

/* Privacy docs grid (all documents view) */

.pp-privacy-docs-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.pp-privacy-doc-card {
  align-items: center;
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--pp-brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: var(--pp-radius);
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 80px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: all 0.2s;
}

.pp-privacy-doc-card:hover {
  border-color: var(--pp-blue-light);
  box-shadow: var(--pp-shadow-md);
}

.pp-privacy-doc-card__left {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.pp-privacy-doc-card__icon {
  align-items: center;
  background: var(--pp-blue-bg);
  border-radius: 10px;
  color: var(--pp-blue);
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.pp-privacy-doc-card__icon svg {
  height: 20px;
  width: 20px;
}

.pp-privacy-doc-card__title {
  color: var(--pp-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.pp-privacy-doc-card__lock {
  align-items: center;
  color: var(--pp-text-tertiary);
  display: flex;
  flex-shrink: 0;
}

.pp-privacy-doc-card__lock svg {
  height: 16px;
  width: 16px;
}

.pp-privacy-doc-card__hover-desc {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  color: var(--pp-text-secondary);
  display: flex;
  font-size: 12px;
  inset: 0;
  line-height: 1.5;
  opacity: 0;
  padding: 16px 20px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s;
}

.pp-privacy-doc-card:hover .pp-privacy-doc-card__hover-desc {
  opacity: 1;
}

/* Privacy Docs — Slide Panel */

.pp-docs-panel-overlay {
  backdrop-filter: blur(4px);
  background: rgba(30, 45, 61, 0.4);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 3000;
}

.pp-docs-panel-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pp-docs-panel {
  background: #fff;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 540px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 90%;
  z-index: 3001;
}

.pp-docs-panel.active {
  transform: translateX(0);
}

.pp-docs-panel__header {
  align-items: center;
  border-bottom: 1px solid var(--pp-border-light);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 20px 28px;
}

.pp-docs-panel__title {
  color: var(--pp-dark);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.pp-docs-panel__close {
  align-items: center;
  background: var(--pp-gray-100);
  border: 1px solid var(--pp-border);
  border-radius: 8px;
  color: var(--pp-text-secondary);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  height: 34px;
  justify-content: center;
  transition: all 0.2s;
  width: 34px;
}

.pp-docs-panel__close:hover {
  background: #fff;
}

.pp-docs-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 28px;
}

/* ==========================================================================
   Organization Selector
   ========================================================================== */

.pp-org-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.pp-org-pill {
  align-items: center;
  background: #fff;
  border: 2px solid var(--pp-border);
  border-radius: 40px;
  color: var(--pp-text-secondary);
  cursor: pointer;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  padding: 10px 22px;
  transition: all 0.25s;
}

.pp-org-pill:hover {
  border-color: var(--pp-text-tertiary);
}

.pp-org-pill.active {
  background: var(--pp-blue-bg);
  border-color: var(--pp-blue);
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.12);
  color: var(--pp-blue);
}

.pp-org-dot {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.pp-org-detail {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow-sm);
  padding: 28px 32px;
}

.pp-org-detail__header {
  align-items: center;
  border-bottom: 1px solid var(--pp-border-light);
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.pp-org-detail__badge {
  background: var(--pp-blue-bg);
  border-radius: 6px;
  color: var(--pp-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.pp-org-fields {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.pp-org-field label {
  color: var(--pp-text-tertiary);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.pp-org-field span {
  color: var(--pp-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.pp-org-field__detail {
  color: var(--pp-text-tertiary);
  font-size: 12px;
}

/* ==========================================================================
   Frameworks Carousel
   ========================================================================== */

.pp-fw-carousel {
  position: relative;
}

.pp-fw-strip {
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
}

.pp-fw-strip::-webkit-scrollbar {
  display: none;
  height: 0;
}

.pp-fw-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: 50%;
  box-shadow: var(--pp-shadow-md);
  color: var(--pp-dark);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: 36px;
  z-index: 2;
}

.pp-fw-arrow:hover {
  background: var(--pp-blue);
  border-color: var(--pp-blue);
  color: #fff;
}

.pp-fw-arrow--left {
  left: -18px;
}

.pp-fw-arrow--right {
  right: -18px;
}

.pp-fw-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

.pp-fw-chip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: 10px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  padding: 12px 18px;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.pp-fw-chip:hover {
  border-color: var(--pp-blue-light);
  box-shadow: var(--pp-shadow-sm);
}

.pp-fw-chip__icon {
  font-size: 18px;
}

.pp-fw-chip__name {
  color: var(--pp-dark);
  font-size: 13px;
  font-weight: 700;
}

.pp-fw-chip__status {
  align-items: center;
  color: var(--pp-blue);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.pp-fw-chip__dot {
  background: var(--pp-blue);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

/* ==========================================================================
   Privacy Topics
   ========================================================================== */

.pp-topics-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}

.pp-topic-tab {
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--pp-brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--pp-text-secondary);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 8px 18px;
  transition: all 0.2s;
}

.pp-topic-tab:hover {
  color: var(--pp-blue);
}

.pp-topic-tab.active {
  background: var(--pp-blue);
  background-image: none;
  border-color: var(--pp-blue);
  color: #fff;
}

.pp-topics-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.pp-topic-card {
  align-items: flex-start;
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--pp-brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  gap: 16px;
  padding: 22px 24px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.pp-topic-card:hover {
  border-color: var(--pp-blue-light);
  box-shadow: var(--pp-shadow-md);
  transform: translateY(-2px);
}

.pp-topic-card__num {
  align-items: center;
  background: var(--pp-gray-100);
  border-radius: 8px;
  color: var(--pp-text-tertiary);
  display: flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.pp-topic-card:hover .pp-topic-card__num {
  background: var(--pp-blue-bg);
  color: var(--pp-blue);
}

.pp-topic-card__body {
  flex: 1;
  min-width: 0;
}

.pp-topic-card__title {
  color: var(--pp-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

.pp-topic-card__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--pp-text-tertiary);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
}

.pp-topic-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.pp-topic-tag {
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 2px 8px;
}

.pp-topic-tag--governance,
.pp-topic-tag--rights,
.pp-topic-tag--compliance,
.pp-topic-tag--data,
.pp-topic-tag--vendor {
  background: var(--pp-blue-bg);
  color: var(--pp-blue);
}

.pp-topic-card__count {
  color: var(--pp-text-tertiary);
  font-size: 10px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}

/* ==========================================================================
   Learn Section
   ========================================================================== */

.pp-learn-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.pp-learn-card {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.pp-learn-card:hover {
  box-shadow: var(--pp-shadow-lg);
  transform: translateY(-4px);
}

.pp-learn-card__accent {
  height: 4px;
}

.pp-learn-card__body {
  padding: 24px;
}

.pp-learn-card__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pp-learn-card__title {
  color: var(--pp-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.pp-learn-card__text {
  color: var(--pp-text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.pp-learn-card__link {
  align-items: center;
  color: var(--pp-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  transition: gap 0.2s;
}

.pp-learn-card__link:hover {
  gap: 8px;
  text-decoration: none;
}

/* ==========================================================================
   Updates
   ========================================================================== */

.pp-updates-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pp-update-card {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  padding: 14px 18px;
  position: relative;
  transition: box-shadow 0.2s;
}

.pp-update-card:hover {
  box-shadow: var(--pp-shadow-md);
}

.pp-update-card__header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 6px;
}

.pp-update-card__title {
  color: var(--pp-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.pp-update-card__meta {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.pp-update-card__tag {
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: 5px;
  color: var(--pp-text-secondary);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 12px;
}

.pp-update-card__date {
  color: var(--pp-text-tertiary);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.pp-update-card p {
  color: var(--pp-text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.pp-update-card p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Sub-Processors
   ========================================================================== */

.pp-subprocessors {
  border-top: 1px solid var(--pp-border-light);
  padding: 56px 0;
}

.pp-sp-tier-label {
  color: var(--pp-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  margin-top: 32px;
  text-transform: uppercase;
}

.pp-sp-tier-label:first-of-type {
  margin-top: 24px;
}

.pp-sp-table {
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 8px;
  width: 100%;
}

.pp-sp-table thead th {
  border-bottom: none;
  color: var(--pp-text-tertiary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 12px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.pp-sp-table thead tr {
  position: relative;
}

.pp-sp-table thead tr::after {
  background: var(--pp-brand-gradient);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.pp-sp-table tbody td {
  border-bottom: 1px solid var(--pp-border-light);
  color: var(--pp-text);
  line-height: 1.5;
  padding: 10px 12px;
  vertical-align: top;
}

.pp-sp-table tbody tr:hover {
  background: var(--pp-blue-bg);
}

.pp-sp-name {
  font-weight: 600;
  min-width: 120px;
  white-space: normal;
  word-break: break-word;
}

.pp-sp-check {
  color: var(--pp-blue);
  font-weight: 700;
  text-align: center;
}

.pp-sp-activity-short {
  display: none;
}

.pp-sp-loc {
  color: var(--pp-text-secondary);
  white-space: nowrap;
}

.pp-sp-no-results {
  color: var(--pp-text-tertiary);
  font-size: 14px;
  padding: 32px 0;
  text-align: center;
}

.pp-sp-search-wrap {
  margin-bottom: 20px;
  margin-top: 24px;
  position: relative;
}

.pp-sp-search {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid var(--pp-border);
  border-radius: 6px;
  color: var(--pp-text);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 12px 10px 38px;
  width: 100%;
}

.pp-sp-search:focus {
  border-color: var(--pp-blue);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15);
  outline: none;
}

.pp-sp-search::placeholder {
  color: var(--pp-text-tertiary);
}

.pp-sp-search-icon {
  color: var(--pp-text-tertiary);
  height: 16px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.pp-sp-download-wrap {
  display: inline-block;
  margin-top: 24px;
  position: relative;
}

.pp-sp-download-btn {
  align-items: center;
  background: var(--pp-gray-100);
  border: 1px solid var(--pp-border);
  border-radius: 6px;
  color: var(--pp-text-tertiary);
  cursor: not-allowed;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  opacity: 0.55;
  padding: 12px 28px;
}

.pp-coming-soon-badge {
  background: var(--pp-blue);
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  position: absolute;
  right: -12px;
  text-transform: uppercase;
  top: -8px;
}

/* ==========================================================================
   Floating Nav Pill
   ========================================================================== */

.pp-float-nav {
  border-radius: 8px;
  bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.3px;
  overflow: hidden;
  position: fixed;
  transform: translateX(-50%);
  z-index: 1500;
}

.pp-float-nav a {
  align-items: center;
  display: flex;
  gap: 5px;
  padding: 10px 16px;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}

.pp-float-nav a:hover {
  text-decoration: none;
}

.pp-float-nav__left {
  background: var(--pp-dark);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
}

.pp-float-nav__left:hover {
  background: var(--pp-dark-light);
  color: #fff;
}

.pp-float-nav__right {
  background: var(--pp-blue);
  color: #fff;
}

.pp-float-nav__right:hover {
  background: var(--pp-blue-dark);
}

.pp-float-nav__icon {
  font-size: 14px;
  line-height: 1;
}

/* ==========================================================================
   Responsive — Tablet
   ========================================================================== */

@media (max-width: 1024px) {
  .pp-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pp-trending__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pp-hero__inner {
    grid-template-columns: 1fr;
  }

  .pp-hero__right {
    max-width: 100%;
  }

  .pp-learn-grid {
    grid-template-columns: 1fr;
  }

  .pp-topics-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Responsive — Mobile
   ========================================================================== */

@media (max-width: 640px) {
  .pp-container {
    padding: 0 20px;
  }

  .pp-doc-tab {
    font-size: 11px;
    padding: 6px 12px;
  }

  .pp-trending__grid {
    grid-template-columns: 1fr;
  }

  .pp-float-nav {
    display: none;
  }

  .pp-header__cta {
    font-size: 11px;
    padding: 6px 12px;
  }

  .pp-header__cta svg {
    display: none;
  }

  .pp-header__inner {
    padding: 0 16px;
  }

  .pp-hero {
    padding: 48px 20px 40px;
  }

  .pp-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .pp-hero__title {
    font-size: 36px;
  }

  .pp-org-fields {
    grid-template-columns: 1fr;
  }

  .pp-section--bordered {
    padding: 24px 16px;
  }

  .pp-sp-activity-full {
    display: none;
  }

  .pp-sp-activity-short {
    display: inline;
    font-size: 10px;
  }

  .pp-sp-table {
    table-layout: fixed;
    width: 100%;
  }

  .pp-sp-table .pp-sp-check {
    font-size: 10px;
    padding: 8px 4px;
  }

  .pp-sp-table .pp-sp-loc {
    font-size: 10px;
    white-space: normal;
    word-break: break-all;
  }

  .pp-sp-table .pp-sp-name {
    font-size: 11px;
    text-align: center;
    word-break: break-all;
  }

  .pp-sp-table td,
  .pp-sp-table th {
    text-align: center;
    vertical-align: middle;
  }

  .pp-sp-table td:nth-child(3),
  .pp-sp-table th:nth-child(3) {
    font-size: 10px;
  }

  .pp-sp-table thead th {
    font-size: 9px;
    padding: 8px 4px;
    text-orientation: mixed;
    white-space: nowrap;
    writing-mode: vertical-lr;
  }
}

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

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

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

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