/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--color-absolutezero:var(--color-blue-600);--color-white:#fff;--color-text:var(--color-gray);--color-text-light:var(--color-gray-500);--color-gray-050-o-40:rgba(243,244,249,0.4);--color-gray-200-o-80:rgba(212,212,218,0.8);--color-maximumred:var(--color-red-500);--color-sunglow:#ffd23f;--color-sunglow-shaded:#977405;--color-lightninggreen:#26a769;--color-focus:var(--color-lightninggreen);--color-absolutezero-hover:var(--color-blue-650);--color-absolutezero-active:var(--color-blue-700);--color-maximumred-hover:var(--color-red-550);--color-maximumred-active:var(--color-red-600);--color-bgblue-hover:var(--color-blue-020);--color-bgblue-active:var(--color-blue-050);--color-bgred-hover:var(--color-red-020);--color-bgred-active:var(--color-red-050);--color-gray:#232429;--color-gray-900:#393a3f;--color-gray-800:#55565b;--color-gray-700:#75767b;--color-gray-600:#828388;--color-gray-500:#919297;--color-gray-400:#adaeb3;--color-gray-300:#c1c2c7;--color-gray-200:#d3d4d9;--color-gray-100:#dedfe4;--color-gray-050:#f3f4f9;--color-gray-025:#f9faff;--color-blue:var(--color-blue-600);--color-blue-900:#000f33;--color-blue-800:#001f66;--color-blue-700:#002e9a;--color-blue-650:#0036b1;--color-blue-600:#003ecc;--color-blue-500:#004eff;--color-blue-400:#3371ff;--color-blue-300:#6694ff;--color-blue-200:#99b8ff;--color-blue-100:#ccdbff;--color-blue-070:#dbe6ff;--color-blue-050:#e5edff;--color-blue-020:#f5f8ff;--color-red:var(--color-red-500);--color-red-900:#2c0707;--color-red-800:#580e0e;--color-red-700:#841515;--color-red-600:#b01c1c;--color-red-550:#c61f1f;--color-red-500:#dc2323;--color-red-400:#e34f4f;--color-red-300:#ea7b7b;--color-red-200:#f1a7a7;--color-red-100:#f8d3d3;--color-red-070:#fae0e0;--color-red-050:#fce9e9;--color-red-020:#fdf5f5;--color-fg:var(--color-text);--color-bg:var(--color-white);--color-link:var(--color-absolutezero);--color-link-hover:var(--color-absolutezero-hover);--color-link-active:var(--color-absolutezero-active);--color-divider:rgba(142,146,156,0.5);--font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-family-serif:"Times New Roman",times,serif;--line-height:1.5;--line-height-heading:1.3;--line-height-form-label:calc(18rem / 16);--font-size-base:1rem;--font-size-xl:2.25rem;--font-size-h1:2.027rem;--font-size-h2:1.802rem;--font-size-h3:1.602rem;--font-size-h4:1.424rem;--font-size-h5:1.266rem;--font-size-h6:1.125rem;--font-size-s:0.889rem;--font-size-xs:0.79rem;--font-size-xxs:0.702rem;--font-size-label:var(--font-size-s);--font-size-description:var(--font-size-xs);--space-xl:3rem;--space-l:1.5rem;--space-m:1rem;--space-s:0.75rem;--space-xs:0.5rem;--speed-transition:0.2s;--transition:all var(--speed-transition) ease-out;--base-border-radius:2px;--focus-border-size:0.1875rem;--focus-border-offset-size:2px;--outline-size:2px;--focus-outline:var(--outline-size) dotted transparent;--focus-box-shadow:0 0 0 var(--focus-border-offset-size) var(--color-white),0 0 0 calc(var(--focus-border-size) + var(--focus-border-offset-size)) var(--color-focus);--shadow-z3:0 0.875rem 1.875rem rgba(0,0,0,0.1);--input-fg-color:var(--color-fg);--input-bg-color:var(--color-bg);--input-fg-color--description:var(--color-gray-800);--input-fg-color--placeholder:var(--color-gray-700);--input-border-color:var(--color-gray-500);--input--hover-border-color:var(--color-text);--input--focus-border-color:var(--color-absolutezero);--input--error-color:var(--color-maximumred);--input--error-border-color:var(--color-maximumred);--input--disabled-color:rgba(84,85,96,0.6);--input--disabled-fg-color:var(--color-gray-800);--input--disabled-bg-color:#f2f2f3;--input--disabled-border-color:#bababf;--input--disabled-border-opacity:0.5;--input-border-radius-size:0.125rem;--input-border-size:1px;--input--error-border-size:2px;--input-padding-vertical:calc(var(--space-s) - var(--input-border-size));--input-padding-horizontal:calc(var(--space-m) - var(--input-border-size));--input-font-size:var(--font-size-base);--input-line-height:var(--space-l);--input-padding-vertical--small:calc(var(--space-xs) - (var(--input-border-size) * 2));--input-padding-horizontal--small:calc(var(--space-m) - var(--input-border-size));--input-font-size--small:var(--font-size-xs);--input-line-height--small:1.3125rem;--input--extrasmall-padding-vertical:calc(0.15rem - var(--input-border-size));--input--extrasmall-padding-horizontal:calc(var(--space-xs) - var(--input-border-size));--input--extrasmall-font-size:var(--font-size-s);--input--extrasmall-line-height:calc(var(--space-m) + 0.2rem);--input--required-mark-size:0.4375rem;--input--label-spacing:1.6875rem;--details-border-color:var(--color-gray-100);--details-summary-shadow-color:var(--color-focus);--details-summary-focus-border-size:var(--focus-border-size);--details-desktop-wrapper-padding-start:calc(var(--space-m) + var(--space-s) + var(--space-xs));--details-box-shadow:0 2px 0.25rem rgba(0,0,0,0.1);--details-border-size:1px;--details-border-size-radius:2px;--details-accordion-border-size-radius:var(--base-border-radius);--details-spread-box-shadow-radius:2px;--details-bg-color-transition-duration:0.12s;--details-box-shadow-transition-duration:0.2s;--details-transform-transition-duration:0.12s;--details-line-height:1.295rem;--button--focus-border-color:var(--color-blue-300);--button-border-radius-size:var(--base-border-radius);--button-fg-color:var(--color-text);--button-bg-color:var(--color-gray-200);--button--hover-bg-color:var(--color-gray-300);--button--active-bg-color:var(--color-gray-400);--button--disabled-bg-color:#ebebed;--button--disabled-fg-color:var(--color-gray-500);--button-fg-color--primary:var(--color-white);--button-bg-color--primary:var(--color-absolutezero);--button--hover-bg-color--primary:var(--color-absolutezero-hover);--button--active-bg-color--primary:var(--color-absolutezero-active);--button--focus-bg-color--primary:var(--button-bg-color--primary);--button--disabled-bg-color--primary:var(--color-gray-200);--button--disabled-fg-color--primary:var(--color-gray-600);--button-fg-color--danger:var(--color-white);--button-bg-color--danger:var(--color-maximumred);--button--hover-bg-color--danger:var(--color-maximumred-hover);--button--active-bg-color--danger:var(--color-maximumred-active);--dropbutton-widget-z-index:100;--jui-dropdown-fg-color:var(--color-gray-800);--jui-dropdown-bg-color:var(--color-white);--jui-dropdown--active-fg-color:var(--color-white);--jui-dropdown--active-bg-color:var(--color-absolutezero);--jui-dropdown-border-color:rgba(216,217,224,0.8);--jui-dropdown-shadow-color:rgba(34,35,48,0.1);--jui-dialog-title-color:var(--color-white);--jui-dialog-title-bg-color:var(--color-text);--jui-dialog-title-font-size:var(--font-size-h4);--jui-dialog-close-button-size:calc(var(--space-m) * 2);--jui-dialog-close-button-border-radius:50%;--jui-dialog-close-button-reserved-space:calc(var(--space-m) * 4);--jui-dialog-off-canvas-close-button-reserved-space:calc(var(--space-m) * 3);--jui-dialog-border-radius:0.25rem;--jui-dialog-box-shadow:0 0 var(--space-m) calc(var(--space-m) / -4) var(--color-text);--jui-dialog--focus-outline:2px dotted transparent;--jui-dialog--focus-box-shadow:0 0 0 0.1875rem var(--color-focus);--jui-dialog-z-index:1260;--jui-dialog-off-canvas-z-index:501;--progress-bar-border-size:1px;--progress-bar-small-size:calc(var(--space-xs) - (2 * var(--progress-bar-border-size)));--progress-bar-small-size-radius:var(--space-xs);--progress-bar-spacing-size:var(--space-xs);--progress-bar-transition:width 0.5s ease-out;--progress-bar-label-color:var(--color-text);--progress-bar-description-color:var(--color-gray-800);--progress-bar-description-font-size:var(--font-size-xs);--progress-track-border-color:var(--color-gray-500);--progress-track-bg-color:var(--color-gray-200);--tabledrag-handle-icon-size:calc(17rem / 16);--ajax-progress-margin-horizontal:var(--space-s);--breadcrumb-height:1.25rem;--layout-region-edit-width:min(60rem,100%);--layout-region-edit-extended-width:min(68rem,100%);--vertical-tabs-margin-vertical:var(--space-s);--vertical-tabs-border-radius:var(--details-accordion-border-size-radius);--vertical-tabs-shadow:var(--details-box-shadow);--vertical-tabs-border-color:var(--details-border-color);--vertical-tabs-border-size:1px;--vertical-tabs-border:var(--vertical-tabs-border-size) solid var(--vertical-tabs-border-color);--vertical-tabs-menu-item-shadow-extraspace:0.5rem;--vertical-tabs-menu-item--top-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -2);--vertical-tabs-menu-item--right-margin:calc(var(--vertical-tabs-border-size) * -1);--vertical-tabs-menu-item--bottom-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-item--left-margin:calc(var(--vertical-tabs-menu-item-shadow-extraspace) * -1);--vertical-tabs-menu-separator-color:var(--color-gray-200);--vertical-tabs-menu-separator-size:1px;--vertical-tabs-menu-width:20em;--vertical-tabs-pane-width:calc(100% - var(--vertical-tabs-menu-width));--vertical-tabs-menu-link-focus-border-size:var(--details-summary-focus-border-size);--vertical-tabs-menu-link--active-border-size:0.25rem;--vertical-tabs-menu-link--active-border-color:var(--color-absolutezero);--vertical-tabs-menu--z-index:0;}
html{font-family:var(--font-family);font-size:100%;font-weight:normal;font-style:normal;line-height:var(--line-height);}body{word-wrap:break-word;hyphens:auto;color:var(--color-fg);background:var(--color-bg);}a,.link{color:var(--color-link);}a:hover,a:focus,.link:hover,.link:focus{-webkit-text-decoration:none;text-decoration:none;outline:0;}a:hover,.link:hover{color:var(--color-link-hover);}a:active,.link:active{color:var(--color-link-active);}hr{height:1px;margin:var(--space-m) 0;padding:0;border:none;background:var(--color-divider);}summary{font-weight:bold;}h1,.heading-a{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h1);font-weight:bold;line-height:var(--line-height-heading);}h2,.heading-b{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h2);font-weight:bold;line-height:var(--line-height-heading);}h3,.heading-c{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h3);font-weight:bold;line-height:var(--line-height-heading);}h4,.heading-d{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h4);font-weight:bold;line-height:var(--line-height-heading);}h5,.heading-e{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h5);font-weight:bold;line-height:var(--line-height-heading);}h6,.heading-f{margin:var(--space-m) 0 var(--space-s);font-size:var(--font-size-h6);font-weight:bold;line-height:var(--line-height-heading);}p{margin:1em 0;}dl{margin:0 0 1.25rem;}dl dd,dl dl{margin-block-end:0.625rem;margin-inline-start:1.25rem;}blockquote{position:relative;margin-block:var(--space-l);margin-inline:2.5rem var(--space-l);font-size:var(--font-size-h6);}blockquote::before{position:absolute;inset-inline-start:-2.5rem;content:open-quote;color:var(--color-absolutezero);font-family:var(--font-family-serif);font-size:var(--space-xl);line-height:1em;}blockquote::after{content:no-close-quote;}address{font-style:italic;}u,ins{-webkit-text-decoration:underline;text-decoration:underline;}s,strike,del{-webkit-text-decoration:line-through;text-decoration:line-through;}big{font-size:larger;}small{font-size:smaller;}sub{vertical-align:sub;font-size:smaller;line-height:normal;}sup{vertical-align:super;font-size:smaller;line-height:normal;}abbr,acronym{border-bottom:dotted 1px;}ul{margin-block:0.25em;margin-inline:1.5em 0;padding-inline-start:0;list-style-type:disc;list-style-image:none;}ol{margin-block:0.25em;margin-inline:2em 0;padding:0;}code{margin:0.5em 0;}pre{margin:0.5em 0;white-space:pre-wrap;}details{line-height:var(--details-line-height);}details summary{padding:0.95em 1.45em;}details summary:focus{outline:none;}img{max-width:100%;height:auto;}.page-wrapper *:focus,.ui-dialog *:focus{outline:var(--focus-outline);box-shadow:var(--focus-box-shadow);}
.leader{margin-top:1.538rem;}.leader-double{margin-top:3.076rem;}.leader-triple{margin-top:4.614rem;}.leader-quadruple{margin-top:6.152rem;}.trailer{margin-bottom:1.538rem;}.trailer-double{margin-bottom:3.076rem;}.trailer-triple{margin-bottom:4.614rem;}.trailer-quadruple{margin-bottom:6.152rem;}
@media print{*{color:#000 !important;background-color:transparent !important;box-shadow:none !important;text-shadow:none !important;}body{padding-top:0;}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}a,.link{color:#000;}.button,.button--primary{background:none !important;}.messages{border-width:1px;border-color:#999;}.is-collapse-enabled .tabs{max-height:999em;}.is-horizontal .tabs__tab{margin:0 0.25rem !important;border-radius:0.25rem 0.25rem 0 0 !important;}.dropbutton-multiple .dropbutton .secondary-action{display:block;}.js .dropbutton-widget,.js td .dropbutton-widget{position:relative;}.js .dropbutton .dropbutton-toggle{display:none;}.js .dropbutton-multiple .dropbutton-widget{border-radius:0.25rem;background:none;}input.form-autocomplete,input.form-text,input.form-tel,input.form-email,input.form-url,input.form-search,input.form-number,input.form-color,input.form-file,textarea.form-textarea,select.form-select{border-width:1px;}}
.layout-container{margin-right:1em;margin-left:1em;}.layout-container::after{display:table;clear:both;content:"";}@media screen and (min-width:38em){.toolbar-tray-open:not(.toolbar-vertical) .layout-container,body:not(.toolbar-tray-open) .layout-container{margin-right:3em;margin-left:3em;}.toolbar-tray-open:not(.toolbar-vertical) .layout-row,body:not(.toolbar-tray-open) .layout-row{margin-right:-1.5em;margin-left:-1.5em;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column,body:not(.toolbar-tray-open) .layout-column{float:left;box-sizing:border-box;padding-right:1.5em;padding-left:1.5em;}[dir="rtl"] .toolbar-tray-open:not(.toolbar-vertical) .layout-column,[dir="rtl"] body:not(.toolbar-tray-open) .layout-column{float:right;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column--half,body:not(.toolbar-tray-open) .layout-column--half{width:50%;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column--quarter,body:not(.toolbar-tray-open) .layout-column--quarter{width:25%;}.toolbar-tray-open:not(.toolbar-vertical) .layout-column--three-quarter,body:not(.toolbar-tray-open) .layout-column--three-quarter{width:75%;}}@media screen and (min-width:60em){.layout-container{margin-right:3em;margin-left:3em;}.layout-row{margin-right:-1.5em;margin-left:-1.5em;}.layout-column{float:left;box-sizing:border-box;padding-right:1.5em;padding-left:1.5em;}[dir="rtl"] .layout-column{float:right;}.layout-column--half{width:50%;}.layout-column--quarter{width:25%;}.layout-column--three-quarter{width:75%;}}
.region-breadcrumb{min-height:var(--breadcrumb-height);}
.local-actions{margin:var(--space-m) 0;padding:0;list-style:none;}[dir="rtl"] .local-actions{margin-right:0;}.local-actions__item{display:inline-block;margin:0 calc(var(--space-xs) / 2);}.local-actions__item:first-child{margin-left:0;}[dir="rtl"] .local-actions__item:first-child{margin-right:0;margin-left:calc(var(--space-xs) / 2);}.local-actions__item:last-child{margin-right:0;}[dir="rtl"] .local-actions__item:last-child{margin-right:calc(var(--space-xs) / 2);margin-left:0;}[dir="rtl"] .local-actions__item:only-child{margin-right:0;margin-left:0;}
.page-content{margin-top:1.5rem;margin-bottom:5rem;}@media screen and (min-width:38em){.page-content{margin-top:2rem;}}.layout-icon__region{fill:#f5f5f2;stroke:#666;}
.admin-list{margin-block:1em 2em;padding:0;}.admin-list--panel{margin:-1em -1.5em;}.admin-item{padding-block:0.75em;padding-inline:3em 1.5em;}.admin-item:not(:last-child){border-bottom:calc(1em / 16) solid var(--color-gray-200);}.admin-item__title{font-weight:bold;}.admin-item__link{position:relative;display:inline-block;margin-inline-start:-1.5em;padding-inline-start:1.5em;-webkit-text-decoration:none;text-decoration:none;}.admin-item__link::before{position:absolute;inset-block-start:0;inset-inline-start:0;display:block;width:1em;height:1.5em;content:"";background:transparent no-repeat 50% 50%;background-image:url("data:image/svg+xml,%3csvg width='9' height='14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.71.314L.29 1.723l5.302 5.353L.289 12.43l1.422 1.408 6.697-6.762z' fill='%23003ecc'/%3e%3c/svg%3e");}[dir="rtl"] .admin-item__link::before{transform:scaleX(-1);}@media (forced-colors:active){.admin-item__link::before{mask-image:url("data:image/svg+xml,%3csvg width='9' height='14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.71.314L.29 1.723l5.302 5.353L.289 12.43l1.422 1.408 6.697-6.762z' fill='%23003ecc'/%3e%3c/svg%3e");mask-repeat:no-repeat;mask-position:center center;background-color:linktext;background-image:none;}}.admin-item__description{margin-block:0.5em 0.25em;margin-inline:0;color:var(--color-gray-800);}
.compact-link{margin:0 0 0.5em 0;}small .admin-link::before{content:" [";}small .admin-link::after{content:"]";}.system-cron-settings__link{overflow-wrap:break-word;}
:root{--module-table-cell-padding-vertical:var(--space-m);--module-table-cell-padding-horizontal:calc(var(--space-m) - (var(--input-border-size) * 2));}.modules-table-filter,.permissions-table-filter{padding:0.25rem var(--space-l);border:1px solid var(--color-gray-200);border-radius:2px 2px 0 0;box-shadow:0 2px 4px rgba(0,0,0,0.1);}.modules-table-filter .form-item__description,.permissions-table-filter .form-item__description{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.claro-details.claro-details--package-listing,.claro-details.module-list__module-details{margin-top:2rem;margin-bottom:0;border:none;box-shadow:none;}.claro-details__wrapper.claro-details__wrapper--package-listing{margin:0;}.claro-details__summary.claro-details__summary--package-listing{color:var(--color-text);border-radius:0.25rem;background:var(--color-gray-050);font-size:1.125rem;line-height:1.424rem;}.module-list{margin-top:0;}.module-list__module{color:var(--color-text);border-bottom:1px solid var(--color-gray-200);background:none;}.module-list__module:hover{background:none;}.module-list__module td{height:auto;padding:var(--module-table-cell-padding-vertical) var(--module-table-cell-padding-horizontal);vertical-align:top;}@media screen and (min-width:60em){td.module-list__module{width:25%;}}.module-list__module-name{font-weight:bold;}.module-list__checkbox{padding-left:0.6875rem;text-align:left;}[dir="rtl"] .module-list__checkbox{padding-right:0.6875rem;padding-left:var(--module-table-cell-padding-horizontal);text-align:right;}.module-list__checkbox .form-type--checkbox{margin:0;line-height:var(--details-line-height);}.module-list__checkbox .form-checkbox:not([disabled]){cursor:pointer;}td.module-list__checkbox{width:4%;}td.module-list__description{padding-top:0;padding-right:0;padding-bottom:0;}.claro-details.module-list__module-details{margin:0;}.claro-details__summary.module-list__module-summary{padding-top:var(--module-table-cell-padding-vertical);padding-bottom:var(--module-table-cell-padding-vertical);font-weight:normal;line-height:var(--details-line-height);}.claro-details__summary.module-list__module-summary::before{top:calc(var(--space-m) + var(--space-s));}.module-details__description{font-size:var(--space-s);line-height:0.9375rem;}.claro-details__wrapper.module-details__wrapper{margin-top:0;margin-bottom:0;}.module-details__requirements{margin-bottom:var(--space-m);}.module-details__links{position:relative;margin-top:calc((var(--space-s) - ((var(--space-l) - var(--space-s)) / 2)) * -1);margin-bottom:var(--space-m);}.module-details__links .action-link + .action-link{margin-left:0;}[dir="rtl"] .module-details__links .action-link + .action-link{margin-right:0;}.claro-details .tableresponsive-toggle{padding:var(--space-m) var(--space-m) var(--space-m) 0;}.claro-details .tableresponsive-toggle::before{position:relative;top:-1px;display:inline-block;width:calc(var(--space-m) * 2);height:1.25rem;content:"";cursor:pointer;vertical-align:text-top;background:url("data:image/svg+xml,%3csvg height='16' stroke='%23545560' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e") no-repeat center;background-size:contain;}.claro-details .tableresponsive-toggle:hover{color:var(--color-absolutezero-hover);background-color:var(--color-bgblue-hover);}.claro-details .tableresponsive-toggle:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%230036b1' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.claro-details .tableresponsive-toggle-columns button{margin-top:var(--space-xs);-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);font-weight:bold;}.claro-details .admin-missing{color:var(--color-maximumred);}
.panel{margin-block:1em 3em;padding:0;border-block-end:calc(1em / 16) solid var(--color-gray-200);}.panel__title{margin:0;padding-block:calc(12em / 18);padding-inline:calc(24em / 18);background:var(--color-gray-050);font-size:calc(18em / 16);line-height:calc(24em / 18);}.panel__content,.panel__description{padding-block:1em;padding-inline:1.5em;}
.node--unpublished{background-color:#fff4f4;}
:root{--card-list-spacing:var(--space-m);--cards-two-cols-width:calc(((100% + var(--card-list-spacing)) / 2) - var(--card-list-spacing));--cards-three-cols-width:calc(((100% + var(--card-list-spacing)) / 3) - var(--card-list-spacing));--cards-four-cols-width:calc(((100% + var(--card-list-spacing)) / 4) - var(--card-list-spacing));}.card-list{display:flex;flex-direction:column;}.card-list--two-cols,.card-list--four-cols{flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;}.card-list__item{box-sizing:border-box;margin-bottom:var(--card-list-spacing);}.card-list--two-cols .card-list__item,.card-list--four-cols .card-list__item{flex-basis:100%;}@media screen and (min-width:36.75rem){.card-list--four-cols .card-list__item{flex-basis:var(--cards-two-cols-width);max-width:var(--cards-two-cols-width);}.card-list--four-cols .card-list__item{margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item{margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(even){margin-right:0;}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(even){margin-right:0;margin-left:0;}}@media screen and (max-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card-list--four-cols .card-list__item{flex-basis:100%;max-width:100%;margin-right:0;margin-left:0;}}@media screen and (min-width:70rem){.card-list--four-cols .card-list__item{flex-basis:var(--cards-three-cols-width);max-width:var(--cards-three-cols-width);}.card-list--four-cols .card-list__item:nth-child(even){margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(even){margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(3n){margin-right:0;}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(3n){margin-right:0;margin-left:0;}}@media screen and (min-width:85.375rem){.card-list--two-cols .card-list__item{flex-basis:var(--cards-two-cols-width);max-width:var(--cards-two-cols-width);margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--two-cols .card-list__item{margin-right:0;margin-left:var(--card-list-spacing);}.card-list--two-cols .card-list__item:nth-child(even){margin-right:0;}[dir="rtl"] .card-list--two-cols .card-list__item:nth-child(even){margin-right:0;margin-left:0;}.card-list--four-cols .card-list__item{flex-basis:var(--cards-four-cols-width);max-width:var(--cards-four-cols-width);}.card-list--four-cols .card-list__item:nth-child(even){margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(even){margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(3n){margin-right:var(--card-list-spacing);}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(3n){margin-right:0;margin-left:var(--card-list-spacing);}.card-list--four-cols .card-list__item:nth-child(4n){margin-right:0;}[dir="rtl"] .card-list--four-cols .card-list__item:nth-child(4n){margin-right:0;margin-left:0;}}
:root{--card-bg-color:var(--color-white);--card-border-size:1px;--card-border-color:var(--color-gray-200-o-80);--card-border-radius-size:var(--base-border-radius);--card-image-border-radius-size:calc(var(--card-border-radius-size) - var(--card-border-size));--card-box-shadow:0 0.25rem 0.625rem rgba(0,0,0,0.1);}.card{display:flex;flex-direction:column;align-items:stretch;justify-items:flex-start;padding:0;border:var(--card-border-size) solid var(--card-border-color);border-radius:var(--card-border-radius-size);background-color:var(--card-bg-color);box-shadow:var(--card-box-shadow);}@media screen and (min-width:36.75rem){.card--horizontal{flex-direction:row;}.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal{flex-direction:column;}}@media screen and (min-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal{flex-direction:row;}}.card__image{overflow:hidden;border-radius:var(--card-image-border-radius-size) var(--card-image-border-radius-size) 0 0;line-height:0;}@media screen and (min-width:36.75rem){.card--horizontal .card__image{flex-basis:35%;border-start-start-radius:var(--card-image-border-radius-size);border-start-end-radius:0;border-end-start-radius:var(--card-image-border-radius-size);border-end-end-radius:0;}}@media screen and (max-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal .card__image{flex-basis:auto;}}@media screen and (min-width:85.375rem){.card--horizontal .card__image{flex-basis:45%;}}.card__content-wrapper{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;box-sizing:border-box;padding:var(--space-l);}@media screen and (min-width:36.75rem){.card--horizontal .card__content-wrapper{flex-basis:65%;}.card--horizontal .card__image ~ .card__content-wrapper{padding-inline-start:var(--space-m);}}@media screen and (max-width:53.75rem){.toolbar-tray-open.toolbar-vertical.toolbar-fixed .card--horizontal .card__content-wrapper{flex-basis:auto;}}@media screen and (min-width:85.375rem){.card--horizontal .card__content-wrapper{flex-basis:55%;}}.card__content{flex-grow:1;}.card__content-item{margin-block:0 var(--space-m);}.card__content-item:last-child{margin-block-end:0;}.card__footer{order:100;margin-block-start:var(--space-l);}.card__footer .action-links{margin-block:0;text-align:right;}[dir="rtl"] :is(.card__footer .action-links){text-align:left;}
.container-inline label::after,.container-inline .label::after{content:":";}.form-type-radios .container-inline label::after,.form-type-checkboxes .container-inline label::after{content:"";}.form-type-radios .container-inline .form-type-radio,.form-type-checkboxes .container-inline .form-type-checkbox{margin:0 1em;}.container-inline .form-actions,.container-inline.form-actions{margin-top:0;margin-bottom:0;}
.exposed-filters .filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .filters{float:right;margin-right:0;margin-left:1em;}.exposed-filters .form-item{margin:0 0 0.1em 0;padding:0;}.exposed-filters .form-item label{float:left;width:10em;font-weight:normal;}[dir="rtl"] .exposed-filters .form-item label{float:right;}.exposed-filters .form-select{width:14em;}.exposed-filters .current-filters{margin-bottom:1em;}.exposed-filters .current-filters .placeholder{font-weight:bold;font-style:normal;}.exposed-filters .additional-filters{float:left;margin-right:1em;}[dir="rtl"] .exposed-filters .additional-filters{float:right;margin-right:0;margin-left:1em;}
.field__label{font-weight:bold;}.field--label-inline .field__label,.field--label-inline .field__items{float:left;}.field--label-inline .field__label,.field--label-inline > .field__item,.field--label-inline .field__items{padding-right:0.5em;}[dir="rtl"] .field--label-inline .field__label,[dir="rtl"] .field--label-inline .field__items{padding-right:0;padding-left:0.5em;}.field--label-inline .field__label::after{content:":";}
.icon-help{padding:1px 0 1px 20px;background:url(/core/misc/help.png) 0 50% no-repeat;}[dir="rtl"] .icon-help{padding:1px 20px 1px 0;background-position:100% 50%;}.feed-icon{display:block;overflow:hidden;width:16px;height:16px;text-indent:-9999px;background:url(/core/misc/feed.svg) no-repeat;}
.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}[dir="rtl"] .views-filterable-options-controls .form-item{margin-right:2%;}.form--inline .form-item-separator{margin-top:2.3em;margin-right:1em;margin-left:0.5em;}[dir="rtl"] .form--inline .form-item-separator{margin-right:0.5em;margin-left:1em;}.form--inline .form-actions{clear:left;}[dir="rtl"] .form--inline .form-actions{clear:right;}
.item-list .title{font-weight:bold;}.item-list ul{margin:0 0 0.75em 0;padding:0;}.item-list li{margin:0 0 0.25em 1.5em;padding:0;}[dir="rtl"] .item-list li{margin:0 1.5em 0.25em 0;}.item-list--comma-list{display:inline;}.item-list--comma-list .item-list__comma-list,.item-list__comma-list li,[dir="rtl"] .item-list--comma-list .item-list__comma-list,[dir="rtl"] .item-list__comma-list li{margin:0;}
button.link{margin:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;}label button.link{font-weight:bold;}
ul.inline,ul.links.inline{display:inline;padding-left:0;}[dir="rtl"] ul.inline,[dir="rtl"] ul.links.inline{padding-right:0;padding-left:15px;}ul.inline li{display:inline;padding:0 0.5em;list-style-type:none;}ul.links a.is-active{color:#000;}
ul.menu{margin-left:1em;padding:0;list-style:none outside;text-align:left;}[dir="rtl"] ul.menu{margin-right:1em;margin-left:0;text-align:right;}.menu-item--expanded{list-style-type:circle;list-style-image:url(/core/misc/menu-expanded.png);}.menu-item--collapsed{list-style-type:disc;list-style-image:url(/core/misc/menu-collapsed.png);}[dir="rtl"] .menu-item--collapsed{list-style-image:url(/core/misc/menu-collapsed-rtl.png);}.menu-item{margin:0;padding-top:0.2em;}ul.menu a.is-active{color:#000;}
.more-link{display:block;text-align:right;}[dir="rtl"] .more-link{text-align:left;}
th.is-active img{display:inline;}td.is-active{background-color:#ddd;}
.form-textarea-wrapper textarea{display:block;box-sizing:border-box;width:100%;margin:0;}
.ui-dialog--narrow{max-width:500px;}@media screen and (max-width:600px){.ui-dialog--narrow{min-width:95%;max-width:95%;}}
.accordion{--accordion-color:var(--color-text);--accordion-border-size:var(--details-border-size);--accordion-border-color:var(--details-border-color);--accordion-border-radius:var(--details-accordion-border-size-radius);--accordion-bg-color:var(--color-white);--accordion-box-shadow:var(--details-box-shadow);color:var(--accordion-color);border:var(--accordion-border-size) solid var(--accordion-border-color);border-radius:var(--accordion-border-radius);background-color:var(--accordion-bg-color);box-shadow:var(--accordion-box-shadow);}.accordion__item{--accordion-item-border-radius:var(--details-accordion-border-size-radius);margin:0 -1px;border-radius:0;}.accordion__item:first-child{margin-top:-1px;border-top-left-radius:var(--accordion-item-border-radius);border-top-right-radius:var(--accordion-item-border-radius);}.accordion__item + .accordion__item{margin-top:-1px;}.accordion__item:last-child{margin-bottom:-1px;border-bottom-right-radius:var(--accordion-item-border-radius);border-bottom-left-radius:var(--accordion-item-border-radius);}.accordion__item .claro-details__summary .summary{--accordion-summary-color:var(--color-gray-800);display:block;color:var(--accordion-summary-color);font-weight:normal;}
.action-links{margin:var(--space-l) 0;list-style:none;}.action-links__item{display:inline-block;}.action-links__item + .action-links__item > .action-link{margin-inline-start:var(--space-s);}.action-links__item + .action-links__item > .action-link--small{margin-inline-start:var(--space-xs);}.action-link{display:inline-block;padding:calc(var(--space-m) - ((var(--space-l) - var(--space-m)) / 2)) var(--space-m);cursor:pointer;-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);border-radius:var(--button-border-radius-size);background-color:var(--color-bg);font-size:var(--font-size-base);font-weight:700;line-height:var(--space-l);-webkit-font-smoothing:antialiased;}.action-link:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--color-absolutezero-hover);background-color:var(--color-bgblue-hover);}.action-link:focus{position:relative;z-index:1;-webkit-text-decoration:none;text-decoration:none;}.action-link:active{color:var(--color-absolutezero-active);background-color:var(--color-bgblue-active);}.action-link::before{position:relative;inset-block-start:0.125rem;display:inline-block;width:1em;height:1em;margin-inline:calc(var(--space-s) - var(--space-m)) 0.5em;background-repeat:no-repeat;background-position:center;background-size:contain;}.action-link + .action-link{margin-inline-start:var(--space-s);}.form-actions .action-link,.field-actions .action-link{margin-inline:0 var(--space-s);}.no-touchevents .action-link--small{padding:calc(var(--space-s) - ((var(--space-l) - var(--space-s)) / 2)) var(--space-s);font-size:var(--font-size-s);}.no-touchevents .action-link--extrasmall{padding:0 var(--space-xs);font-size:var(--font-size-s);}.no-touchevents .action-link--small + .action-link--small,.no-touchevents .action-link--extrasmall + .action-link--extrasmall{margin-inline-start:var(--space-xs);}.action-link--danger{color:var(--color-maximumred);}.action-link--danger:hover{color:var(--color-maximumred-hover);background-color:var(--color-bgred-hover);}.action-link--danger:active{color:var(--color-maximumred-active);background-color:var(--color-bgred-active);}.no-touchevents .action-link--small::before,.no-touchevents .action-link--extrasmall::before{inset-block-start:0.0625rem;width:var(--space-s);height:var(--space-s);margin-inline:-0.125rem 0.4em;}.action-link--icon-plus::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23545560' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-plus::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}}.action-link--icon-plus:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%230036b1' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23002E9A' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23c11f1f' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-plus.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23ab1b1b' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 8h10M8 3v10'/%3e%3c/svg%3e");}.action-link--icon-trash::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-trash::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23d72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}}.action-link--icon-trash:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%230036B1' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23002E9A' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23d72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23C11F1F' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-trash.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' width='16' fill='%23Ab1B1B' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");}.action-link--icon-ex::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23545560' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-ex::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}}.action-link--icon-ex:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%230035b1' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23002E9A' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23d72222' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23c11f1f' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-ex.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' stroke='%23ab1b1b' stroke-width='1.5' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 3L3 13M13 13L3 3'/%3e%3c/svg%3e");}.action-link--icon-checkmark::before{content:"";background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23545560' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-checkmark::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}}.action-link--icon-checkmark:hover::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%230036B1' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark:active::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23002E9A' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23d72222' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23c11f1f' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-checkmark.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg fill='none' height='16' stroke='%23ab1b1b' stroke-width='2' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8.571L5.6 12 14 4'/%3e%3c/svg%3e");}.action-link--icon-cog::before{content:"";background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-cog::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}}.action-link--icon-cog:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%230036b1' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23002E9A' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23C11F1F' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-cog.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg height='16' fill='%23AB1B1B' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.426 9.249a7.29 7.29 0 00.076-.998c0-.36-.035-.71-.086-1.056l-2.275-.293a5.039 5.039 0 00-.498-1.201l1.396-1.808a7.3 7.3 0 00-1.459-1.452l-1.807 1.391a5.058 5.058 0 00-1.2-.499l-.292-2.252C8.943 1.033 8.604 1 8.252 1s-.694.033-1.032.082l-.291 2.251a5.076 5.076 0 00-1.2.499L3.924 2.441a7.3 7.3 0 00-1.459 1.452L3.86 5.701a5.076 5.076 0 00-.499 1.2l-2.276.294A7.35 7.35 0 001 8.251c0 .34.031.671.077.998l2.285.295c.115.426.284.826.499 1.2L2.444 12.58c.411.55.896 1.038 1.443 1.452l1.842-1.42c.374.215.774.383 1.2.498l.298 2.311c.337.047.677.08 1.025.08s.688-.033 1.021-.08l.299-2.311a5.056 5.056 0 001.201-.498l1.842 1.42a7.326 7.326 0 001.443-1.452l-1.416-1.837c.215-.373.383-.773.498-1.199zm-7.174 1.514a2.54 2.54 0 110-5.082 2.542 2.542 0 010 5.082z'/%3e%3c/svg%3e");}.action-link--icon-show::before{content:"";background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-show::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' width='16' fill='%23D72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}}.action-link--icon-show:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%230036B1' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23002E9A' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' width='16' fill='%23D72222' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23d72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-show.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23AB1B1B' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 3C4.364 3 1.258 5.073 0 8c1.258 2.927 4.364 5 8 5s6.742-2.073 8-5c-1.258-2.927-4.364-5-8-5zm0 8a3 3 0 100-6 3 3 0 000 6z'/%3e%3c/svg%3e");}.action-link--icon-hide::before{content:"";background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23545560' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-hide::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}}.action-link--icon-hide:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%230036B1' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23002E9A' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23D72222' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23C11F1F' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-hide.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg fill-rule='evenodd' height='16' fill='%23AB1B1B' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.01 1.696L2 1.707 14.072 13.78l-.696.697-2.078-2.078A9.232 9.232 0 018 13c-3.636 0-6.742-2.073-8-5 .647-1.505 1.783-2.784 3.228-3.672L1 2.1l.707-.707zM5 8c0-.546.146-1.058.4-1.5l4.1 4.1A3 3 0 015 8zM5.151 3.444l1.76 1.76a3 3 0 013.885 3.885l2.344 2.344C14.41 10.561 15.41 9.375 16 8c-1.258-2.927-4.364-5-8-5-.999 0-1.958.156-2.849.444z'/%3e%3c/svg%3e");}.action-link--icon-key::before{content:"";background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23545560'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-key::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23d72222'/%3e%3c/svg%3e");}}.action-link--icon-key:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%230036B1'/%3e%3c/svg%3e");}.action-link--icon-key:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23002E9A'/%3e%3c/svg%3e");}.action-link--icon-key.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23d72222'/%3e%3c/svg%3e");}.action-link--icon-key.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23c11f1f'/%3e%3c/svg%3e");}.action-link--icon-key.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.727 6.714A4.239 4.239 0 008.9 5.896L3.001 0H0v2h1v1.618L1.378 4H3v1h1v1.622h1.622l.864.862L5.5 8.5l.992.99a4.227 4.227 0 001.223 3.234 4.264 4.264 0 006.012 0 4.253 4.253 0 000-6.01zm-.829 5.182a1.653 1.653 0 11-2.338-2.338 1.653 1.653 0 112.338 2.338z' fill='%23ab1b1b'/%3e%3c/svg%3e");}.action-link--icon-questionmark::before{content:"";background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23545560'/%3e%3c/svg%3e");}@media (forced-colors:active){.action-link--icon-questionmark::before{background:linktext !important;mask-repeat:no-repeat;mask-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23d72222'/%3e%3c/svg%3e");}}.action-link--icon-questionmark:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%230036B1'/%3e%3c/svg%3e");}.action-link--icon-questionmark:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23002E9A'/%3e%3c/svg%3e");}.action-link--icon-questionmark.action-link--danger::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23d72222'/%3e%3c/svg%3e");}.action-link--icon-questionmark.action-link--danger:hover::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23c11f1f'/%3e%3c/svg%3e");}.action-link--icon-questionmark.action-link--danger:active::before{background-image:url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23ab1b1b'/%3e%3c/svg%3e");}.action-link--icon-chevron-left::before{display:block;content:"";background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}@media (min-width:30em){.action-link--icon-chevron-left::before{display:inline-block;}}
.content-header{overflow:hidden;margin-bottom:var(--space-s);padding:var(--space-l) 0 0;background-color:var(--color-gray-050);}
.container-inline .form-radios label::after{content:"";}.container-inline .form-radios .form-type-radio{margin-inline-end:1em;}
.container-inline div,.container-inline label{display:inline-block;}.form-items-inline{margin-block:-2px;}.form-items-inline > .form-item{display:inline-block;margin-block:2px;}
.breadcrumb{padding:0;color:var(--color-text);font-size:0.79rem;}.breadcrumb__list,[dir="rtl"] .breadcrumb__list{margin:0;padding:0;list-style-type:none;}.breadcrumb__item,.breadcrumb__link{display:inline;-webkit-text-decoration:none;text-decoration:none;color:var(--color-text);font-weight:bold;}.breadcrumb__item + .breadcrumb__item::before{display:inline-block;padding:0 0.75rem;content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='8' width='5'%3e%3cpath fill='currentColor' d='M1.207.647L.5 1.354 3.146 4 .5 6.647l.707.707L4.561 4z'/%3e%3c/svg%3e");}[dir="rtl"] :is(.breadcrumb__item + .breadcrumb__item::before){transform:scaleX(-1);}@media (forced-colors:active){.breadcrumb__item + .breadcrumb__item::before{width:0.3125rem;height:0.5rem;content:"";background-color:canvastext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='8' width='5'%3e%3cpath fill='currentColor' d='M1.207.647L.5 1.354 3.146 4 .5 6.647l.707.707L4.561 4z'/%3e%3c/svg%3e");mask-size:contain;mask-repeat:no-repeat;mask-position:center;}}.breadcrumb__link:hover,.breadcrumb__link:focus{-webkit-text-decoration:none;text-decoration:none;}
.button{display:inline-block;margin-block:var(--space-m);margin-inline:0 var(--space-s);padding:calc(var(--space-m) - 1px) calc(var(--space-l) - 1px);cursor:pointer;text-align:center;-webkit-text-decoration:none;text-decoration:none;color:var(--button-fg-color);border:1px solid transparent;border-radius:var(--button-border-radius-size);background-color:var(--button-bg-color);font-size:var(--font-size-base);font-weight:700;line-height:1rem;appearance:none;-webkit-font-smoothing:antialiased;}.button:not(:focus){box-shadow:0 1px 2px rgba(0,0,0,0.25);}.button:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--button-fg-color);background-color:var(--button--hover-bg-color);}.button:focus{-webkit-text-decoration:none;text-decoration:none;}.button:active{background-color:var(--button--active-bg-color);}.no-touchevents .button--small{margin-block:var(--space-s);margin-inline:0 var(--space-xs);padding:calc(var(--space-xs) - 1px) calc(var(--space-m) - 1px);font-size:var(--font-size-xs);}.no-touchevents .button--extrasmall{margin-block:var(--space-xs);margin-inline:0 var(--space-xs);padding:calc(calc(var(--space-xs) / 2) - 1px) calc(var(--space-s) - 1px);font-size:var(--font-size-xs);}.button--action{margin:0;}.button--action::before{margin-inline:-0.25em 0;padding-inline:0 0.25em;content:"+";font-weight:900;}.button--primary{color:var(--button-fg-color--primary);background-color:var(--button-bg-color--primary);}.button--primary:is(:hover,:active){color:var(--button-fg-color--primary);background-color:var(--button--hover-bg-color--primary);}.button--danger{color:var(--button-fg-color--danger);background-color:var(--button-bg-color--danger);}.button--danger:is(:hover,:active){color:var(--button-fg-color--danger);background-color:var(--button--hover-bg-color--danger);}.button:is(:disabled,.is-disabled){color:var(--button--disabled-fg-color);background-color:var(--button--disabled-bg-color);}.button.is-disabled{-webkit-user-select:none;user-select:none;pointer-events:none;}.link{display:inline;padding:0;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;border:0;background:none;appearance:none;}
:root{--size-summary-border-radius:calc(var(--details-border-size-radius) - var(--details-border-size));--summary-accordion-padding-vertical:calc(var(--space-l) + ((var(--space-m) - var(--space-l)) / 2));--summary-accordion-line-height:var(--space-l);}.claro-details{display:block;margin-block:var(--space-m);color:var(--color-text);border:var(--details-border-size) solid var(--details-border-color);border-radius:var(--details-border-size-radius);background-color:var(--color-white);box-shadow:var(--details-box-shadow);}td .claro-details{width:min-content;min-width:100%;}.claro-details--accordion-item,.claro-details--vertical-tabs-item{margin-block:0;border-radius:0;box-shadow:none;}.claro-details--accordion-item:first-of-type{border-top-left-radius:var(--details-border-size-radius);border-top-right-radius:var(--details-border-size-radius);}.claro-details--accordion-item:last-of-type{border-bottom-right-radius:var(--details-border-size-radius);border-bottom-left-radius:var(--details-border-size-radius);}.claro-details__summary{position:relative;box-sizing:border-box;padding-block:var(--space-m);padding-inline:var(--details-desktop-wrapper-padding-start) var(--space-m);list-style:none;cursor:pointer;transition:background-color var(--details-bg-color-transition-duration) ease-in-out;color:var(--color-gray-800);border-radius:var(--size-summary-border-radius);background-color:transparent;line-height:var(--space-m);}.claro-details__summary--accordion,.claro-details__summary--accordion-item,.claro-details__summary--vertical-tabs-item{padding-block:var(--summary-accordion-padding-vertical);padding-inline:var(--details-desktop-wrapper-padding-start) var(--space-l);background:var(--color-white);line-height:var(--summary-accordion-line-height);}.claro-details__summary--accordion-item{border-radius:0;}.claro-details--accordion-item:first-child .claro-details__summary--accordion-item{border-top-left-radius:var(--details-border-size-radius);border-top-right-radius:var(--details-border-size-radius);}.claro-details--accordion-item:last-child .claro-details__summary--accordion-item{border-bottom-right-radius:var(--details-border-size-radius);border-bottom-left-radius:var(--details-border-size-radius);}.claro-details__summary::-webkit-details-marker{display:none;}.claro-details__summary::before{position:absolute;inset-block-start:50%;inset-inline-start:var(--space-s);display:inline-block;width:var(--space-m);height:var(--space-m);margin-block-start:calc(var(--space-m) / -2);content:"";transition:transform var(--details-transform-transition-duration) ease-in 0s;transform:rotate(90deg);text-align:center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath d='M5.21 1.314L3.79 2.723l5.302 5.353-5.303 5.354 1.422 1.408 6.697-6.762z' fill='%23545560'/%3e%3c/svg%3e");background-size:contain;}[dir="rtl"] .claro-details__summary::before{transform:rotate(-270deg);}@media (prefers-reduced-motion:reduce){.claro-details__summary::before{transition:none;}}@media (forced-colors:active){.claro-details__summary::before{width:0.5625rem;height:0.5625rem;transition:transform var(--details-transform-transition-duration) ease-in 0s,margin var(--details-transform-transition-duration) ease-in 0s;transform:rotate(135deg);border-block-start:0.125rem solid;border-inline-end:0.125rem solid;background:none;}[dir="rtl"] .claro-details__summary::before{transform:rotate(-225deg);}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.claro-details__summary::before{transition:none;}}}.claro-details__summary::after{position:absolute;inset:-1px;content:"";transition:opacity var(--details-box-shadow-transition-duration) ease-in-out;pointer-events:none;opacity:0;border-radius:var(--details-border-size-radius);box-shadow:inset 0 0 0 var(--details-summary-focus-border-size) var(--details-summary-shadow-color);}.claro-details > .claro-details__summary--accordion-item::after,.vertical-tabs__item > .claro-details__summary--vertical-tabs-item::after{border-radius:0;}.claro-details:first-child > .claro-details__summary--accordion-item::after,.vertical-tabs__item--first > .claro-details__summary--vertical-tabs-item::after{border-top-left-radius:var(--details-border-size-radius);border-top-right-radius:var(--details-border-size-radius);}.claro-details:last-child > .claro-details__summary--accordion-item::after,.vertical-tabs__item--last > .claro-details__summary--vertical-tabs-item::after{border-bottom-right-radius:var(--details-border-size-radius);border-bottom-left-radius:var(--details-border-size-radius);}.claro-details[open] > .claro-details__summary--accordion::after,.claro-details[open] > .claro-details__summary--accordion-item::after,.vertical-tabs__item--last[open] > .claro-details__summary--vertical-tabs-item::after{border-bottom-right-radius:0;border-bottom-left-radius:0;}.claro-details__summary:focus{box-shadow:none;}[open] .claro-details__summary--accordion,[open] .claro-details__summary--accordion-item,[open] .claro-details__summary--vertical-tabs-item{color:var(--color-absolutezero);}.claro-details__summary:hover::before,.claro-details__summary:hover:focus::before,.claro-details[open] > .claro-details__summary:focus::before,.claro-details[open] > .claro-details__summary--accordion::before,.claro-details[open] > .claro-details__summary--accordion-item::before,.claro-details[open] > .claro-details__summary--vertical-tabs-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath d='M5.21 1.314L3.79 2.723l5.302 5.353-5.303 5.354 1.422 1.408 6.697-6.762z' fill='%230036B1'/%3e%3c/svg%3e");}.claro-details[open] > .claro-details__summary{border-radius:var(--size-summary-border-radius) var(--size-summary-border-radius) 0 0;}.claro-details[open] > .claro-details__summary::before{transform:rotate(-90deg);}@media (forced-colors:active){.claro-details__summary:hover::before,.claro-details__summary:hover:focus::before,.claro-details[open] > .claro-details__summary:focus::before{background:none;}.claro-details[open] > .claro-details__summary::before,[dir="rtl"] .claro-details[open] > .claro-details__summary::before{margin-block-start:-0.125rem;margin-inline-end:0.125rem;transform:rotate(-45deg);background:none;}}.claro-details[open] > .claro-details__summary--accordion,.claro-details[open] > .claro-details__summary--accordion-item,.claro-details[open] > .claro-details__summary--vertical-tabs-item{box-shadow:var(--details-box-shadow);}.claro-details__summary:hover{color:var(--color-absolutezero);background-color:var(--color-bgblue-hover);}[open] > .claro-details__summary--accordion:not(:focus,:active)::after,[open] > .claro-details__summary--accordion-item:not(:focus,:active)::after,[open] > .claro-details__summary--vertical-tabs-item:not(:focus,:active)::after{opacity:1;border:var(--details-summary-focus-border-size) solid var(--color-absolutezero);border-width:0 0 0 var(--details-summary-focus-border-size);box-shadow:none;}[dir="rtl"] :is([open] > .claro-details__summary--accordion:not(:focus,:active)::after),[dir="rtl"] :is([open] > .claro-details__summary--accordion-item:not(:focus,:active)::after),[dir="rtl"] :is([open] > .claro-details__summary--vertical-tabs-item:not(:focus,:active)::after){border-width:0 var(--details-summary-focus-border-size) 0 0;}.claro-details__summary:focus::after,.claro-details__summary:active::after{opacity:1;}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.claro-details__summary::after{transition:none;}}}.claro-details[open] > .claro-details__summary:focus{color:var(--color-absolutezero);}.claro-details__wrapper,.claro-details__content{margin:var(--space-m);}.claro-details__wrapper--accordion,.claro-details__wrapper--accordion-item,.claro-details__wrapper--vertical-tabs-item{margin:0;}.claro-details__wrapper--accordion::before,.claro-details__wrapper--accordion::after,.claro-details__wrapper--accordion-item::before,.claro-details__wrapper--accordion-item::after,.claro-details__wrapper--vertical-tabs-item::before,.claro-details__wrapper--vertical-tabs-item::after{display:table;clear:both;content:"";}.claro-details__wrapper--accordion,.claro-details__wrapper--accordion-item,.claro-details__wrapper--vertical-tabs-item{border-top:var(--details-border-size) solid var(--details-border-color);background-color:var(--color-gray-050-o-40);}@media screen and (min-width:40.0625rem){.claro-details__wrapper{margin:var(--space-l) var(--details-desktop-wrapper-padding-start);}.claro-details__wrapper--accordion,.claro-details__wrapper--accordion-item,.claro-details__wrapper--vertical-tabs-item{margin:0;}.js .claro-details__wrapper--vertical-tabs-item{margin:0;border-top:0;background-color:transparent;}}.claro-details__content--accordion,.claro-details__content--accordion-item,.claro-details__content--vertical-tabs-item{margin:var(--space-m) var(--space-m) var(--space-l);}@media screen and (min-width:85em){.vertical-tabs .claro-details__content--vertical-tabs-item{margin:var(--space-l);}}.claro-details__description{margin-block-end:var(--space-m);color:var(--input-fg-color--description);font-size:var(--font-size-xs);line-height:calc(17rem / 16);}.claro-details__description.is-disabled{color:var(--input--disabled-fg-color);}.claro-details__summary-summary{display:block;color:var(--color-gray-800);font-size:var(--font-size-s);font-weight:normal;}.required-mark::after{display:inline-block;width:0.4375rem;height:0.4375rem;margin-inline:0.3em;content:"";vertical-align:super;background-image:url("data:image/svg+xml,%3csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23e00'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:0.4375rem 0.4375rem;}
.divider{height:1px;background-color:var(--color-divider);}
:root{--messages-bg-color:#353641;--messages-fg-color:var(--color-white);--messages-border-radius:2px;--messages-border-width:0.3125rem;--messages--status-color:#42a877;--messages--warning-color:#e0ac00;--messages--error-color:#e34f4f;--messages__link-color:var(--color-sunglow);--messages__link--hover-color:var(--color-white);--messages__icon-size:1rem;--messages__text-margin:calc(var(--messages__icon-size) + var(--space-l));}.messages-list{margin-block:calc(var(--space-m) + var(--space-l));padding:0;list-style:none;}.field .messages-list,.form-wrapper .messages-list{margin-block-end:0;}.messages{overflow:auto;box-sizing:border-box;margin-block:var(--space-m);padding-block:var(--space-l) 2rem;padding-inline:calc(var(--space-l) - 0.3125rem) var(--space-l);color:var(--messages-fg-color);border-width:0 0 0 var(--messages-border-width);border-style:solid;border-color:var(--messages-bg-color);border-radius:var(--messages-border-radius);background-color:var(--messages-bg-color);}.messages a{-webkit-text-decoration:underline;text-decoration:underline;color:var(--messages__link-color);}.messages a:hover{color:var(--messages__link--hover-color);}.messages pre{margin:0;}[dir="rtl"] .messages{border-right-width:var(--messages-border-width);border-left-width:0;}.messages--error{border-color:var(--messages--error-color);}.messages--error .messages__header{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 14 14'%3e%3cpath d='M3 11.193L11.45 3' stroke='%23e34f4f' stroke-width='2'/%3e%3ccircle cx='7' cy='7' r='6' fill='none' stroke='%23e34f4f' stroke-width='2'/%3e%3c/svg%3e") no-repeat center left;}.messages--status{border-color:var(--messages--status-color);}.messages--status .messages__header{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3e%3cpath d='M2 6.571L5.6 10 14 2' fill='none' stroke='%2342a877' stroke-width='3'/%3e%3c/svg%3e") no-repeat center left;}.messages--warning{border-color:var(--messages--warning-color);}.messages--warning .messages__header{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 4 14' fill='%23e0ac00'%3e%3cpath d='M.5 0h3v9h-3z'/%3e%3ccircle cx='2' cy='12.5' r='1.5'/%3e%3c/svg%3e") no-repeat center left;}.messages__title{margin-block:0;margin-inline:var(--messages__text-margin) 0;font-size:var(--font-size-base);}.messages__header{display:flex;align-items:center;margin-block-end:var(--space-m);}[dir="rtl"] .messages__header{background-position:center right;}@media screen and (min-width:48rem){.messages__content{margin-inline-start:var(--messages__text-margin);}}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-block-start:var(--space-s);}
.entity-meta{--entity-meta-spacing-xs:var(--space-xs);--entity-meta-spacing-l:var(--space-l);--entity-meta-spacing-m:var(--space-m);--entity-meta-color-fg:var(--color-fg);--entity-meta-color-bg:var(--color-bg);--entity-meta-color-white:var(--color-white);--entity-meta-border-size:var(--details-border-size);--entity-meta-border-color:var(--details-border-color);--entity-meta-border-size-radius:var(--details-accordion-border-size-radius);--entity-meta-font-size-base:var(--font-size-base);}.entity-meta__header{padding:calc(var(--entity-meta-spacing-m) - var(--entity-meta-spacing-xs)) var(--entity-meta-spacing-m) calc(var(--entity-meta-spacing-l) - var(--entity-meta-spacing-xs));color:var(--entity-meta-color-fg);border:var(--entity-meta-border-size) solid var(--entity-meta-border-color);border-radius:var(--entity-meta-border-size-radius);background-color:var(--entity-meta-color-bg);}.entity-meta__header .form-item{margin-block:var(--entity-meta-spacing-xs);}.entity-meta__header .form-type--item .form-item__label{display:inline-block;margin:0;font-size:var(--entity-meta-font-size-base);}.entity-meta__header .form-type--item .form-item__label::after{content:":";}@media screen and (min-width:48em){.entity-meta__header{padding:calc(var(--entity-meta-spacing-l) - var(--entity-meta-spacing-xs)) var(--entity-meta-spacing-l) var(--entity-meta-spacing-l);}}.entity-meta__title{margin:0.25em 0;text-shadow:0 1px 0 var(--entity-meta-color-white);font-size:1.231em;font-weight:bold;}.entity-meta__revision{margin-block-start:var(--entity-meta-spacing-l);}
.fieldset{min-width:0;margin:var(--space-m) 0;padding:0;color:var(--color-text);border:var(--details-border-size) solid var(--details-border-color);border-radius:var(--base-border-radius);background-color:var(--color-white);box-shadow:var(--details-box-shadow);}.fieldset--group{color:inherit;border:0;border-radius:0;background:none;box-shadow:none;}.fieldset__legend{display:contents;float:left;width:100%;margin-block-end:var(--space-m);color:var(--color-gray-800);font-weight:bold;}.fieldset__legend--composite{float:none;width:auto;margin-block-start:calc(var(--space-xs) / 2);margin-block-end:calc(var(--space-xs) / 2);color:inherit;font-size:var(--font-size-s);line-height:calc(18rem / 16);}@media screen and (min-width:48em){.fieldset__legend{margin-bottom:var(--space-l);}}.fieldset__legend--group{text-transform:uppercase;color:inherit;}.fieldset__label{display:block;padding:var(--space-m);line-height:var(--space-m);}.fieldset__label.is-disabled{color:var(--input--disabled-fg-color);}.fieldset__label.has-error{color:var(--input--error-color);}.fieldset__label--group{padding:0;line-height:inherit;}@media screen and (min-width:48em){.fieldset__label{padding-right:var(--space-l);padding-left:var(--space-l);}.fieldset__label--group{padding:0;}}.fieldset__description{margin-block-start:calc(6rem / 16);margin-block-end:calc(6rem / 16);color:var(--input-fg-color--description);font-size:var(--font-size-xs);line-height:calc(17rem / 16);}.fieldset__description.is-disabled{color:var(--input--disabled-fg-color);}.fieldset__error-message{margin-block-start:calc(6rem / 16);margin-block-end:calc(6rem / 16);color:var(--input--error-color);font-size:var(--font-size-xs);font-weight:normal;line-height:calc(17rem / 16);}.fieldset__wrapper{margin:var(--space-m);}.fieldset__wrapper > .container-inline{padding:0;}@media screen and (min-width:48em){.fieldset__wrapper{margin:var(--space-l) var(--space-l) calc(var(--space-m) + var(--space-s));}}.fieldset__legend--visible ~ .fieldset__wrapper{margin-block-start:0;}.fieldset__wrapper--group{margin:0;}
::placeholder{opacity:1;color:var(--input-fg-color--placeholder);}.form-item{margin-block:var(--space-l);}tr .form-item,.container-inline .form-item{margin-block:var(--space-s);}.form-item__label{display:table;margin-block:calc(var(--space-xs) / 2);font-size:var(--font-size-s);font-weight:bold;line-height:var(--line-height-form-label);}.form-item__label[for]{cursor:pointer;}.form-item__label.option{display:inline;font-weight:normal;}.form-item__label.has-error{color:var(--input--error-color);}.form-item__label.option.has-error{color:inherit;}.form-item__label.is-disabled{cursor:default;color:var(--input--disabled-fg-color);}.form-item__label--multiple-value-form,.field-multiple-table .field-label h4.label{display:inline-block;margin-block:0;align-self:center;font-size:inherit;font-weight:inherit;line-height:inherit;}.form-item__label.form-required::after,.fieldset__label.form-required::after{display:inline-block;margin-inline:0.15em;content:"*";color:var(--color-maximumred);font-size:0.875rem;}.form-item__description{margin-block:calc(6rem / 16);color:var(--input-fg-color--description);font-size:var(--font-size-xs);line-height:calc(17rem / 16);}.form-item__description.is-disabled{color:var(--input--disabled-fg-color);}.form-item__error-message{margin-block:calc(6rem / 16);color:var(--input--error-color);font-size:var(--font-size-xs);font-weight:normal;line-height:calc(17rem / 16);}.form-item__prefix.is-disabled,.form-item__suffix.is-disabled{color:var(--input--disabled-fg-color);}@media screen and (min-width:37.5625rem){.form-item__suffix{margin-inline-start:var(--space-xs);white-space:nowrap;}}.form-actions,.field-actions{display:flex;flex-wrap:wrap;align-items:flex-start;margin-block:var(--space-xs);}.form-actions .form-wrapper,.field-actions .form-wrapper{display:flex;flex-wrap:wrap;gap:var(--space-xs) 0;}.form-actions .button,.field-actions .button,.form-actions .action-link,.field-actions .action-link{margin-block:var(--space-xs);}.form-actions .ajax-progress--throbber,.field-actions .ajax-progress--throbber{align-self:center;}.confirm-parent,.password-parent{overflow:visible;width:auto;}.form-item-options-group-info-identifier,.form-item-pass .description{clear:both;}.form-item--editor-format{display:flex;flex-wrap:wrap;align-items:center;max-width:100%;}.form-item--editor-format .form-item__label,.form-item--editor-format .form-item__prefix,.form-item--editor-format .form-item__suffix,.form-item--editor-format .form-element--editor-format{min-width:1px;}.form-item--editor-format .form-item__label,.form-item--editor-format .form-item__prefix,.form-item--editor-format .form-item__suffix,.form-item--editor-format .form-element--editor-format{min-width:1px;}.form-item--editor-format .form-item__label,.form-item--editor-format .form-item__prefix,.form-item--editor-format .form-item__suffix{margin-inline-end:var(--space-xs);}.form-item--editor-format .form-item__description,.form-item--editor-format .form-item__error-message{flex:0 1 100%;min-width:1px;}@media screen and (max-width:37.5rem){.password-strength{width:100%;}div.form-item div.password-suggestions{float:none;}}button{line-height:1.125rem;}input,optgroup{line-height:1.5rem;}::-webkit-file-upload-button{-webkit-appearance:push-button;}
.form-type--boolean{margin-inline-start:var(--input--label-spacing);line-height:var(--space-l);}.form-type--boolean .form-boolean{position:relative;inset-block-start:calc(var(--space-l) / 2);float:left;margin-inline-start:calc(var(--input--label-spacing) * -1);transform:translateY(-50%);}[dir="rtl"] :is(.form-type--boolean .form-boolean){float:right;}.form-type--boolean.form-item--no-label{margin-inline-start:0;}.form-type--boolean.form-item--no-label .form-boolean{position:static;float:none;margin-inline:0;transform:none;}.form-boolean-group .form-type--boolean{margin-block:0.4em;}.form-boolean{display:inline-block;box-sizing:border-box;width:1.125rem;height:1.125rem;vertical-align:text-bottom;border:1px solid var(--input-border-color);border-radius:2px;background:var(--input-bg-color) no-repeat 50% 50%;background-size:100% 100%;box-shadow:0 0 0 4px transparent;appearance:none;}.form-boolean:active,.form-boolean:hover{border-color:var(--input-fg-color);box-shadow:inset 0 0 0 1px var(--input-fg-color);}.form-boolean:focus:active,.form-boolean:focus:hover{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input-fg-color);}@media (forced-colors:active){.form-boolean{appearance:auto;}}.form-boolean--type-radio{width:1.1875rem;height:1.1875rem;border-radius:1.1875rem;}.form-boolean--type-radio:checked{border-color:var(--input--focus-border-color);background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23003ecc'/%3e%3c/svg%3e");box-shadow:inset 0 0 0 1px var(--input--focus-border-color);}.form-boolean--type-radio:checked:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input--focus-border-color);}.form-boolean--type-radio:checked:focus:active,.form-boolean--type-radio:checked:focus:hover{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input-fg-color);}.form-boolean--type-radio:checked:active,.form-boolean--type-radio:checked:hover{border-color:var(--input-fg-color);background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23000f33'/%3e%3c/svg%3e");box-shadow:inset 0 0 0 1px var(--input-fg-color);}.form-boolean--type-checkbox:checked{border-color:var(--input--focus-border-color);background-color:var(--input--focus-border-color);background-image:url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%23fff'/%3e%3c/svg%3e");}.form-boolean--type-checkbox:checked:active,.form-boolean--type-checkbox:checked:hover{border-color:var(--input-fg-color);background-color:var(--input-fg-color);}.form-boolean.error{border-color:var(--input--error-border-color);background-color:var(--input-bg-color);box-shadow:inset 0 0 0 1px var(--input--error-border-color);}.form-boolean.error:active,.form-boolean.error:hover{box-shadow:inset 0 0 0 1px var(--input--error-border-color);}.form-boolean.error:focus,.form-boolean.error:focus:active,.form-boolean.error:focus:hover{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input--error-border-color);}.form-boolean.error:checked:active,.form-boolean.error:checked:hover{border-color:var(--input--error-border-color);background-color:var(--input-bg-color);}.form-boolean--type-checkbox.error:checked,.form-boolean--type-checkbox.error:checked:active,.form-boolean--type-checkbox.error:checked:hover{background-color:var(--input--error-border-color);}.form-boolean--type-radio.error:checked,.form-boolean--type-radio.error:checked:active,.form-boolean--type-radio.error:checked:hover{background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23d72222'/%3e%3c/svg%3e");}.form-boolean--type-radio.error:checked:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 1px var(--input--error-border-color);}.form-boolean[disabled],.form-boolean[disabled]:hover,.form-boolean[disabled].error,.form-boolean[disabled].error:hover,.form-boolean--type-radio[disabled]:focus:active,.form-boolean--type-radio[disabled]:active:hover,.form-boolean--type-radio[disabled].error:active:hover{border-color:var(--input--disabled-border-color);background-color:var(--input--disabled-bg-color);background-image:none;box-shadow:none;}.form-boolean--type-checkbox[disabled]:checked{background-image:url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%2382828c'/%3e%3c/svg%3e");}.form-boolean--type-radio[disabled]:checked,.form-boolean--type-radio[disabled].error:checked{background-image:url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%2382828c'/%3e%3c/svg%3e");}
.field-multiple-table{margin-block:var(--space-m);}.form-item--multiple .field-add-more-submit{margin-block:0;}
:root{--file-widget-form-item-min-width:16rem;--file-widget-form-item-max-width:32rem;}.form-managed-file.no-upload{display:inline-flex;flex-direction:column;max-width:100%;}.form-managed-file.has-value.is-multiple{display:block;}.form-managed-file .file{word-break:break-all;}.form-managed-file .file__size{word-break:normal;}.form-managed-file__meta{display:flex;flex-wrap:wrap;align-items:flex-start;margin-block-start:var(--space-m);}.form-managed-file__meta .form-element{width:100%;}.form-managed-file__meta .form-item{max-width:var(--file-widget-form-item-max-width);margin-block:0 var(--space-m);}.form-managed-file__meta .form-item:last-child{margin-block-end:var(--space-xs);}.draggable .form-managed-file.has-value .form-managed-file__meta{display:inline-flex;}.form-managed-file__image-preview{flex:0 0 auto;max-width:100%;margin-block-end:var(--space-m);}.form-managed-file.has-meta .form-managed-file__image-preview{margin-inline-end:var(--space-m);}td .form-managed-file.no-meta .form-managed-file__image-preview{margin-block-end:var(--space-xs);}.form-managed-file__meta-items{flex:1 1 var(--file-widget-form-item-min-width);max-width:100%;}.form-managed-file__main{display:inline-flex;align-items:center;max-width:100%;}.form-managed-file__main .file{flex:1 1 auto;margin-block:var(--space-xs);margin-inline:0 var(--space-m);}.form-managed-file__main .form-element--api-file{flex:1 1 auto;}.form-managed-file__main .button.button{flex:0 0 auto;margin:0;}.form-managed-file.is-single.has-value .form-managed-file__main:last-child{margin-block-end:var(--space-m);}.draggable .form-managed-file.has-value .form-managed-file__main{display:flex;}.file-widget-multiple.has-table .form-type--managed-file{margin-inline:var(--space-m);}
.form-element{box-sizing:border-box;max-width:100%;min-height:calc(((var(--input-padding-vertical) + var(--input-border-size)) * 2) + var(--input-line-height));padding:var(--input-padding-vertical) var(--input-padding-horizontal);color:var(--input-fg-color);border:var(--input-border-size) solid var(--input-border-color);border-radius:var(--input-border-radius-size);background:var(--input-bg-color);font-size:var(--input-font-size);line-height:var(--input-line-height);appearance:none;}.no-touchevents .form-element--extrasmall,.no-touchevents .form-element[name$="][_weight]"]{min-height:calc(((var(--input--extrasmall-padding-vertical) + var(--input-border-size)) * 2) + var(--input--extrasmall-line-height));padding:var(--input--extrasmall-padding-vertical) var(--input--extrasmall-padding-horizontal);font-size:var(--input--extrasmall-font-size);line-height:var(--input--extrasmall-line-height);}.form-element--type-search[type="search"]{appearance:none;box-sizing:border-box;}.form-element--type-date,.form-element--type-time{vertical-align:-webkit-baseline-middle;}.form-element--type-date{min-width:9.5rem;}.form-element--type-time{min-width:7.5rem;}.form-element--type-color{min-width:3rem;padding:0;text-indent:calc(0.75rem - var(--input-border-size));}.form-element--type-file::-webkit-file-upload-button{vertical-align:top;}.form-element:active{border-color:var(--input--focus-border-color);}.form-element:hover{border-color:var(--input--hover-border-color);box-shadow:inset 0 0 0 var(--input-border-size) var(--input--hover-border-color);}.form-element:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus);}.form-element:hover:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus),inset 0 0 0 var(--input-border-size) var(--input--hover-border-color);}.form-element.error{border-width:var(--input--error-border-size);border-color:var(--input--error-border-color);}.form-element.error:hover{box-shadow:none;}.form-element.error:hover:focus{box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus);}.form-element--type-textarea.error + .cke{border-color:var(--input--error-border-color);}.form-element[disabled]{color:var(--input--disabled-fg-color);border-color:var(--input--disabled-border-color);background-color:var(--input--disabled-bg-color);box-shadow:none;-webkit-text-fill-color:var(--input--disabled-fg-color);}@media screen and (max-width:37.5rem){.form-element{float:none;width:100%;margin-block-start:0.75rem;margin-inline:0;}.form-element:first-child,.form-item__label + .form-element{margin-block-start:0;}}.form-element--type-textarea.error + .ck-editor > .ck-editor__main{border:var(--input--error-border-size) solid var(--input--error-border-color);}
.form-element--type-select{padding-inline-end:calc(2rem - var(--input-border-size));background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%23545560'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:100% 50%;background-size:2.75rem 0.5625rem;}.form-element--type-select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%23003ecc'/%3e%3c/svg%3e");}.form-element--type-select[disabled]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill='none' stroke-width='1.5' d='M1 1l6 6 6-6' stroke='%238e929c'/%3e%3c/svg%3e");}[dir="rtl"] .form-element--type-select{background-position:0 50%;}.no-touchevents .form-element--type-select.form-element--extrasmall,.no-touchevents .form-element--type-select[name$="][_weight]"]{padding-inline-end:calc(1.5rem - var(--input-border-size));background-size:1.75rem 0.4375rem;}@media (forced-colors:active){.form-element--type-select,.form-element--type-select:focus,.form-element--type-select[disabled]{padding-inline-end:var(--input-padding-horizontal);background-image:none;appearance:revert;}}
.help p{margin:0 0 0.625rem;}
:root{--color-pattern:var(--color-gray-200);--size-pattern-square:calc(7rem / 16);}.image-preview{line-height:0;}.image-preview img{background-image:linear-gradient(-45deg,var(--color-pattern) 25%,transparent 26%),linear-gradient(-45deg,var(--color-pattern) 25%,transparent 26%),linear-gradient(135deg,var(--color-pattern) 25%,transparent 26%),linear-gradient(135deg,var(--color-pattern) 25%,transparent 26%);background-position:0 0,var(--size-pattern-square) var(--size-pattern-square),var(--size-pattern-square) var(--size-pattern-square),0 0;background-size:calc(var(--size-pattern-square) * 2) calc(var(--size-pattern-square) * 2);}.image-preview__img-wrapper{display:inline-block;max-width:100%;background-color:var(--color-white);box-shadow:inset 0 0 var(--size-pattern-square) var(--color-pattern);}.image-widget .file.file{padding:0;background:none;}
.item-list,.menu-item{--item-list-spacing-l:var(--space-l);--item-list-spacing-m:var(--space-m);}.item-list ul{margin-block:0.25rem;margin-inline:var(--item-list-spacing-l) 0;list-style:disc;}.item-list ul li,.menu-item{list-style:disc;}.menu-item{margin:0;}.item-list ul li.collapsed,.menu-item--collapsed{list-style:disc;}.item-list ul li.expanded,.menu-item--expanded{list-style:circle;}ul.links li,ul.inline li{padding-inline-end:var(--item-list-spacing-m);}ul.inline li{display:inline;}
:root{--modules-page-system-modules-fieldset-color:#ccc;--modules-page-system-modules-tr-border-color:#fff;--modules-page-system-modules-tr-bg-color:#f3f4ee;}.system-modules fieldset{border:0;border-top:1px solid var(--modules-page-system-modules-fieldset-color);}.system-modules .fieldset-wrapper{padding:0;}.system-modules table,.locale-translation-status-form table{border:0;}.system-modules tr.even,.system-modules tr.odd,.locale-translation-status-form tr.even,.locale-translation-status-form tr.odd{border:0;border-bottom:10px solid var(--modules-page-system-modules-tr-border-color);background:var(--modules-page-system-modules-tr-bg-color);}.system-modules tr td:last-child,.locale-translation-status-form tr td:last-child{border:0;}.system-modules table th,.locale-translation-status-form table th{border:0;border-bottom:10px solid var(--modules-page-system-modules-tr-border-color);}.system-modules .sticky-header th,.locale-translation-status-form .sticky-header th{border:0;}
.node__submitted{margin:1em 0;}
.block-page-title-block{margin-block-end:var(--space-s);}.block-page-title-block:last-child{margin-block-end:var(--space-l);}.page-title{display:inline-block;margin:0;font-size:var(--font-size-h1);-webkit-font-smoothing:antialiased;}.region-header > .page-title{margin-block:var(--breadcrumb-height) var(--space-l);}
.pager{--pager-size:2rem;--pager-border-width:0.125rem;--pager-fg-color:var(--color-gray-800);--pager-bg-color:var(--color-white);--pager-hover-bg-color:var(--color-bgblue-active);--pager-focus-bg-color:var(--color-focus);--pager-active-fg-color:var(--color-white);--pager-active-bg-color:var(--color-absolutezero);--pager-border-radius--action:var(--pager-border-width);margin-block:var(--space-m);}.pager__items{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;margin:var(--space-m) 0;list-style:none;text-align:center;font-weight:bold;}.pager__item{display:inline-block;margin-inline:calc(var(--space-xs) / 2);vertical-align:top;}.pager__link,.pager__item--current{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-inline-size:var(--pager-size);block-size:var(--pager-size);padding-inline:var(--space-xs);-webkit-text-decoration:none;text-decoration:none;color:var(--pager-fg-color);border-radius:var(--space-m);background:var(--pager-bg-color);line-height:1;}.pager__link:hover,.pager__link:focus,.pager__link:active{-webkit-text-decoration:none;text-decoration:none;}.pager__link:hover,.pager__link.is-active:hover{color:var(--pager-fg-color);background:var(--pager-hover-bg-color);}.pager__link--action-link{border-radius:var(--pager-border-radius--action);}.pager__link.is-active,.pager__item--current{color:var(--pager-active-fg-color);border:var(--pager-border-width) solid transparent;background:var(--pager-active-bg-color);}.pager__item--first .pager__link::before{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--previous .pager__link::before{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--next .pager__link::after{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--last .pager__link::after{--background-image:url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");}.pager__item--first .pager__link::before,.pager__item--previous .pager__link::before,.pager__item--next .pager__link::after,.pager__item--last .pager__link::after{position:relative;display:inline-block;inline-size:1rem;block-size:1rem;content:"";background-image:var(--background-image);background-repeat:no-repeat;background-position:center;}@media (forced-colors:active){.pager__item--first .pager__link::before,.pager__item--previous .pager__link::before,.pager__item--next .pager__link::after,.pager__item--last .pager__link::after{background-color:linktext;background-image:none;mask-image:var(--background-image);mask-repeat:no-repeat;mask-position:center;}}[dir="rtl"] .pager__item--first .pager__link::before,[dir="rtl"] .pager__item--previous .pager__link::before,[dir="rtl"] .pager__item--next .pager__link::after,[dir="rtl"] .pager__item--last .pager__link::after{transform:scaleX(-1);}.pager__item--mini{margin-inline:calc(var(--space-m) / 2);}.pager__link--mini{border-radius:50%;}.pager__link--mini::before{margin-inline:0;}.pager__item-title--backwards{margin-inline-start:0.5rem;}.pager__item-title--forward{margin-inline-end:0.5rem;}@media (forced-colors:active){.pager__item a:hover{-webkit-text-decoration:underline;text-decoration:underline;}}
:root{--skip-link-bg-color:var(--color-gray-800);--skip-link-color:var(--color-white);--skip-link-active-bg-color:var(--color-gray);}.skip-link{z-index:503;top:0;left:0;padding:1px 0.625rem 2px;color:var(--skip-link-color);border-radius:0 0 0.625rem 0;background:var(--skip-link-bg-color);box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-focus);font-size:0.94em;}.skip-link:hover,.skip-link:active{color:var(--skip-link-color);background-color:var(--skip-link-active-bg-color);}.skip-link:focus{-webkit-text-decoration:none;text-decoration:none;}.skip-link.visually-hidden.focusable:focus{position:absolute !important;}[dir="rtl"] .skip-link{right:0;left:auto;border-radius:0 0 0 0.625rem;}
table{width:100%;margin-block:var(--space-l);border-collapse:collapse;}.sticky-header{min-width:0;}caption{text-align:start;}th{position:relative;box-sizing:border-box;height:var(--space-xl);padding:var(--space-xs) var(--space-m);text-align:start;color:var(--color-text);background:var(--color-gray-050);line-height:1.25rem;}.sortable-heading{padding:0 var(--space-m);}.sortable-heading > a{display:block;padding-block:var(--space-xs);padding-inline:0 1.5rem;-webkit-text-decoration:none;text-decoration:none;color:inherit;}.sortable-heading > a:focus,.sortable-heading > a:hover{-webkit-text-decoration:none;text-decoration:none;}.sortable-heading > a:focus::before,.sortable-heading > a:hover::before{border-color:inherit;}.sortable-heading > a:focus::after,.sortable-heading > a:hover::after{opacity:1;}.sortable-heading > a::before{position:absolute;z-index:0;inset-block-start:0;inset-inline-end:1rem;inset-block-end:0;inset-inline-start:1rem;display:block;content:"";border-bottom:0.125rem solid transparent;}.sortable-heading > a::after{position:absolute;inset-block-start:50%;inset-inline-end:1rem;width:0.875rem;height:1rem;margin-block-start:-0.5rem;content:"";opacity:0.5;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e") no-repeat 50% 50%;background-size:contain;}[dir="rtl"] :is(.sortable-heading > a::after){transform:scaleX(-1);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");}@media (forced-colors:active){[dir="rtl"] :is(.sortable-heading > a::after){mask:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e") no-repeat 50% 50%;}}@media (forced-colors:active){.sortable-heading > a::after{opacity:1;background:linktext;mask:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e") no-repeat 50% 50%;}}.sortable-heading.is-active > a{color:var(--color-absolutezero);}.sortable-heading.is-active > a::before{border-bottom:0.1875rem solid var(--color-absolutezero);}.sortable-heading.is-active > a::after{content:none;}tr{border-bottom:0.0625rem solid var(--color-gray-200);}tr:hover,tr:focus-within{color:var(--color-text);background:var(--color-bgblue-hover);}tr.color-warning:hover,tr.color-warning:focus{color:var(--color-text);background:#fdf8ed;}tr.color-error:hover,tr.color-error:focus{color:var(--color-text);background:#fcf4f2;}tr,.draggable-table.tabledrag-disabled tr{color:var(--color-text);background:var(--color-white);}thead tr{border:0;}td{box-sizing:border-box;height:4rem;padding:var(--space-xs) var(--space-m);text-align:start;}td .item-list ul{margin:0;}td.is-active{background:none;}td > .form-item > .form-element,td > .ajax-new-content > .form-item > .form-element,td > .form-item > .claro-autocomplete,td > .form-item > .claro-autocomplete > .form-element,td > .ajax-new-content > .form-item > .claro-autocomplete,td > .ajax-new-content > .form-item > .claro-autocomplete > .form-element{width:100%;}td > .form-item > .form-element--type-select,td > .ajax-new-content > .form-item > .form-element--type-select{width:max-content;min-width:100%;}th.is-disabled.is-disabled{color:var(--input--disabled-fg-color);}th.select-all{width:1px;}.caption{margin-block-end:1.25rem;}tfoot{font-weight:bold;}tfoot tr:last-child{border-bottom:0;}tfoot tr:first-child td{border-top:0.0625rem solid var(--color-gray-500);}th.priority-low,th.priority-medium,td.priority-low,td.priority-medium{display:none;}@media screen and (min-width:38em){th.priority-medium,td.priority-medium{display:table-cell;}}@media screen and (min-width:60em){th.priority-low,td.priority-low{display:table-cell;}}.tabledrag-toggle-weight-wrapper{margin-block-start:var(--space-l);line-height:calc(28rem / 16);}.tabledrag-toggle-weight-wrapper + table,.tabledrag-toggle-weight-wrapper + .tableresponsive-toggle-columns + table{margin-block-start:0;}
.table-file-multiple-widget tbody{vertical-align:top;}.table-file-multiple-widget .tabledrag-cell-content{position:relative;display:block;height:auto;}.table-file-multiple-widget .tabledrag-cell-content > *{display:block;}.table-file-multiple-widget .tabledrag-cell-content__item{padding:0;}.table-file-multiple-widget .tabledrag-handle,.table-file-multiple-widget .tabledrag-changed{float:left;}.table-file-multiple-widget .tabledrag-changed{line-height:calc(var(--tabledrag-handle-icon-size) + calc(var(--space-xs) * 2));}.table-file-multiple-widget td{height:calc(var(--space-m) * 3);padding-block:var(--space-m);}.table-file-multiple-widget td > :first-child,.table-file-multiple-widget td > :last-child{margin-block:0;}.table-file-multiple-widget .button.button:only-child{margin:0;}.table-file-multiple-widget th{height:calc(var(--space-m) * 2);color:var(--color-gray-800);background:var(--color-gray-050);font-size:var(--font-size-s);}.table-file-multiple-widget .tabledrag-cell{padding-block:var(--space-xs);}.table-file-multiple-widget .checkbox .form-type--boolean{line-height:calc(var(--space-m) * 3);}[dir="rtl"] .table-file-multiple-widget .tabledrag-handle,[dir="rtl"] .table-file-multiple-widget .tabledrag-changed{float:right;}.no-touchevents .table-file-multiple-widget .checkbox .form-type--boolean{line-height:var(--line-height);}.file-operations-cell{width:1px;white-space:nowrap;}.table-file-multiple-widget--no-upload > tbody:last-child > tr:last-child{border-block-end:0;}@media screen and (max-width:37.5em){.claro-details__wrapper .file-widget-multiple__table-wrapper{margin-inline:calc(var(--space-m) * -1);}.claro-details__wrapper .file-widget-multiple__table-wrapper > :not(table){margin-inline:var(--space-m);}}
.search-admin-settings .container-inline{margin-block-end:1em;}.search-admin-settings label[for="edit-search-type"]{display:block;}
.tablesort{position:absolute;top:50%;inset-inline-end:1rem;width:0.875rem;height:var(--space-m);margin-block-start:-0.5rem;opacity:0.5;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:0 50%;background-size:auto;}[dir="rtl"] .tablesort{transform:scaleX(-1);}@media (forced-colors:active){.tablesort{background:linktext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3e%3cpath d='M1.75.25v1.5h10.5V.25zm0 3v1.5h7.5v-1.5zm0 3v1.5h4.5v-1.5z' fill='%23000f33'/%3e%3c/svg%3e");mask-repeat:no-repeat;mask-position:0 50%;}}.tablesort--asc{opacity:1;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23003ecc'/%3e%3c/svg%3e");}@media (forced-colors:active){.tablesort--asc{background:linktext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23003ecc'/%3e%3c/svg%3e");}}.tablesort--desc{opacity:1;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M4.25.75v7.938l-2.469-2.47L.72 7.282 5 11.561l4.281-4.28L8.22 6.22 5.75 8.687V.75h-1.5z' fill='%23003ecc'/%3e%3c/svg%3e");}@media (forced-colors:active){.tablesort--desc{background:linktext;mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M4.25.75v7.938l-2.469-2.47L.72 7.282 5 11.561l4.281-4.28L8.22 6.22 5.75 8.687V.75h-1.5z' fill='%23003ecc'/%3e%3c/svg%3e");}}
.system-status-general-info{padding-block-start:var(--space-m);}.system-status-general-info__header{--system-status-general-info-header-color:#ccc;padding:2.75rem 0 var(--space-l);border-block-start:1px solid var(--system-status-general-info-header-color);}.system-status-general-info__item{display:block;overflow-x:auto;box-sizing:border-box;margin-block-end:var(--space-l);padding:1.125rem;}.system-status-general-info__item-icon{display:inline-block;width:2.625rem;height:2.625rem;vertical-align:top;}.system-status-general-info__item-icon::before{display:block;width:100%;height:100%;content:"";border-radius:2.625rem;background-color:var(--color-gray-600);background-repeat:no-repeat;background-position:50% center;background-size:var(--space-l);}.system-status-general-info__item-icon--drupal::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='drupal-logo' width='142' height='180' viewBox='0 0 142 180'%3e  %3cpath fill='%23ffffff' d='M126.054 66.3c-.1-.2-.2-.3-.4-.5-9.8-11-23.7-26.6-33.7-37.7-3.1-3.3-6.2-6.6-9.1-10-.7-.8-1.3-1.6-2-2.4-.6-.6-.9-1-.9-1h.1c-3.4-4-6.1-8.5-8-13.3l-.5-1.1c0-.1-.1-.1-.2-.2-.1 0-.3-.1-.4-.1h-.1c-.2 0-.3.1-.4.1l-.2.2-.5 1.1c-2 4.8-4.7 9.3-8 13.3h.1s-.3.4-.9 1c-.7.8-1.3 1.6-2 2.4-3 3.4-6 6.7-9.1 10-10 11.1-24 26.7-33.8 37.7-.1.2-.2.3-.4.5-37 49.3 3.2 89.5 3.2 89.5h-.1c11.9 13.8 28.8 22.3 46.9 23.6 1.6.2 3.3.3 5.1.3h.1c1.7 0 3.4-.1 5.1-.3 18.2-1.3 35-9.8 46.9-23.6h-.1c.1 0 40.3-40.2 3.3-89.5Zm-86.1 34.7-.9 1.4-.1.1c-6.8 8.2-10.8 17-12.1 25.7-.2 1.1-1.2 1.8-2.2 1.6-.7-.1-1.2-.6-1.5-1.2-1.8-4.2-3-8.6-3.6-13.1-2.3-15.9 2.5-29.8 12.7-41.7l12.3-14.1c.7-.8 1.9-.9 2.7-.2l.2.2c3.3 3.8 7.6 8.7 12.4 14.3.6.7.6 1.8 0 2.6-6.6 7.9-13.6 16.3-19.9 24.3v.1Zm56.8 41.2c-3.8 10-11.3 16-21.9 17.7-15.1 2.3-29.2-8-31.5-23.1 0-.2 0-.3-.1-.5-1.2-8.5 1.4-16 6.9-22.4 6.4-7.5 20.5-24.9 20.7-25.2.3.3 15.3 19 20.9 25.6 7.1 8.3 8.8 17.8 5 27.9Zm22.3-15.7c-.1.3-.3.7-.4 1-.4 1-1.5 1.5-2.5 1.1-.6-.3-1.1-.8-1.2-1.5-1.4-8.4-5.4-16.8-11.9-24.7l-.1-.1-.6-.9-.4-.5c-5.2-6.6-32.7-38.8-44.7-52.9-.6-.7-.6-1.8 0-2.6 4-4.4 8-8.8 11.9-13.3.7-.8 1.9-.8 2.7-.1l.1.1c1.8 1.9 3.5 3.8 5.2 5.8 10.9 12.2 21.9 24.2 32.5 36.5 13.4 15.5 16.5 33.3 9.4 52.1Z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--clock::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='42.659' height='46.603' viewBox='0 0 42.659 46.603'%3e  %3cpath fill='%23FFF' d='M24.15 3.73V0h-8v3.915C6.15 6.13 0 14.717 0 24.978 0 36.92 9.975 46.603 21.918 46.603s20.74-9.682 20.74-21.625c0-10.576-8.507-19.372-18.507-21.25zm7 24.072H17.83V11h5v12.802h8.32v4z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--server::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='34' viewBox='0 0 44 34'%3e  %3cpath fill='%23FFF' d='M29.98 7.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 7c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 0v10h44V0H0zM29.98 31.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 31c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 24v10h44V24H0zM29.98 19.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 19c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 12v10h44V12H0z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--php::before{background-image:url("data:image/svg+xml,%3csvg height='33.447' viewBox='0 0 66 33.447' width='66' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m49.5 12.255h-2.7l-1.473 7h2.4c1.59 0 2.773-.342 3.55-.94.78-.6 1.304-1.62 1.577-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.498-.51-2.996-.51z'/%3e%3cpath d='m33 0c-18.225 0-33 7.488-33 16.724s14.775 16.724 33 16.724 33-7.488 33-16.724-14.775-16.724-33-16.724zm-9.328 19.982c-.787.737-1.662 1.376-2.625 1.69-.963.313-2.19.583-3.68.583h-3.377l-.935 5h-3.945l3.52-18h7.584c2.28 0 3.946.34 4.992 1.537s1.36 2.74.944 4.885c-.172.884-.462 1.628-.87 2.36-.413.732-.947 1.338-1.608 1.945zm11.51 2.273 1.558-8.124c.177-.91.112-1.29-.196-1.62s-.962-.255-1.963-.255h-3.126l-2.016 10h-3.913l3.52-18h3.912l-.935 5h3.486c2.193 0 3.706.124 4.54.888.832.765 1.08 1.99.748 3.703l-1.637 8.41h-3.977zm21.747-6.708c-.173.884-.463 1.692-.872 2.424-.41.734-.944 1.404-1.605 2.01-.787.738-1.662 1.377-2.625 1.69-.963.314-2.19.584-3.68.584h-3.377l-.934 5h-3.944l3.518-18h7.584c2.282 0 3.946.34 4.992 1.537 1.046 1.2 1.36 2.61.943 4.757z'/%3e%3cpath d='m18.72 12.255h-2.703l-1.473 7h2.4c1.59 0 2.773-.342 3.552-.94.778-.6 1.303-1.62 1.576-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.497-.51-2.996-.51z'/%3e%3c/g%3e%3c/svg%3e");background-size:2rem;}.system-status-general-info__item-icon--database::before{background-image:url("data:image/svg+xml,%3csvg height='44.262' viewBox='0 0 38.847 44.262' width='38.847' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m19.745 0c5.74.123 12.272.953 16.9 4.668 1.865 1.498 2.786 3.91 1.597 6.126-1.255 2.34-4.13 3.733-6.518 4.6-5.63 2.04-12.113 2.38-18.014 1.573-2.92-.4-5.91-1.103-8.58-2.374-2.19-1.04-4.74-2.805-5.093-5.403-.532-3.925 4.23-6.23 7.264-7.3 3.986-1.408 8.239-1.853 12.444-1.89 4.302.092-3.334.03 0 0z'/%3e%3cpath d='m6.76 17.5c3.702 1.427 7.65 1.972 11.6 2.09 4.058.12 8.107-.424 12.023-1.523 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 26.436c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.964c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 35.374c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.134-.626-2.21-.626-3.485v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3c/g%3e%3c/svg%3e");}@media (forced-colors:active){.system-status-general-info__item-icon::before{background-color:canvastext;background-image:none;mask-repeat:no-repeat;mask-position:50% center;mask-size:var(--space-l);}.system-status-general-info__item-icon--drupal::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' class='drupal-logo' width='142' height='180' viewBox='0 0 142 180'%3e  %3cpath fill='%23ffffff' d='M126.054 66.3c-.1-.2-.2-.3-.4-.5-9.8-11-23.7-26.6-33.7-37.7-3.1-3.3-6.2-6.6-9.1-10-.7-.8-1.3-1.6-2-2.4-.6-.6-.9-1-.9-1h.1c-3.4-4-6.1-8.5-8-13.3l-.5-1.1c0-.1-.1-.1-.2-.2-.1 0-.3-.1-.4-.1h-.1c-.2 0-.3.1-.4.1l-.2.2-.5 1.1c-2 4.8-4.7 9.3-8 13.3h.1s-.3.4-.9 1c-.7.8-1.3 1.6-2 2.4-3 3.4-6 6.7-9.1 10-10 11.1-24 26.7-33.8 37.7-.1.2-.2.3-.4.5-37 49.3 3.2 89.5 3.2 89.5h-.1c11.9 13.8 28.8 22.3 46.9 23.6 1.6.2 3.3.3 5.1.3h.1c1.7 0 3.4-.1 5.1-.3 18.2-1.3 35-9.8 46.9-23.6h-.1c.1 0 40.3-40.2 3.3-89.5Zm-86.1 34.7-.9 1.4-.1.1c-6.8 8.2-10.8 17-12.1 25.7-.2 1.1-1.2 1.8-2.2 1.6-.7-.1-1.2-.6-1.5-1.2-1.8-4.2-3-8.6-3.6-13.1-2.3-15.9 2.5-29.8 12.7-41.7l12.3-14.1c.7-.8 1.9-.9 2.7-.2l.2.2c3.3 3.8 7.6 8.7 12.4 14.3.6.7.6 1.8 0 2.6-6.6 7.9-13.6 16.3-19.9 24.3v.1Zm56.8 41.2c-3.8 10-11.3 16-21.9 17.7-15.1 2.3-29.2-8-31.5-23.1 0-.2 0-.3-.1-.5-1.2-8.5 1.4-16 6.9-22.4 6.4-7.5 20.5-24.9 20.7-25.2.3.3 15.3 19 20.9 25.6 7.1 8.3 8.8 17.8 5 27.9Zm22.3-15.7c-.1.3-.3.7-.4 1-.4 1-1.5 1.5-2.5 1.1-.6-.3-1.1-.8-1.2-1.5-1.4-8.4-5.4-16.8-11.9-24.7l-.1-.1-.6-.9-.4-.5c-5.2-6.6-32.7-38.8-44.7-52.9-.6-.7-.6-1.8 0-2.6 4-4.4 8-8.8 11.9-13.3.7-.8 1.9-.8 2.7-.1l.1.1c1.8 1.9 3.5 3.8 5.2 5.8 10.9 12.2 21.9 24.2 32.5 36.5 13.4 15.5 16.5 33.3 9.4 52.1Z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--clock::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='42.659' height='46.603' viewBox='0 0 42.659 46.603'%3e  %3cpath fill='%23FFF' d='M24.15 3.73V0h-8v3.915C6.15 6.13 0 14.717 0 24.978 0 36.92 9.975 46.603 21.918 46.603s20.74-9.682 20.74-21.625c0-10.576-8.507-19.372-18.507-21.25zm7 24.072H17.83V11h5v12.802h8.32v4z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--server::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='34' viewBox='0 0 44 34'%3e  %3cpath fill='%23FFF' d='M29.98 7.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 7c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 0v10h44V0H0zM29.98 31.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 31c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 24v10h44V24H0zM29.98 19.018H7.17c-1.208 0-2.197-.748-2.197-2s.99-2 2.2-2h22.81c1.208 0 2.198.748 2.198 2s-.99 2-2.2 2zM37.61 19c-1.104 0-2-.895-2-2s.896-2 2-2 2 .895 2 2-.894 2-2 2zM0 12v10h44V12H0z'/%3e%3c/svg%3e");}.system-status-general-info__item-icon--php::before{mask-image:url("data:image/svg+xml,%3csvg height='33.447' viewBox='0 0 66 33.447' width='66' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m49.5 12.255h-2.7l-1.473 7h2.4c1.59 0 2.773-.342 3.55-.94.78-.6 1.304-1.62 1.577-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.498-.51-2.996-.51z'/%3e%3cpath d='m33 0c-18.225 0-33 7.488-33 16.724s14.775 16.724 33 16.724 33-7.488 33-16.724-14.775-16.724-33-16.724zm-9.328 19.982c-.787.737-1.662 1.376-2.625 1.69-.963.313-2.19.583-3.68.583h-3.377l-.935 5h-3.945l3.52-18h7.584c2.28 0 3.946.34 4.992 1.537s1.36 2.74.944 4.885c-.172.884-.462 1.628-.87 2.36-.413.732-.947 1.338-1.608 1.945zm11.51 2.273 1.558-8.124c.177-.91.112-1.29-.196-1.62s-.962-.255-1.963-.255h-3.126l-2.016 10h-3.913l3.52-18h3.912l-.935 5h3.486c2.193 0 3.706.124 4.54.888.832.765 1.08 1.99.748 3.703l-1.637 8.41h-3.977zm21.747-6.708c-.173.884-.463 1.692-.872 2.424-.41.734-.944 1.404-1.605 2.01-.787.738-1.662 1.377-2.625 1.69-.963.314-2.19.584-3.68.584h-3.377l-.934 5h-3.944l3.518-18h7.584c2.282 0 3.946.34 4.992 1.537 1.046 1.2 1.36 2.61.943 4.757z'/%3e%3cpath d='m18.72 12.255h-2.703l-1.473 7h2.4c1.59 0 2.773-.342 3.552-.94.778-.6 1.303-1.62 1.576-3.023.26-1.345.142-1.975-.357-2.528-.5-.553-1.497-.51-2.996-.51z'/%3e%3c/g%3e%3c/svg%3e");mask-size:2rem;}.system-status-general-info__item-icon--database::before{mask-image:url("data:image/svg+xml,%3csvg height='44.262' viewBox='0 0 38.847 44.262' width='38.847' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23fff'%3e%3cpath d='m19.745 0c5.74.123 12.272.953 16.9 4.668 1.865 1.498 2.786 3.91 1.597 6.126-1.255 2.34-4.13 3.733-6.518 4.6-5.63 2.04-12.113 2.38-18.014 1.573-2.92-.4-5.91-1.103-8.58-2.374-2.19-1.04-4.74-2.805-5.093-5.403-.532-3.925 4.23-6.23 7.264-7.3 3.986-1.408 8.239-1.853 12.444-1.89 4.302.092-3.334.03 0 0z'/%3e%3cpath d='m6.76 17.5c3.702 1.427 7.65 1.972 11.6 2.09 4.058.12 8.107-.424 12.023-1.523 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 26.436c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.964c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.135-.626-2.21-.626-3.486v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3cpath d='m6.76 35.374c3.702 1.428 7.65 1.973 11.6 2.09 4.058.12 8.107-.423 12.023-1.522 4.227-1.186 7.227-3.624 8.463-6.145v5.965c-.076.524-.197 1.028-.384 1.5-.718 1.81-2.594 2.974-4.235 3.848-4.293 2.286-9.5 3.04-14.31 3.083-4.803.043-9.902-.542-14.3-2.575-1.906-.88-3.9-2.02-4.988-3.887-.66-1.134-.626-2.21-.626-3.485v-4.38c1.232 2.64 3.94 4.422 6.757 5.51z'/%3e%3c/g%3e%3c/svg%3e");}}.system-status-general-info__item-details{position:relative;display:inline-block;box-sizing:border-box;width:calc(100% - 3.75rem);padding-inline-start:0.625rem;font-size:var(--font-size-s);}.system-status-general-info__item-title{margin:0 0 0.5rem;font-size:1.125rem;}.system-status-general-info__sub-item-title{margin:0.875rem 0 0;font-size:0.875rem;}.system-status-general-info__sub-item__title{font-weight:bold;}.system-status-general-info__sub-item__value{display:block;}.system-status-general-info__run-cron{margin:1em 0 0;}@media screen and (min-width:48em){.system-status-general-info__items{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-general-info__items::after{flex:auto;content:"";}.system-status-general-info__item{display:block;width:32%;}.system-status-general-info__item:last-of-type{margin-inline-start:2%;}}@media screen and (max-width:48em){.system-status-general-info__header{display:none;}.system-status-general-info{margin-block-start:1.5625rem;border-block-start:0;}}
:root{--system-admin-status-report-border-color:var(--color-gray-200);}.system-status-report{position:relative;padding-block-start:var(--space-m);}@media screen and (min-width:38em){.system-status-report{padding-block-start:var(--space-l);}}.system-status-report__status-title{position:relative;box-sizing:border-box;width:100%;padding-block:0.625em;padding-inline:2.5em 0.375em;vertical-align:top;background-color:transparent;font-weight:normal;}.system-status-report__status-icon::before{position:absolute;inset-block-start:0.75rem;inset-inline-start:0.75rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;}.system-status-report__status-icon--error::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");}.system-status-report__status-icon--warning::before{background-image:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");}.system-status-report__entry__value{padding:1em 0.5em;}.cron-description__run-cron{display:block;}.claro-details__wrapper.claro-details__wrapper--system-status-report{margin:0;}.system-status-report__row{display:flex;border-bottom:1px solid var(--system-admin-status-report-border-color);}.system-status-report__row:last-of-type{border-bottom:none;}.system-status-report__requirements-group{padding-block-start:1.25rem;}.system-status-report__entry{overflow:auto;width:100%;margin:0;border:0;border-radius:0;background-color:transparent;}.system-status-report__entry h3{margin-block:0.625rem;font-size:1.231em;}.system-status-report__entry--error{background-color:transparent;}.system-status-report__entry--warning{background-color:transparent;}.system-status-report .claro-details{border:none;border-block-end:var(--details-border-size) solid var(--details-border-color);box-shadow:none;}.system-status-report__status-title{position:relative;box-sizing:border-box;width:100%;padding-block:1em;padding-inline:3em 1em;font-weight:bold;}.system-status-report__status-icon::before{position:absolute;inset-block-start:1em;inset-inline-start:0.625rem;display:inline-block;width:1.5rem;height:1.5rem;margin-inline-end:0.625rem;content:"";vertical-align:top;background-repeat:no-repeat;background-position:top center;background-size:contain;}.system-status-report__status-icon--error::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");}.system-status-report__status-icon--warning::before{background-image:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");}@media (forced-colors:active){.system-status-report__status-icon::before{background-color:canvastext;background-image:none;mask-repeat:no-repeat;mask-position:top center;mask-size:contain;}.system-status-report__status-icon--error::before{mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");}.system-status-report__status-icon--warning::before{mask-image:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");}}.system-status-report__entry__value{box-sizing:border-box;padding-block:0 1em;padding-inline:3em 1em;font-size:var(--font-size-s);}.claro-details__summary--system-status-report{background:var(--color-gray-050);}@media screen and (max-width:48em){.system-status-report{word-wrap:break-word;}}@media screen and (min-width:48em){.system-status-report__entry::after{display:table;clear:both;content:"";}.system-status-report__status-title{width:18rem;cursor:default;}.system-status-report__status-title:hover,.system-status-report__status-title:focus{-webkit-text-decoration:none;text-decoration:none;}html.js .system-status-report__status-title::-webkit-details-marker{display:none;}.system-status-report__entry__value{display:block;width:calc(100% - 23em);padding-block-start:1em;padding-inline-start:0;}}
.system-status-counter{--system-status-counter-status-icon:#e6e4df;--system-status-counter-status-icon-error:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");--system-status-counter-status-icon-warning:url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");--system-status-counter-status-icon-checked:url("data:image/svg+xml,%3csvg fill='%2373b355' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m6.464 13.676c-.194.194-.513.194-.707 0l-4.96-4.955c-.194-.193-.194-.513 0-.707l1.405-1.407c.194-.195.512-.195.707 0l2.849 2.848c.194.193.513.193.707 0l6.629-6.626c.195-.194.514-.194.707 0l1.404 1.404c.193.194.193.513 0 .707z'/%3e%3c/svg%3e");display:inline-block;overflow-y:hidden;box-sizing:border-box;inline-size:100%;white-space:nowrap;}.system-status-counter__status-icon{display:inline-block;block-size:4.0625rem;inline-size:3.75rem;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;block-size:100%;inline-size:100%;content:"";background-repeat:no-repeat;background-position:right center;background-size:2.5rem;}@media (forced-colors:active){.system-status-counter__status-icon::before{background-color:canvastext;background-image:none;mask-repeat:no-repeat;mask-position:right center;mask-size:2.5rem;}}[dir="rtl"] .system-status-counter__status-icon{border-inline-end:1px solid #e6e4df;border-inline-start:0;}.system-status-counter__status-icon--error::before{background-image:var(--system-status-counter-status-icon-error);}.system-status-counter__status-icon--warning::before{background-image:var(--system-status-counter-status-icon-warning);}.system-status-counter__status-icon--checked::before{background-image:var(--system-status-counter-status-icon-checked);}@media (forced-colors:active){.system-status-counter__status-icon--error::before{mask-image:var(--system-status-counter-status-icon-error);}.system-status-counter__status-icon--warning::before{mask-image:var(--system-status-counter-status-icon-warning);}.system-status-counter__status-icon--checked::before{mask-image:var(--system-status-counter-status-icon-checked);}}.system-status-counter__status-title{display:inline-block;padding:0 1.125rem;vertical-align:middle;font-size:1.125em;font-weight:bold;line-height:1em;}.system-status-counter__title-count{display:block;margin-block-end:0.5rem;}.system-status-counter__details{display:block;text-transform:none;font-size:var(--font-size-s);font-weight:normal;line-height:1.5;}@media screen and (min-width:61rem){.system-status-report-counters__item{padding-block:var(--space-s);}.system-status-counter__status-icon,.system-status-counter{block-size:4.0625rem;}.system-status-counter__status-icon{inline-size:4.0625rem;}}
.system-status-report-counters__item{width:100%;margin-block:0.625rem;margin-inline:0;}@media screen and (min-width:60em){.system-status-report-counters__item{margin-block-end:1.25rem;}.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:32%;}}
td.checkbox,th.checkbox{text-align:center;}tr.selected td{background-color:var(--color-bgblue-active);}.views-bulk-actions{position:relative;display:flex;flex:1;flex-wrap:wrap;padding:var(--space-m) 2rem;color:var(--color-white);border:var(--details-border-size) solid var(--details-border-color);border-radius:0.25rem;background-color:var(--color-text);}.views-bulk-actions[data-drupal-sticky-vbo="true"]{position:sticky;z-index:calc(var(--dropbutton-widget-z-index) + 1);bottom:var(--drupal-displace-offset-bottom,0);animation:fade-in-bottom 320ms 1 forwards;border-bottom-right-radius:0;border-bottom-left-radius:0;}.views-bulk-actions.views-form__header--bypass-animation{animation:none;}@supports (position:sticky){.views-bulk-actions[data-drupal-sticky-vbo="true"]{position:sticky;}}@keyframes fade-in-bottom{0%{transform:translateY(100%);}100%{transform:translateY(0);}}.views-bulk-actions__item{align-self:center;margin-block:0 var(--space-s);margin-inline:0 var(--space-l);}.views-bulk-actions__item:last-of-type{margin-inline-end:0;}.views-bulk-actions__item .form-element:hover{border:var(--input-border-size) solid var(--input-border-color);box-shadow:none;}.views-bulk-actions__item .button--primary:not(:disabled,.is-disabled){background:var(--color-blue-400);}.views-bulk-actions__item .button--primary:not(:disabled,.is-disabled):hover{background:var(--color-blue-500);}.views-bulk-actions__item .form-item__label{display:inline;padding-inline-end:var(--space-xs);}.views-bulk-actions__item .form-item__label::after{content:":";}.views-bulk-actions__item .form-element--type-select{min-height:2rem;padding-block:calc(0.5rem - 1px);padding-inline:calc(1rem - 1px) calc(2.25rem - 1px);font-size:var(--font-size-xs);line-height:1rem;}.views-bulk-actions__item input,.views-bulk-actions__item .button{margin-block:0;}.views-bulk-actions__item--status{width:100%;white-space:nowrap;font-size:var(--font-size-xs);font-weight:bold;}.views-field__skip-to-bulk-actions{display:block;white-space:nowrap;font-size:var(--font-size-xs);}@media screen and (min-width:61rem){.views-bulk-actions{flex-wrap:nowrap;}.views-bulk-actions__item{margin-bottom:0;}.views-bulk-actions__item--status{width:auto;}}
:root{--tabs-border-radius-size:var(--base-border-radius);--tabs--hover-height:0.1875rem;--tabs--focus-height:0.1875rem;--tabs--active-height:0.1875rem;--tabs-link-height:3rem;--tabs-secondary-link-height:2.5rem;--tabs-base-border:1px solid var(--color-gray-200);--tabs-base-shadow:0 2px 0.25rem rgba(0,0,0,0.1);--tabs-trigger-border:1px solid rgba(216,217,224,0.8);--tabs--hover-bg-color:var(--color-bgblue-active);}.tabs-wrapper > nav{width:100%;}.tabs{display:flex;flex-direction:column;width:100%;margin:0 0 var(--space-l) 0;border:var(--tabs-base-border);border-radius:var(--tabs-border-radius-size);box-shadow:var(--tabs-base-shadow);}.tabs__tab{position:relative;border-bottom:var(--tabs-base-border);background-color:var(--color-gray-025);font-size:var(--font-size-s);font-weight:bold;}.tabs__tab:not(.is-active){display:none;}.tabs__tab:last-child{border-bottom:0;}.tabs__tab.is-active{display:flex;justify-content:space-between;background-color:var(--color-white);box-shadow:var(--tabs-base-shadow);}.tabs__tab.is-active:focus::before{top:calc(var(--tabs--focus-height) * -1);height:calc(var(--tabs-link-height) + 2px);}.tabs__tab.is-active::before{z-index:2;top:-1px;inset-inline-start:-1px;width:var(--tabs--active-height);height:calc(100% + 2px);border-inline-start:var(--tabs--active-height) solid var(--color-absolutezero);border-top-left-radius:var(--tabs-border-radius-size);}.tabs__link{position:relative;display:flex;overflow:hidden;flex-grow:1;align-items:center;box-sizing:border-box;min-height:var(--tabs-link-height);padding:var(--space-s) var(--space-l);-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);line-height:1.2rem;}.tabs__link:focus{min-height:calc(var(--tabs-link-height) + var(--tabs--focus-height) - 1px);margin:-1px;padding-inline-start:calc(var(--space-l) - var(--tabs--focus-height) + 1px);-webkit-text-decoration:none;text-decoration:none;color:var(--color-gray-800);border:var(--tabs--focus-height) solid var(--color-focus);border-radius:var(--tabs-border-radius-size);outline:none;box-shadow:none;}.tabs__link:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--color-text);}.tabs__link.is-active{z-index:1;flex-grow:1;color:var(--color-absolutezero);}.tabs__link.is-active:focus{margin:-1px 0;padding-right:var(--space-l);padding-left:var(--space-l);border-inline-start:none;border-radius:0;}.tabs__link.is-active:hover{color:var(--color-text);}.tabs__link:not(.is-active):focus{z-index:3;}.tabs__tab::before,.tabs__link::before{position:absolute;display:block;content:"";}.tabs.is-open .tabs__tab.is-active::before{border-bottom-left-radius:0;}.tabs--secondary .tabs__tab:not(.is-active){display:block;}.tabs.is-open > .tabs__tab{display:flex;}.tabs__trigger{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--tabs-link-height);padding-right:1px;text-align:center;border-inline-start:var(--tabs-trigger-border);}.tabs__trigger:focus{padding-right:0;border:var(--tabs--focus-height) solid var(--color-focus);border-radius:var(--tabs-border-radius-size);box-shadow:none;}@media screen and (min-width:48em){.tabs-wrapper{display:flex;}.tabs-wrapper--secondary{position:relative;}.is-horizontal .tabs{flex-direction:row;align-items:flex-end;width:auto;margin:0;border:0;box-shadow:none;}.is-horizontal .tabs--secondary{overflow:hidden;margin:calc(calc(var(--tabs--focus-height) + 0.1875rem) * -1) calc(calc(var(--tabs--focus-height) + 0.1875rem) * -1) 0;padding:calc(var(--tabs--focus-height) + 0.1875rem) calc(var(--tabs--focus-height) + 0.1875rem) 0;border-radius:0;}.is-horizontal .tabs--secondary::after{position:absolute;bottom:0;left:0;display:block;width:100%;content:"";border-bottom:1px solid var(--color-gray-200);}.is-horizontal .tabs--secondary .tabs__tab{font-size:var(--font-size-s);}.is-horizontal .tabs--secondary .tabs__link{min-height:var(--tabs-secondary-link-height);padding-top:var(--space-xs);padding-bottom:var(--space-xs);}.is-horizontal .tabs--secondary .tabs__link:focus{min-height:var(--tabs-secondary-link-height);}.is-horizontal .tabs__tab{display:block;border-top:none;border-bottom:none;background:none;font-size:var(--font-size-base);}.is-horizontal .tabs__tab.is-active{order:0;background:none;box-shadow:none;}.is-horizontal .tabs__tab.is-active::before{content:none;}.is-horizontal .tabs__tab .tabs__link.is-active::before{border-radius:0;}.is-horizontal .tabs__link{padding-right:2rem;padding-left:2rem;border-radius:var(--tabs-border-radius-size) var(--tabs-border-radius-size) 0 0;}.is-horizontal .tabs__link:focus{min-height:var(--tabs-link-height);margin:0;padding-right:2rem;padding-left:2rem;color:var(--color-text);border:none;border-radius:var(--tabs-border-radius-size) var(--tabs-border-radius-size) 0 0;outline:2px dotted transparent;box-shadow:0 0 0 2px var(--color-white),0 0 0 calc(var(--tabs--focus-height) + 2px) var(--color-focus);}.is-horizontal .tabs__link:hover{color:var(--color-absolutezero-hover);background:var(--tabs--hover-bg-color);}.is-horizontal .tabs__link.is-active::before{top:auto;right:0;bottom:0;left:0;width:100%;height:var(--tabs--active-height);border-right:none;border-bottom:var(--tabs--active-height) solid var(--color-absolutezero);border-left:none;}.is-horizontal .tabs__trigger{display:none;}.is-horizontal .tabs--primary .tabs__link:focus{box-shadow:0 0 0 2px var(--color-gray-050),0 0 0 calc(var(--tabs--focus-height) + 2px) var(--color-focus);}}
.views-exposed-form.views-exposed-form{display:flex;flex-wrap:wrap;margin-block:var(--space-l);padding:var(--space-xs) var(--space-l) var(--space-l) var(--space-l);border:var(--details-border-size) solid var(--details-border-color);border-radius:var(--details-border-size-radius);background-color:var(--color-white);box-shadow:var(--details-box-shadow);}.views-exposed-form--preview.views-exposed-form--preview{margin-top:0;}.views-exposed-form__item.views-exposed-form__item{max-width:100%;margin-block:var(--space-s) 0;margin-inline:0 var(--space-xs);}.views-exposed-form__item--preceding-actions.views-exposed-form__item--preceding-actions{margin-inline-end:var(--space-m);}.views-exposed-form__item--actions.views-exposed-form__item--actions .button{margin-block:0;}.views-exposed-form__item--actions.views-exposed-form__item--actions .button:last-child{margin-inline-end:0;}.views-exposed-form .form-item--no-label,.views-exposed-form__item.views-exposed-form__item.views-exposed-form__item--actions{margin-top:calc(var(--line-height-form-label) + var(--space-s) + var(--space-xs));}
.color-success{color:#325e1c;background-color:#f3faef;}.color-warning{color:#734c00;background-color:#fdf8ed;}.color-error{color:#a51b00;background-color:#fcf4f2;}
@font-face{font-family:"avenir_next_lt_promedium";src:url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-medium-webfont.woff2) format("woff2"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-medium-webfont.woff) format("woff"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-medium-webfont.ttf) format("truetype");font-weight:normal;font-style:normal;}@font-face{font-family:"avenir_next_lt_probold";src:url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-bold-webfont.woff2) format("woff2"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-bold-webfont.woff) format("woff"),url(/themes/custom/plma/dist/css/fonts/avenirnextltpro-bold-webfont.ttf) format("truetype");font-weight:normal;font-style:normal;}*{-webkit-box-sizing:border-box;box-sizing:border-box;}html{scroll-behavior:smooth !important;}body{background:#fff;font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;color:#212529;}h1,h2,h3,h4{font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;}a{color:#00466E;text-decoration:none;}a:hover{color:#336B8B;}p a{text-decoration:underline;}header.content-header{background-color:var(--color-white);-webkit-box-shadow:0 0 6px #c1c1c1;box-shadow:0 0 6px #c1c1c1;margin:0;position:relative;}@media screen and (min-width:48rem){header.content-header .region-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}header.content-header .region-header .menu--account{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:var(--color-white);color:#121212;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}header.content-header .region-header .menu--account h2{font-size:1rem;font-weight:normal;margin:0;padding-right:1rem;border-right:1px dotted;border-color:#adb5bd;}header.content-header .region-header .menu--account ul.menu{padding:0;margin-top:0;}header.content-header .region-header .menu--account .menu-item{list-style:none;margin-right:0;margin-top:0;}header.content-header .region-header .menu--account .menu-item a{color:#00466E;text-decoration:underline;font-weight:normal;}header.content-header .region-header .menu--account .menu-item a[href="/user/login"]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}header.content-header .region-header .menu--account .menu-item a[href="/user/login"]:after{content:url(/themes/custom/plma/images/icons/login-icon.png);margin-top:0.375rem;margin-left:0.25rem;opacity:0.7;}header.content-header .region-header .menu--account .menu-item a[href="/user/logout"]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}header.content-header .region-header .menu--account .menu-item a[href="/user/logout"]:after{content:url(/themes/custom/plma/images/icons/logout-icon.png);margin-top:0.375rem;margin-left:0.25rem;opacity:0.7;}.region-navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;}.region-navigation nav[class*=menu--trade-show]{background-color:var(--color-white);-webkit-box-shadow:0 20px 20px 0 #adb5bd;box-shadow:0 20px 20px 0 #adb5bd;left:-4px;margin-top:6.6875rem;padding:0;position:absolute;z-index:9;display:none;}@media screen and (min-width:48rem){.region-navigation nav[class*=menu--trade-show]{margin-top:5.125rem;}}.region-navigation nav[class*=menu--trade-show] .menu{margin:0;}.region-navigation nav[class*=menu--trade-show] .menu-item{border-bottom:1px solid #E8EBEE;list-style:none;padding:1rem;}.region-navigation nav[class*=menu--trade-show] .menu-item .field--name-field-icon{display:none;}.region-navigation nav[class*=menu--trade-show] .menu-item:last-child{border-bottom:none;}.block-notify-widget{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.block-notify-widget #notify_widget{margin:0;}.block-notify-widget #notify_widget a{background-image:url(/themes/custom/plma/images/icons/notification.svg);-webkit-background-size:35px 35px;background-size:35px 35px;}.navigation{padding:0.625rem 0;}.navigation.main-nav{background:var(--color-white);min-height:72px;}.plma_login-form .navigation.main-nav{display:none;}.navigation .menu--main .active,.navigation .menu--secondary .active{background-color:#003858;}.navigation .menu--main ul.menu,.navigation .menu--secondary ul.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;}.navigation .menu--main .menu-item,.navigation .menu--secondary .menu-item{list-style:none;padding:0.625rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0.85rem;}.navigation .menu--main .menu-item .menu-link-contentmain,.navigation .menu--main .menu-item .menu-link-contentsecondary,.navigation .menu--secondary .menu-item .menu-link-contentmain,.navigation .menu--secondary .menu-item .menu-link-contentsecondary{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}.navigation .menu--main .menu-item .is-active,.navigation .menu--secondary .menu-item .is-active{color:var(--color-black);}.navigation .menu--main .menu-item:last-child,.navigation .menu--secondary .menu-item:last-child{padding-right:0;}.navigation .menu--main .menu-item:first-child,.navigation .menu--secondary .menu-item:first-child{padding-left:0;}.navigation .menu--main a,.navigation .menu--secondary a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--color-black);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.navigation .menu--main a span,.navigation .menu--secondary a span{padding-top:0.125rem;}.navigation .menu--main a .field--name-field-icon-font,.navigation .menu--secondary a .field--name-field-icon-font{font-size:1rem;margin-right:0.25rem;}.navigation .menu--secondary{margin-left:auto;}h1.page-title{font-size:3rem;font-weight:normal;margin:2rem 0;}.layout-container,.path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-category-slider .view-content,.path-frontpage .view-slider-featured-products .view-content{max-width:1200px;margin:0 auto !important;padding:0 3em;}@media screen and (max-width:61.9375rem){.layout-container,.path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-category-slider .view-content,.path-frontpage .view-slider-featured-products .view-content{padding:0 1em;}}.layout-container .layout-region--node-main,.path-frontpage .view-promo-card.promo-card-block .view-content .layout-region--node-main,.path-frontpage .view-category-slider .view-content .layout-region--node-main,.path-frontpage .view-slider-featured-products .view-content .layout-region--node-main,.layout-container .layout-region--node-footer,.path-frontpage .view-promo-card.promo-card-block .view-content .layout-region--node-footer,.path-frontpage .view-category-slider .view-content .layout-region--node-footer,.path-frontpage .view-slider-featured-products .view-content .layout-region--node-footer{width:100%;}.layout-container.sidebar-first,.path-frontpage .view-promo-card.promo-card-block .sidebar-first.view-content,.path-frontpage .view-category-slider .sidebar-first.view-content,.path-frontpage .view-slider-featured-products .sidebar-first.view-content{display:grid;grid-template-columns:25% 1fr;}.layout-container.sidebar-second,.path-frontpage .view-promo-card.promo-card-block .sidebar-second.view-content,.path-frontpage .view-category-slider .sidebar-second.view-content,.path-frontpage .view-slider-featured-products .sidebar-second.view-content{display:grid;grid-template-columns:1fr 25%;}.layout-container.full-sidebars,.path-frontpage .view-promo-card.promo-card-block .full-sidebars.view-content,.path-frontpage .view-category-slider .full-sidebars.view-content,.path-frontpage .view-slider-featured-products .full-sidebars.view-content{display:grid;grid-template-columns:25% 1fr 25%;}.layout-container-front{max-width:1800px;margin:0 auto !important;}@media screen and (max-width:61.9375rem){.layout-container-front{padding:0 1em;}}.layout-container-front .layout-region--node-main,.layout-container-front .layout-region--node-footer{width:100%;}.layout-container-front.sidebar-first{display:grid;grid-template-columns:25% 1fr;}.layout-container-front.sidebar-second{display:grid;grid-template-columns:1fr 25%;}@media screen and (min-width:62rem){.layout-container-front.full-sidebars{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}.npe-products-actions,.npe-created-actions{text-align:center;}.npe-products-actions a,.npe-created-actions a{min-width:302px;}.footer{background-color:#212529;color:var(--color-white);padding:0.75rem 0;}.footer p{padding:0;margin:0;}.sliding-popup-bottom .popup-content{padding:1rem;}.sliding-popup-bottom .eu-cookie-compliance-message p{font-size:0.9rem;}.sliding-popup-bottom .eu-cookie-compliance-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media screen and (min-width:62rem){.sliding-popup-bottom .eu-cookie-compliance-buttons{display:block;}}.sliding-popup-bottom .eu-cookie-compliance-buttons .decline-button{display:none;}form{padding:1.5rem;background:var(--color-white);}form .form-element{width:100%;}form .form-actions{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}form .form-actions .button,form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions a,form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions a,form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form .form-actions a,form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form .form-actions .feed-icon,form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form .form-actions .feed-icon,form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form .form-actions .feed-icon,form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form .form-actions input,form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form .form-actions input,form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form .form-actions input,form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item form .form-actions a,form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form .form-actions a,form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item .plma_workflow-node-ps_review form .form-actions a,form .form-actions .plma_workflow-node-ps_review .button,form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions .plma_workflow-node-ps_review a,form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions .plma_workflow-node-ps_review a,form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form .form-actions .plma_workflow-node-ps_review .feed-icon,form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form .form-actions .plma_workflow-node-ps_review .feed-icon,form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form .form-actions .plma_workflow-node-ps_review input,form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form .form-actions .plma_workflow-node-ps_review input,form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item form .form-actions .plma_workflow-node-ps_review a,form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item form .form-actions .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review form .form-actions .button,.plma_workflow-node-ps_review form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form .form-actions a,.plma_workflow-node-ps_review form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form .form-actions a,.plma_workflow-node-ps_review form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form .form-actions .feed-icon,.plma_workflow-node-ps_review form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form .form-actions .feed-icon,.plma_workflow-node-ps_review form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form .form-actions input,.plma_workflow-node-ps_review form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form .form-actions input,.plma_workflow-node-ps_review form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review form .form-actions a,.plma_workflow-node-ps_review form .form-actions .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form .form-actions a,.menu--reviews .menu-item .plma_workflow-node-ps_review form .form-actions a,form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form .form-actions a:not(.link),form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form .form-actions a:not(.link),form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node form .form-actions a,form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review form .form-actions a,form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node form .form-actions a,form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review form .form-actions a,form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node form .form-actions a,form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node form .form-actions a,form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form .form-actions a:not(.link){font-size:1.2rem;}form .term-reference-tree-level .form-type--boolean .form-checkbox{margin-right:0.375rem;}form .term-reference-tree-level li{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}form .term-reference-tree-level li .form-type--checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}form .term-reference-tree-level li ul{margin-left:1.375rem;width:100%;}form .term-reference-tree-level .term-reference-tree-button{background:#adb5bd;position:relative;}form .term-reference-tree-level .term-reference-tree-button::before{content:"-";color:var(--color-white);font-weight:bold;position:absolute;font-size:1.125rem;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}form .term-reference-tree-level .term-reference-tree-button.term-reference-tree-collapsed{background:#00466E;}form .term-reference-tree-level .term-reference-tree-button.term-reference-tree-collapsed::before{content:"+";font-size:0.9375rem;}form.node-new-product-expo-form .multi-steps-label,form.node-new-product-expo-edit-form .multi-steps-label,form.node-product-spotlight-form .multi-steps-label,form.node-product-spotlight-edit-form .multi-steps-label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}form.node-new-product-expo-form .step-label,form.node-new-product-expo-edit-form .step-label,form.node-product-spotlight-form .step-label,form.node-product-spotlight-edit-form .step-label{position:relative;}form.node-new-product-expo-form .step-label::before,form.node-new-product-expo-edit-form .step-label::before,form.node-product-spotlight-form .step-label::before,form.node-product-spotlight-edit-form .step-label::before{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#00466E;border-radius:50%;color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:28px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 0.25rem;width:28px;}form.node-new-product-expo-form .step-label::after,form.node-new-product-expo-edit-form .step-label::after,form.node-product-spotlight-form .step-label::after,form.node-product-spotlight-edit-form .step-label::after{background:#00466E;content:"";display:block;height:2px;position:absolute;width:160px;top:30%;}form.node-new-product-expo-form .step-label:first-child,form.node-new-product-expo-edit-form .step-label:first-child,form.node-product-spotlight-form .step-label:first-child,form.node-product-spotlight-edit-form .step-label:first-child{color:#00466E;}form.node-new-product-expo-form .step-label:first-child::before,form.node-new-product-expo-edit-form .step-label:first-child::before,form.node-product-spotlight-form .step-label:first-child::before,form.node-product-spotlight-edit-form .step-label:first-child::before{content:"1";}form.node-new-product-expo-form .step-label:first-child::after,form.node-new-product-expo-edit-form .step-label:first-child::after,form.node-product-spotlight-form .step-label:first-child::after,form.node-product-spotlight-edit-form .step-label:first-child::after{right:-130px;}form.node-new-product-expo-form .step-label:last-child,form.node-new-product-expo-edit-form .step-label:last-child,form.node-product-spotlight-form .step-label:last-child,form.node-product-spotlight-edit-form .step-label:last-child{color:#adb5bd;margin-left:17.5rem;}form.node-new-product-expo-form .step-label:last-child::before,form.node-new-product-expo-edit-form .step-label:last-child::before,form.node-product-spotlight-form .step-label:last-child::before,form.node-product-spotlight-edit-form .step-label:last-child::before{background:#adb5bd;content:"2";}form.node-new-product-expo-form .step-label:last-child::after,form.node-new-product-expo-edit-form .step-label:last-child::after,form.node-product-spotlight-form .step-label:last-child::after,form.node-product-spotlight-edit-form .step-label:last-child::after{background:#adb5bd;left:-150px;}form.node-new-product-expo-form .step-label.active,form.node-new-product-expo-edit-form .step-label.active,form.node-product-spotlight-form .step-label.active,form.node-product-spotlight-edit-form .step-label.active{color:#00466E;}form.node-new-product-expo-form .step-label.active::before,form.node-new-product-expo-edit-form .step-label.active::before,form.node-product-spotlight-form .step-label.active::before,form.node-product-spotlight-edit-form .step-label.active::before{background:#00466E;}form.node-new-product-expo-form .step-label.active::after,form.node-new-product-expo-edit-form .step-label.active::after,form.node-product-spotlight-form .step-label.active::after,form.node-product-spotlight-edit-form .step-label.active::after{background:#00466E;}form.node-new-product-expo-form .group-product-information,form.node-new-product-expo-form .group-company-information,form.node-new-product-expo-edit-form .group-product-information,form.node-new-product-expo-edit-form .group-company-information,form.node-product-spotlight-form .group-product-information,form.node-product-spotlight-form .group-company-information,form.node-product-spotlight-edit-form .group-product-information,form.node-product-spotlight-edit-form .group-company-information{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}form.node-new-product-expo-form .group-product-information > h3,form.node-new-product-expo-form .group-product-information > .form-wrapper,form.node-new-product-expo-form .group-company-information > h3,form.node-new-product-expo-form .group-company-information > .form-wrapper,form.node-new-product-expo-edit-form .group-product-information > h3,form.node-new-product-expo-edit-form .group-product-information > .form-wrapper,form.node-new-product-expo-edit-form .group-company-information > h3,form.node-new-product-expo-edit-form .group-company-information > .form-wrapper,form.node-product-spotlight-form .group-product-information > h3,form.node-product-spotlight-form .group-product-information > .form-wrapper,form.node-product-spotlight-form .group-company-information > h3,form.node-product-spotlight-form .group-company-information > .form-wrapper,form.node-product-spotlight-edit-form .group-product-information > h3,form.node-product-spotlight-edit-form .group-product-information > .form-wrapper,form.node-product-spotlight-edit-form .group-company-information > h3,form.node-product-spotlight-edit-form .group-company-information > .form-wrapper{width:100%;}@media screen and (min-width:48rem){form.node-new-product-expo-form .group-product-information .field--name-title,form.node-new-product-expo-form .group-product-information .field--name-field-categories,form.node-new-product-expo-form .group-product-information .field--name-field-product-launch-date,form.node-new-product-expo-form .group-product-information .field--name-field-country-of-first-launch,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-name,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-new-product-expo-form .group-company-information .field--name-title,form.node-new-product-expo-form .group-company-information .field--name-field-categories,form.node-new-product-expo-form .group-company-information .field--name-field-product-launch-date,form.node-new-product-expo-form .group-company-information .field--name-field-country-of-first-launch,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-name,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-form .group-company-information .field--name-field-sys-contact-phone-number,form.node-new-product-expo-edit-form .group-product-information .field--name-title,form.node-new-product-expo-edit-form .group-product-information .field--name-field-categories,form.node-new-product-expo-edit-form .group-product-information .field--name-field-product-launch-date,form.node-new-product-expo-edit-form .group-product-information .field--name-field-country-of-first-launch,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-name,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-edit-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-new-product-expo-edit-form .group-company-information .field--name-title,form.node-new-product-expo-edit-form .group-company-information .field--name-field-categories,form.node-new-product-expo-edit-form .group-company-information .field--name-field-product-launch-date,form.node-new-product-expo-edit-form .group-company-information .field--name-field-country-of-first-launch,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-name,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-job-title,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-email-address,form.node-new-product-expo-edit-form .group-company-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-form .group-product-information .field--name-title,form.node-product-spotlight-form .group-product-information .field--name-field-categories,form.node-product-spotlight-form .group-product-information .field--name-field-product-launch-date,form.node-product-spotlight-form .group-product-information .field--name-field-country-of-first-launch,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-name,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-form .group-company-information .field--name-title,form.node-product-spotlight-form .group-company-information .field--name-field-categories,form.node-product-spotlight-form .group-company-information .field--name-field-product-launch-date,form.node-product-spotlight-form .group-company-information .field--name-field-country-of-first-launch,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-name,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-form .group-company-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-edit-form .group-product-information .field--name-title,form.node-product-spotlight-edit-form .group-product-information .field--name-field-categories,form.node-product-spotlight-edit-form .group-product-information .field--name-field-product-launch-date,form.node-product-spotlight-edit-form .group-product-information .field--name-field-country-of-first-launch,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-name,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-edit-form .group-product-information .field--name-field-sys-contact-phone-number,form.node-product-spotlight-edit-form .group-company-information .field--name-title,form.node-product-spotlight-edit-form .group-company-information .field--name-field-categories,form.node-product-spotlight-edit-form .group-company-information .field--name-field-product-launch-date,form.node-product-spotlight-edit-form .group-company-information .field--name-field-country-of-first-launch,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-name,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-job-title,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-email-address,form.node-product-spotlight-edit-form .group-company-information .field--name-field-sys-contact-phone-number{width:48%;}}@media screen and (min-width:62rem){form.node-new-product-expo-form .group-product-information .field--name-field-product-available-retailer,form.node-new-product-expo-form .group-product-information .field--name-field-packaging-available,form.node-new-product-expo-form .group-company-information .field--name-field-product-available-retailer,form.node-new-product-expo-form .group-company-information .field--name-field-packaging-available,form.node-new-product-expo-edit-form .group-product-information .field--name-field-product-available-retailer,form.node-new-product-expo-edit-form .group-product-information .field--name-field-packaging-available,form.node-new-product-expo-edit-form .group-company-information .field--name-field-product-available-retailer,form.node-new-product-expo-edit-form .group-company-information .field--name-field-packaging-available,form.node-product-spotlight-form .group-product-information .field--name-field-product-available-retailer,form.node-product-spotlight-form .group-product-information .field--name-field-packaging-available,form.node-product-spotlight-form .group-company-information .field--name-field-product-available-retailer,form.node-product-spotlight-form .group-company-information .field--name-field-packaging-available,form.node-product-spotlight-edit-form .group-product-information .field--name-field-product-available-retailer,form.node-product-spotlight-edit-form .group-product-information .field--name-field-packaging-available,form.node-product-spotlight-edit-form .group-company-information .field--name-field-product-available-retailer,form.node-product-spotlight-edit-form .group-company-information .field--name-field-packaging-available{width:54%;}}@media screen and (min-width:62rem){form.node-new-product-expo-form .group-product-information .field--name-field-if-so-since-when,form.node-new-product-expo-form .group-product-information .field--name-field-when-will-packaging,form.node-new-product-expo-form .group-company-information .field--name-field-if-so-since-when,form.node-new-product-expo-form .group-company-information .field--name-field-when-will-packaging,form.node-new-product-expo-edit-form .group-product-information .field--name-field-if-so-since-when,form.node-new-product-expo-edit-form .group-product-information .field--name-field-when-will-packaging,form.node-new-product-expo-edit-form .group-company-information .field--name-field-if-so-since-when,form.node-new-product-expo-edit-form .group-company-information .field--name-field-when-will-packaging,form.node-product-spotlight-form .group-product-information .field--name-field-if-so-since-when,form.node-product-spotlight-form .group-product-information .field--name-field-when-will-packaging,form.node-product-spotlight-form .group-company-information .field--name-field-if-so-since-when,form.node-product-spotlight-form .group-company-information .field--name-field-when-will-packaging,form.node-product-spotlight-edit-form .group-product-information .field--name-field-if-so-since-when,form.node-product-spotlight-edit-form .group-product-information .field--name-field-when-will-packaging,form.node-product-spotlight-edit-form .group-company-information .field--name-field-if-so-since-when,form.node-product-spotlight-edit-form .group-company-information .field--name-field-when-will-packaging{left:-20px;position:relative;width:46%;}}form.node-new-product-expo-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-new-product-expo-form .group-company-information .field--name-field-product-launch-date .form-item,form.node-new-product-expo-edit-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-new-product-expo-edit-form .group-company-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-form .group-company-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-edit-form .group-product-information .field--name-field-product-launch-date .form-item,form.node-product-spotlight-edit-form .group-company-information .field--name-field-product-launch-date .form-item{width:100%;}form.node-new-product-expo-form .group-product-information .field--name-field-short-description,form.node-new-product-expo-form .group-company-information .field--name-field-short-description,form.node-new-product-expo-edit-form .group-product-information .field--name-field-short-description,form.node-new-product-expo-edit-form .group-company-information .field--name-field-short-description,form.node-product-spotlight-form .group-product-information .field--name-field-short-description,form.node-product-spotlight-form .group-company-information .field--name-field-short-description,form.node-product-spotlight-edit-form .group-product-information .field--name-field-short-description,form.node-product-spotlight-edit-form .group-company-information .field--name-field-short-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}form.node-new-product-expo-form .group-product-information .field--name-field-short-description .form-item__description,form.node-new-product-expo-form .group-company-information .field--name-field-short-description .form-item__description,form.node-new-product-expo-edit-form .group-product-information .field--name-field-short-description .form-item__description,form.node-new-product-expo-edit-form .group-company-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-form .group-product-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-form .group-company-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-edit-form .group-product-information .field--name-field-short-description .form-item__description,form.node-product-spotlight-edit-form .group-company-information .field--name-field-short-description .form-item__description{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}form.node-new-product-expo-form .innovative-features-fields h3,form.node-new-product-expo-form .benefits-innovation-fields h3,form.node-new-product-expo-edit-form .innovative-features-fields h3,form.node-new-product-expo-edit-form .benefits-innovation-fields h3,form.node-product-spotlight-form .innovative-features-fields h3,form.node-product-spotlight-form .benefits-innovation-fields h3,form.node-product-spotlight-edit-form .innovative-features-fields h3,form.node-product-spotlight-edit-form .benefits-innovation-fields h3{margin-bottom:0.25rem;}form.node-new-product-expo-form .innovative-features-fields h3::after,form.node-new-product-expo-form .benefits-innovation-fields h3::after,form.node-new-product-expo-edit-form .innovative-features-fields h3::after,form.node-new-product-expo-edit-form .benefits-innovation-fields h3::after,form.node-product-spotlight-form .innovative-features-fields h3::after,form.node-product-spotlight-form .benefits-innovation-fields h3::after,form.node-product-spotlight-edit-form .innovative-features-fields h3::after,form.node-product-spotlight-edit-form .benefits-innovation-fields h3::after{color:#c11212;content:"*";font-size:1.3rem;margin-left:0.25rem;}form.node-new-product-expo-form .innovative-features-fields .form-type--checkbox,form.node-new-product-expo-form .benefits-innovation-fields .form-type--checkbox,form.node-new-product-expo-edit-form .innovative-features-fields .form-type--checkbox,form.node-new-product-expo-edit-form .benefits-innovation-fields .form-type--checkbox,form.node-product-spotlight-form .innovative-features-fields .form-type--checkbox,form.node-product-spotlight-form .benefits-innovation-fields .form-type--checkbox,form.node-product-spotlight-edit-form .innovative-features-fields .form-type--checkbox,form.node-product-spotlight-edit-form .benefits-innovation-fields .form-type--checkbox{margin-bottom:0;}form.node-new-product-expo-form .innovative-features-fields .form-type--textarea,form.node-new-product-expo-form .benefits-innovation-fields .form-type--textarea,form.node-new-product-expo-edit-form .innovative-features-fields .form-type--textarea,form.node-new-product-expo-edit-form .benefits-innovation-fields .form-type--textarea,form.node-product-spotlight-form .innovative-features-fields .form-type--textarea,form.node-product-spotlight-form .benefits-innovation-fields .form-type--textarea,form.node-product-spotlight-edit-form .innovative-features-fields .form-type--textarea,form.node-product-spotlight-edit-form .benefits-innovation-fields .form-type--textarea{margin-top:0;}form.node-new-product-expo-form .innovative-features-fields .field-group__description,form.node-new-product-expo-form .benefits-innovation-fields .field-group__description,form.node-new-product-expo-edit-form .innovative-features-fields .field-group__description,form.node-new-product-expo-edit-form .benefits-innovation-fields .field-group__description,form.node-product-spotlight-form .innovative-features-fields .field-group__description,form.node-product-spotlight-form .benefits-innovation-fields .field-group__description,form.node-product-spotlight-edit-form .innovative-features-fields .field-group__description,form.node-product-spotlight-edit-form .benefits-innovation-fields .field-group__description{font-size:0.875rem;}form.node-new-product-expo-form .innovative-features-fields .counter,form.node-new-product-expo-form .benefits-innovation-fields .counter,form.node-new-product-expo-edit-form .innovative-features-fields .counter,form.node-new-product-expo-edit-form .benefits-innovation-fields .counter,form.node-product-spotlight-form .innovative-features-fields .counter,form.node-product-spotlight-form .benefits-innovation-fields .counter,form.node-product-spotlight-edit-form .innovative-features-fields .counter,form.node-product-spotlight-edit-form .benefits-innovation-fields .counter{font-size:0.875rem;}form.node-new-product-expo-form .form-type--checkbox .form-boolean,form.node-new-product-expo-edit-form .form-type--checkbox .form-boolean,form.node-product-spotlight-form .form-type--checkbox .form-boolean,form.node-product-spotlight-edit-form .form-type--checkbox .form-boolean{border:1px solid !important;}form.node-new-product-expo-form .form-actions .button,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions .feed-icon,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-form .form-actions .feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions input,form.node-new-product-expo-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .button,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review input,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review input,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,form.node-new-product-expo-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .button,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions input,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions input,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-new-product-expo-form .form-actions a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a:not(.link),form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a:not(.link),form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-form .form-actions a,form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a:not(.link),form.node-new-product-expo-edit-form .form-actions .button,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .feed-icon,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions input,form.node-new-product-expo-edit-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .button,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review input,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review input,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,form.node-new-product-expo-edit-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .button,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions input,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions input,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-new-product-expo-edit-form .form-actions a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a:not(.link),form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a:not(.link),form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a,form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a:not(.link),form.node-product-spotlight-form .form-actions .button,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions .feed-icon,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-form .form-actions .feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions input,form.node-product-spotlight-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .button,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review input,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review input,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,form.node-product-spotlight-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .button,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions input,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions input,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-product-spotlight-form .form-actions a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a:not(.link),form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a:not(.link),form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-form .form-actions a,form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a:not(.link),form.node-product-spotlight-edit-form .form-actions .button,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .feed-icon,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions input,form.node-product-spotlight-edit-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .button,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .feed-icon,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review input,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review input,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .menu--reviews .menu-item a,form.node-product-spotlight-edit-form .form-actions .menu--reviews .menu-item .plma_workflow-node-ps_review a,.menu--reviews .menu-item form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .button,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons .feed-icon,.plma_workflow-node-ps_review .view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .feed-icon,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions input,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions input,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,.plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions .menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item form.node-product-spotlight-edit-form .form-actions a,.menu--reviews .menu-item .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a:not(.link),form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a:not(.link),form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a,form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a:not(.link){min-width:298px;}form.node-new-product-expo-form .form-actions #edit-back-button,form.node-new-product-expo-edit-form .form-actions #edit-back-button,form.node-product-spotlight-form .form-actions #edit-back-button,form.node-product-spotlight-edit-form .form-actions #edit-back-button{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}form.node-new-product-expo-form .form-radios,form.node-new-product-expo-edit-form .form-radios,form.node-product-spotlight-form .form-radios,form.node-product-spotlight-edit-form .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}form.node-new-product-expo-form .form-radios .form-type--radio,form.node-new-product-expo-edit-form .form-radios .form-type--radio,form.node-product-spotlight-form .form-radios .form-type--radio,form.node-product-spotlight-edit-form .form-radios .form-type--radio{margin-right:0.625rem;}form.node-new-product-expo-form .form-radios .form-type--radio:last-child,form.node-new-product-expo-edit-form .form-radios .form-type--radio:last-child,form.node-product-spotlight-form .form-radios .form-type--radio:last-child,form.node-product-spotlight-edit-form .form-radios .form-type--radio:last-child{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}form.node-new-product-expo-form .review-submit,form.node-new-product-expo-edit-form .review-submit,form.node-product-spotlight-form .review-submit,form.node-product-spotlight-edit-form .review-submit{display:block;margin:auto;width:100%;max-width:280px;}form.node-new-product-expo-form .field--name-field-descrip-product-concept label,form.node-new-product-expo-form .field--name-field-descrip-private-label label,form.node-new-product-expo-form .field--name-field-descrip-new-compositio label,form.node-new-product-expo-form .field--name-field-descrip-new-packaging label,form.node-new-product-expo-form .field--name-field-descrip-manufacturing label,form.node-new-product-expo-form .field--name-field-descrip-new-ideas label,form.node-new-product-expo-form .field--name-field-descrip-other-innovation label,form.node-new-product-expo-form .field--name-field-descrip-benefit-consumer label,form.node-new-product-expo-form .field--name-field-descrip-benefit-trade label,form.node-new-product-expo-edit-form .field--name-field-descrip-product-concept label,form.node-new-product-expo-edit-form .field--name-field-descrip-private-label label,form.node-new-product-expo-edit-form .field--name-field-descrip-new-compositio label,form.node-new-product-expo-edit-form .field--name-field-descrip-new-packaging label,form.node-new-product-expo-edit-form .field--name-field-descrip-manufacturing label,form.node-new-product-expo-edit-form .field--name-field-descrip-new-ideas label,form.node-new-product-expo-edit-form .field--name-field-descrip-other-innovation label,form.node-new-product-expo-edit-form .field--name-field-descrip-benefit-consumer label,form.node-new-product-expo-edit-form .field--name-field-descrip-benefit-trade label,form.node-product-spotlight-form .field--name-field-descrip-product-concept label,form.node-product-spotlight-form .field--name-field-descrip-private-label label,form.node-product-spotlight-form .field--name-field-descrip-new-compositio label,form.node-product-spotlight-form .field--name-field-descrip-new-packaging label,form.node-product-spotlight-form .field--name-field-descrip-manufacturing label,form.node-product-spotlight-form .field--name-field-descrip-new-ideas label,form.node-product-spotlight-form .field--name-field-descrip-other-innovation label,form.node-product-spotlight-form .field--name-field-descrip-benefit-consumer label,form.node-product-spotlight-form .field--name-field-descrip-benefit-trade label,form.node-product-spotlight-edit-form .field--name-field-descrip-product-concept label,form.node-product-spotlight-edit-form .field--name-field-descrip-private-label label,form.node-product-spotlight-edit-form .field--name-field-descrip-new-compositio label,form.node-product-spotlight-edit-form .field--name-field-descrip-new-packaging label,form.node-product-spotlight-edit-form .field--name-field-descrip-manufacturing label,form.node-product-spotlight-edit-form .field--name-field-descrip-new-ideas label,form.node-product-spotlight-edit-form .field--name-field-descrip-other-innovation label,form.node-product-spotlight-edit-form .field--name-field-descrip-benefit-consumer label,form.node-product-spotlight-edit-form .field--name-field-descrip-benefit-trade label{display:none;}form .tabledrag-toggle-weight-wrapper{display:none;}form table.entities-list{display:none;}form table.entities-list.draggable-table{display:block;}form table.entities-list.draggable-table tr{padding:2.5rem;border-bottom:none;}form table.entities-list.draggable-table tr.odd{background:#f9f9f9;}form table.entities-list.draggable-table tr td{padding-right:0;}form table.entities-list.draggable-table tr td.tabledrag-cell{height:auto;}form table.entities-list.draggable-table tr td:first-child{width:200px;}form table.entities-list.draggable-table tr td:nth-child(2){max-width:160px;overflow-wrap:break-word;}form table.entities-list.draggable-table tr td:nth-child(3){width:100%;}form table.entities-list.draggable-table tr td img{min-width:100px;}.button,.node--type-promo-card.node--view-mode-full .field--name-field-link a,.view-reviews .feed-icons .feed-icon,.view-reviews .views-bulk-actions input,.menu--reviews .menu-item a,.plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .button,.block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-plma-workflow-exhibitor-content a:not(.link){padding:0.9375rem 1.25rem;font-weight:bold;text-align:center;}.button:not(:focus),.node--type-promo-card.node--view-mode-full .field--name-field-link a:not(:focus),.view-reviews .feed-icons .feed-icon:not(:focus),.view-reviews .views-bulk-actions input:not(:focus),.menu--reviews .menu-item a:not(:focus),.block-views-blockdraft-products-block-1 .views-field-edit-node a:not(:focus),.block-views-blockdraft-products-block-2 .views-field-edit-node a:not(:focus),.block-plma-workflow-exhibitor-content a:not(:focus):not(.link){-webkit-box-shadow:none;box-shadow:none;}.button.button--primary,.node--type-promo-card.node--view-mode-full .field--name-field-link a.button--primary,.view-reviews .feed-icons .button--primary.feed-icon,.view-reviews .views-bulk-actions input,.menu--reviews .menu-item a.button--primary,.menu--reviews .menu-item.menu-item--active-trail a,.plma_workflow-node-ps_review .button,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-1 .views-field-edit-node a.button--primary,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a,.block-views-blockdraft-products-block-2 .views-field-edit-node a.button--primary,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a,.block-plma-workflow-exhibitor-content a:not(.link),form.node-new-product-expo-form .form-actions .button#edit-next,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a#edit-next,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions #edit-next.feed-icon,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input#edit-next,form.node-new-product-expo-form .form-actions .menu--reviews .menu-item a#edit-next,.menu--reviews .menu-item form.node-new-product-expo-form .form-actions a#edit-next,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-form .form-actions a#edit-next,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-form .form-actions a#edit-next,form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a#edit-next:not(.link),form.node-new-product-expo-edit-form .form-actions .button#edit-next,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a#edit-next,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions #edit-next.feed-icon,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input#edit-next,form.node-new-product-expo-edit-form .form-actions .menu--reviews .menu-item a#edit-next,.menu--reviews .menu-item form.node-new-product-expo-edit-form .form-actions a#edit-next,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a#edit-next,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a#edit-next,form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a#edit-next:not(.link),form.node-product-spotlight-form .form-actions .button#edit-next,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a#edit-next,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions #edit-next.feed-icon,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input#edit-next,form.node-product-spotlight-form .form-actions .menu--reviews .menu-item a#edit-next,.menu--reviews .menu-item form.node-product-spotlight-form .form-actions a#edit-next,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-form .form-actions a#edit-next,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-form .form-actions a#edit-next,form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a#edit-next:not(.link),form.node-product-spotlight-edit-form .form-actions .button#edit-next,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a#edit-next,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions #edit-next.feed-icon,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input#edit-next,form.node-product-spotlight-edit-form .form-actions .menu--reviews .menu-item a#edit-next,.menu--reviews .menu-item form.node-product-spotlight-edit-form .form-actions a#edit-next,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a#edit-next,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a#edit-next,form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a#edit-next:not(.link){background:#FFAD00;color:var(--color-white);}.button.button--primary:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link a.button--primary:hover,.view-reviews .feed-icons .button--primary.feed-icon:hover,.view-reviews .views-bulk-actions input:hover,.menu--reviews .menu-item a.button--primary:hover,.menu--reviews .menu-item.menu-item--active-trail a:hover,.plma_workflow-node-ps_review .button:hover,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a:hover,.plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon:hover,.view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon:hover,.plma_workflow-node-ps_review .menu--reviews .menu-item a:hover,.menu--reviews .menu-item .plma_workflow-node-ps_review a:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node a.button--primary:hover,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node a.button--primary:hover,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a:hover,.block-plma-workflow-exhibitor-content a:hover:not(.link),form.node-new-product-expo-form .form-actions .button#edit-next:hover,form.node-new-product-expo-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-form .form-actions a#edit-next:hover,form.node-new-product-expo-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-new-product-expo-form .form-actions #edit-next.feed-icon:hover,form.node-new-product-expo-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-new-product-expo-form .form-actions input#edit-next:hover,form.node-new-product-expo-form .form-actions .menu--reviews .menu-item a#edit-next:hover,.menu--reviews .menu-item form.node-new-product-expo-form .form-actions a#edit-next:hover,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-form .form-actions a#edit-next:hover,form.node-new-product-expo-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-form .form-actions a#edit-next:hover,form.node-new-product-expo-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-form .form-actions a#edit-next:hover:not(.link),form.node-new-product-expo-edit-form .form-actions .button#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-new-product-expo-edit-form .form-actions a#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-new-product-expo-edit-form .form-actions #edit-next.feed-icon:hover,form.node-new-product-expo-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-new-product-expo-edit-form .form-actions input#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .menu--reviews .menu-item a#edit-next:hover,.menu--reviews .menu-item form.node-new-product-expo-edit-form .form-actions a#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-new-product-expo-edit-form .form-actions a#edit-next:hover,form.node-new-product-expo-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-new-product-expo-edit-form .form-actions a#edit-next:hover:not(.link),form.node-product-spotlight-form .form-actions .button#edit-next:hover,form.node-product-spotlight-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-form .form-actions a#edit-next:hover,form.node-product-spotlight-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-product-spotlight-form .form-actions #edit-next.feed-icon:hover,form.node-product-spotlight-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-product-spotlight-form .form-actions input#edit-next:hover,form.node-product-spotlight-form .form-actions .menu--reviews .menu-item a#edit-next:hover,.menu--reviews .menu-item form.node-product-spotlight-form .form-actions a#edit-next:hover,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-form .form-actions a#edit-next:hover,form.node-product-spotlight-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-form .form-actions a#edit-next:hover,form.node-product-spotlight-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-form .form-actions a#edit-next:hover:not(.link),form.node-product-spotlight-edit-form .form-actions .button#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a#edit-next:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link form.node-product-spotlight-edit-form .form-actions a#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .view-reviews .feed-icons #edit-next.feed-icon:hover,.view-reviews .feed-icons form.node-product-spotlight-edit-form .form-actions #edit-next.feed-icon:hover,form.node-product-spotlight-edit-form .form-actions .view-reviews .views-bulk-actions input#edit-next:hover,.view-reviews .views-bulk-actions form.node-product-spotlight-edit-form .form-actions input#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .menu--reviews .menu-item a#edit-next:hover,.menu--reviews .menu-item form.node-product-spotlight-edit-form .form-actions a#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a#edit-next:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node form.node-product-spotlight-edit-form .form-actions a#edit-next:hover,form.node-product-spotlight-edit-form .form-actions .block-plma-workflow-exhibitor-content a#edit-next:hover:not(.link),.block-plma-workflow-exhibitor-content form.node-product-spotlight-edit-form .form-actions a#edit-next:hover:not(.link){background:#EDA100;}.button.button--primary-outline,.node--type-promo-card.node--view-mode-full .field--name-field-link a,.view-reviews .feed-icons .feed-icon,.view-reviews .views-bulk-actions input.button--primary-outline,.menu--reviews .menu-item a.button,.menu--reviews .menu-item .view-reviews .feed-icons a.feed-icon,.view-reviews .feed-icons .menu--reviews .menu-item a.feed-icon,.menu--reviews .menu-item a.button--primary-outline,.menu--reviews .menu-item a,.block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-plma-workflow-exhibitor-content a.button--primary-outline:not(.link),.block-plma-workflow-exhibitor-content .menu--reviews .menu-item a:not(.link),.menu--reviews .menu-item .block-plma-workflow-exhibitor-content a:not(.link){background:transparent;border:1px solid #FFAD00 !important;color:#FFAD00;}.button.button--primary-outline:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.view-reviews .feed-icons .feed-icon:hover,.view-reviews .views-bulk-actions input.button--primary-outline:hover,.menu--reviews .menu-item a:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node a:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node a:hover,.block-plma-workflow-exhibitor-content a.button--primary-outline:hover:not(.link){background:#FFAD00;color:var(--color-white);}.button.is-disabled,.node--type-promo-card.node--view-mode-full .field--name-field-link a.is-disabled,.view-reviews .feed-icons .is-disabled.feed-icon,.view-reviews .views-bulk-actions input.is-disabled,.menu--reviews .menu-item a.is-disabled,.block-views-blockdraft-products-block-1 .views-field-edit-node a.is-disabled,.block-views-blockdraft-products-block-2 .views-field-edit-node a.is-disabled,.block-plma-workflow-exhibitor-content a.is-disabled:not(.link),.button.disabled,.node--type-promo-card.node--view-mode-full .field--name-field-link a.disabled,.view-reviews .feed-icons .disabled.feed-icon,.view-reviews .views-bulk-actions input.disabled,.menu--reviews .menu-item a.disabled,.block-views-blockdraft-products-block-1 .views-field-edit-node a.disabled,.block-views-blockdraft-products-block-2 .views-field-edit-node a.disabled,.block-plma-workflow-exhibitor-content a.disabled:not(.link){color:var(--button--disabled-fg-color) !important;background-color:var(--button--disabled-bg-color) !important;}.view-trade-publications .views-view-responsive-grid__item-inner{text-align:center;}.view-trade-publications .views-view-responsive-grid__item{margin:0.75rem auto;}.view-trade-publications .views-field-field-cover img{border-radius:8px;-webkit-box-shadow:0 3px 3px #adb5bd;box-shadow:0 3px 3px #adb5bd;}.view-trade-publications .views-field-field-country{font-style:italic;}.view-trade-publications .views-field-title{font-size:1.1rem;font-weight:bold;}.view-trade-publications .views-field-field-publication-link .button,.view-trade-publications .views-field-field-publication-link .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .view-trade-publications .views-field-field-publication-link a,.view-trade-publications .views-field-field-publication-link .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .view-trade-publications .views-field-field-publication-link .feed-icon,.view-trade-publications .views-field-field-publication-link .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .view-trade-publications .views-field-field-publication-link input,.view-trade-publications .views-field-field-publication-link .menu--reviews .menu-item a,.menu--reviews .menu-item .view-trade-publications .views-field-field-publication-link a,.view-trade-publications .views-field-field-publication-link .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .view-trade-publications .views-field-field-publication-link a,.view-trade-publications .views-field-field-publication-link .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .view-trade-publications .views-field-field-publication-link a,.view-trade-publications .views-field-field-publication-link .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .view-trade-publications .views-field-field-publication-link a:not(.link){margin:0.75rem auto;}@media screen and (min-width:48rem){.code-login-form{position:absolute;top:20%;left:0;right:0;}}.custom-auth-code-form{-webkit-box-shadow:0 20px 50px 0 #adb5bd;box-shadow:0 20px 50px 0 #adb5bd;border-radius:10px;margin:0 auto;max-width:500px;overflow:hidden;padding:0;width:90%;}@media screen and (min-width:62rem){.custom-auth-code-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1020px;}}.custom-auth-code-form .site-name{font-size:1.4rem;margin-top:0;}@media screen and (min-width:75rem){.custom-auth-code-form .site-name{font-size:2rem;}}.custom-auth-code-form .login-screen__top img{height:auto;display:block;max-width:500px;width:100%;}.custom-auth-code-form .login-screen__bottom{padding:2rem 2.5rem;position:relative;}@media screen and (min-width:62rem){.custom-auth-code-form .login-screen__bottom{-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 500px);}}@media screen and (min-width:75rem){.custom-auth-code-form .login-screen__bottom{padding:2.5rem 3rem;}}.custom-auth-code-form .login-screen__bottom .form-item--code label{font-family:"avenir_next_lt_probold","Open Sans",sans-serif;margin:0 0 1em 0;}@media screen and (min-width:62rem){.custom-auth-code-form .login-screen__bottom .form-item--code label{font-size:1.4rem;}}.custom-auth-code-form .login-screen__bottom .button,.custom-auth-code-form .login-screen__bottom .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .custom-auth-code-form .login-screen__bottom a,.custom-auth-code-form .login-screen__bottom .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .custom-auth-code-form .login-screen__bottom .feed-icon,.custom-auth-code-form .login-screen__bottom .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .custom-auth-code-form .login-screen__bottom input,.custom-auth-code-form .login-screen__bottom .menu--reviews .menu-item a,.menu--reviews .menu-item .custom-auth-code-form .login-screen__bottom a,.custom-auth-code-form .login-screen__bottom .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .custom-auth-code-form .login-screen__bottom a,.custom-auth-code-form .login-screen__bottom .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .custom-auth-code-form .login-screen__bottom a,.custom-auth-code-form .login-screen__bottom .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .custom-auth-code-form .login-screen__bottom a:not(.link){width:100%;margin:0.625rem 0;display:block;}@media screen and (min-width:75rem){.custom-auth-code-form .form-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.custom-auth-code-form .form-links a{display:block;margin-bottom:0.75rem;}.login-screen__legals{max-width:756px;margin:1.25rem auto;text-align:center;}.login-screen__legals .copyright-socials-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.login-screen__legals .copyright{margin-bottom:0.625rem;}.login-screen__legals svg.linkedin path{fill:#0073b1;}.dashboard .page-title{text-align:center;width:100%;}@media screen and (min-width:62rem){.dashboard .region-content-bottom{display:grid;grid-template-columns:repeat(3,1fr);}}.block-plma-workflow-exhibitor-content{-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.2509803922);box-shadow:0 4px 4px 0 rgba(0,0,0,0.2509803922);background:#F5F5F5;margin-bottom:1.25rem;max-width:90%;padding:2.25rem 1.75rem;}.block-plma-workflow-exhibitor-content .card__content{margin-bottom:1.5rem;height:calc(100% - 72px);}.block-plma-workflow-exhibitor-content .img-wrapper{min-width:258px;min-height:215px;background:url(/themes/custom/plma/images/img-default-preshow.png) no-repeat center;max-width:215px;margin:auto;}.block-plma-workflow-exhibitor-content .card-description,.block-plma-workflow-exhibitor-content .card-deadline,.block-plma-workflow-exhibitor-content .card-submission{margin-bottom:1rem;}.block-plma-workflow-exhibitor-content img{display:block;height:auto;margin:auto;max-width:258px;width:100%;}.block-plma-workflow-exhibitor-content h2{color:#00466E;font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;font-size:1.375rem;font-weight:normal;text-align:center;}.block-plma-workflow-exhibitor-content .main-text{display:block;min-height:178px;}.block-plma-workflow-exhibitor-content a.link{color:#00466E;text-decoration:none;}.block-plma-workflow-exhibitor-content a:not(.link){display:block;margin:0 auto;max-width:226px;min-height:48px;padding:0.75rem 1.25rem;}.block-views-blocksubmit-products-block-1,.block-views-blockdraft-products-block-1,.block-views-blockdraft-products-block-2,.block-views-blocksubmit-products-block-2{margin-bottom:1.5rem;background:var(--color-white);padding:1.75rem;}.block-views-blocksubmit-products-block-1 h2,.block-views-blockdraft-products-block-1 h2,.block-views-blockdraft-products-block-2 h2,.block-views-blocksubmit-products-block-2 h2{font-size:1.375rem;margin:0 0 1.5rem;}.block-views-blocksubmit-products-block-1 .views-row,.block-views-blockdraft-products-block-1 .views-row,.block-views-blockdraft-products-block-2 .views-row,.block-views-blocksubmit-products-block-2 .views-row{position:relative;padding:1.25rem 0;}@media screen and (min-width:62rem){.block-views-blocksubmit-products-block-1 .views-row,.block-views-blockdraft-products-block-1 .views-row,.block-views-blockdraft-products-block-2 .views-row,.block-views-blocksubmit-products-block-2 .views-row{display:grid;grid-gap:0;grid-template-columns:calc(100% - 300px) 300px;}}.block-views-blocksubmit-products-block-1 .views-row:not(:first-child),.block-views-blockdraft-products-block-1 .views-row:not(:first-child),.block-views-blockdraft-products-block-2 .views-row:not(:first-child),.block-views-blocksubmit-products-block-2 .views-row:not(:first-child){border-top:1px dotted #E8EBEE;}.block-views-blocksubmit-products-block-1 .views-row:first-child,.block-views-blockdraft-products-block-1 .views-row:first-child,.block-views-blockdraft-products-block-2 .views-row:first-child,.block-views-blocksubmit-products-block-2 .views-row:first-child{padding-top:0;}.block-views-blocksubmit-products-block-1 .views-row:last-child,.block-views-blockdraft-products-block-1 .views-row:last-child,.block-views-blockdraft-products-block-2 .views-row:last-child,.block-views-blocksubmit-products-block-2 .views-row:last-child{padding-bottom:0;}.block-views-blocksubmit-products-block-1 .views-label,.block-views-blockdraft-products-block-1 .views-label,.block-views-blockdraft-products-block-2 .views-label,.block-views-blocksubmit-products-block-2 .views-label{font-weight:bold;margin:0 0.625rem 0.625rem 0;}.block-views-blocksubmit-products-block-1 .field-content,.block-views-blockdraft-products-block-1 .field-content,.block-views-blockdraft-products-block-2 .field-content,.block-views-blocksubmit-products-block-2 .field-content{color:#6B7280;}.block-views-blocksubmit-products-block-1 .views-field:not(.views-field-field-product-image),.block-views-blockdraft-products-block-1 .views-field:not(.views-field-field-product-image),.block-views-blockdraft-products-block-2 .views-field:not(.views-field-field-product-image),.block-views-blocksubmit-products-block-2 .views-field:not(.views-field-field-product-image){grid-column:1/2;margin-bottom:0.625rem;}.block-views-blocksubmit-products-block-1 .views-field.views-field-field-product-image,.block-views-blockdraft-products-block-1 .views-field.views-field-field-product-image,.block-views-blockdraft-products-block-2 .views-field.views-field-field-product-image,.block-views-blocksubmit-products-block-2 .views-field.views-field-field-product-image{grid-column:2;grid-row:1/6;text-align:center;}.block-views-blocksubmit-products-block-1 .views-field.views-field-edit-node,.block-views-blockdraft-products-block-1 .views-field.views-field-edit-node,.block-views-blockdraft-products-block-2 .views-field.views-field-edit-node,.block-views-blocksubmit-products-block-2 .views-field.views-field-edit-node{grid-column:1/3;}.block-views-blockdraft-products-block-1 .views-field-edit-node,.block-views-blockdraft-products-block-2 .views-field-edit-node{display:block;margin:auto;}@media screen and (min-width:48rem){.block-views-blockdraft-products-block-1 .views-field-edit-node,.block-views-blockdraft-products-block-2 .views-field-edit-node{max-width:302px;}}.block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node a{display:block;line-height:1;margin-bottom:1.25rem;}@media screen and (min-width:48rem){.block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node a{margin-bottom:0;}}@media screen and (min-width:48rem){.block-views-blockpackage-list-block-1 .view-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.block-views-blockpackage-list-block-1 .view-content .views-row{padding:2.25rem 1.75rem;}.block-views-blockpackage-list-block-1 .view-content .views-row .views-field-field-description{margin:0;}}.block-views-blockpackage-list-block-1 .view-content .views-row{max-width:90%;margin:0 auto 1.25rem;}.block-views-blockpackage-list-block-1 .view-content .views-row h2{color:#00466E;font-family:"avenir_next_lt_promedium","Open Sans",sans-serif;font-size:1.375rem;font-weight:normal;text-align:center;}.block-views-blockpackage-list-block-1 .view-content .views-row img{display:block;height:auto;margin:auto;max-width:258px;width:100%;}.block-views-blockpackage-list-block-1 .view-content .views-row .views-field-field-description{margin:0 2rem;}.block-views-blockpackage-list-block-1 .view-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:6rem;}.npe-products .page-title,.ps-products .page-title{text-align:center;width:100%;}.npe-products .node__content,.ps-products .node__content{text-align:center;width:100%;}.field--widget-entity-browser-file .claro-details__wrapper{margin-bottom:0;}.field--widget-entity-browser-file fieldset > .fieldset__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.field--widget-entity-browser-file fieldset > .fieldset__wrapper .fieldset__description{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}.role-exhibitor .field--widget-entity-browser-file .draggable-table div[class*=meta-alt]{visibility:hidden;}.field--widget-entity-browser-file .entities-list thead{border:0 none;height:0;opacity:0;}.field--widget-entity-browser-file .entities-list thead tr{visibility:collapse;}.field--widget-entity-browser-file .entities-list thead *{border:0 none;height:0;margin:0;padding:0 !important;}.entity_browser-product_image form{padding:0;}.entity-browser-iframe{background:var(--color-white);}.entity-browser-iframe form{padding:0;}.entity-browser-iframe .layout-container,.entity-browser-iframe .path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-promo-card.promo-card-block .entity-browser-iframe .view-content,.entity-browser-iframe .path-frontpage .view-category-slider .view-content,.path-frontpage .view-category-slider .entity-browser-iframe .view-content,.entity-browser-iframe .path-frontpage .view-slider-featured-products .view-content,.path-frontpage .view-slider-featured-products .entity-browser-iframe .view-content{padding:0;}.entity-browser-iframe .dropzone{background:none;}.entity-browser-iframe .dz-message{margin:0;}@media screen and (min-width:48rem){.entity-browser-iframe .dz-message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}.entity-browser-iframe .dz-message::before{background:url(/themes/custom/plma/images/feather_upload-cloud.png) no-repeat center;content:"";display:block;height:58px;width:100px;}@media screen and (max-width:47.9375rem){.entity-browser-iframe .dz-message::before{margin:0 auto;}}.entity-browser-iframe .dz-message p:not(:last-of-type){padding-right:0.5rem;}.entity-browser-iframe .dz-message .button,.entity-browser-iframe .dz-message .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .entity-browser-iframe .dz-message .feed-icon,.entity-browser-iframe .dz-message .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .entity-browser-iframe .dz-message input,.entity-browser-iframe .dz-message .menu--reviews .menu-item a,.menu--reviews .menu-item .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .entity-browser-iframe .dz-message a:not(.link),.entity-browser-iframe .dz-message .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .entity-browser-iframe .dz-message a{background:none;color:#00466E;border:1px solid !important;}@media screen and (min-width:48rem){.entity-browser-iframe .dz-message .button,.entity-browser-iframe .dz-message .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .entity-browser-iframe .dz-message .feed-icon,.entity-browser-iframe .dz-message .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .entity-browser-iframe .dz-message input,.entity-browser-iframe .dz-message .menu--reviews .menu-item a,.menu--reviews .menu-item .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .entity-browser-iframe .dz-message a:not(.link),.entity-browser-iframe .dz-message .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .entity-browser-iframe .dz-message a,.entity-browser-iframe .dz-message .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .entity-browser-iframe .dz-message a{margin-left:1.5rem;}}.entity-browser-iframe .dz-message .button:hover,.entity-browser-iframe .dz-message .node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .entity-browser-iframe .dz-message a:hover,.entity-browser-iframe .dz-message .view-reviews .feed-icons .feed-icon:hover,.view-reviews .feed-icons .entity-browser-iframe .dz-message .feed-icon:hover,.entity-browser-iframe .dz-message .view-reviews .views-bulk-actions input:hover,.view-reviews .views-bulk-actions .entity-browser-iframe .dz-message input:hover,.entity-browser-iframe .dz-message .menu--reviews .menu-item a:hover,.menu--reviews .menu-item .entity-browser-iframe .dz-message a:hover,.entity-browser-iframe .dz-message .block-plma-workflow-exhibitor-content a:hover:not(.link),.block-plma-workflow-exhibitor-content .entity-browser-iframe .dz-message a:hover:not(.link),.entity-browser-iframe .dz-message .block-views-blockdraft-products-block-1 .views-field-edit-node a:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node .entity-browser-iframe .dz-message a:hover,.entity-browser-iframe .dz-message .block-views-blockdraft-products-block-2 .views-field-edit-node a:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node .entity-browser-iframe .dz-message a:hover{background:#E8EBEE;}.entity-browser-iframe #edit-submit{display:none;}.entity-browser-form .form-item__label{display:none;}.entity-browser-form #edit-actions,.entity-browser-form .is-entity-browser-submit{margin-bottom:0;margin-top:0;}.entity-browser-form .dz-success-mark svg path{fill:#3F704D;fill-opacity:0.9;}.entity-browser-form .dz-error-mark svg path{fill:#c11212;fill-opacity:0.9;}.entity-browser-form .dropzonejs-remove-icon{background-image:url(/themes/custom/plma/images/remove.svg) !important;opacity:0.8;}.entity-browser-form .dropzonejs-remove-icon:hover{opacity:1;}.plma_workflow-company_listing .page-title{width:100%;}.plma_workflow-company_listing form{padding:0;}.plma_workflow-company_listing form .fieldset__legend--visible ~ .fieldset__wrapper{margin:0;}.plma_workflow-company_listing .claro-details{-webkit-box-shadow:none;box-shadow:none;border:none;}.plma_workflow-company_listing .button,.plma_workflow-company_listing .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-company_listing a,.plma_workflow-company_listing .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-company_listing .feed-icon,.plma_workflow-company_listing .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-company_listing input,.plma_workflow-company_listing .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-company_listing a,.plma_workflow-company_listing .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-company_listing a:not(.link),.plma_workflow-company_listing .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-company_listing a,.plma_workflow-company_listing .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-company_listing a{min-width:180px;padding:0.85rem 1.875rem;}.plma_workflow-company_listing .form-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right;margin:0;}.plma_workflow-company_listing .field--name-field-video .claro-autocomplete{width:100%;}.plma_workflow-company_listing .field--name-field-video .form-item__description ul li{margin:0;padding:0;}.plma_workflow-company_listing .field--name-field-video .form-item__description ul li:last-child{display:none;}.plma_workflow-company_listing .fieldset{margin:0;border:0;-webkit-box-shadow:none;box-shadow:none;}.plma_workflow-company_listing .fieldset .fieldset .fieldset__label{padding-left:0;color:#3E3E59;}.plma_workflow-company_listing .fieldset .fieldset > .fieldset__wrapper{margin:0;}.plma_workflow-company_listing .fieldset.form-completed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1.25rem 1.25rem 1.25rem 0;}.plma_workflow-company_listing .fieldset.form-completed .fieldset__wrapper{margin-bottom:0;font-size:1.125rem;color:#00466E;}.plma_workflow-company_listing .fieldset.disabled{position:relative;}.plma_workflow-company_listing .fieldset.disabled::before{content:"";display:block;position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.7490196078);z-index:999;}.plma_workflow-company_listing .fieldset.disabled .upgrade-package-btn{display:block;color:#00466E;position:absolute;top:50%;left:0;right:0;margin:-1.375rem auto 0;width:230px;z-index:999;}.plma_workflow-company_listing .fieldset.disabled .upgrade-package-btn:hover{color:var(--color-white);}.plma_workflow-company_listing .region-content > fieldset .fieldset__label{font-size:1.125rem;text-transform:uppercase;color:#3E3E59;}.plma_workflow-company_listing .region-content .form-wrapper .form-wrapper .form-wrapper label,.plma_workflow-company_listing .region-content .form-wrapper .form-wrapper .form-wrapper .fieldset__label{font-size:1rem;padding-bottom:0;text-transform:none;}.plma_workflow-company_listing label.form-item__label{color:#3E3E59;font-size:1.125rem;margin-bottom:0.625rem;text-transform:uppercase;}.plma_workflow-company_listing #edit-field-image .fieldset__label{font-size:1.125rem;padding:0;margin-bottom:0.625rem;text-transform:uppercase;}.plma_workflow-company_listing .node-press-release-form .field--name-field-short-description .form-item__label{text-transform:none;font-size:inherit;}.plma_workflow-company_listing .node-promo-form fieldset .fieldset__label{text-transform:uppercase !important;}.plma_workflow-company_listing .node-form .layout-region--node-footer .layout-region__content{margin-top:0;}.plma_workflow-company_listing .region.region-content > fieldset .fieldset__wrapper{margin-bottom:0;}.plma_workflow-company_listing .press-release-fieldset{padding-top:4.25rem;}.plma_workflow-company_listing .view-about-us{background:var(--color-white);padding:0 1.25rem 1.25rem;}.plma_workflow-company_listing .view-about-us .view-content{border-bottom:1px solid #E8EBEE;padding:0 0 0.625rem;}.plma_workflow-company_listing .divider{display:none;}.plma_workflow-company_listing .layout-region--node-footer{margin-bottom:1rem;}.plma_workflow-company_listing .layout-region--node-footer .form-submit{margin-top:0;}.plma_workflow-company_listing form:not(.node-promo-form) .layout-region--node-footer{border-bottom:1px solid #E8EBEE;}.company-listing__block{margin-bottom:1.75rem;position:relative;}@media screen and (min-width:62rem){.company-listing__block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.company-listing__info{margin-top:0.625rem;}@media screen and (min-width:62rem){.company-listing__info{margin-top:0;padding-left:3.75rem;padding-right:1rem;}}.company-listing__info p{margin-top:0;}.company-listing__info .upgrade--button{display:block;margin:1.875rem auto 0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;}@media screen and (min-width:62rem){.company-listing__info .upgrade--button{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;position:absolute;left:0;right:0;margin:1.25rem auto 0;}}.company-listing__menu{border-left:1px solid #adb5bd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:1rem;position:relative;}@media screen and (min-width:62rem){.company-listing__menu{width:180px;}}.company-listing__menu a{display:block;margin-bottom:0.625rem;font-size:0.875rem;}.company-listing__menu a.active{font-weight:bold;}.company-listing__menu a.active::before{content:"";display:block;width:4px;height:28px;background:#00466E;position:absolute;left:-2px;}.company-listing__menu a.disabled{color:#adb5bd;}.company-listing__menu a.disabled::before{background:#adb5bd;}.packages .page-title{text-align:center;width:100%;}.packages .node__content{text-align:center;width:100%;}.block-system-branding-block{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.block-system-branding-block .site-info{margin-left:1.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.block-system-branding-block .site-name{font-size:1.625rem;}.block-system-branding-block .site-name a{color:#121212;}.block-system-branding-block .site-name a:hover{color:#121212;}.block-system-branding-block .site-slogan{font-size:1.3125rem;}#block-plma-copyright .copyright-socials-wrapper{font-size:0.875rem;}@media screen and (min-width:62rem){#block-plma-copyright .copyright-socials-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}#block-plma-copyright .socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal;}@media screen and (max-width:61.9375rem){#block-plma-copyright .socials{margin-top:1.25rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}#block-plma-copyright .socials svg{margin-left:0.5rem;}.status-review{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:0;z-index:1;}.product-spotlight-review-form .status-review{top:0;}.status-review--label{font-size:1rem;padding:0.9375rem 1.25rem;}.status-review--item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0.9375rem 3.125rem 0.9375rem;position:relative;}.status-review--item::before{content:"";border-radius:50%;height:10px;margin-right:0.5rem;width:10px;}.status-review .pending,.status-review .initial_review,.status-review .final_review{background-color:#B1CC0e;}.status-review .pending::before,.status-review .initial_review::before,.status-review .final_review::before{background-color:#CDEB13;}.status-review .published{background-color:#3F704D;}.status-review .published::before{background-color:#1aac43;}.status-review .rejected{background-color:#c11212;}.status-review .rejected::before{background-color:#FF3333;}.download_link{display:block;margin-top:0.625rem;text-align:center;}.download_link:hover img{opacity:1;}.download_link img{opacity:0.5;vertical-align:text-top;}.node-new-product-expo-final-review-form .button.form-submit:not(#edit-unmerge-button),.node-new-product-expo-final-review-form .node--type-promo-card.node--view-mode-full .field--name-field-link a.form-submit:not(#edit-unmerge-button),.node--type-promo-card.node--view-mode-full .field--name-field-link .node-new-product-expo-final-review-form a.form-submit:not(#edit-unmerge-button),.node-new-product-expo-final-review-form .view-reviews .feed-icons .form-submit.feed-icon:not(#edit-unmerge-button),.view-reviews .feed-icons .node-new-product-expo-final-review-form .form-submit.feed-icon:not(#edit-unmerge-button),.node-new-product-expo-final-review-form .view-reviews .views-bulk-actions input.form-submit:not(#edit-unmerge-button),.view-reviews .views-bulk-actions .node-new-product-expo-final-review-form input.form-submit:not(#edit-unmerge-button),.node-new-product-expo-final-review-form .menu--reviews .menu-item a.form-submit:not(#edit-unmerge-button),.menu--reviews .menu-item .node-new-product-expo-final-review-form a.form-submit:not(#edit-unmerge-button),.node-new-product-expo-final-review-form .block-plma-workflow-exhibitor-content a.form-submit:not(#edit-unmerge-button):not(.link),.block-plma-workflow-exhibitor-content .node-new-product-expo-final-review-form a.form-submit:not(#edit-unmerge-button):not(.link),.node-new-product-expo-final-review-form .block-views-blockdraft-products-block-1 .views-field-edit-node a.form-submit:not(#edit-unmerge-button),.block-views-blockdraft-products-block-1 .views-field-edit-node .node-new-product-expo-final-review-form a.form-submit:not(#edit-unmerge-button),.node-new-product-expo-final-review-form .block-views-blockdraft-products-block-2 .views-field-edit-node a.form-submit:not(#edit-unmerge-button),.block-views-blockdraft-products-block-2 .views-field-edit-node .node-new-product-expo-final-review-form a.form-submit:not(#edit-unmerge-button),.review-form .button.form-submit:not(#edit-unmerge-button),.review-form .node--type-promo-card.node--view-mode-full .field--name-field-link a.form-submit:not(#edit-unmerge-button),.node--type-promo-card.node--view-mode-full .field--name-field-link .review-form a.form-submit:not(#edit-unmerge-button),.review-form .view-reviews .feed-icons .form-submit.feed-icon:not(#edit-unmerge-button),.view-reviews .feed-icons .review-form .form-submit.feed-icon:not(#edit-unmerge-button),.review-form .view-reviews .views-bulk-actions input.form-submit:not(#edit-unmerge-button),.view-reviews .views-bulk-actions .review-form input.form-submit:not(#edit-unmerge-button),.review-form .menu--reviews .menu-item a.form-submit:not(#edit-unmerge-button),.menu--reviews .menu-item .review-form a.form-submit:not(#edit-unmerge-button),.review-form .block-plma-workflow-exhibitor-content a.form-submit:not(#edit-unmerge-button):not(.link),.block-plma-workflow-exhibitor-content .review-form a.form-submit:not(#edit-unmerge-button):not(.link),.review-form .block-views-blockdraft-products-block-1 .views-field-edit-node a.form-submit:not(#edit-unmerge-button),.block-views-blockdraft-products-block-1 .views-field-edit-node .review-form a.form-submit:not(#edit-unmerge-button),.review-form .block-views-blockdraft-products-block-2 .views-field-edit-node a.form-submit:not(#edit-unmerge-button),.block-views-blockdraft-products-block-2 .views-field-edit-node .review-form a.form-submit:not(#edit-unmerge-button){display:block;min-width:280px;margin:1.25rem auto;}.node-new-product-expo-final-review-form .field--name-field-is-the-sample .form-radios,.review-form .field--name-field-is-the-sample .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.node-new-product-expo-final-review-form .field--name-field-is-the-sample .form-radios .form-type--radio,.review-form .field--name-field-is-the-sample .form-radios .form-type--radio{margin-right:0.625rem;}.node-new-product-expo-final-review-form .field--name-field-is-the-sample .form-radios .form-type--radio:last-child,.review-form .field--name-field-is-the-sample .form-radios .form-type--radio:last-child{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}@media screen and (min-width:62rem){.node-new-product-expo-final-review-form .field--name-field-sys-final-review-status .form-radios,.review-form .field--name-field-sys-final-review-status .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.node-new-product-expo-final-review-form .field--name-field-sys-final-review-status .form-radios .form-type--radio,.review-form .field--name-field-sys-final-review-status .form-radios .form-type--radio{margin-right:0.625rem;}.final-review-form{text-align:center;}.plma_workflow-node-ps_review .product-spotlight-review-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:2rem;position:relative;}.plma_workflow-node-ps_review .product-spotlight-review-form .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .field__item{font-size:1rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details{background-color:#f9f9f9;-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;margin-top:3rem;-webkit-box-ordinal-group:-1;-webkit-order:-2;-ms-flex-order:-2;order:-2;padding:2rem;}@media screen and (min-width:75rem){.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details{margin-top:0;position:absolute;right:2rem;top:15%;width:40%;}}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details .node__content > div:not(:last-child){margin-bottom:0.625rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details .node__content .field__label{font-weight:100;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details .node__content .field__item{font-weight:bold;margin:0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-company-details h2{display:none;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products{background-color:var(--color-white);}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image{margin:3rem 0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__item{margin:0.5rem 0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-retailer-info-in-prod,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-attribute,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-category,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-promotional-description{margin:2rem 0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-retailer-info-in-prod .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-retailer-info-in-prod .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-attribute .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-attribute .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-category .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-category .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-promotional-description .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-promotional-description .field__item{margin:0.5rem 0;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-promotional-description{border-top:2px solid #E8EBEE;margin-top:2rem;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__label,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__label{font-weight:normal;}.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image .field__item,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage .field__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem;}@media screen and (min-width:75rem){.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image,.plma_workflow-node-ps_review .product-spotlight-review-form .node--view-mode-ps-products .field--name-field-product-image-nopackage{display:inline-block;width:300px;}}.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper .fieldset__label,.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper label{font-size:1rem;}.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper label{margin-right:3rem;}.plma_workflow-node-ps_review #edit-product-spotlight-review-status--wrapper .form-radios{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:2rem 0;}@media screen and (min-width:62rem){.plma_workflow-node-ps_review .button,.plma_workflow-node-ps_review .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_workflow-node-ps_review .feed-icon,.plma_workflow-node-ps_review .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_workflow-node-ps_review input,.plma_workflow-node-ps_review .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_workflow-node-ps_review a:not(.link),.plma_workflow-node-ps_review .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_workflow-node-ps_review a,.plma_workflow-node-ps_review .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_workflow-node-ps_review a{margin:auto;width:30%;}}.npe-card-details{-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;padding:0.875rem 0.875rem 1.25rem;position:relative;}@media screen and (min-width:62rem){.npe-card-details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.npe-card-details h3{font-size:1.125rem;margin-top:0;width:100%;}@media screen and (min-width:62rem){.npe-card-details button.download_card{font-size:0.875rem;position:absolute;right:0;text-transform:uppercase;top:-4px;}}@media screen and (min-width:62rem){.npe-card-details .field--name-field-sys-name-of-product-card,.npe-card-details .field--name-field-sys-notes-comments-card{width:100%;}}@media screen and (min-width:62rem){.npe-card-details .field--name-field-sys-category-card,.npe-card-details .field--name-field-sys-company-card,.npe-card-details .field--name-field-sys-card-description,.npe-card-details .field--name-field-sys-cabinet-card-details,.npe-card-details .field--name-field-sys-shelf-card-details,.npe-card-details .field--name-field-sys-box-card{width:49%;}}.npe-card-details .field--name-field-sys-notes-comments-card .form-item{margin-bottom:0;}.page-node-type-new-product-expo .block-local-tasks-block li:first-child{display:none;}.node--view-mode-npe-products .innovative-features-view h3,.node--type-new-product-expo .innovative-features-view h3,.node--type-product-spotlight.node--view-mode-full .innovative-features-view h3,.node--view-mode-npe-products .benefits-innovation-view h3,.node--type-new-product-expo .benefits-innovation-view h3,.node--type-product-spotlight.node--view-mode-full .benefits-innovation-view h3{font-size:1.35rem;}.view-previous-year-submissions,.block-views-blockother-submissions-block-1,.block-views-blockother-submissions-block-2{background-color:var(--color-white);}.view-previous-year-submissions .view-header,.block-views-blockother-submissions-block-1 .view-header,.block-views-blockother-submissions-block-2 .view-header{background-color:#336B8B;margin-top:1rem;padding:0.5rem;}.view-previous-year-submissions .view-header h4,.block-views-blockother-submissions-block-1 .view-header h4,.block-views-blockother-submissions-block-2 .view-header h4{color:var(--color-white);}.view-previous-year-submissions .other-products,.block-views-blockother-submissions-block-1 .other-products,.block-views-blockother-submissions-block-2 .other-products{padding:1rem 2rem;}@media screen and (min-width:62rem){.view-previous-year-submissions .other-products,.block-views-blockother-submissions-block-1 .other-products,.block-views-blockother-submissions-block-2 .other-products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.view-previous-year-submissions .other-products p,.block-views-blockother-submissions-block-1 .other-products p,.block-views-blockother-submissions-block-2 .other-products p{font-size:0.8rem;}.view-previous-year-submissions .other-products .info-products,.block-views-blockother-submissions-block-1 .other-products .info-products,.block-views-blockother-submissions-block-2 .other-products .info-products{width:80%;}.view-previous-year-submissions .other-products .img-product,.block-views-blockother-submissions-block-1 .other-products .img-product,.block-views-blockother-submissions-block-2 .other-products .img-product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 2rem;width:20%;}.page-node-type-new-product-expo .status-wrapper{position:relative;}.page-node-type-new-product-expo .page-title{display:none;}@media screen and (min-width:62rem){.page-node-type-new-product-expo #edit-status-vote{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media screen and (min-width:62rem){.page-node-type-new-product-expo #edit-status-vote > div{margin-right:1.125rem;}}.page-node-type-new-product-expo .region-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media screen and (max-width:61.9375rem){.page-node-type-new-product-expo .region-content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.page-node-type-new-product-expo .region-content .node--type-new-product-expo,.page-node-type-new-product-expo .region-content .node--type-product-spotlight.node--view-mode-full{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}@media screen and (max-width:61.9375rem){.page-node-type-new-product-expo .region-content .node--type-new-product-expo,.page-node-type-new-product-expo .region-content .node--type-product-spotlight.node--view-mode-full{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}.node--type-new-product-expo.node--unpublished,.node--unpublished.node--type-product-spotlight.node--view-mode-full{background:var(--color-white);}@media screen and (min-width:62rem){.new-product-expo__teaser{display:grid;grid-template-columns:1fr 220px;}}.new-product-expo__teaser .field--name-title{font-size:1.1rem;font-weight:bold;margin-bottom:0.625rem;}.new-product-expo__teaser .download_link{display:none;}.new-product-expo__teaser .field--name-field-product-attribute .field__item{display:inline-block;margin-right:0.25rem;}.new-product-expo__teaser .content_info > div{margin-bottom:0.625rem;}@media screen and (max-width:61.9375rem){.new-product-expo__teaser .content_contact span.pipe{display:none;}}@media screen and (min-width:62rem){.new-product-expo__teaser .content_contact > div{display:inline-block;}}.node--view-mode-npe-products,.node--type-new-product-expo,.node--type-product-spotlight.node--view-mode-full{background:var(--color-white);padding:1.2rem 1.5rem 0;position:relative;}.node--view-mode-npe-products .npe-title,.node--type-new-product-expo .npe-title,.node--type-product-spotlight.node--view-mode-full .npe-title{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:3.5rem;}@media screen and (min-width:48rem){.node--view-mode-npe-products .npe-title,.node--type-new-product-expo .npe-title,.node--type-product-spotlight.node--view-mode-full .npe-title{margin-top:3rem;}}.node--view-mode-npe-products .npe-title .active-flag,.node--type-new-product-expo .npe-title .active-flag,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag{background:#adb5bd;height:32px;margin-left:1.25rem;position:relative;padding:0.1875rem 1.625rem;}.node--view-mode-npe-products .npe-title .active-flag::before,.node--type-new-product-expo .npe-title .active-flag::before,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag::before{background:var(--color-white);border-style:solid;border-color:rgba(0,0,0,0) #adb5bd;border-width:16px 15px 16px 0;content:"";display:block;height:0;left:-8px;position:absolute;top:0;width:0;}.node--view-mode-npe-products .npe-title .active-flag.conflicting,.node--type-new-product-expo .npe-title .active-flag.conflicting,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.conflicting{background:#c11212;color:var(--color-white);}.node--view-mode-npe-products .npe-title .active-flag.conflicting::before,.node--type-new-product-expo .npe-title .active-flag.conflicting::before,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.conflicting::before{border-color:rgba(0,0,0,0) #c11212;}.node--view-mode-npe-products .npe-title .active-flag.need-more-information,.node--type-new-product-expo .npe-title .active-flag.need-more-information,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.need-more-information{background:#D27200;color:var(--color-white);}.node--view-mode-npe-products .npe-title .active-flag.need-more-information::before,.node--type-new-product-expo .npe-title .active-flag.need-more-information::before,.node--type-product-spotlight.node--view-mode-full .npe-title .active-flag.need-more-information::before{border-color:rgba(0,0,0,0) #D27200;}.node--view-mode-npe-products h2,.node--type-new-product-expo h2,.node--type-product-spotlight.node--view-mode-full h2{margin-top:0;margin-bottom:3.125rem;}@media screen and (min-width:62rem){.node--view-mode-npe-products > .node__content,.node--type-new-product-expo > .node__content,.node--type-product-spotlight.node--view-mode-full > .node__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.node--view-mode-npe-products .company-information,.node--type-new-product-expo .company-information,.node--type-product-spotlight.node--view-mode-full .company-information{background-color:#f9f9f9;-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;padding:1.4rem;}@media screen and (min-width:62rem){.node--view-mode-npe-products .company-information,.node--type-new-product-expo .company-information,.node--type-product-spotlight.node--view-mode-full .company-information{width:40%;}}.node--view-mode-npe-products .company-information > div:not(:last-child),.node--type-new-product-expo .company-information > div:not(:last-child),.node--type-product-spotlight.node--view-mode-full .company-information > div:not(:last-child){margin-bottom:0.625rem;}.node--view-mode-npe-products .company-information .field__label,.node--type-new-product-expo .company-information .field__label,.node--type-product-spotlight.node--view-mode-full .company-information .field__label{font-weight:100;}.node--view-mode-npe-products .company-information .field__item,.node--type-new-product-expo .company-information .field__item,.node--type-product-spotlight.node--view-mode-full .company-information .field__item{font-weight:bold;margin:0;}.node--view-mode-npe-products .company-information h2,.node--type-new-product-expo .company-information h2,.node--type-product-spotlight.node--view-mode-full .company-information h2{display:none;}.node--view-mode-npe-products .product-images,.node--type-new-product-expo .product-images,.node--type-product-spotlight.node--view-mode-full .product-images{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.node--view-mode-npe-products .product-images .slick,.node--type-new-product-expo .product-images .slick,.node--type-product-spotlight.node--view-mode-full .product-images .slick{width:450px;}.node--view-mode-npe-products .product-images .slick .slick-dots,.node--type-new-product-expo .product-images .slick .slick-dots,.node--type-product-spotlight.node--view-mode-full .product-images .slick .slick-dots{position:absolute;top:0;left:-40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-left:0.625rem;}.node--view-mode-npe-products .product-images .slick .slick-dots li,.node--type-new-product-expo .product-images .slick .slick-dots li,.node--type-product-spotlight.node--view-mode-full .product-images .slick .slick-dots li{margin-bottom:0.625rem;}.node--view-mode-npe-products .product-images .slick .slick-dots button,.node--type-new-product-expo .product-images .slick .slick-dots button,.node--type-product-spotlight.node--view-mode-full .product-images .slick .slick-dots button{width:auto;}.node--view-mode-npe-products .product-images .slick .slick-dots__thumbnail,.node--type-new-product-expo .product-images .slick .slick-dots__thumbnail,.node--type-product-spotlight.node--view-mode-full .product-images .slick .slick-dots__thumbnail{width:60px;height:auto;}.node--view-mode-npe-products .product-images .slick .slick-list,.node--type-new-product-expo .product-images .slick .slick-list,.node--type-product-spotlight.node--view-mode-full .product-images .slick .slick-list{margin-left:3rem;margin-right:1rem;}.node--view-mode-npe-products .product-images .slick .slick-dots--thumbnail-grid,.node--type-new-product-expo .product-images .slick .slick-dots--thumbnail-grid,.node--type-product-spotlight.node--view-mode-full .product-images .slick .slick-dots--thumbnail-grid{padding-top:0;}.node--view-mode-npe-products .product-images .product-info,.node--type-new-product-expo .product-images .product-info,.node--type-product-spotlight.node--view-mode-full .product-images .product-info{border-top:2px solid #E8EBEE;margin-top:1.625rem;padding-top:1.625rem;}@media screen and (min-width:62rem){.node--view-mode-npe-products .product-images .product-info,.node--type-new-product-expo .product-images .product-info,.node--type-product-spotlight.node--view-mode-full .product-images .product-info{width:100%;}}.node--view-mode-npe-products .product-images .product-info > div:not(:last-child),.node--type-new-product-expo .product-images .product-info > div:not(:last-child),.node--type-product-spotlight.node--view-mode-full .product-images .product-info > div:not(:last-child){margin-bottom:1rem;}.node--view-mode-npe-products .product-images .product-info > div:not(:last-child) p,.node--type-new-product-expo .product-images .product-info > div:not(:last-child) p,.node--type-product-spotlight.node--view-mode-full .product-images .product-info > div:not(:last-child) p{margin:0;}.node--view-mode-npe-products .product-images .product-info .field__label,.node--type-new-product-expo .product-images .product-info .field__label,.node--type-product-spotlight.node--view-mode-full .product-images .product-info .field__label{font-size:var(--font-size-s);}.node--type-new-product-expo,.node--type-product-spotlight.node--view-mode-full{padding-bottom:1.2rem;}.product-info .field--name-field-sys-master-record .product-title,.product-info .field--name-field-sys-merged-products .product-title{margin-bottom:0.5rem;}.product-info .field--name-field-sys-master-record > .field__label,.product-info .field--name-field-sys-merged-products > .field__label{background:#00466E;color:var(--color-white);padding:1rem;margin-bottom:0.625rem;}.product-info .field--name-field-sys-master-record > .field__item,.product-info .field--name-field-sys-master-record > .field__items > .field__item,.product-info .field--name-field-sys-merged-products > .field__item,.product-info .field--name-field-sys-merged-products > .field__items > .field__item{background:var(--color-white);-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;padding:1rem 1.25rem;margin-bottom:0.625rem;}.product-info .field--name-field-sys-master-record .field--name-field-product-image,.product-info .field--name-field-sys-merged-products .field--name-field-product-image{background:var(--color-white);text-align:center;margin-right:0.625rem;}.product-info .field--name-field-date-of-rejection{padding:0.875rem;background:#c11212;color:var(--color-white);}.product-info .field--name-field-date-of-confirmation{padding:0.875rem;background:#3F704D;color:var(--color-white);}.field--name-field-sys-initial-review{border-bottom:1px solid #E8EBEE;padding-bottom:1rem;}.field--name-field-sys-initial-review > .field__item{-webkit-box-shadow:1px 1px 4px #c9c9c9;box-shadow:1px 1px 4px #c9c9c9;margin-bottom:0.5rem;}@media screen and (max-width:61.9375rem){.field--name-field-sys-initial-review > .field__item{padding:0.625rem 0;}}@media screen and (max-width:61.9375rem){.field--name-field-sys-initial-review > .field__item:first-child{border-top:1px solid #E8EBEE;}}@media screen and (min-width:62rem){.field--name-field-sys-initial-review > .field__item:first-child .field__label{background:#00466E;color:var(--color-white);}}.field--name-field-sys-initial-review > .field__item:not(:first-child){border-top:1px solid #E8EBEE;}@media screen and (min-width:62rem){.field--name-field-sys-initial-review > .field__item:not(:first-child) .field__label{display:none;}}@media screen and (min-width:62rem){.field--name-field-sys-initial-review .paragraph--type--initial-review{display:grid;grid-template-columns:160px 1fr 130px 130px;}}@media screen and (max-width:61.9375rem){.field--name-field-sys-initial-review .paragraph--type--initial-review .field__label,.field--name-field-sys-initial-review .paragraph--type--initial-review .field__item{padding:0.25rem 0;}}@media screen and (min-width:62rem){.field--name-field-sys-initial-review .paragraph--type--initial-review .field__label,.field--name-field-sys-initial-review .paragraph--type--initial-review .field__item{padding:1rem;}}.field--name-field-sys-initial-review .paragraph--type--initial-review p{margin:0;}.container-info{margin:1rem;}.container-info .favorite{text-align:end;}.container-info .favorite .flag-favorite{position:relative;}.container-info .favorite .flag-favorite a{color:#121212;margin-right:1.5625rem;text-decoration:underline;}.container-info .favorite .flag-favorite.action-flag a::before{background:url(/themes/custom/plma/images/icons/flag.svg) no-repeat;-webkit-background-size:contain;background-size:contain;content:"";height:20px;position:absolute;right:0;width:20px;}.container-info .favorite .flag-favorite.action-unflag a::before{background:url(/themes/custom/plma/images/icons/unflag.svg) no-repeat;-webkit-background-size:contain;background-size:contain;content:"";height:20px;position:absolute;right:0;width:20px;}.container-info .label{background-color:#E8EBEE;font-weight:bold;}.container-info .text,.container-info .label{padding:0.625rem;}.container-info .company-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.container-info .company-info .container-text{-webkit-box-flex:0;-webkit-flex:0 0 48%;-ms-flex:0 0 48%;flex:0 0 48%;}.container-info .company-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.block-views-blockcompany-products-block-1{margin-bottom:3rem;border-top:1px solid #E8EBEE;}.block-views-blockcompany-products-block-1 h2{display:inline-block;position:relative;font-weight:bold;}.block-views-blockcompany-products-block-1 h2::after{background-color:#FFAD00;bottom:0;content:"";height:3px;left:0;margin-bottom:-0.625rem;position:absolute;width:300px;}.block-views-blockcompany-products-block-1 .view-content{margin-top:2.1875rem;}.block-views-blockcompany-products-block-1 .view-content span{font-weight:bold;}.block-views-blockcompany-products-block-1 .view-content .views-field-field-categories,.block-views-blockcompany-products-block-1 .view-content .views-field-field-short-description,.block-views-blockcompany-products-block-1 .view-content .views-field-field-long-description{margin:0.9375rem 0;}#block-plma-packages{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100% !important;}.plma_search-search .search,.plma_search-exhibitors .search,.plma_search-retailers .search{display:grid;padding-top:1.875rem;grid-template-columns:300px 1fr;grid-gap:16px;}@media screen and (max-width:61.9375rem){.plma_search-search .search,.plma_search-exhibitors .search,.plma_search-retailers .search{grid-template-columns:unset;justify-items:center;}}.plma_search-search .search--filter,.plma_search-exhibitors .search--filter,.plma_search-retailers .search--filter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:self-start;-webkit-align-items:self-start;-ms-flex-align:self-start;align-items:self-start;}@media screen and (max-width:61.9375rem){.plma_search-search .search--filter,.plma_search-exhibitors .search--filter,.plma_search-retailers .search--filter{padding:0.625rem;background:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}}.plma_search-search .search--filter .search--facets,.plma_search-search .search--filter .search--display,.plma_search-search .search--filter .search--refinements,.plma_search-exhibitors .search--filter .search--facets,.plma_search-exhibitors .search--filter .search--display,.plma_search-exhibitors .search--filter .search--refinements,.plma_search-retailers .search--filter .search--facets,.plma_search-retailers .search--filter .search--display,.plma_search-retailers .search--filter .search--refinements{width:-webkit-fill-available;margin:1rem 0;}.plma_search-search .search--filter .search--facets-checkbox,.plma_search-search .search--filter .search--display-checkbox,.plma_search-search .search--filter .search--refinements-checkbox,.plma_search-exhibitors .search--filter .search--facets-checkbox,.plma_search-exhibitors .search--filter .search--display-checkbox,.plma_search-exhibitors .search--filter .search--refinements-checkbox,.plma_search-retailers .search--filter .search--facets-checkbox,.plma_search-retailers .search--filter .search--display-checkbox,.plma_search-retailers .search--filter .search--refinements-checkbox{background-color:var(--color-white);padding:1rem 0 0;margin:1rem 0;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.1);box-shadow:0 3px 6px rgba(0,0,0,0.1);}.plma_search-search .search--filter .search--facets-checkbox .main-list input,.plma_search-search .search--filter .search--facets-checkbox .sub-list input,.plma_search-search .search--filter .search--display-checkbox .main-list input,.plma_search-search .search--filter .search--display-checkbox .sub-list input,.plma_search-search .search--filter .search--refinements-checkbox .main-list input,.plma_search-search .search--filter .search--refinements-checkbox .sub-list input,.plma_search-exhibitors .search--filter .search--facets-checkbox .main-list input,.plma_search-exhibitors .search--filter .search--facets-checkbox .sub-list input,.plma_search-exhibitors .search--filter .search--display-checkbox .main-list input,.plma_search-exhibitors .search--filter .search--display-checkbox .sub-list input,.plma_search-exhibitors .search--filter .search--refinements-checkbox .main-list input,.plma_search-exhibitors .search--filter .search--refinements-checkbox .sub-list input,.plma_search-retailers .search--filter .search--facets-checkbox .main-list input,.plma_search-retailers .search--filter .search--facets-checkbox .sub-list input,.plma_search-retailers .search--filter .search--display-checkbox .main-list input,.plma_search-retailers .search--filter .search--display-checkbox .sub-list input,.plma_search-retailers .search--filter .search--refinements-checkbox .main-list input,.plma_search-retailers .search--filter .search--refinements-checkbox .sub-list input{width:18px;height:20px;z-index:-1;}.plma_search-search .search--filter .search--facets-checkbox .main-list label::before,.plma_search-search .search--filter .search--facets-checkbox .sub-list label::before,.plma_search-search .search--filter .search--display-checkbox .main-list label::before,.plma_search-search .search--filter .search--display-checkbox .sub-list label::before,.plma_search-search .search--filter .search--refinements-checkbox .main-list label::before,.plma_search-search .search--filter .search--refinements-checkbox .sub-list label::before,.plma_search-exhibitors .search--filter .search--facets-checkbox .main-list label::before,.plma_search-exhibitors .search--filter .search--facets-checkbox .sub-list label::before,.plma_search-exhibitors .search--filter .search--display-checkbox .main-list label::before,.plma_search-exhibitors .search--filter .search--display-checkbox .sub-list label::before,.plma_search-exhibitors .search--filter .search--refinements-checkbox .main-list label::before,.plma_search-exhibitors .search--filter .search--refinements-checkbox .sub-list label::before,.plma_search-retailers .search--filter .search--facets-checkbox .main-list label::before,.plma_search-retailers .search--filter .search--facets-checkbox .sub-list label::before,.plma_search-retailers .search--filter .search--display-checkbox .main-list label::before,.plma_search-retailers .search--filter .search--display-checkbox .sub-list label::before,.plma_search-retailers .search--filter .search--refinements-checkbox .main-list label::before,.plma_search-retailers .search--filter .search--refinements-checkbox .sub-list label::before{content:"";color:#00466E;background:#fff;border:1px solid #d4d4d5;left:20px;top:11px;width:20px;height:20px;font-size:0.8125rem;}.plma_search-search .search--filter .search--facets-checkbox .main-list span,.plma_search-search .search--filter .search--facets-checkbox .sub-list span,.plma_search-search .search--filter .search--display-checkbox .main-list span,.plma_search-search .search--filter .search--display-checkbox .sub-list span,.plma_search-search .search--filter .search--refinements-checkbox .main-list span,.plma_search-search .search--filter .search--refinements-checkbox .sub-list span,.plma_search-exhibitors .search--filter .search--facets-checkbox .main-list span,.plma_search-exhibitors .search--filter .search--facets-checkbox .sub-list span,.plma_search-exhibitors .search--filter .search--display-checkbox .main-list span,.plma_search-exhibitors .search--filter .search--display-checkbox .sub-list span,.plma_search-exhibitors .search--filter .search--refinements-checkbox .main-list span,.plma_search-exhibitors .search--filter .search--refinements-checkbox .sub-list span,.plma_search-retailers .search--filter .search--facets-checkbox .main-list span,.plma_search-retailers .search--filter .search--facets-checkbox .sub-list span,.plma_search-retailers .search--filter .search--display-checkbox .main-list span,.plma_search-retailers .search--filter .search--display-checkbox .sub-list span,.plma_search-retailers .search--filter .search--refinements-checkbox .main-list span,.plma_search-retailers .search--filter .search--refinements-checkbox .sub-list span{text-transform:uppercase;}.plma_search-search .search--filter .search--facets-checkbox .main-list,.plma_search-search .search--filter .search--display-checkbox .main-list,.plma_search-search .search--filter .search--refinements-checkbox .main-list,.plma_search-exhibitors .search--filter .search--facets-checkbox .main-list,.plma_search-exhibitors .search--filter .search--display-checkbox .main-list,.plma_search-exhibitors .search--filter .search--refinements-checkbox .main-list,.plma_search-retailers .search--filter .search--facets-checkbox .main-list,.plma_search-retailers .search--filter .search--display-checkbox .main-list,.plma_search-retailers .search--filter .search--refinements-checkbox .main-list{background:url(/themes/custom/plma/images/icons/plus-icon.svg) no-repeat center right 24px;cursor:pointer;}.plma_search-search .search--filter .search--facets-checkbox .main-list:has(> label > input:checked),.plma_search-search .search--filter .search--display-checkbox .main-list:has(> label > input:checked),.plma_search-search .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked),.plma_search-exhibitors .search--filter .search--facets-checkbox .main-list:has(> label > input:checked),.plma_search-exhibitors .search--filter .search--display-checkbox .main-list:has(> label > input:checked),.plma_search-exhibitors .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked),.plma_search-retailers .search--filter .search--facets-checkbox .main-list:has(> label > input:checked),.plma_search-retailers .search--filter .search--display-checkbox .main-list:has(> label > input:checked),.plma_search-retailers .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked){background:url(/themes/custom/plma/images/icons/minus.svg) #00466E no-repeat center right 24px;}.plma_search-search .search--filter .search--facets-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-search .search--filter .search--display-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-search .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-exhibitors .search--filter .search--facets-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-exhibitors .search--filter .search--display-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-exhibitors .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-retailers .search--filter .search--facets-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-retailers .search--filter .search--display-checkbox .main-list:has(> label > input:checked) .main_span,.plma_search-retailers .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked) .main_span{color:#fff;}.plma_search-search .search--filter .search--facets-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-search .search--filter .search--display-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-search .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-exhibitors .search--filter .search--facets-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-exhibitors .search--filter .search--display-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-exhibitors .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-retailers .search--filter .search--facets-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-retailers .search--filter .search--display-checkbox .main-list:has(> label > input:checked) label::before,.plma_search-retailers .search--filter .search--refinements-checkbox .main-list:has(> label > input:checked) label::before{content:"✔";color:#00466E;font-size:1em;height:20px;width:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.plma_search-search .search--filter .search--facets-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-search .search--filter .search--display-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-search .search--filter .search--refinements-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-exhibitors .search--filter .search--facets-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-exhibitors .search--filter .search--display-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-exhibitors .search--filter .search--refinements-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-retailers .search--filter .search--facets-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-retailers .search--filter .search--display-checkbox .sub-list:has(> label > input:checked) label::before,.plma_search-retailers .search--filter .search--refinements-checkbox .sub-list:has(> label > input:checked) label::before{content:"✔";color:#fff;font-size:1em;height:20px;width:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#00466E;}.plma_search-search .search--filter .search--facets-checkbox .sub-list,.plma_search-search .search--filter .search--display-checkbox .sub-list,.plma_search-search .search--filter .search--refinements-checkbox .sub-list,.plma_search-exhibitors .search--filter .search--facets-checkbox .sub-list,.plma_search-exhibitors .search--filter .search--display-checkbox .sub-list,.plma_search-exhibitors .search--filter .search--refinements-checkbox .sub-list,.plma_search-retailers .search--filter .search--facets-checkbox .sub-list,.plma_search-retailers .search--filter .search--display-checkbox .sub-list,.plma_search-retailers .search--filter .search--refinements-checkbox .sub-list{background-color:#E8EBEE;}.plma_search-search .search--filter .search--facets-checkbox .sub-list .sub_span,.plma_search-search .search--filter .search--display-checkbox .sub-list .sub_span,.plma_search-search .search--filter .search--refinements-checkbox .sub-list .sub_span,.plma_search-exhibitors .search--filter .search--facets-checkbox .sub-list .sub_span,.plma_search-exhibitors .search--filter .search--display-checkbox .sub-list .sub_span,.plma_search-exhibitors .search--filter .search--refinements-checkbox .sub-list .sub_span,.plma_search-retailers .search--filter .search--facets-checkbox .sub-list .sub_span,.plma_search-retailers .search--filter .search--display-checkbox .sub-list .sub_span,.plma_search-retailers .search--filter .search--refinements-checkbox .sub-list .sub_span{color:rgba(0,0,0,0.87);}.plma_search-search .search--filter .search--facets-checkbox .facets-title,.plma_search-search .search--filter .search--display-checkbox .facets-title,.plma_search-search .search--filter .search--refinements-checkbox .facets-title,.plma_search-exhibitors .search--filter .search--facets-checkbox .facets-title,.plma_search-exhibitors .search--filter .search--display-checkbox .facets-title,.plma_search-exhibitors .search--filter .search--refinements-checkbox .facets-title,.plma_search-retailers .search--filter .search--facets-checkbox .facets-title,.plma_search-retailers .search--filter .search--display-checkbox .facets-title,.plma_search-retailers .search--filter .search--refinements-checkbox .facets-title{padding:0 0.75rem 0.5rem;text-transform:uppercase;margin:0 0 0.375rem;font-size:1rem;font-weight:800;border-bottom:1px solid #E8EBEE;}.plma_search-search .search--filter .search--facets-checkbox ul,.plma_search-search .search--filter .search--display-checkbox ul,.plma_search-search .search--filter .search--refinements-checkbox ul,.plma_search-exhibitors .search--filter .search--facets-checkbox ul,.plma_search-exhibitors .search--filter .search--display-checkbox ul,.plma_search-exhibitors .search--filter .search--refinements-checkbox ul,.plma_search-retailers .search--filter .search--facets-checkbox ul,.plma_search-retailers .search--filter .search--display-checkbox ul,.plma_search-retailers .search--filter .search--refinements-checkbox ul{list-style-type:none;margin:0;}.plma_search-search .search--filter .search--facets-checkbox li,.plma_search-search .search--filter .search--display-checkbox li,.plma_search-search .search--filter .search--refinements-checkbox li,.plma_search-exhibitors .search--filter .search--facets-checkbox li,.plma_search-exhibitors .search--filter .search--display-checkbox li,.plma_search-exhibitors .search--filter .search--refinements-checkbox li,.plma_search-retailers .search--filter .search--facets-checkbox li,.plma_search-retailers .search--filter .search--display-checkbox li,.plma_search-retailers .search--filter .search--refinements-checkbox li{padding:0.125rem 0.75rem;}.plma_search-search .search--filter .search--facets-checkbox li label,.plma_search-search .search--filter .search--display-checkbox li label,.plma_search-search .search--filter .search--refinements-checkbox li label,.plma_search-exhibitors .search--filter .search--facets-checkbox li label,.plma_search-exhibitors .search--filter .search--display-checkbox li label,.plma_search-exhibitors .search--filter .search--refinements-checkbox li label,.plma_search-retailers .search--filter .search--facets-checkbox li label,.plma_search-retailers .search--filter .search--display-checkbox li label,.plma_search-retailers .search--filter .search--refinements-checkbox li label{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.plma_search-search .search--filter .search--facets-checkbox li label input,.plma_search-search .search--filter .search--display-checkbox li label input,.plma_search-search .search--filter .search--refinements-checkbox li label input,.plma_search-exhibitors .search--filter .search--facets-checkbox li label input,.plma_search-exhibitors .search--filter .search--display-checkbox li label input,.plma_search-exhibitors .search--filter .search--refinements-checkbox li label input,.plma_search-retailers .search--filter .search--facets-checkbox li label input,.plma_search-retailers .search--filter .search--display-checkbox li label input,.plma_search-retailers .search--filter .search--refinements-checkbox li label input{width:18px;height:20px;}.plma_search-search .search--filter .search--facets-checkbox span,.plma_search-search .search--filter .search--display-checkbox span,.plma_search-search .search--filter .search--refinements-checkbox span,.plma_search-exhibitors .search--filter .search--facets-checkbox span,.plma_search-exhibitors .search--filter .search--display-checkbox span,.plma_search-exhibitors .search--filter .search--refinements-checkbox span,.plma_search-retailers .search--filter .search--facets-checkbox span,.plma_search-retailers .search--filter .search--display-checkbox span,.plma_search-retailers .search--filter .search--refinements-checkbox span{margin:0 0.25rem;font-size:0.875rem;font-weight:900;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#212529;}.plma_search-search .search--filter .search--facets-checkbox li,.plma_search-exhibitors .search--filter .search--facets-checkbox li,.plma_search-retailers .search--filter .search--facets-checkbox li{border-bottom:1px solid #e5e5e5;padding:0.625rem 0.75rem;}.plma_search-search .search--filter .search--refinements-checkbox ul,.plma_search-exhibitors .search--filter .search--refinements-checkbox ul,.plma_search-retailers .search--filter .search--refinements-checkbox ul{overflow:auto;max-height:300px;cursor:pointer;}.plma_search-search .search--filter .search--refinements-checkbox ul::-webkit-scrollbar,.plma_search-exhibitors .search--filter .search--refinements-checkbox ul::-webkit-scrollbar,.plma_search-retailers .search--filter .search--refinements-checkbox ul::-webkit-scrollbar{width:6px;}.plma_search-search .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track,.plma_search-exhibitors .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track,.plma_search-retailers .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track{background:transparent;}.plma_search-search .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-thumb,.plma_search-exhibitors .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-thumb,.plma_search-retailers .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-thumb{background-color:#adb5bd;border-right:none;border-left:none;}.plma_search-search .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track-piece:end,.plma_search-exhibitors .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track-piece:end,.plma_search-retailers .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track-piece:end{background:transparent;margin-bottom:0.625rem;}.plma_search-search .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track-piece:start,.plma_search-exhibitors .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track-piece:start,.plma_search-retailers .search--filter .search--refinements-checkbox ul::-webkit-scrollbar-track-piece:start{background:transparent;margin-top:0.625rem;}.plma_search-search .search--filter .search--filter-box,.plma_search-exhibitors .search--filter .search--filter-box,.plma_search-retailers .search--filter .search--filter-box{-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);width:-webkit-fill-available;}@media screen and (max-width:61.9375rem){.plma_search-search .search--filter .search--filter-box,.plma_search-exhibitors .search--filter .search--filter-box,.plma_search-retailers .search--filter .search--filter-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.plma_search-search .search--filter .search--filter-box .filters-button,.plma_search-exhibitors .search--filter .search--filter-box .filters-button,.plma_search-retailers .search--filter .search--filter-box .filters-button{display:none;}@media screen and (max-width:61.9375rem){.plma_search-search .search--filter .search--filter-box .filters-button,.plma_search-exhibitors .search--filter .search--filter-box .filters-button,.plma_search-retailers .search--filter .search--filter-box .filters-button{display:block;margin:0.125rem;background:url(/themes/custom/plma/images/icons/filters-icon.svg) #00466E no-repeat center;-webkit-background-size:22px 22px;background-size:22px;color:#fff;padding:1.25rem;border:none;border-radius:6px;}}.plma_search-search .search--filter .search--filter-box .ais-SearchBox-form,.plma_search-exhibitors .search--filter .search--filter-box .ais-SearchBox-form,.plma_search-retailers .search--filter .search--filter-box .ais-SearchBox-form{padding:0;}.plma_search-search .search--filter .search--filter-box .ais-SearchBox-reset,.plma_search-exhibitors .search--filter .search--filter-box .ais-SearchBox-reset,.plma_search-retailers .search--filter .search--filter-box .ais-SearchBox-reset{display:none;}.plma_search-search .search--filter .search--filter-box .ais-SearchBox-input,.plma_search-exhibitors .search--filter .search--filter-box .ais-SearchBox-input,.plma_search-retailers .search--filter .search--filter-box .ais-SearchBox-input{padding:0.5rem 1.3rem;border:none;}@media screen and (max-width:26.5625rem){.plma_search-search .search--filter .search--filter-box .ais-SearchBox-input,.plma_search-exhibitors .search--filter .search--filter-box .ais-SearchBox-input,.plma_search-retailers .search--filter .search--filter-box .ais-SearchBox-input{font-size:small;padding:0.5rem;}}.plma_search-search .search--filter .search--filter-box .ais-SearchBox-input:focus,.plma_search-exhibitors .search--filter .search--filter-box .ais-SearchBox-input:focus,.plma_search-retailers .search--filter .search--filter-box .ais-SearchBox-input:focus{-webkit-box-shadow:none;box-shadow:none;}.plma_search-search .search--filter .search--filter-box .ais-SearchBox-submit,.plma_search-exhibitors .search--filter .search--filter-box .ais-SearchBox-submit,.plma_search-retailers .search--filter .search--filter-box .ais-SearchBox-submit{background-color:#1E4491;fill:white;padding:0.75rem 1rem;border:none;float:right;}.plma_search-search .search--filter .search--filter-box .ais-SearchBox-submit svg,.plma_search-exhibitors .search--filter .search--filter-box .ais-SearchBox-submit svg,.plma_search-retailers .search--filter .search--filter-box .ais-SearchBox-submit svg{stroke-width:3px;width:18px;height:15px;stroke:white;}.plma_search-search .search--filter .search--filter-box .search--mobile,.plma_search-exhibitors .search--filter .search--filter-box .search--mobile,.plma_search-retailers .search--filter .search--filter-box .search--mobile{display:none;}@media screen and (max-width:61.9375rem){.plma_search-search .search--filter .search--filter-box .search--mobile,.plma_search-exhibitors .search--filter .search--filter-box .search--mobile,.plma_search-retailers .search--filter .search--filter-box .search--mobile{display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background:#E8EAED;padding:3.75rem 1.25rem;}.plma_search-search .search--filter .search--filter-box .search--mobile .search--facets,.plma_search-exhibitors .search--filter .search--filter-box .search--mobile .search--facets,.plma_search-retailers .search--filter .search--filter-box .search--mobile .search--facets{display:block;}.plma_search-search .search--filter .search--filter-box .search--mobile .search--filter-save,.plma_search-exhibitors .search--filter .search--filter-box .search--mobile .search--filter-save,.plma_search-retailers .search--filter .search--filter-box .search--mobile .search--filter-save{display:block;}.plma_search-search .search--filter .search--filter-box .search--mobile .close-filters,.plma_search-exhibitors .search--filter .search--filter-box .search--mobile .close-filters,.plma_search-retailers .search--filter .search--filter-box .search--mobile .close-filters{font-size:0;position:absolute;width:40px;height:40px;top:0;right:10px;background:url(/themes/custom/plma/images/icons/close-btn.svg) no-repeat center;margin:auto;border:none;}.plma_search-search .search--filter .search--filter-box .search--mobile .submit-filters,.plma_search-exhibitors .search--filter .search--filter-box .search--mobile .submit-filters,.plma_search-retailers .search--filter .search--filter-box .search--mobile .submit-filters{width:100%;background:#00466E;text-align:center;padding:0.625rem;border:none;border-radius:30px;color:var(--color-white);text-transform:uppercase;margin:0.3125rem 0.625rem;}}.plma_search-search .search--filter .search--filter-box .hidden,.plma_search-exhibitors .search--filter .search--filter-box .hidden,.plma_search-retailers .search--filter .search--filter-box .hidden{display:none;}.plma_search-search .search--filter-save,.plma_search-exhibitors .search--filter-save,.plma_search-retailers .search--filter-save{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.25rem;}.plma_search-search .search--filter-save .filter_box,.plma_search-exhibitors .search--filter-save .filter_box,.plma_search-retailers .search--filter-save .filter_box{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:inline-block;}.plma_search-search .search--filter-save .filter_box .select-saved,.plma_search-exhibitors .search--filter-save .filter_box .select-saved,.plma_search-retailers .search--filter-save .filter_box .select-saved{background:white;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0.375rem 1.25rem;}@media screen and (max-width:61.9375rem){.plma_search-search .search--filter-save .filter_box .select-saved,.plma_search-exhibitors .search--filter-save .filter_box .select-saved,.plma_search-retailers .search--filter-save .filter_box .select-saved{width:initial;}}.plma_search-search .search--filter-save .filter_box .select-saved select,.plma_search-exhibitors .search--filter-save .filter_box .select-saved select,.plma_search-retailers .search--filter-save .filter_box .select-saved select{border:none;background:transparent;margin-left:0.625rem;color:#1E4491;}.plma_search-search .search--filter-save .filter_box .select-filter,.plma_search-exhibitors .search--filter-save .filter_box .select-filter,.plma_search-retailers .search--filter-save .filter_box .select-filter{width:760px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.plma_search-search .search--filter-save .filter_box .select-filter .selected-filters,.plma_search-exhibitors .search--filter-save .filter_box .select-filter .selected-filters,.plma_search-retailers .search--filter-save .filter_box .select-filter .selected-filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.plma_search-search .search--filter-save .filter_box .select-filter .unselected-filters,.plma_search-exhibitors .search--filter-save .filter_box .select-filter .unselected-filters,.plma_search-retailers .search--filter-save .filter_box .select-filter .unselected-filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end;}.plma_search-search .search--filter-save .filter_box .select-filter .unselected-filters b,.plma_search-exhibitors .search--filter-save .filter_box .select-filter .unselected-filters b,.plma_search-retailers .search--filter-save .filter_box .select-filter .unselected-filters b{margin:0.625rem 0.625rem 0 0;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}.plma_search-search .search--filter-save .filter_box .select-filter .filter-chip,.plma_search-exhibitors .search--filter-save .filter_box .select-filter .filter-chip,.plma_search-retailers .search--filter-save .filter_box .select-filter .filter-chip{background:#F4F4F4;border-radius:30px;padding:0.375rem;margin:0.25rem;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);}.plma_search-search .search--filter-save .filter_box .select-filter .filter-button,.plma_search-exhibitors .search--filter-save .filter_box .select-filter .filter-button,.plma_search-retailers .search--filter-save .filter_box .select-filter .filter-button{border:none;background:none;color:#1E4491;}@media screen and (max-width:61.9375rem){.plma_search-search .search--filter-save .filter_box .select-filter,.plma_search-exhibitors .search--filter-save .filter_box .select-filter,.plma_search-retailers .search--filter-save .filter_box .select-filter{width:initial;}}.plma_search-search .search--body,.plma_search-exhibitors .search--body,.plma_search-retailers .search--body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media screen and (max-width:61.9375rem){.plma_search-search .search--body .ais-Hits,.plma_search-exhibitors .search--body .ais-Hits,.plma_search-retailers .search--body .ais-Hits{padding:0 1.125rem;}}.plma_search-search .search--body .search--results .ais-Hits-list,.plma_search-exhibitors .search--body .search--results .ais-Hits-list,.plma_search-retailers .search--body .search--results .ais-Hits-list{list-style-type:none;margin:0;background:var(--color-white);padding:0.9375rem;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted{background-color:#F2F5FF;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .promoted-item,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .promoted-item,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .promoted-item{color:var(--color-white);background:#B1CE48;padding:0 0.5rem;margin:0 0.25rem;font-size:smaller;font-weight:100;border-radius:6px;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item{background-color:var(--color-white);}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted{padding:0.9375rem;font-size:small;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #E8EBEE;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .logo-cl,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .logo-cl,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .logo-cl,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .logo-cl,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .logo-cl,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .logo-cl{width:70px;height:50px;padding:0.3125rem;-webkit-box-shadow:0 3px 6px #adb5bd;box-shadow:0 3px 6px #adb5bd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:var(--color-white);border-radius:5px;margin:0 0.5rem 0.5rem 0;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .exhibitor-name p,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .exhibitor-name p,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .exhibitor-name p,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .exhibitor-name p,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .exhibitor-name p,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .exhibitor-name p{margin:0.375rem 0;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .exhibitor-name h6,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .exhibitor-name h6,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .exhibitor-name h6,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .exhibitor-name h6,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .exhibitor-name h6,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .exhibitor-name h6{color:#00466E;margin:0.3125rem 0;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .video-chip,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .video-chip,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .video-chip,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .video-chip,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .exhibitor-head .video-chip,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .exhibitor-head .video-chip{border-radius:30px;padding:0.125rem 0.625rem 0.125rem 0.625rem;text-decoration:none;border-radius:50px;margin:0 0.625rem;background:#00466E;color:var(--color-white);}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .send-request,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .send-request,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .send-request,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .send-request,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .send-request,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .send-request{padding:0.9375rem 1.875rem;text-align:center;border:1px solid #FFAD00;text-transform:uppercase;color:#000;margin-top:0.3125rem;display:inline-block;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .send-request:hover,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .send-request:hover,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .send-request:hover,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .send-request:hover,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .send-request:hover,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .send-request:hover{background:#FFAD00;border-color:#FFAD00;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .product_chip,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .product_chip,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .product_chip,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .product_chip,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .product_chip,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .product_chip{background:var(--color-white);border-radius:30px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);display:inline-block;padding:0.1875rem 0.625rem 0.1875rem 0.625rem;font-size:small;margin:0.625rem 0.625rem 0 0;text-decoration:none;color:var(--color-black);}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .product_chip:hover,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .product_chip:hover,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .product_chip:hover,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .product_chip:hover,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .exhibitor-content .product_chip:hover,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .exhibitor-content .product_chip:hover{background:#00466E;color:var(--color-white);}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button::before,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button::before{background:url(/themes/custom/plma/images/icons/add-to-favorite.svg);}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites::before,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites::before{background:url(/themes/custom/plma/images/icons/favorite-added.svg);}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites{cursor:pointer;margin-right:0.5rem;}.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button::before,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites::before,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button::before,.plma_search-search .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button::before,.plma_search-exhibitors .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .favorites-button::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-item .remove-favorites::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .favorites-button::before,.plma_search-retailers .search--body .search--results .ais-Hits-list .ais-Hits-item .result-promoted .remove-favorites::before{background-position:0 0;background-repeat:no-repeat;display:block;content:"";width:39px;height:40px;float:left;margin:0.625rem;}.plma_search-search .search--body .search--results-order,.plma_search-exhibitors .search--body .search--results-order,.plma_search-retailers .search--body .search--results-order{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin:0.625rem 0;}@media screen and (max-width:61.9375rem){.plma_search-search .search--body .search--results-order,.plma_search-exhibitors .search--body .search--results-order,.plma_search-retailers .search--body .search--results-order{display:block;padding:0 1.125rem;}}.plma_search-search .search--body .search--results-order .actions-btn,.plma_search-exhibitors .search--body .search--results-order .actions-btn,.plma_search-retailers .search--body .search--results-order .actions-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;font-size:medium;}@media screen and (max-width:61.9375rem){.plma_search-search .search--body .search--results-order .actions-btn,.plma_search-exhibitors .search--body .search--results-order .actions-btn,.plma_search-retailers .search--body .search--results-order .actions-btn{font-size:x-small;}}.plma_search-search .search--body .search--results-sort,.plma_search-exhibitors .search--body .search--results-sort,.plma_search-retailers .search--body .search--results-sort{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.plma_search-search .search--body .search--results-sort .sort_chip,.plma_search-exhibitors .search--body .search--results-sort .sort_chip,.plma_search-retailers .search--body .search--results-sort .sort_chip{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:white;margin-right:0.625rem;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);border-radius:5px;height:42px;padding:0.125rem 0.5rem;}@media screen and (min-width:48rem){.plma_search-search .search--body .search--results-sort .sort_chip,.plma_search-exhibitors .search--body .search--results-sort .sort_chip,.plma_search-retailers .search--body .search--results-sort .sort_chip{height:62px;padding:0.3125rem 1.3125rem;}}.plma_search-search .search--body .search--results-sort .sort_chip span,.plma_search-exhibitors .search--body .search--results-sort .sort_chip span,.plma_search-retailers .search--body .search--results-sort .sort_chip span{font-size:small;}@media screen and (max-width:61.9375rem){.plma_search-search .search--body .search--results-sort .sort_chip span,.plma_search-exhibitors .search--body .search--results-sort .sort_chip span,.plma_search-retailers .search--body .search--results-sort .sort_chip span{font-size:x-small;}}.plma_search-search .search--body .search--results-sort select,.plma_search-exhibitors .search--body .search--results-sort select,.plma_search-retailers .search--body .search--results-sort select{border:none;background:white;}.plma_search-search .search--body .search--results-count,.plma_search-exhibitors .search--body .search--results-count,.plma_search-retailers .search--body .search--results-count{font-weight:800;font-size:medium;}.plma_search-search .search--body .search--results .ais-Pagination,.plma_search-exhibitors .search--body .search--results .ais-Pagination,.plma_search-retailers .search--body .search--results .ais-Pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:large;}.plma_search-search .search--body .search--results .ais-Pagination ul,.plma_search-exhibitors .search--body .search--results .ais-Pagination ul,.plma_search-retailers .search--body .search--results .ais-Pagination ul{list-style-type:none;margin:0.25em 0 0.25em 0;}.plma_search-search .search--body .search--results .ais-Pagination .ais-Pagination-list,.plma_search-exhibitors .search--body .search--results .ais-Pagination .ais-Pagination-list,.plma_search-retailers .search--body .search--results .ais-Pagination .ais-Pagination-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.plma_search-search .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item,.plma_search-exhibitors .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item,.plma_search-retailers .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item{padding:0.625rem 1.25rem;margin-top:0.75rem;}@media screen and (max-width:61.9375rem){.plma_search-search .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item,.plma_search-exhibitors .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item,.plma_search-retailers .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item{padding:0.625rem 1rem;}}.plma_search-search .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item a,.plma_search-exhibitors .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item a,.plma_search-retailers .search--body .search--results .ais-Pagination .ais-Pagination-list .ais-Pagination-item a{color:#000;}.plma_search-search .search--body .search--results .ais-Pagination-item--selected,.plma_search-exhibitors .search--body .search--results .ais-Pagination-item--selected,.plma_search-retailers .search--body .search--results .ais-Pagination-item--selected{background:#1e4491;border-radius:4px;}.plma_search-search .search--body .search--results .ais-Pagination-item--selected a,.plma_search-exhibitors .search--body .search--results .ais-Pagination-item--selected a,.plma_search-retailers .search--body .search--results .ais-Pagination-item--selected a{color:white !important;}.plma_search-search .search--body .search--results .dropdown,.plma_search-exhibitors .search--body .search--results .dropdown,.plma_search-retailers .search--body .search--results .dropdown{position:relative;}.plma_search-search .search--body .search--results .dropbtn,.plma_search-exhibitors .search--body .search--results .dropbtn,.plma_search-retailers .search--body .search--results .dropbtn{background:#fff;border:none;padding:0 1rem;border-radius:5px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);height:42px;}@media screen and (min-width:48rem){.plma_search-search .search--body .search--results .dropbtn,.plma_search-exhibitors .search--body .search--results .dropbtn,.plma_search-retailers .search--body .search--results .dropbtn{height:62px;}}.plma_search-search .search--body .search--results .dropbtn::after,.plma_search-exhibitors .search--body .search--results .dropbtn::after,.plma_search-retailers .search--body .search--results .dropbtn::after{content:"▼";}.plma_search-search .search--body .search--results .dropdown-content,.plma_search-exhibitors .search--body .search--results .dropdown-content,.plma_search-retailers .search--body .search--results .dropdown-content{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#fff;padding:0.625rem;border-radius:5px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);position:absolute;top:100%;left:0;}.plma_search-search .search--body .search--results .dropdown-content a,.plma_search-exhibitors .search--body .search--results .dropdown-content a,.plma_search-retailers .search--body .search--results .dropdown-content a{padding:0.5rem;}.plma_search-search .search--body .filter-box__actions,.plma_search-exhibitors .search--body .filter-box__actions,.plma_search-retailers .search--body .filter-box__actions{border-bottom:1px solid #e5e5e5;margin-bottom:0.375rem;padding-bottom:0.625rem;}.plma_search-search .search--body .filter-box__actions .button,.plma_search-search .search--body .filter-box__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-search .search--body .filter-box__actions a,.plma_search-search .search--body .filter-box__actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-search .search--body .filter-box__actions .feed-icon,.plma_search-search .search--body .filter-box__actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-search .search--body .filter-box__actions input,.plma_search-search .search--body .filter-box__actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_search-search .search--body .filter-box__actions a,.plma_search-search .search--body .filter-box__actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-search .search--body .filter-box__actions a:not(.link),.plma_search-search .search--body .filter-box__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-search .search--body .filter-box__actions a,.plma_search-search .search--body .filter-box__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-search .search--body .filter-box__actions a,.plma_search-exhibitors .search--body .filter-box__actions .button,.plma_search-exhibitors .search--body .filter-box__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-exhibitors .search--body .filter-box__actions a,.plma_search-exhibitors .search--body .filter-box__actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-exhibitors .search--body .filter-box__actions .feed-icon,.plma_search-exhibitors .search--body .filter-box__actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-exhibitors .search--body .filter-box__actions input,.plma_search-exhibitors .search--body .filter-box__actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_search-exhibitors .search--body .filter-box__actions a,.plma_search-exhibitors .search--body .filter-box__actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-exhibitors .search--body .filter-box__actions a:not(.link),.plma_search-exhibitors .search--body .filter-box__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-exhibitors .search--body .filter-box__actions a,.plma_search-exhibitors .search--body .filter-box__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-exhibitors .search--body .filter-box__actions a,.plma_search-retailers .search--body .filter-box__actions .button,.plma_search-retailers .search--body .filter-box__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-retailers .search--body .filter-box__actions a,.plma_search-retailers .search--body .filter-box__actions .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .plma_search-retailers .search--body .filter-box__actions .feed-icon,.plma_search-retailers .search--body .filter-box__actions .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .plma_search-retailers .search--body .filter-box__actions input,.plma_search-retailers .search--body .filter-box__actions .menu--reviews .menu-item a,.menu--reviews .menu-item .plma_search-retailers .search--body .filter-box__actions a,.plma_search-retailers .search--body .filter-box__actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .plma_search-retailers .search--body .filter-box__actions a:not(.link),.plma_search-retailers .search--body .filter-box__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-retailers .search--body .filter-box__actions a,.plma_search-retailers .search--body .filter-box__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-retailers .search--body .filter-box__actions a{margin:0;width:auto;padding:1rem !important;}.plma_search-search .search--body .filter-box__actions .button.reset-button,.plma_search-search .search--body .filter-box__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.reset-button,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-search .search--body .filter-box__actions a.reset-button,.plma_search-search .search--body .filter-box__actions .view-reviews .feed-icons .reset-button.feed-icon,.view-reviews .feed-icons .plma_search-search .search--body .filter-box__actions .reset-button.feed-icon,.plma_search-search .search--body .filter-box__actions .view-reviews .views-bulk-actions input.reset-button,.view-reviews .views-bulk-actions .plma_search-search .search--body .filter-box__actions input.reset-button,.plma_search-search .search--body .filter-box__actions .menu--reviews .menu-item a.reset-button,.menu--reviews .menu-item .plma_search-search .search--body .filter-box__actions a.reset-button,.plma_search-search .search--body .filter-box__actions .block-plma-workflow-exhibitor-content a.reset-button:not(.link),.block-plma-workflow-exhibitor-content .plma_search-search .search--body .filter-box__actions a.reset-button:not(.link),.plma_search-search .search--body .filter-box__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-search .search--body .filter-box__actions a.reset-button,.plma_search-search .search--body .filter-box__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-search .search--body .filter-box__actions a.reset-button,.plma_search-exhibitors .search--body .filter-box__actions .button.reset-button,.plma_search-exhibitors .search--body .filter-box__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.reset-button,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-exhibitors .search--body .filter-box__actions a.reset-button,.plma_search-exhibitors .search--body .filter-box__actions .view-reviews .feed-icons .reset-button.feed-icon,.view-reviews .feed-icons .plma_search-exhibitors .search--body .filter-box__actions .reset-button.feed-icon,.plma_search-exhibitors .search--body .filter-box__actions .view-reviews .views-bulk-actions input.reset-button,.view-reviews .views-bulk-actions .plma_search-exhibitors .search--body .filter-box__actions input.reset-button,.plma_search-exhibitors .search--body .filter-box__actions .menu--reviews .menu-item a.reset-button,.menu--reviews .menu-item .plma_search-exhibitors .search--body .filter-box__actions a.reset-button,.plma_search-exhibitors .search--body .filter-box__actions .block-plma-workflow-exhibitor-content a.reset-button:not(.link),.block-plma-workflow-exhibitor-content .plma_search-exhibitors .search--body .filter-box__actions a.reset-button:not(.link),.plma_search-exhibitors .search--body .filter-box__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-exhibitors .search--body .filter-box__actions a.reset-button,.plma_search-exhibitors .search--body .filter-box__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-exhibitors .search--body .filter-box__actions a.reset-button,.plma_search-retailers .search--body .filter-box__actions .button.reset-button,.plma_search-retailers .search--body .filter-box__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.reset-button,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-retailers .search--body .filter-box__actions a.reset-button,.plma_search-retailers .search--body .filter-box__actions .view-reviews .feed-icons .reset-button.feed-icon,.view-reviews .feed-icons .plma_search-retailers .search--body .filter-box__actions .reset-button.feed-icon,.plma_search-retailers .search--body .filter-box__actions .view-reviews .views-bulk-actions input.reset-button,.view-reviews .views-bulk-actions .plma_search-retailers .search--body .filter-box__actions input.reset-button,.plma_search-retailers .search--body .filter-box__actions .menu--reviews .menu-item a.reset-button,.menu--reviews .menu-item .plma_search-retailers .search--body .filter-box__actions a.reset-button,.plma_search-retailers .search--body .filter-box__actions .block-plma-workflow-exhibitor-content a.reset-button:not(.link),.block-plma-workflow-exhibitor-content .plma_search-retailers .search--body .filter-box__actions a.reset-button:not(.link),.plma_search-retailers .search--body .filter-box__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-retailers .search--body .filter-box__actions a.reset-button,.plma_search-retailers .search--body .filter-box__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-retailers .search--body .filter-box__actions a.reset-button{display:block;padding:1rem 0.25rem;width:114px;}.plma_search-search .search--body .search--filter-save,.plma_search-exhibitors .search--body .search--filter-save,.plma_search-retailers .search--body .search--filter-save{background:var(--color-white);padding:1rem;}.plma_search-search .search--body .hidden,.plma_search-exhibitors .search--body .hidden,.plma_search-retailers .search--body .hidden{display:none;}.plma_search-search .search-crud,.plma_search-exhibitors .search-crud,.plma_search-retailers .search-crud{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media screen and (max-width:61.9375rem){.plma_search-search .search-crud .search-records,.plma_search-exhibitors .search-crud .search-records,.plma_search-retailers .search-crud .search-records{margin-right:0.3125rem;}}.plma_search-search .search-crud .search-record-loaded,.plma_search-exhibitors .search-crud .search-record-loaded,.plma_search-retailers .search-crud .search-record-loaded{cursor:pointer;font-weight:bold;padding:0.25rem;}.plma_search-search .search-crud .search-record-loaded::after,.plma_search-exhibitors .search-crud .search-record-loaded::after,.plma_search-retailers .search-crud .search-record-loaded::after{content:url(/themes/custom/plma/images/icons/chevron-down.svg);margin-left:0.1875rem;position:relative;top:-2px;}.plma_search-search .search-crud .search-record__list,.plma_search-exhibitors .search-crud .search-record__list,.plma_search-retailers .search-crud .search-record__list{cursor:pointer;background:var(--color-white);-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.1);box-shadow:0 3px 6px rgba(0,0,0,0.1);list-style:none;margin:0.5rem 0 0;padding:0 1rem;position:absolute;width:480px;}.plma_search-search .search-crud .search-record__list li,.plma_search-exhibitors .search-crud .search-record__list li,.plma_search-retailers .search-crud .search-record__list li{padding:1rem 0;}.plma_search-search .search-crud .search-record__list li:not(:last-child),.plma_search-exhibitors .search-crud .search-record__list li:not(:last-child),.plma_search-retailers .search-crud .search-record__list li:not(:last-child){border-bottom:1px solid #E8EBEE;}.plma_search-search .search-crud .search-record__list li button,.plma_search-exhibitors .search-crud .search-record__list li button,.plma_search-retailers .search-crud .search-record__list li button{background:none;border:none;}.plma_search-search .search-crud__wrapper,.plma_search-exhibitors .search-crud__wrapper,.plma_search-retailers .search-crud__wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0.7);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;width:100%;}.plma_search-search .search-crud-form,.plma_search-exhibitors .search-crud-form,.plma_search-retailers .search-crud-form{background:var(--color-white);max-width:768px;width:90%;}.plma_search-search .search-crud__header,.plma_search-exhibitors .search-crud__header,.plma_search-retailers .search-crud__header{background:#00466E;color:var(--color-white);font-weight:bold;padding:0.875rem;}.plma_search-search .search-crud__content,.plma_search-exhibitors .search-crud__content,.plma_search-retailers .search-crud__content{padding:0.875rem;}.plma_search-search .search-crud__content input,.plma_search-exhibitors .search-crud__content input,.plma_search-retailers .search-crud__content input{display:block;margin:0.625rem 0;padding:0.625rem;width:100%;}.plma_search-search .search-crud__actions,.plma_search-exhibitors .search-crud__actions,.plma_search-retailers .search-crud__actions{padding:0.875rem;}.plma_search-search .search-crud__actions .button.submit,.plma_search-search .search-crud__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.submit,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-search .search-crud__actions a.submit,.plma_search-search .search-crud__actions .view-reviews .feed-icons .submit.feed-icon,.view-reviews .feed-icons .plma_search-search .search-crud__actions .submit.feed-icon,.plma_search-search .search-crud__actions .view-reviews .views-bulk-actions input.submit,.view-reviews .views-bulk-actions .plma_search-search .search-crud__actions input.submit,.plma_search-search .search-crud__actions .menu--reviews .menu-item a.submit,.menu--reviews .menu-item .plma_search-search .search-crud__actions a.submit,.plma_search-search .search-crud__actions .block-plma-workflow-exhibitor-content a.submit:not(.link),.block-plma-workflow-exhibitor-content .plma_search-search .search-crud__actions a.submit:not(.link),.plma_search-search .search-crud__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.submit,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-search .search-crud__actions a.submit,.plma_search-search .search-crud__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.submit,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-search .search-crud__actions a.submit,.plma_search-exhibitors .search-crud__actions .button.submit,.plma_search-exhibitors .search-crud__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.submit,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-exhibitors .search-crud__actions a.submit,.plma_search-exhibitors .search-crud__actions .view-reviews .feed-icons .submit.feed-icon,.view-reviews .feed-icons .plma_search-exhibitors .search-crud__actions .submit.feed-icon,.plma_search-exhibitors .search-crud__actions .view-reviews .views-bulk-actions input.submit,.view-reviews .views-bulk-actions .plma_search-exhibitors .search-crud__actions input.submit,.plma_search-exhibitors .search-crud__actions .menu--reviews .menu-item a.submit,.menu--reviews .menu-item .plma_search-exhibitors .search-crud__actions a.submit,.plma_search-exhibitors .search-crud__actions .block-plma-workflow-exhibitor-content a.submit:not(.link),.block-plma-workflow-exhibitor-content .plma_search-exhibitors .search-crud__actions a.submit:not(.link),.plma_search-exhibitors .search-crud__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.submit,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-exhibitors .search-crud__actions a.submit,.plma_search-exhibitors .search-crud__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.submit,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-exhibitors .search-crud__actions a.submit,.plma_search-retailers .search-crud__actions .button.submit,.plma_search-retailers .search-crud__actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.submit,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-retailers .search-crud__actions a.submit,.plma_search-retailers .search-crud__actions .view-reviews .feed-icons .submit.feed-icon,.view-reviews .feed-icons .plma_search-retailers .search-crud__actions .submit.feed-icon,.plma_search-retailers .search-crud__actions .view-reviews .views-bulk-actions input.submit,.view-reviews .views-bulk-actions .plma_search-retailers .search-crud__actions input.submit,.plma_search-retailers .search-crud__actions .menu--reviews .menu-item a.submit,.menu--reviews .menu-item .plma_search-retailers .search-crud__actions a.submit,.plma_search-retailers .search-crud__actions .block-plma-workflow-exhibitor-content a.submit:not(.link),.block-plma-workflow-exhibitor-content .plma_search-retailers .search-crud__actions a.submit:not(.link),.plma_search-retailers .search-crud__actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.submit,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-retailers .search-crud__actions a.submit,.plma_search-retailers .search-crud__actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.submit,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-retailers .search-crud__actions a.submit{margin-right:0.625rem;}.plma_search-search .search-crud .button.save-search,.plma_search-search .search-crud .node--type-promo-card.node--view-mode-full .field--name-field-link a.save-search,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-search .search-crud a.save-search,.plma_search-search .search-crud .view-reviews .feed-icons .save-search.feed-icon,.view-reviews .feed-icons .plma_search-search .search-crud .save-search.feed-icon,.plma_search-search .search-crud .view-reviews .views-bulk-actions input.save-search,.view-reviews .views-bulk-actions .plma_search-search .search-crud input.save-search,.plma_search-search .search-crud .menu--reviews .menu-item a.save-search,.menu--reviews .menu-item .plma_search-search .search-crud a.save-search,.plma_search-search .search-crud .block-plma-workflow-exhibitor-content a.save-search:not(.link),.block-plma-workflow-exhibitor-content .plma_search-search .search-crud a.save-search:not(.link),.plma_search-search .search-crud .block-views-blockdraft-products-block-1 .views-field-edit-node a.save-search,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-search .search-crud a.save-search,.plma_search-search .search-crud .block-views-blockdraft-products-block-2 .views-field-edit-node a.save-search,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-search .search-crud a.save-search,.plma_search-exhibitors .search-crud .button.save-search,.plma_search-exhibitors .search-crud .node--type-promo-card.node--view-mode-full .field--name-field-link a.save-search,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-exhibitors .search-crud a.save-search,.plma_search-exhibitors .search-crud .view-reviews .feed-icons .save-search.feed-icon,.view-reviews .feed-icons .plma_search-exhibitors .search-crud .save-search.feed-icon,.plma_search-exhibitors .search-crud .view-reviews .views-bulk-actions input.save-search,.view-reviews .views-bulk-actions .plma_search-exhibitors .search-crud input.save-search,.plma_search-exhibitors .search-crud .menu--reviews .menu-item a.save-search,.menu--reviews .menu-item .plma_search-exhibitors .search-crud a.save-search,.plma_search-exhibitors .search-crud .block-plma-workflow-exhibitor-content a.save-search:not(.link),.block-plma-workflow-exhibitor-content .plma_search-exhibitors .search-crud a.save-search:not(.link),.plma_search-exhibitors .search-crud .block-views-blockdraft-products-block-1 .views-field-edit-node a.save-search,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-exhibitors .search-crud a.save-search,.plma_search-exhibitors .search-crud .block-views-blockdraft-products-block-2 .views-field-edit-node a.save-search,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-exhibitors .search-crud a.save-search,.plma_search-retailers .search-crud .button.save-search,.plma_search-retailers .search-crud .node--type-promo-card.node--view-mode-full .field--name-field-link a.save-search,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-retailers .search-crud a.save-search,.plma_search-retailers .search-crud .view-reviews .feed-icons .save-search.feed-icon,.view-reviews .feed-icons .plma_search-retailers .search-crud .save-search.feed-icon,.plma_search-retailers .search-crud .view-reviews .views-bulk-actions input.save-search,.view-reviews .views-bulk-actions .plma_search-retailers .search-crud input.save-search,.plma_search-retailers .search-crud .menu--reviews .menu-item a.save-search,.menu--reviews .menu-item .plma_search-retailers .search-crud a.save-search,.plma_search-retailers .search-crud .block-plma-workflow-exhibitor-content a.save-search:not(.link),.block-plma-workflow-exhibitor-content .plma_search-retailers .search-crud a.save-search:not(.link),.plma_search-retailers .search-crud .block-views-blockdraft-products-block-1 .views-field-edit-node a.save-search,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-retailers .search-crud a.save-search,.plma_search-retailers .search-crud .block-views-blockdraft-products-block-2 .views-field-edit-node a.save-search,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-retailers .search-crud a.save-search{margin-right:0;margin-left:auto;height:auto;}.plma_search-search .search-crud .button.reset-button,.plma_search-search .search-crud .node--type-promo-card.node--view-mode-full .field--name-field-link a.reset-button,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-search .search-crud a.reset-button,.plma_search-search .search-crud .view-reviews .feed-icons .reset-button.feed-icon,.view-reviews .feed-icons .plma_search-search .search-crud .reset-button.feed-icon,.plma_search-search .search-crud .view-reviews .views-bulk-actions input.reset-button,.view-reviews .views-bulk-actions .plma_search-search .search-crud input.reset-button,.plma_search-search .search-crud .menu--reviews .menu-item a.reset-button,.menu--reviews .menu-item .plma_search-search .search-crud a.reset-button,.plma_search-search .search-crud .block-plma-workflow-exhibitor-content a.reset-button:not(.link),.block-plma-workflow-exhibitor-content .plma_search-search .search-crud a.reset-button:not(.link),.plma_search-search .search-crud .block-views-blockdraft-products-block-1 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-search .search-crud a.reset-button,.plma_search-search .search-crud .block-views-blockdraft-products-block-2 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-search .search-crud a.reset-button,.plma_search-exhibitors .search-crud .button.reset-button,.plma_search-exhibitors .search-crud .node--type-promo-card.node--view-mode-full .field--name-field-link a.reset-button,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-exhibitors .search-crud a.reset-button,.plma_search-exhibitors .search-crud .view-reviews .feed-icons .reset-button.feed-icon,.view-reviews .feed-icons .plma_search-exhibitors .search-crud .reset-button.feed-icon,.plma_search-exhibitors .search-crud .view-reviews .views-bulk-actions input.reset-button,.view-reviews .views-bulk-actions .plma_search-exhibitors .search-crud input.reset-button,.plma_search-exhibitors .search-crud .menu--reviews .menu-item a.reset-button,.menu--reviews .menu-item .plma_search-exhibitors .search-crud a.reset-button,.plma_search-exhibitors .search-crud .block-plma-workflow-exhibitor-content a.reset-button:not(.link),.block-plma-workflow-exhibitor-content .plma_search-exhibitors .search-crud a.reset-button:not(.link),.plma_search-exhibitors .search-crud .block-views-blockdraft-products-block-1 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-exhibitors .search-crud a.reset-button,.plma_search-exhibitors .search-crud .block-views-blockdraft-products-block-2 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-exhibitors .search-crud a.reset-button,.plma_search-retailers .search-crud .button.reset-button,.plma_search-retailers .search-crud .node--type-promo-card.node--view-mode-full .field--name-field-link a.reset-button,.node--type-promo-card.node--view-mode-full .field--name-field-link .plma_search-retailers .search-crud a.reset-button,.plma_search-retailers .search-crud .view-reviews .feed-icons .reset-button.feed-icon,.view-reviews .feed-icons .plma_search-retailers .search-crud .reset-button.feed-icon,.plma_search-retailers .search-crud .view-reviews .views-bulk-actions input.reset-button,.view-reviews .views-bulk-actions .plma_search-retailers .search-crud input.reset-button,.plma_search-retailers .search-crud .menu--reviews .menu-item a.reset-button,.menu--reviews .menu-item .plma_search-retailers .search-crud a.reset-button,.plma_search-retailers .search-crud .block-plma-workflow-exhibitor-content a.reset-button:not(.link),.block-plma-workflow-exhibitor-content .plma_search-retailers .search-crud a.reset-button:not(.link),.plma_search-retailers .search-crud .block-views-blockdraft-products-block-1 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-1 .views-field-edit-node .plma_search-retailers .search-crud a.reset-button,.plma_search-retailers .search-crud .block-views-blockdraft-products-block-2 .views-field-edit-node a.reset-button,.block-views-blockdraft-products-block-2 .views-field-edit-node .plma_search-retailers .search-crud a.reset-button{margin-left:0.375rem;}.plma_search-exhibitors.role-exhibitor-invite .filter-box__actions,.plma_search-exhibitors.role-exhibitor-invite .dropdown,.plma_search-exhibitors.role-exhibitor-invite .favorites-button,.plma_search-exhibitors.role-exhibitor-invite .remove-favorites{display:none;}.plma_search-exhibitors.role-visitor .filter-box__actions,.plma_search-exhibitors.role-visitor .favorites-button,.plma_search-exhibitors.role-visitor .remove-favorites,.plma_search-exhibitors.role-visitor .dropdown-content a:last-child,.plma_search-exhibitors.role-navigator-visitor .filter-box__actions,.plma_search-exhibitors.role-navigator-visitor .favorites-button,.plma_search-exhibitors.role-navigator-visitor .remove-favorites,.plma_search-exhibitors.role-navigator-visitor .dropdown-content a:last-child{display:none;}.plma_search-retailers .filter-box__actions{display:none;}body[class*=view-reviews] .layout-container,body[class*=view-reviews] .path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-promo-card.promo-card-block body[class*=view-reviews] .view-content,body[class*=view-reviews] .path-frontpage .view-category-slider .view-content,.path-frontpage .view-category-slider body[class*=view-reviews] .view-content,body[class*=view-reviews] .path-frontpage .view-slider-featured-products .view-content,.path-frontpage .view-slider-featured-products body[class*=view-reviews] .view-content,body[class*=view-administration_product_spotlight] .layout-container,body[class*=view-administration_product_spotlight] .path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-promo-card.promo-card-block body[class*=view-administration_product_spotlight] .view-content,body[class*=view-administration_product_spotlight] .path-frontpage .view-category-slider .view-content,.path-frontpage .view-category-slider body[class*=view-administration_product_spotlight] .view-content,body[class*=view-administration_product_spotlight] .path-frontpage .view-slider-featured-products .view-content,.path-frontpage .view-slider-featured-products body[class*=view-administration_product_spotlight] .view-content,body.plma_workflow-npe_review_controller .layout-container,body.plma_workflow-npe_review_controller .path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-promo-card.promo-card-block body.plma_workflow-npe_review_controller .view-content,body.plma_workflow-npe_review_controller .path-frontpage .view-category-slider .view-content,.path-frontpage .view-category-slider body.plma_workflow-npe_review_controller .view-content,body.plma_workflow-npe_review_controller .path-frontpage .view-slider-featured-products .view-content,.path-frontpage .view-slider-featured-products body.plma_workflow-npe_review_controller .view-content,body.plma_workflow-node-ps_review .layout-container,body.plma_workflow-node-ps_review .path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-promo-card.promo-card-block body.plma_workflow-node-ps_review .view-content,body.plma_workflow-node-ps_review .path-frontpage .view-category-slider .view-content,.path-frontpage .view-category-slider body.plma_workflow-node-ps_review .view-content,body.plma_workflow-node-ps_review .path-frontpage .view-slider-featured-products .view-content,.path-frontpage .view-slider-featured-products body.plma_workflow-node-ps_review .view-content{max-width:100%;}.menu--reviews .menu{list-style:none;margin:0 0 1rem;padding:0;}@media screen and (min-width:48rem){.menu--reviews .menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}.menu--reviews .menu-item{list-style:none;position:relative;}@media screen and (min-width:48rem){.menu--reviews .menu-item{margin-right:0.625rem;}}.menu--reviews .menu-item.menu-item--active-trail a{background:#00466E;color:var(--color-white);}.menu--reviews .menu-item a{display:block;padding:0.875rem 1.75rem;width:220px;}.view-reviews .paragraph--type--initial-review{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-reviews .paragraph--type--initial-review .field__item{margin:0 0.25rem;}.view-reviews .paragraph--type--initial-review .field--name-field-reviewer{font-weight:bold;}.view-reviews .paragraph--type--initial-review .field--name-field-reviewer::after{content:":";}.view-reviews .view-empty{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:180px;padding:1.25rem;}.view-reviews .icons-review{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-reviews .icons-review .icons-review--return{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0.3125rem;min-height:24px;min-width:24px;}.view-reviews .icons-review .icons-review--merge{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0.3125rem;min-height:24px;min-width:24px;}.view-reviews .icons-review .icons-review--text{color:var(--color-red);font-weight:bold;font-size:0.8rem;}.view-reviews .count-review{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.view-reviews .count-review span{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#336B8B;border-radius:100%;color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0.4375rem;width:20px;}.view-reviews .vbo-view-form{padding:0;}.view-reviews .views-field-field-sys-date-invited-send-prod{padding:0;}.view-reviews .views-bulk-actions{background-color:var(--color-gray-200);border-radius:0;color:var(--color-black);}.view-reviews .views-bulk-actions label{display:none;}.view-reviews .views-bulk-actions input{display:block;margin:0 auto;max-width:226px;min-height:48px;padding:0.75rem 1.25rem;font-size:1rem;}.view-reviews .views-bulk-actions .views-bulk-actions__item{font-size:1rem;}.view-reviews .views-bulk-actions .form-select{height:3rem;}.view-reviews .feed-icons{margin-top:1rem;}@media screen and (min-width:48rem){.view-reviews .feed-icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.view-reviews .feed-icons .feed-icon{text-indent:0;margin-bottom:0.625rem;padding:0.625rem;height:auto;font-size:0.875rem;width:auto;}.view-reviews .feed-icons .feed-icon .download{border:none !important;}.view-administration-product-spotlight .view-empty{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:180px;padding:1.25rem;}.view-administration-product-spotlight .views-field-nothing a:first-child{margin-right:0.625rem;}.review-form .form-element--product-category:invalid:focus:not(:active),.review-form .form-element--reviewer-comments:invalid:focus:not(:active){-webkit-box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-red);box-shadow:0 0 0 2px var(--color-white),0 0 0 5px var(--color-red);}.node--type-product-spotlight.node--view-mode-full{background:var(--color-white);padding:1.2rem 1.5rem;position:relative;}.node--type-product-spotlight.node--view-mode-ps-products .field--name-title{margin-top:2.5rem;display:block;}.view-id-member_user .view-content,.view-id-company_information .view-content{padding:1.25rem;background:var(--color-white);}.view-id-member_user .view-content .views-field .views-label,.view-id-company_information .view-content .views-field .views-label{font-weight:bold;}.view-id-member_user .view-content .views-field-field-floor-plan-link .field-content a,.view-id-company_information .view-content .views-field-field-floor-plan-link .field-content a{background:#00466E;color:var(--color-white);padding:0.125rem 1.25rem;border-radius:10px;margin:0 1.25rem;}.view-id-member_user .view-content .star-exhibitor,.view-id-company_information .view-content .star-exhibitor{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-id-member_user .view-content .exhibitor-head .flag-favorite,.view-id-company_information .view-content .exhibitor-head .flag-favorite{margin-right:1.25rem;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-flag a,.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-unflag a,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-flag a,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-unflag a{visibility:hidden;display:block;width:40px;height:40px;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-flag a::before,.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-unflag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-flag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-unflag a::before{visibility:visible;display:block;content:"";width:40px;height:40px;margin:0.625rem;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-flag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-flag a::before{background:url(/themes/custom/plma/images/icons/add-to-favorite.svg) no-repeat;}.view-id-member_user .view-content .exhibitor-head .flag-favorite.action-unflag a::before,.view-id-company_information .view-content .exhibitor-head .flag-favorite.action-unflag a::before{background:url(/themes/custom/plma/images/icons/favorite-added.svg) no-repeat;}.view-id-member_user .view-content .exhibitor-head h3,.view-id-company_information .view-content .exhibitor-head h3{margin:0 0 0.625rem 0;}.view-id-member_user .view-content .exhibitor-head h3 a,.view-id-company_information .view-content .exhibitor-head h3 a{display:inline-block;border-bottom:2px solid #00466E;}.view-id-member_user .view-content .exhibitor-head h3 img,.view-id-company_information .view-content .exhibitor-head h3 img{margin-left:0.625rem;}.view-id-member_user .view-content .floor-info,.view-id-company_information .view-content .floor-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-id-member_user .view-content .floor-info span,.view-id-company_information .view-content .floor-info span{padding-right:0.625rem;}.view-id-member_user .view-content .floor-info a,.view-id-company_information .view-content .floor-info a{background:#00466E;color:var(--color-white);padding:0.125rem 1.25rem;border-radius:10px;margin:0 0.625rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}@media screen and (max-width:47.9375rem){.view-id-member_user .view-content .floor-info a,.view-id-company_information .view-content .floor-info a{margin:0;}}.view-id-member_user .view-content .floor-info img,.view-id-company_information .view-content .floor-info img{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}@media screen and (max-width:47.9375rem){.view-id-member_user .view-content .floor-info,.view-id-company_information .view-content .floor-info{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.view-id-member_user .view-content .exhibitor-contact,.view-id-company_information .view-content .exhibitor-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1.875rem 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}@media screen and (max-width:47.9375rem){.view-id-member_user .view-content .exhibitor-contact,.view-id-company_information .view-content .exhibitor-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:1.25rem 0;}}.view-id-member_user .view-content .exhibitor-contact .appointment,.view-id-company_information .view-content .exhibitor-contact .appointment{background:#00466E;padding:0.625rem 1.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.view-id-member_user .view-content .exhibitor-contact .appointment a,.view-id-company_information .view-content .exhibitor-contact .appointment a{color:var(--color-white);}.view-id-member_user .view-content .exhibitor-contact .contact-place,.view-id-member_user .view-content .exhibitor-contact .contact-info,.view-id-company_information .view-content .exhibitor-contact .contact-place,.view-id-company_information .view-content .exhibitor-contact .contact-info{margin-top:0.625rem;}@media screen and (min-width:48rem){.view-id-member_user .view-content .exhibitor-contact .contact-place,.view-id-member_user .view-content .exhibitor-contact .contact-info,.view-id-company_information .view-content .exhibitor-contact .contact-place,.view-id-company_information .view-content .exhibitor-contact .contact-info{border-left:2px solid #E8EBEE;padding:0 0.625rem;margin-top:0;}}.view-id-member_user .view-content .exhibitor-contact .contact-item,.view-id-company_information .view-content .exhibitor-contact .contact-item{margin-bottom:1.25rem;}.view-member_user-page_1 h3{color:#00466E;}.view-member_user-page_1 .page-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.view-member_user-page_1 .page-content .region-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.view-member_user-page_1 .page-content .region-content .contextual-region{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}.view-member_user-page_1 .page-content .region-content .block-page-title-block{margin:0;}.view-member_user-page_1 .page-content .region-content .block-page-title-block .page-title{display:none;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-display-id-block_1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:1px solid #adb5bd;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-display-id-block_1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-header{background:var(--color-white);width:100%;padding:0.625rem 1.25rem;border-right:1px solid #adb5bd;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-1 .view-content{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;background:var(--color-white);padding:1.25rem;margin-top:1.25rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-header{color:var(--color-black);font-size:1.5rem;font-weight:bold;margin:1.25rem 0 0 1.25rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-header span{border:1px solid;border-radius:50%;font-weight:bold;padding:0 0.625rem;margin-left:0.3125rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content{padding-top:0;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:1px solid #adb5bd;width:100%;margin-top:1.875rem;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:1.25rem 0;padding-top:1.25rem;}}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-field-field-product-image{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:1.5625rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .views-field-field-product-image img{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:140px;height:140px;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .category-npe{background:#E8EBEE;border-radius:30px;padding:0.3125rem 1.25rem;margin:0.625rem 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .attribute-npe{margin-top:1.25rem;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .attribute-npe ul{margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.view-member_user-page_1 .page-content .region-content .block-views-blockmember-user-block-2 .view-content .attribute-npe ul li{list-style:none;display:inline;border:1px solid #adb5bd;padding:0 0.625rem;border-radius:30px;margin:0 0.625rem 0.625rem 0;}.view-member_user-page_1 .page-content .region-content-bottom{width:360px;margin-left:1.25rem;}@media screen and (max-width:47.9375rem){.view-member_user-page_1 .page-content .region-content-bottom{width:auto;}}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Video{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:1.25rem;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert img{width:280px;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert:hover:before{background:#00466E;color:var(--color-white);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Advertisement .pdf-advert::before{background:var(--color-white);visibility:visible;display:block;content:"Downlooad";position:absolute;padding:0.625rem 1.25rem;border-radius:30px;-webkit-box-shadow:0 2px 4px var(--color-black);box-shadow:0 2px 4px var(--color-black);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;padding:0.9375rem;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press h4{border-bottom:1px solid #adb5bd;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .description{margin-bottom:1.25rem;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file a{width:280px;height:280px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file a::before{background:var(--color-white);display:block;content:"Downlooad";position:absolute;padding:0.625rem 1.25rem;border-radius:30px;-webkit-box-shadow:0 2px 4px var(--color-black);box-shadow:0 2px 4px var(--color-black);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file a:hover:before{background:#00466E;color:var(--color-white);}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file.file--application-pdf{background:none;padding:0;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .file .file__size{display:none;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .press-disclaimer{text-align:center;}.view-member_user-page_1 .page-content .region-content-bottom .block-views-blockmember-user-block-3 .view-content .Press .press-disclaimer p{margin:0;padding:0 0.625rem;font-size:1rem;text-align:center;font-style:italic;color:var(--color-gray);}.form-item--tooltip-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.form-item--tooltip-description input{margin-right:0.375rem;}@media screen and (min-width:48rem){.form-item--tooltip-description .form-item__description{position:relative;}}.form-item--tooltip-description .tooltip__icon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#00466E;border-radius:24px;color:var(--color-white);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:bold;height:21px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0.5rem;margin-top:-0.25rem;width:21px;text-align:center;}.form-item--tooltip-description .tooltip__content{background:rgba(0,0,0,0.8);color:var(--color-white);display:none;margin-top:0.625rem;margin-left:-0.625rem;padding:0.5rem;position:absolute;width:auto;z-index:2;}@media screen and (min-width:48rem){.form-item--tooltip-description .tooltip__content{width:480px;top:0;left:40px;margin:auto;}}.trade-show-block{background:var(--color-white);padding:0 0.25rem;}.trade-show-block h2{color:#00466E;}.trade-show-block p:last-child{margin-bottom:0;}.menu--action-center{background:var(--color-white);-webkit-box-shadow:0 3px 3px #E8EBEE;box-shadow:0 3px 3px #E8EBEE;padding-top:0;}.menu--action-center h2{border-bottom:2px solid #E8EBEE;color:#00466E;font-size:1rem;font-weight:normal;margin:0;padding:1rem 1.5rem;}.menu--action-center .menu{list-style:none;margin:0;padding:0;}.menu--action-center .menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:0.875rem;}.menu--action-center .menu-item a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-left:-2.25rem;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;padding:0.625rem 1.5rem 0.625rem 2.875rem;width:100%;}.menu--action-center .menu-item a::after{background:url(/themes/custom/plma/images/icons/chevron-left.svg) no-repeat center;content:"";display:block;height:10px;margin-left:0.625rem;width:6px;}.menu--action-center .menu-item .menu_link_content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:1.25rem;}.menu--action-center .menu-item .field--name-field-icon{width:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.menu--trade-show ul{list-style-type:none;margin:1.25rem auto;width:100%;}@media screen and (min-width:48rem){.menu--trade-show ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.menu--trade-show ul li{list-style-type:none;}.menu--trade-show ul li a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.menu--trade-show ul li .menu_link_content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #E8EBEE;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#fff;border-radius:50%;height:140px;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;width:140px;}.home .layout-sidebar-first,.home .layout-sidebar-second{display:none;}@media screen and (min-width:62rem){.home .layout-sidebar-first,.home .layout-sidebar-second{display:block;max-width:250px;width:calc((100% - 548px) / 2);}}@media screen and (min-width:75rem){.home .layout-sidebar-first,.home .layout-sidebar-second{max-width:300px;width:calc((100% - 860px) / 2);}}@media screen and (min-width:87.5rem){.home .layout-sidebar-first,.home .layout-sidebar-second{width:calc((100% - 1100px) / 2);}}.home .layout-sidebar-first > .region,.home .layout-sidebar-second > .region{position:-webkit-sticky;position:sticky;top:0;}.home .layout-sidebar-first{padding-right:0.375rem;}.home .layout-sidebar-second{padding-left:0.375rem;}@media screen and (min-width:62rem){.home .region-content{width:548px;}}@media screen and (min-width:62rem){.home .region-content{width:548px;}}@media screen and (min-width:75rem){.home .region-content{width:860px;}}@media screen and (min-width:87.5rem){.home .region-content{width:1100px;}}.page-node-type-article .block-page-title-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.page-node-type-article .block-page-title-block h1{color:#00466E;}.buy-packages .packages{margin:1.25rem;}@media screen and (min-width:48rem){.buy-packages .packages{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;}}.buy-packages .packages .package{background-color:#f9f9f9;border-radius:10px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);box-shadow:0 4px 8px rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1.25rem;text-align:center;margin:3rem 0;}@media screen and (min-width:48rem){.buy-packages .packages .package{width:30%;}}.buy-packages .packages .package h2{margin-bottom:0.9375rem;}.buy-packages .packages .package ul{list-style:disc;padding:0;text-align:start;margin-bottom:2rem;}.buy-packages .packages .package ul li{margin-bottom:0.625rem;}.buy-packages .packages .package .btn-container{margin-top:auto;}.buy-packages .packages .package .btn{background-color:#FFAD00;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:0.625rem;padding:0.625rem 1.25rem;text-decoration:none;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;}.buy-packages .packages .package .btn:hover{background-color:#FFAD00;}.view-favorites{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media screen and (min-width:62rem){.view-favorites{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.view-favorites .view-filters{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;width:100%;}@media screen and (min-width:62rem){.view-favorites .view-filters{float:left;width:80%;}}.view-favorites .view-filters .views-exposed-form{padding-bottom:0.625rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media screen and (min-width:62rem){.view-favorites .view-filters .views-exposed-form{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.view-favorites .view-filters .views-exposed-form__item,.view-favorites .view-filters .form-submit{margin:0.625rem 0;width:100%;}@media screen and (min-width:62rem){.view-favorites .view-filters .views-exposed-form__item,.view-favorites .view-filters .form-submit{width:250px;}}@media screen and (min-width:62rem){.view-favorites .view-filters .views-exposed-form__item .button,.view-favorites .view-filters .views-exposed-form__item .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .view-favorites .view-filters .views-exposed-form__item a,.view-favorites .view-filters .views-exposed-form__item .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .view-favorites .view-filters .views-exposed-form__item a:not(.link),.view-favorites .view-filters .views-exposed-form__item .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .view-favorites .view-filters .views-exposed-form__item a,.view-favorites .view-filters .views-exposed-form__item .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .view-favorites .view-filters .views-exposed-form__item a,.view-favorites .view-filters .views-exposed-form__item .menu--reviews .menu-item a,.menu--reviews .menu-item .view-favorites .view-filters .views-exposed-form__item a,.view-favorites .view-filters .views-exposed-form__item .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .view-favorites .view-filters .views-exposed-form__item input,.view-favorites .view-filters .views-exposed-form__item .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .view-favorites .view-filters .views-exposed-form__item .feed-icon,.view-favorites .view-filters .form-submit .button,.view-favorites .view-filters .form-submit .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .view-favorites .view-filters .form-submit a,.view-favorites .view-filters .form-submit .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .view-favorites .view-filters .form-submit a:not(.link),.view-favorites .view-filters .form-submit .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .view-favorites .view-filters .form-submit a,.view-favorites .view-filters .form-submit .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .view-favorites .view-filters .form-submit a,.view-favorites .view-filters .form-submit .menu--reviews .menu-item a,.menu--reviews .menu-item .view-favorites .view-filters .form-submit a,.view-favorites .view-filters .form-submit .view-reviews .views-bulk-actions input,.view-reviews .views-bulk-actions .view-favorites .view-filters .form-submit input,.view-favorites .view-filters .form-submit .view-reviews .feed-icons .feed-icon,.view-reviews .feed-icons .view-favorites .view-filters .form-submit .feed-icon{margin-top:1.5625rem;padding:1rem;}}.view-favorites .view-header{margin-bottom:1rem;width:100%;}@media screen and (min-width:62rem){.view-favorites .view-header{float:left;width:20%;}}.view-favorites .view-header a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0.5rem;}@media screen and (min-width:62rem){.view-favorites .view-header a{margin-left:1rem;margin-top:4.5rem;}}.view-favorites .view-header a::before{content:"";background-image:url(/themes/custom/plma/images/icons/download.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:20px;margin-right:0.3125rem;width:20px;}.view-favorites .view-content{background-color:var(--color-white);padding:1.4rem;}@media screen and (min-width:48rem){.view-favorites .view-content{clear:both;padding:2rem;width:100%;}}.view-favorites .view-content .views-row{border-bottom:1px solid #adb5bd;padding-bottom:1rem;padding-top:1rem;}.view-favorites .flag-save{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-favorites .link-save{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-favorites .flag-favorite{margin-right:0.625rem;}.view-favorites .flag-favorite.action-flag a,.view-favorites .flag-favorite.action-unflag a{display:block;height:40px;visibility:hidden;width:40px;}.view-favorites .flag-favorite.action-flag a::before,.view-favorites .flag-favorite.action-unflag a::before{content:"";display:block;height:40px;visibility:visible;width:40px;}.view-favorites .flag-favorite.action-flag a::before{background:url(/themes/custom/plma/images/icons/add-to-favorite.svg) no-repeat;}.view-favorites .flag-favorite.action-unflag a::before{background:url(/themes/custom/plma/images/icons/favorite-added.svg) no-repeat;}.view-favorites .favorites-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:0.8rem;}.view-favorites .favorites-info h6{margin:auto;}.view-favorites .favorites-info .content-product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-favorites .favorites-info .content-product .info-product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:1.25rem;}.view-favorites .favorites-info .content-product .info-product span{margin-top:0.3125rem;}@media screen and (min-width:48rem){.view-favorites .favorites-info{font-size:0.9rem;}}.view-favorites .favorites-info img{margin-top:0.3125rem;}.view-favorites .favorites-products{font-size:0.9rem;margin-top:1rem;text-align:justify;}.view-favorites .favorites-cl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.view-favorites .favorites-cl span{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:1rem;margin-right:0.5rem;padding:0.1875rem;}.view-favorites .favorites-cl span::before{content:url(/themes/custom/plma/images/icons/checkmark.svg);display:inline-block;height:18px;margin-right:0.3125rem;width:18px;}.fav-counter{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#adb5bd;border-radius:50%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:0.75rem;height:28px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-0.125rem 0 0 0.5rem;padding-right:0.125rem;position:absolute;width:28px;}.view-member_user-page_2 h2{color:#00466E;}.view-member_user-page_2 .icon-fav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0.3125rem;}.view-member_user-page_2 .icon-fav .flag-favorite{margin-top:2rem;margin-right:0.625rem;}.view-member_user-page_2 .icon-fav .flag-favorite.action-flag a,.view-member_user-page_2 .icon-fav .flag-favorite.action-unflag a{display:block;height:40px;visibility:hidden;width:40px;}.view-member_user-page_2 .icon-fav .flag-favorite.action-flag a::before,.view-member_user-page_2 .icon-fav .flag-favorite.action-unflag a::before{content:"";display:block;height:40px;visibility:visible;width:40px;}.view-member_user-page_2 .icon-fav .flag-favorite.action-flag a::before{background:url(/themes/custom/plma/images/icons/add-to-favorite.svg) no-repeat;}.view-member_user-page_2 .icon-fav .flag-favorite.action-unflag a::before{background:url(/themes/custom/plma/images/icons/favorite-added.svg) no-repeat;}.view-member_user-page_2 .icon-fav .buyer{background-color:#E8EBEE;border-radius:10px;font-weight:bold;padding:0 0.625rem;}.view-member_user-page_2 .member-info{background-color:#E8EBEE;padding:1rem;}@media screen and (min-width:75rem){.view-member_user-page_2 .member-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.view-member_user-page_2 .member-info .info{border-bottom:1px solid #adb5bd;padding-bottom:1.25rem;}@media screen and (min-width:75rem){.view-member_user-page_2 .member-info .info{border-bottom:none;border-right:1px solid #adb5bd;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:0.9375rem;padding-bottom:0;padding-right:1.25rem;width:20%;}}.view-member_user-page_2 .member-info .icon-address,.view-member_user-page_2 .member-info .icon-email,.view-member_user-page_2 .member-info .icon-phone,.view-member_user-page_2 .member-info .icon-fax,.view-member_user-page_2 .member-info .icon-web{margin-bottom:0.3125rem;}.view-member_user-page_2 .member-info .icon-address::before{content:"";background-image:url(/themes/custom/plma/images/icons/address.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:20px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .icon-email::before{content:"";background-image:url(/themes/custom/plma/images/icons/email.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:16px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .icon-phone::before{content:"";background-image:url(/themes/custom/plma/images/icons/phone.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:18px;margin-right:0.3125rem;width:18px;}.view-member_user-page_2 .member-info .icon-fax::before{content:"";background-image:url(/themes/custom/plma/images/icons/fax.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:20px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .icon-web::before{content:"";background-image:url(/themes/custom/plma/images/icons/web.svg);-webkit-background-size:cover;background-size:cover;display:inline-block;height:21px;margin-right:0.3125rem;width:20px;}.view-member_user-page_2 .member-info .address{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.view-member_user-page_2 .member-info div:last-child{border-bottom:none;}@media screen and (min-width:75rem){.view-member_user-page_2 .member-info div:last-child{border-right:none;}}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row{margin-bottom:0.9375rem;border:1px solid #adb5bd;border-bottom:none;}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row .views-label{display:inline-block;width:200px;border-right:1px solid #adb5bd;font-weight:bold;padding:0.625rem 1.125rem;background:#f9f9f9;}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row .views-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #adb5bd;}.plma_matchmaking-appointment_request_controller .block-views-blockappointment-details-exhibitor-details .views-row .views-field .field-content{background:var(--color-white);width:90%;padding:0.625rem;}.block-views-blockappointment-details-block-1 .views-row .views-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #adb5bd;}.block-views-blockappointment-details-block-1 .views-row .views-field .views-label{display:inline-block;width:30%;text-align:right;padding:1.25rem;}.block-views-blockappointment-details-block-1 .views-row .views-field .field-content{padding:1.25rem;}.block-views-blockappointment-details-block-1 .views-row .views-field:nth-child(even){background:var(--color-white);}.block-views-blockappointment-details-block-1 .views-row .views-field:nth-child(odd){background:#f9f9f9;}.block-views-blockappointment-details-block-1 .views-row .views-field.Waiting,.block-views-blockappointment-details-block-1 .views-row .views-field.Pending{background:#ffed95;}.block-views-blockappointment-details-block-1 .views-row .views-field.Yes{background:#b7d5ac;}.status-wrapper .plma-matchmaking-review-appointment{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.matchmaking-actions{text-align:center;}@media screen and (min-width:48rem){.matchmaking-actions{text-align:right;}}.matchmaking-actions a.button,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a,.matchmaking-actions .block-plma-workflow-exhibitor-content a:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a:not(.link),.matchmaking-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a,.block-views-blockdraft-products-block-1 .views-field-edit-node .matchmaking-actions a,.matchmaking-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a,.block-views-blockdraft-products-block-2 .views-field-edit-node .matchmaking-actions a,.matchmaking-actions .menu--reviews .menu-item a,.menu--reviews .menu-item .matchmaking-actions a,.matchmaking-actions .view-reviews .feed-icons a.feed-icon,.view-reviews .feed-icons .matchmaking-actions a.feed-icon{font-size:0.875rem;background-repeat:no-repeat;background-position:10px center;-webkit-background-size:18px 18px;background-size:18px;padding:0.875rem 0.75rem 0.875rem 2.1875rem;}.matchmaking-actions a.button:hover,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a:hover,.matchmaking-actions .block-plma-workflow-exhibitor-content a:hover:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a:hover:not(.link),.matchmaking-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node .matchmaking-actions a:hover,.matchmaking-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node .matchmaking-actions a:hover,.matchmaking-actions .menu--reviews .menu-item a:hover,.menu--reviews .menu-item .matchmaking-actions a:hover,.matchmaking-actions .view-reviews .feed-icons a.feed-icon:hover,.view-reviews .feed-icons .matchmaking-actions a.feed-icon:hover{background-repeat:no-repeat;background-position:10px center;-webkit-background-size:18px 18px;background-size:18px;}.matchmaking-actions a.button.matchmaking-settings,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-settings,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-settings,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-settings:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-settings:not(.link),.matchmaking-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.matchmaking-settings,.block-views-blockdraft-products-block-1 .views-field-edit-node .matchmaking-actions a.matchmaking-settings,.matchmaking-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.matchmaking-settings,.block-views-blockdraft-products-block-2 .views-field-edit-node .matchmaking-actions a.matchmaking-settings,.matchmaking-actions .menu--reviews .menu-item a.matchmaking-settings,.menu--reviews .menu-item .matchmaking-actions a.matchmaking-settings,.matchmaking-actions .view-reviews .feed-icons a.matchmaking-settings.feed-icon,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-settings.feed-icon{background-image:url(/themes/custom/plma/images/icons/settings-gear.svg);}.matchmaking-actions a.button.matchmaking-settings:hover,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-settings:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-settings:hover,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-settings:hover:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-settings:hover:not(.link),.matchmaking-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.matchmaking-settings:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node .matchmaking-actions a.matchmaking-settings:hover,.matchmaking-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.matchmaking-settings:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node .matchmaking-actions a.matchmaking-settings:hover,.matchmaking-actions .menu--reviews .menu-item a.matchmaking-settings:hover,.menu--reviews .menu-item .matchmaking-actions a.matchmaking-settings:hover,.matchmaking-actions .view-reviews .feed-icons a.matchmaking-settings.feed-icon:hover,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-settings.feed-icon:hover{background-image:url(/themes/custom/plma/images/icons/settings-gear-white.svg);}.matchmaking-actions a.button.matchmaking-calendar,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-calendar,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-calendar,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-calendar:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-calendar:not(.link),.matchmaking-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.matchmaking-calendar,.block-views-blockdraft-products-block-1 .views-field-edit-node .matchmaking-actions a.matchmaking-calendar,.matchmaking-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.matchmaking-calendar,.block-views-blockdraft-products-block-2 .views-field-edit-node .matchmaking-actions a.matchmaking-calendar,.matchmaking-actions .menu--reviews .menu-item a.matchmaking-calendar,.menu--reviews .menu-item .matchmaking-actions a.matchmaking-calendar,.matchmaking-actions .view-reviews .feed-icons a.matchmaking-calendar.feed-icon,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-calendar.feed-icon{background-image:url(/themes/custom/plma/images/icons/share.svg);}.matchmaking-actions a.button.matchmaking-calendar:hover,.matchmaking-actions .node--type-promo-card.node--view-mode-full .field--name-field-link a.matchmaking-calendar:hover,.node--type-promo-card.node--view-mode-full .field--name-field-link .matchmaking-actions a.matchmaking-calendar:hover,.matchmaking-actions .block-plma-workflow-exhibitor-content a.matchmaking-calendar:hover:not(.link),.block-plma-workflow-exhibitor-content .matchmaking-actions a.matchmaking-calendar:hover:not(.link),.matchmaking-actions .block-views-blockdraft-products-block-1 .views-field-edit-node a.matchmaking-calendar:hover,.block-views-blockdraft-products-block-1 .views-field-edit-node .matchmaking-actions a.matchmaking-calendar:hover,.matchmaking-actions .block-views-blockdraft-products-block-2 .views-field-edit-node a.matchmaking-calendar:hover,.block-views-blockdraft-products-block-2 .views-field-edit-node .matchmaking-actions a.matchmaking-calendar:hover,.matchmaking-actions .menu--reviews .menu-item a.matchmaking-calendar:hover,.menu--reviews .menu-item .matchmaking-actions a.matchmaking-calendar:hover,.matchmaking-actions .view-reviews .feed-icons a.matchmaking-calendar.feed-icon:hover,.view-reviews .feed-icons .matchmaking-actions a.matchmaking-calendar.feed-icon:hover{background-image:url(/themes/custom/plma/images/icons/share-white.svg);}.matchmaker-calendar .column-title{background:#00466E;border-color:#E8EBEE;color:var(--color-white);font-weight:bold;}.matchmaker-calendar .event-schedule .column-title{background-image:url(/themes/custom/plma/images/icons/time.svg);background-repeat:no-repeat;background-position:center;-webkit-background-size:26px 26px;background-size:26px;color:transparent;}.matchmaker-calendar .schedule-cell{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:var(--color-white);border-bottom:2px solid;border-right:1px solid;border-top:0;border-color:#E8EBEE;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:bold;}.matchmaker-calendar .event-day{background:var(--color-white);}.matchmaker-calendar .event-day .column-title{background-image:url(/themes/custom/plma/images/icons/calendar.svg);background-repeat:no-repeat;background-position:15px 10px;-webkit-background-size:20px 20px;background-size:20px;padding-left:2.8125rem;}.matchmaker-calendar .event-day-cell{border-bottom:2px solid #E8EBEE;}.matchmaker-calendar .schedule-appointment-button{-webkit-transition:all 0.1s linear;-o-transition:all 0.1s linear;transition:all 0.1s linear;}.matchmaker-calendar .appointment-slot{border-color:#E8EBEE;}.matchmaker-calendar .appointment-item{-webkit-box-shadow:0 1px 1px #cbcbcb;box-shadow:0 1px 1px #cbcbcb;-webkit-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;}.matchmaker-calendar .appointment-item:hover{-webkit-box-shadow:0 2px 6px #959595;box-shadow:0 2px 6px #959595;position:relative;-webkit-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01);}.matchmaker-calendar .appointment-item:hover a{color:#003858;}.matchmaker-calendar .appointment-item .company-name{font-size:1rem;}.matchmaker-calendar .appointment-item.pending .status__label{background:url(/themes/custom/plma/images/icons/time-quarter.svg) no-repeat 0 center transparent;-webkit-background-size:20px 20px;background-size:20px;padding-left:1.5rem;}.matchmaker-calendar .appointment-item.accepted .status__label{background:url(/themes/custom/plma/images/icons/check-circle.svg) no-repeat 0 center transparent;-webkit-background-size:20px 20px;background-size:20px;padding-left:1.5rem;}.matchmaker-calendar .appointment-item .status{font-weight:bold;margin-bottom:0.25rem;}.matchmaker-calendar .appointment-item .status span{padding-block:0.125rem;}.matchmaker-calendar .appointment-item .last-update{font-size:0.75rem;font-style:italic;}.matchmaker-calendar .appointment-item .reschedule{background:url(/themes/custom/plma/images/icons/repeat.svg) no-repeat 4px center;-webkit-background-size:20px 20px;background-size:20px;border-radius:0 0 4px 0;text-transform:capitalize;padding-left:1.875rem;}@media screen and (max-width:26.5625rem){.matchmaker-calendar .appointment-item .reschedule{border-radius:0 0 4px 4px;margin-top:0.25rem;position:relative;}}.matchmaking-settings-modal,.share-calendar-modal{width:90% !important;max-width:658px;}.matchmaking-settings-modal .ui-widget-header,.share-calendar-modal .ui-widget-header{background:#00466E !important;}.plma-matchmaking-download-form{text-align:center;}@media screen and (max-width:47.9375rem){.products .layout-container,.products .path-frontpage .view-promo-card.promo-card-block .view-content,.path-frontpage .view-promo-card.promo-card-block .products .view-content,.products .path-frontpage .view-category-slider .view-content,.path-frontpage .view-category-slider .products .view-content,.products .path-frontpage .view-slider-featured-products .view-content,.path-frontpage .view-slider-featured-products .products .view-content{display:block !important;}}.products .region-content .view-products .view-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1.6875rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media screen and (min-width:62rem){.products .region-content .view-products .view-content{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;padding-left:1.25rem;}}.products .region-content .view-products img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;}.products .region-content .view-products .product-title{font-size:1rem;text-align:center;margin-bottom:0.75rem;}.products .region-content .view-products .product-card{background-color:var(--color-white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:380px;margin-bottom:1rem;margin-right:1rem;margin-top:1rem;position:relative;width:246px;border:1px solid #E8EBEE;}.products .region-content .view-products .product-card .image-container{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:190px;margin-bottom:1rem;width:100%;}.products .region-content .view-products .product-card .card-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:190px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0.625rem;}.products .region-content .view-products .product-card .product-title{font-weight:normal;}.products .region-content .view-products .product-card .button-container{bottom:0;margin-bottom:1.125rem;position:absolute;}.products .region-content .view-products .product-card .button-container a{margin:auto;}.products .region-content .view-products .product-card-add{background-color:var(--color-white);border:1px solid #E8EBEE;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0.625rem;margin-right:0.625rem;position:relative;}@media screen and (min-width:48rem){.products .region-content .view-products .product-card-add{width:316px;}}@media screen and (min-width:75rem){.products .region-content .view-products .product-card-add{width:380px;}}.products .region-content .view-products .product-card-add .image-container{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0.625rem;position:relative;width:180px;}.products .region-content .view-products .product-card-add .ad-product{background-color:#E8EBEE;border-radius:10px 0;color:#212529;font-size:0.75rem;font-weight:bold;left:0;padding:0.3125rem 0.625rem;position:absolute;top:0;}.products .region-content .view-products .product-card-add .card-content{width:200px;}.products .region-content .view-products .product-card-add .card-content .descripction{font-size:0.875rem;}.products .region-content .view-products .product-card-add .product-title{text-align:start;}.products .region-content .view-products .product-card-add .button-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.products .region-content .view-products .pager .pager__link.is-active,.products .region-content .view-products .pager .pager__item--current{background-color:#FFAD00;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1{margin-top:11.5rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0.625rem 0.9375rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 form{padding:0;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-item{margin-top:0.625rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-item--title label{font-size:1.25rem;margin-bottom:0.625rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .fieldset__legend{display:none;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes{margin-top:1.875rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes ul{list-style:none;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes label{font-size:1.25rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .form-type--checkbox{margin-bottom:1.0625rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .form-checkbox{width:22px;height:22px;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested > ul{margin:0;padding:0;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested > ul > li > .js-form-type-checkbox{border-bottom:2px solid #efefef;padding:1rem 0.25rem 0.5rem;margin:0;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested > ul > li > .js-form-type-checkbox::after{content:url(/themes/custom/plma/images/icons/chevron-left.svg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);display:block;float:right;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested > ul > li > .js-form-type-checkbox.active::after{-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested > ul > li > .js-form-type-checkbox input{-webkit-margin-start:unset;-moz-margin-start:unset;margin-inline-start:unset;margin-right:0.375rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested > ul .form-item__label{font-size:0.875rem;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested .category-list{height:0;overflow:hidden;}.products .region-sidebar-first .block-views-exposed-filter-blockproducts-page-1 .form-checkboxes .bef-nested .category-list.show{height:auto;max-height:200px;overflow-y:auto;}.product-category-list{position:relative;}@media screen and (min-width:48rem){.product-category-list .view-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;}}.product-category-list .views-row{-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}@media screen and (min-width:48rem){.product-category-list .views-row{background:var(--color-white);border-radius:6px;overflow:hidden;}}.product-category-list .views-row:hover{-webkit-box-shadow:0 6px 5px rgba(0,0,0,0.3);box-shadow:0 6px 5px rgba(0,0,0,0.3);}.product-category-list .field-content a{display:grid;grid-template-columns:190px 1fr;}.product-category-list .field-content a .category-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.25rem 2.5rem 1.25rem 1.25rem;}.product-category-list .field-content a h2{margin-bottom:0;}.product-category-list .field-content a img{aspect-ratio:3/4;display:block;width:190px;}.product-category-list .field-content a p{color:#212529;}.hero-section{position:relative;}.home .hero-section{background:#000;min-height:574px;}.home .hero-section h1,.home .hero-section p{color:#fff;margin-top:0;}.home .hero-section .region-hero{position:relative;}.home .hero-section .block-block-content{background:rgba(14,29,80,0.7);border-radius:20px;padding:1.25rem;text-align:center;border:1px solid #15296e;margin-top:5rem;}.home .hero-section .node--type-hero-index{min-height:574px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.home .hero-section .node--type-hero-index .field--name-title{color:#fff;font-size:2.625rem;text-shadow:2px 2px 2px #363636;letter-spacing:0.325rem;display:block;text-align:center;}.home .hero-section .node--type-hero-index .field--name-field-subtitle{font-size:1.125rem;}.home .hero-section .node--type-hero-index .field__label{display:none;}@media screen and (min-width:75rem){.path-frontpage .view-latest-advertised-products.view .view-content{display:grid;grid-template-columns:repeat(4,1fr);}}.path-frontpage .view-latest-advertised-products.view .views-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media screen and (max-width:74.9375rem){.path-frontpage .view-latest-advertised-products.view .views-row{margin-bottom:0.25rem;}}@media screen and (min-width:75rem){.path-frontpage .view-latest-advertised-products.view .views-row{grid-column:1/3;}}.path-frontpage .view-latest-advertised-products.view .views-row .views-field{-webkit-box-flex:0;-webkit-flex:0 1 50%;-ms-flex:0 1 50%;flex:0 1 50%;}.path-frontpage .view-latest-advertised-products.view .views-row:hover .views-field-title a::before{opacity:1;}.path-frontpage .view-latest-advertised-products.view .views-row:first-child .views-field-title{padding-left:0.125rem;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}@media screen and (min-width:75rem){.path-frontpage .view-latest-advertised-products.view .views-row:first-child .views-field-title{padding-bottom:0.25rem;}}.path-frontpage .view-latest-advertised-products.view .views-row:first-child .views-field-title::after{top:calc(50% - 6px);left:-7px;}.path-frontpage .view-latest-advertised-products.view .views-row:first-child .views-field-field-product-image{padding-right:0.125rem;}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(2) .views-field-title{padding-right:0.125rem;}@media screen and (min-width:75rem){.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(2) .views-field-title{padding-bottom:0.25rem;}}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(2) .views-field-title::after{top:calc(50% - 6px);right:-7px;}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(2) .views-field-title a::before{-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(2) .views-field-field-product-image{padding-left:0.125rem;}@media screen and (min-width:75rem){.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(3){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-column:4/4;grid-row:1/3;}}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(3) .views-field-title{padding-left:0.125rem;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}@media screen and (max-width:74.9375rem){.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(3) .views-field-title::after{top:calc(50% - 6px);left:-7px;}}@media screen and (min-width:75rem){.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(3) .views-field-title{margin-bottom:0.25rem;margin-left:0;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(3) .views-field-title::after{bottom:-10px;right:calc(50% - 12px);}}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(3) .views-field-title a::before{-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);}.path-frontpage .view-latest-advertised-products.view .views-row:nth-child(3) .views-field-field-product-image{padding-right:0.125rem;}.path-frontpage .view-latest-advertised-products.view #block-plma-250x550{display:block !important;margin-top:1.875rem;text-align:center;}@media screen and (min-width:75rem){.path-frontpage .view-latest-advertised-products.view #block-plma-250x550{grid-column:3/3;grid-row:1/3;margin-top:0;}}@media screen and (min-width:75rem) and (max-width:89.9375rem){.path-frontpage .view-latest-advertised-products.view #block-plma-250x550 img{height:auto;width:92%;display:block;margin:auto;}}.path-frontpage .view-latest-advertised-products.view .views-field-title{height:auto;max-height:274px;max-width:274px;position:relative;}.path-frontpage .view-latest-advertised-products.view .views-field-title::after{background:#151515;border:2px solid #fff;content:"";display:block;height:20px;position:absolute;-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);width:20px;}.path-frontpage .view-latest-advertised-products.view .views-field-title .field-content{height:100%;width:100%;}.path-frontpage .view-latest-advertised-products.view .views-field-title a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#151515;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-weight:bold;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1rem;position:relative;width:100%;z-index:1;}.path-frontpage .view-latest-advertised-products.view .views-field-title a::before{content:url(/themes/custom/plma/images/icons/product-arrow.png);margin-bottom:0.1875rem;opacity:0.3;}.path-frontpage .view-latest-advertised-products.view .views-field-field-product-image{height:auto;border:1px solid #ededed;max-height:274px;max-width:274px;}.path-frontpage .view-latest-advertised-products.view .views-field-field-product-image img{display:block;}.path-frontpage .view-slider-featured-products{margin-top:5rem;}.path-frontpage .view-slider-featured-products .view-header{margin:1.875rem auto;max-width:498px;text-align:center;width:90%;}.path-frontpage .view-slider-featured-products .view-content .field-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.path-frontpage .view-slider-featured-products .views-field-title{margin-top:0.375rem;text-align:center;}.path-frontpage .view-category-slider{margin-top:5rem;padding-top:1.875rem;position:relative;}.path-frontpage .view-category-slider::before{background:#151515;content:"";display:block;height:70%;left:0;position:absolute;top:0;width:100%;z-index:-1;}.path-frontpage .view-category-slider .view-header{margin:1.875rem auto;max-width:498px;text-align:center;width:90%;color:#fff;}.path-frontpage .view-category-slider .view-content .field-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.path-frontpage .view-category-slider .views-field-name{font-size:1.125rem;font-weight:bold;margin-top:0.5rem;text-align:center;text-transform:uppercase;}.path-frontpage .view-promo-card.promo-card-block{margin-top:5rem;padding-top:1.875rem;position:relative;}.path-frontpage .view-promo-card.promo-card-block .view-header{margin:1.875rem auto;max-width:498px;text-align:center;width:90%;color:#fff;}.path-frontpage .view-promo-card.promo-card-block .view-content{display:grid;}@media screen and (min-width:48rem){.path-frontpage .view-promo-card.promo-card-block .view-content{grid-template-columns:repeat(3,1fr);}}.path-frontpage .view-promo-card.promo-card-block .views-row{border:1px solid #ededed;}.path-frontpage .view-promo-card.promo-card-block .promo-card__title{font-size:1rem;display:inline-block;margin:0.375rem auto 0;width:calc(100% - 54px);vertical-align:top;}.path-frontpage .view-promo-card.promo-card-block .promo-card__title a{color:#151515;text-decoration:none;}.path-frontpage .view-promo-card.promo-card-block .promo-card__date{background:#151515;color:#fff;display:inline-block;font-size:0.875rem;margin:0.375rem 0.5rem 0 0;padding:0.25rem 0.5rem;text-align:center;}.path-frontpage .view-promo-card.promo-card-block .promo-card__date .day{font-weight:bold;}.path-frontpage .view-promo-card.promo-card-block .views-field-body{clear:both;margin-top:0.75rem;}.node--type-promo-card.node--view-mode-full{background:var(--color-white);}.node--type-promo-card.node--view-mode-full .node__content{padding:1.5rem;}.node--type-promo-card.node--view-mode-full .promo-card__banner{position:relative;}.node--type-promo-card.node--view-mode-full .promo-card__banner::before{background:#000;content:"";height:100%;left:0;opacity:0.5;position:absolute;top:0;width:100%;}.node--type-promo-card.node--view-mode-full .promo-card__banner img{display:block;}.node--type-promo-card.node--view-mode-full .field--name-field-link{margin:1.25rem auto 0.625rem;padding:1.875rem 0;text-align:center;}@media screen and (min-width:48rem){.field--name-field-promo-card-nodes{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;}}.field--name-field-promo-card-nodes > .field__item{background:var(--color-white);padding:1.5rem;margin-bottom:0.75rem;}.field--name-field-promo-card-nodes .promo-card__title{font-weight:bold;font-size:1.25rem;margin:0.625rem auto;}.field--name-field-promo-card-nodes .promo-card__title a{text-decoration:underline;}.field--name-field-promo-card-nodes ul.links.inline{margin:0;}.field--name-field-promo-card-nodes .with-video{position:relative;}.field--name-field-promo-card-nodes .with-video a::after{content:"";background:#000;display:block;height:100%;opacity:30%;position:absolute;top:0;width:100%;}.field--name-field-promo-card-nodes .with-video a::before{background:url(/themes/custom/plma/images/video-icon.svg) no-repeat center;-webkit-background-size:contain;background-size:contain;content:"";display:block;height:100px;left:0;margin:-3.125rem auto 0;right:0;opacity:80%;position:absolute;top:50%;width:200px;z-index:1;}.field--name-field-promo-card-nodes .field--name-field-cover-image img{display:block;width:100%;}.promo-card-block{margin:1.25rem auto;}@media screen and (min-width:48rem){.promo-card-block .view-content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;}}.promo-card-block .promo-card-item{background:var(--color-white);padding:0.5rem;margin-bottom:0.75rem;}.promo-card-block .promo-card__image{position:relative;text-align:center;}.promo-card-block .promo-card__image img{height:auto;display:block;width:100%;}.promo-card-block .promo-card__title{font-weight:bold;font-size:1.25rem;margin:0.625rem auto;}.promo-card-block .promo-card__title a{text-decoration:underline;}.promo-card-block .with-video a::after{content:"";background:#000;display:block;height:100%;opacity:30%;position:absolute;top:0;width:100%;}.promo-card-block .with-video a::before{background:url(/themes/custom/plma/images/video-icon.svg) no-repeat center;-webkit-background-size:contain;background-size:contain;content:"";display:block;height:100px;left:0;margin:-3.125rem auto 0;right:0;opacity:80%;position:absolute;top:50%;width:200px;z-index:1;}.block-views-blockrelated-products-block-1 h2{display:inline-block;position:relative;font-weight:bold;}.block-views-blockrelated-products-block-1 h2::after{background-color:#FFAD00;content:"";height:40px;left:-20px;margin-bottom:-0.625rem;position:absolute;top:-2px;width:10px;}.block-views-blockrelated-products-block-1 .view-related-products{border-top:1px solid #E8EBEE;padding-top:3rem;}.block-views-blockrelated-products-block-1 .field-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.block-views-blockrelated-products-block-1 .field-content .product-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:400px;margin-bottom:1rem;margin-right:1rem;margin-top:1rem;position:relative;width:246px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);box-shadow:0 4px 8px rgba(0,0,0,0.1);-webkit-transition:-webkit-box-shadow 0.3s ease;transition:-webkit-box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease,-webkit-box-shadow 0.3s ease;}.block-views-blockrelated-products-block-1 .field-content .product-card .image-container{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:1rem;width:100%;}.block-views-blockrelated-products-block-1 .field-content .product-card .card-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:190px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0.625rem;}.block-views-blockrelated-products-block-1 .field-content .product-card .product-title{font-weight:normal;}.block-views-blockrelated-products-block-1 .field-content .product-card .button-container{bottom:0;margin-bottom:1.125rem;position:absolute;}.block-views-blockrelated-products-block-1 .field-content .product-card .button-container a{margin:auto;}.block-views-blockrelated-products-block-1 .field-content .product-card img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%;}.block-views-blockrelated-products-block-1 .field-content .product-card .product-title{font-size:1rem;text-align:center;margin-bottom:1rem;}.block-views-blockrelated-products-block-1 .slick .slick__arrow{left:auto;right:0;top:-16%;width:8%;}@media screen and (max-width:61.9375rem){.block-views-blockrelated-products-block-1 .slick .slick__arrow{width:12%;}}.block-views-blockrelated-products-block-1 .slick .slick-arrow::before{color:#adb5bd;}.path-frontpage #block-plma-views-block-advertising-slider-block-2--2{margin-top:2rem;}.view-products-page_1{position:relative;}.view-products-page_1 #block-plma-views-block-advertising-slider-block-3-2,.view-products-page_1 #block-plma-300x600static-2{display:none;max-width:300px;position:absolute;right:10px;top:22rem;min-width:100px;}@media screen and (min-width:75rem){.view-products-page_1 #block-plma-views-block-advertising-slider-block-3-2,.view-products-page_1 #block-plma-300x600static-2{display:block;}}.view-products-page_1 #block-plma-views-block-advertising-slider-block-1-2{display:none;max-width:300px;position:absolute;right:10px;top:22rem;min-width:100px;}@media screen and (min-width:75rem){.view-products-page_1 #block-plma-views-block-advertising-slider-block-1-2{display:block;}}.view-products-page_1 #block-plma-views-block-advertising-slider-block-2--2{margin-bottom:2rem;max-width:279px;width:auto !important;}.page-node-type-new-product-expo{position:relative;}.page-node-type-new-product-expo #block-plma-views-block-advertising-slider-block-3-2{display:none;max-width:300px;position:absolute;right:10px;top:18rem;min-width:100px;}@media screen and (min-width:75rem){.page-node-type-new-product-expo #block-plma-views-block-advertising-slider-block-3-2{display:block;}}.page-node-type-new-product-expo #block-plma-views-block-advertising-slider-block-2-2{display:none;max-width:300px;position:absolute;right:10px;top:85rem;min-width:100px;}@media screen and (min-width:75rem){.page-node-type-new-product-expo #block-plma-views-block-advertising-slider-block-2-2{display:block;}}.view-expositors-page_1 .region-content{margin-left:2rem;}.view-expositors-page_1 .region-content .view-expositors .view-filters{width:98%;}.view-expositors-page_1 .region-content .view-expositors .view-content{margin-top:1.5625rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.view-expositors-page_1 .region-content .view-expositors .views-row{background-color:var(--color-white);margin-top:1rem;padding:1rem;border:1px solid #E8EBEE;width:48%;}.view-expositors-page_1 .region-content .view-expositors .views-row:nth-child(odd){margin-right:1rem;}.view-expositors-page_1 .region-content .view-expositors .views-field{margin-bottom:0.5rem;}.view-expositors-page_1 .region-content .view-expositors .views-field .views-label{font-weight:bold;}.view-expositors-page_1 .region-content .view-expositors .views-field .field-content{display:inline;}.view-expositors-page_1 .region-content .view-expositors .views-field-title{font-size:1.5625rem;font-weight:bold;margin-bottom:0.625rem;}.view-expositors-page_1 .region-content .view-expositors .views-field-nothing{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.view-expositors-page_1 .region-content .pager__link.is-active,.view-expositors-page_1 .region-content .pager__item--current{background-color:#FFAD00;}.welcome .block-page-title-block{text-align:center;}.menu--log-in-anonymous li{list-style:none;}.menu--log-in-anonymous li a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#003858;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-decoration:underline;font-weight:normal;}.menu--log-in-anonymous li a.is-active{color:#003858;text-decoration:underline;font-weight:normal;}.menu--log-in-anonymous li a:after{content:url(/themes/custom/plma/images/icons/login-icon.png);margin-top:0.375rem;margin-left:0.25rem;opacity:0.7;}.login-register-block{margin:0 auto;padding:1.875rem;text-align:center;background-color:#f9f9f9;border-radius:10px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.1);box-shadow:0 4px 10px rgba(0,0,0,0.1);}.login-register-block p{margin-bottom:1.25rem;margin-top:1.25rem;font-size:1.25rem;color:#555;}.login-register-block .button a,.login-register-block .block-plma-workflow-exhibitor-content a:not(.link) a,.block-plma-workflow-exhibitor-content .login-register-block a:not(.link) a,.login-register-block .block-views-blockdraft-products-block-1 .views-field-edit-node a a,.block-views-blockdraft-products-block-1 .views-field-edit-node .login-register-block a a,.login-register-block .block-views-blockdraft-products-block-2 .views-field-edit-node a a,.block-views-blockdraft-products-block-2 .views-field-edit-node .login-register-block a a,.login-register-block .menu--reviews .menu-item a a,.menu--reviews .menu-item .login-register-block a a,.login-register-block .view-reviews .views-bulk-actions input a,.view-reviews .views-bulk-actions .login-register-block input a,.login-register-block .view-reviews .feed-icons .feed-icon a,.view-reviews .feed-icons .login-register-block .feed-icon a,.login-register-block .node--type-promo-card.node--view-mode-full .field--name-field-link a a,.node--type-promo-card.node--view-mode-full .field--name-field-link .login-register-block a a{color:var(--color-white);}.thankyou-page .block-page-title-block,.get-coupon .block-page-title-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.buy-coupons .block-page-title-block,.make-payment .block-page-title-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.buy-coupons .webform-submission-buy-coupons-form,.buy-coupons .webform-submission-metodos-de-pago-form,.make-payment .webform-submission-buy-coupons-form,.make-payment .webform-submission-metodos-de-pago-form{background-color:#f9f9f9;border-radius:8px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);box-shadow:0 4px 8px rgba(0,0,0,0.1);max-width:800px;margin:1.25rem auto;}.role-authenticated .field--name-field-firstname,.role-authenticated .field--name-field-lastname,.role-authenticated .field--name-field-job-title,.role-authenticated .field--name-field-coupons{font-size:1.25rem;margin:1.25rem 0;}.role-authenticated .field--name-field-coupons .field__label{margin-bottom:1.25rem;}.role-authenticated .field--name-field-coupons .field__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.role-authenticated .field--name-field-coupons .field__items .field__item{margin:0 0.625rem;}
