/* @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:rgb(243,244,249,0.4);--color-gray-200-o-80:rgb(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:rgb(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 rgb(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:rgb(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 rgb(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:rgb(216,217,224,0.8);--jui-dropdown-shadow-color:rgb(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);--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;}
.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;&: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"] &{transform:scaleX(-1);}@media (forced-colors:active){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:" [";}&::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 rgb(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;}
: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;}}
.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;}
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;}
.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%;}}
.action-links{margin:var(--space-l) 0;list-style:none;}.action-links__item{display:inline-block;& + .action-links__item{& > .action-link{margin-inline-start:var(--space-s);}& > .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;&:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--color-absolutezero-hover);background-color:var(--color-bgblue-hover);}&:focus{position:relative;z-index:1;-webkit-text-decoration:none;text-decoration:none;}&:active{color:var(--color-absolutezero-active);background-color:var(--color-bgblue-active);}&::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{margin-inline-start:var(--space-s);}.form-actions &,.field-actions &{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);}& .action-link--extrasmall{padding:0 var(--space-xs);font-size:var(--font-size-s);}& .action-link--small + .action-link--small,& .action-link--extrasmall + .action-link--extrasmall{margin-inline-start:var(--space-xs);}}.action-link--danger{color:var(--color-maximumred);&:hover{color:var(--color-maximumred-hover);background-color:var(--color-bgred-hover);}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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){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");}}&: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");}&: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--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");}&: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");}&: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);}
.ck{--ck-color-base-border:var(--input-border-color);}
.container-inline .form-radios{& label::after{content:"";}& .form-type-radio{margin-inline-end:1em;}}
.container-inline div,.container-inline label{display:inline-block;}.form-items-inline{margin-block:-2px;& > .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-block;-webkit-text-decoration:none;text-decoration:none;color:var(--color-text);font-weight:bold;line-height:1.5rem;}.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"] &{transform:scaleX(-1);}@media (forced-colors:active){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;}
: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 &{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"] &{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"] &{transform:rotate(-225deg);}}}.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"] &{border-width:0 var(--details-summary-focus-border-size) 0 0;}}.claro-details__summary:focus::after,.claro-details__summary:active::after{opacity:1;}.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);& a{-webkit-text-decoration:underline;text-decoration:underline;color:var(--messages__link-color);&:hover{color:var(--messages__link--hover-color);}}& pre{margin:0;}[dir="rtl"] &{border-right-width:var(--messages-border-width);border-left-width:0;}}.messages--error{border-color:var(--messages--error-color);& .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__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__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"] &{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);& .form-item{margin-block:var(--entity-meta-spacing-xs);}& .form-type--item .form-item__label{display:inline-block;margin:0;font-size:var(--entity-meta-font-size-base);&::after{content:":";}}@media screen and (min-width:48em){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);&.is-disabled{color:var(--input--disabled-fg-color);}&.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);&.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);& > .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);&[for]{cursor:pointer;}&.option{display:inline;font-weight:normal;}&.has-error{color:var(--input--error-color);}&.option.has-error{color:inherit;}&.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);&.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-wrapper{display:flex;flex-wrap:wrap;gap:var(--space-xs) 0;}& .button,& .action-link{margin-block:var(--space-xs);}& .ajax-progress--throbber{align-self:center;}}.form-actions > .form-wrapper{margin-inline:0 var(--space-s);}.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__label,& .form-item__prefix,& .form-item__suffix,& .form-element--editor-format{min-width:1px;}& .form-item__label,& .form-item__prefix,& .form-item__suffix,& .form-element--editor-format{min-width:1px;}& .form-item__label,& .form-item__prefix,& .form-item__suffix{margin-inline-end:var(--space-xs);}& .form-item__description,& .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"] &{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;&:active,&:hover{border-color:var(--input-fg-color);box-shadow:inset 0 0 0 1px var(--input-fg-color);}&:focus:active,&: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;&: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);&: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);&:active,&: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);}}&:active,&: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");&:active,&: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);&:active,&:hover{box-shadow:inset 0 0 0 1px var(--input--error-border-color);}&:focus,&:focus:active,&: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);}&:checked:active,&: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%;}&.has-value.is-multiple{display:block;}& .file{word-break:break-all;}& .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-element{width:100%;}& .form-item{max-width:var(--file-widget-form-item-max-width);margin-block:0 var(--space-m);&:last-child{margin-block-end:var(--space-xs);}}.draggable .form-managed-file.has-value &{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 &{margin-inline-end:var(--space-m);}td .form-managed-file.no-meta &{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%;& .file{flex:1 1 auto;margin-block:var(--space-xs);margin-inline:0 var(--space-m);}& .form-element--api-file{flex:1 1 auto;}& .button.button{flex:0 0 auto;margin:0;}.form-managed-file.is-single.has-value &:last-child{margin-block-end:var(--space-m);}.draggable .form-managed-file.has-value &{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;&: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");}&[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"] &{background-position:0 50%;}.no-touchevents &{&.form-element--extrasmall,&[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;& 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,&.inline li{padding-inline-end:var(--item-list-spacing-m);}&.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);}& .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);&: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 > &{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;&:hover,&:active{color:var(--skip-link-color);background-color:var(--skip-link-active-bg-color);}&:focus{-webkit-text-decoration:none;text-decoration:none;}&.visually-hidden.focusable:focus{position:absolute !important;}}[dir="rtl"] .skip-link{right:0;left:auto;border-radius:0 0 0 0.625rem;}
.table-file-multiple-widget{& tbody{vertical-align:top;}& .tabledrag-cell-content{position:relative;display:block;height:auto;& > *{display:block;}}& .tabledrag-cell-content__item{padding:0;}& .tabledrag-handle,& .tabledrag-changed{float:left;}& .tabledrag-changed{line-height:calc(var(--tabledrag-handle-icon-size) + calc(var(--space-xs) * 2));}& td{height:calc(var(--space-m) * 3);padding-block:var(--space-m);& > :first-child,& > :last-child{margin-block:0;}}& .button.button:only-child{margin:0;}& th{height:calc(var(--space-m) * 2);color:var(--color-gray-800);background:var(--color-gray-050);font-size:var(--font-size-s);}& .tabledrag-cell{padding-block:var(--space-xs);}& .checkbox .form-type--boolean{line-height:calc(var(--space-m) * 3);}}[dir="rtl"] .table-file-multiple-widget{& .tabledrag-handle,& .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);& > :not(table){margin-inline:var(--space-m);}}}
.search-admin-settings{& .container-inline{margin-block-end:1em;}& label[for="edit-search-type"]{display:block;}}
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);&[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-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);&:last-of-type{margin-inline-end:0;}& .form-element{&:hover{border:var(--input-border-size) solid var(--input-border-color);box-shadow:none;}}& .button--primary:not(:disabled,.is-disabled){background:var(--color-blue-400);&:hover{background:var(--color-blue-500);}}& .form-item__label{display:inline;padding-inline-end:var(--space-xs);&::after{content:":";}}& .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;}& input,& .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;}}.ui-autocomplete{z-index:501;}
: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 rgb(0,0,0,0.1);--tabs-trigger-border:1px solid rgb(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;&:not(.is-active){display:none;}&:last-child{border-bottom:0;}&.is-active{display:flex;justify-content:space-between;background-color:var(--color-white);box-shadow:var(--tabs-base-shadow);&:focus::before{top:calc(var(--tabs--focus-height) * -1);height:calc(var(--tabs-link-height) + 2px);}&::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;&: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;}&:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--color-text);}&.is-active{z-index:1;flex-grow:1;color:var(--color-absolutezero);&:focus{margin:-1px 0;padding-right:var(--space-l);padding-left:var(--space-l);border-inline-start:none;border-radius:0;}&:hover{color:var(--color-text);}}&: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);&:focus{padding-right:0;border:var(--tabs--focus-height) solid var(--color-focus);border-radius:var(--tabs-border-radius-size);box-shadow:none;}.hamburger-icon,.close-icon{line-height:normal;}.close-icon{display:none;}}.position-container{position:relative;}@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;}& .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;&::after{position:absolute;bottom:0;left:0;display:block;width:100%;content:"";border-bottom:1px solid var(--color-gray-200);}& .tabs__tab{font-size:var(--font-size-s);}& .tabs__link{min-height:var(--tabs-secondary-link-height);padding-top:var(--space-xs);padding-bottom:var(--space-xs);&:focus{min-height:var(--tabs-secondary-link-height);}}}& .tabs__tab{display:block;border-top:none;border-bottom:none;background:none;font-size:var(--font-size-base);&.is-active{order:0;background:none;box-shadow:none;&::before{content:none;}}& .tabs__link{&.is-active::before{border-radius:0;}}}& .tabs__link{padding-right:2rem;padding-left:2rem;border-radius:var(--tabs-border-radius-size) var(--tabs-border-radius-size) 0 0;&: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);}&:hover{color:var(--color-absolutezero-hover);background:var(--tabs--hover-bg-color);}&.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;}}}& .tabs__trigger{display:none;}& .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);}}}}}@media (forced-colors:active){.tabs__trigger svg path{fill:currentColor;}}
:root{--progress-bar-bg-color:var(--color-absolutezero);--progress-bar-border-color:var(--color-absolutezero);--progress-bar-label-font-size:var(--font-size-base);--progress-bar-small-label-font-size:var(--font-size-label);--progress-bar-default-size:calc(var(--space-m) - (2 * var(--progress-bar-border-size)));--progress-bar-default-size-radius:var(--space-m);}.progress::after{display:table;clear:both;content:"";}.progress--small{& .progress__track{height:var(--progress-bar-small-size);}& .progress__bar{width:var(--progress-bar-small-size);min-width:var(--progress-bar-small-size);height:var(--progress-bar-small-size);}& .progress__label{font-size:var(--progress-bar-small-label-font-size);}}.progress__track{height:var(--progress-bar-default-size);margin-block-start:0;border:var(--progress-bar-border-size) var(--progress-track-border-color) solid;border-radius:var(--progress-bar-default-size-radius);background-color:var(--progress-track-bg-color);}.progress__bar{width:var(--progress-bar-default-size);min-width:var(--progress-bar-default-size);height:var(--progress-bar-default-size);margin-block-start:calc(var(--progress-bar-border-size) * -1);margin-inline-start:calc(var(--progress-bar-border-size) * -1);transition:var(--progress-bar-transition);border:var(--progress-bar-border-size) var(--progress-bar-border-color) solid;border-radius:var(--progress-bar-default-size-radius);background-color:var(--progress-bar-bg-color);@media screen and (prefers-reduced-motion:reduce){transition:none;}@media (forced-colors:active){background-color:canvastext;}}.progress__label{margin-block-end:var(--progress-bar-spacing-size);font-size:var(--progress-bar-label-font-size);font-weight:bold;}.progress__description,.progress__percentage{overflow:hidden;margin-block-start:var(--progress-bar-spacing-size);color:var(--progress-bar-description-color);font-size:var(--progress-bar-description-font-size);}
.color-success{color:#325e1c;background-color:#f3faef;}.color-warning{color:#734c00;background-color:#fdf8ed;}.color-error{color:#a51b00;background-color:#fcf4f2;}
.webform-submission-form .form-required span[aria-hidden=true]{display:inline-block;margin-right:0.15em;margin-left:0.15em;color:var(--color-maximumred);}@supports (color:light-dark(red,red)){.webform-submission-form .form-required span[aria-hidden=true]{color:light-dark(var(--color-maximumred),var(--color-white));}}.webform-submission-form .form-required::after{display:none;}article[class*="card-article promoted"] .field--type-entity-reference{container-type:inline-size;}article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short{margin-inline:auto;padding-bottom:0;height:auto;overflow:unset;}article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short .embedContent{aspect-ratio:9/16;position:relative;height:auto;padding-bottom:0;}article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short ~ figcaption{margin-left:auto;margin-right:auto;max-width:var(--embeded-video-size,100%);}article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short.embeded-video-width-100{width:100%;max-height:60vh;}[data-layout] article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short.embeded-video-width-100{max-width:50%;}[data-layout] article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short.embeded-video-width-100 ~ figcaption{max-width:var(--embeded-video-size,50%);}article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short.embeded-video-width-100 .embedContent{max-height:60vh;margin:0 auto;}article[class*="card-article promoted"] .field--type-entity-reference figcaption{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);margin-top:1.625rem;color:var(--color-heading,var(--color-scheme-b5));}@container (max-width:500px){article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short.embeded-video-width-100{width:100%;}[data-layout] article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short.embeded-video-width-100{max-width:100%;}[data-layout] article[class*="card-article promoted"] .field--type-entity-reference .embeded-video-wrapper.youtube-short.embeded-video-width-100 ~ figcaption{max-width:var(--embeded-video-size,100%);}}.directory{--directory-back:#fff3ee;--directory-button-text:white;--directory-button-back-hover:#f5d3cc;--icon-color:var(--page-nav-text);margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));padding-left:-webkit-calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-left:calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-right:-webkit-calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-right:calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2));}@supports (color:light-dark(red,red)){.directory{--directory-back:light-dark(#fff3ee,#383838);--directory-button-text:light-dark(white,#00005e);--directory-button-back-hover:light-dark(#f5d3cc,#f5d3cc);}}.directory a,.directory button.directory-toggle,.directory .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle,.vocabulary--author .page-main .field--name-field-contact-link .directory a.directory-toggle,.directory .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory a.directory-toggle,.directory button.language-toggle,.directory .vocabulary--author .page-main .field--name-field-contact-link a.language-toggle,.vocabulary--author .page-main .field--name-field-contact-link .directory a.language-toggle,.directory .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory a.language-toggle{--icon-color:var(--page-nav-text);}@media (max-width:63.9375rem){.directory{display:none;}}.directory > ul{position:relative;margin:0;padding:0;}.directory ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;list-style-type:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.directory li:first-child{margin-top:initial;}.directory li a,.directory li button.directory-toggle,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.directory-toggle,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle,.directory li button.language-toggle,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.language-toggle,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.language-toggle,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.language-toggle{color:var(--page-nav-text);background-color:transparent;border:none;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;position:relative;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);line-height:1.25rem;padding:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.directory li a:focus-visible,.directory li button.directory-toggle:focus-visible,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.directory-toggle:focus-visible,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle:focus-visible,.directory li button.language-toggle:focus-visible,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.language-toggle:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.language-toggle:focus-visible,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.language-toggle:focus-visible{z-index:1;}.directory li a:hover,.directory li button.directory-toggle:hover,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle:hover,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.directory-toggle:hover,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle:hover,.directory li button.language-toggle:hover,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.language-toggle:hover,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.language-toggle:hover,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.language-toggle:hover{color:var(--page-nav-heading-hover);--icon-color:var(--page-nav-heading-hover);}.directory *{position:static;}.directory .directory-item{z-index:4;}.directory .directory-item a,.directory .directory-item button.directory-toggle,.directory .directory-item .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle,.vocabulary--author .page-main .field--name-field-contact-link .directory .directory-item a.directory-toggle,.directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item a.directory-toggle{-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;font-weight:300;-webkit-transition:none;-o-transition:none;transition:none;padding:0;color:var(--page-nav-text);background-color:transparent;border:none;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;position:relative;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);line-height:1.25rem;}.directory .directory-item a span,.directory .directory-item button.directory-toggle span,.directory .directory-item .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle span,.vocabulary--author .page-main .field--name-field-contact-link .directory .directory-item a.directory-toggle span,.directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle span,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item a.directory-toggle span{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;padding-right:0.625rem;}.directory .directory-item a svg:nth-child(1),.directory .directory-item button.directory-toggle svg:nth-child(1),.directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle svg:nth-child(1),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item a.directory-toggle svg:nth-child(1){position:relative;top:0;}.directory .directory-item a svg,.directory .directory-item button.directory-toggle svg,.directory .directory-item .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle svg,.vocabulary--author .page-main .field--name-field-contact-link .directory .directory-item a.directory-toggle svg,.directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item a.directory-toggle svg{height:1em;width:auto;margin:0.25rem;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .directory .directory-item a[aria-expanded=false] span svg,[data-color-scheme=color_scheme_dark] .directory .directory-item button.directory-toggle[aria-expanded=false] span svg,[data-color-scheme=color_scheme_dark] .directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=false] span svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .directory .directory-item a.directory-toggle[aria-expanded=false] span svg{color:var(--color-p3);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .directory .directory-item a[aria-expanded=false] span svg,html:not([data-color-scheme=color_scheme_light]) .directory .directory-item button.directory-toggle[aria-expanded=false] span svg,html:not([data-color-scheme=color_scheme_light]) .directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=false] span svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .directory .directory-item a.directory-toggle[aria-expanded=false] span svg{color:var(--color-p3);}}}.directory .directory-item a[aria-expanded=false] span svg:last-child,.directory .directory-item button.directory-toggle[aria-expanded=false] span svg:last-child,.directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=false] span svg:last-child,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item a.directory-toggle[aria-expanded=false] span svg:last-child{display:none;}.directory .directory-item a[aria-expanded=true],.directory .directory-item button.directory-toggle[aria-expanded=true],.directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item a.directory-toggle[aria-expanded=true]{background-color:var(--directory-back);color:var(--directory-back);--icon-color:var(--directory-back);}.directory .directory-item a[aria-expanded=true] span svg:last-child,.directory .directory-item button.directory-toggle[aria-expanded=true] span svg:last-child,.directory .directory-item .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] span svg:last-child,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item a.directory-toggle[aria-expanded=true] span svg:last-child{position:absolute;top:-webkit-calc(50% - 14px);top:calc(50% - 14px);left:-webkit-calc(50% - 14px);left:calc(50% - 14px);height:1.5em;width:1.5em;color:var(--page-nav-text);}.directory .directory-item > a[aria-controls],.directory .directory-item > button.directory-toggle[aria-controls],.directory .quotes .directory-item > a.directory-toggle[aria-controls],.directory .vocabulary--author .page-main .field--name-field-contact-link .directory-item > a.directory-toggle[aria-controls],.directory .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory-item > a.directory-toggle[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .directory-item > a.directory-toggle[aria-controls]{height:3rem;}.directory li a[aria-expanded=false] + ul,.directory li button.directory-toggle[aria-expanded=false] + ul,.directory li .quotes a.directory-toggle[aria-expanded=false] + ul,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle[aria-expanded=false] + ul,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.directory-toggle[aria-expanded=false] + ul,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=false] + ul,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=false] + ul{opacity:0;min-height:0;-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;-o-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;pointer-events:none;visibility:hidden;-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0);}.directory li a[aria-expanded=false] + ul > li,.directory li button.directory-toggle[aria-expanded=false] + ul > li,.directory li .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle[aria-expanded=false] + ul > li,.vocabulary--author .page-main .field--name-field-contact-link .directory li a.directory-toggle[aria-expanded=false] + ul > li,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=false] + ul > li,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=false] + ul > li{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0;display:none;}.directory li a[aria-expanded=true] + ul:not([data-role=menu]),.directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]),.directory li .quotes a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]),.directory li .vocabulary--author .page-main .field--name-field-contact-link a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]),.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]){opacity:1;-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;-o-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;pointer-events:all;visibility:visible;z-index:99999999;grid-gap:4rem;-webkit-box-shadow:2px 10px 8px rgba(0,0,0,0.1);box-shadow:2px 10px 8px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li,.directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0;}.directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li > h2 > a,.directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li > h2 > a,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li > h2 > a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li > h2 > a{white-space:normal;font-size:1rem;display:block;border-bottom:1px solid var(--page-nav-text);padding-bottom:0.375rem;line-height:1.6875rem;}.directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4),.directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4),.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4){-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;}.directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a,.directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a{font-size:1rem;border-bottom:0 none;display:block;padding-bottom:0.375rem;}.directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,.directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after{display:inline-block;content:"";width:1.25rem;height:1.25rem;margin-left:0.6875rem;position:relative;top:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}.directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover:after,.directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover:after,.directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover:after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover:after{display:inline-block;content:"";width:1.25rem;height:1.25rem;margin-left:0.6875rem;position:relative;top:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230000ff' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,[data-color-scheme=color_scheme_dark] .directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,[data-color-scheme=color_scheme_dark] .directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] .directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover::after,[data-color-scheme=color_scheme_dark] .directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23f5d3cc' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,html:not([data-color-scheme=color_scheme_light]) .directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,html:not([data-color-scheme=color_scheme_light]) .directory li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .directory li a.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) .directory li a[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover::after,html:not([data-color-scheme=color_scheme_light]) .directory li button.directory-toggle[aria-expanded=true] + ul:not([data-role=menu]) > li:nth-child(4) a:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23f5d3cc' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}}}.directory li .directory-submenu{position:absolute;background-color:var(--directory-back);max-width:60rem;right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:3.75rem;padding-bottom:2.5rem;padding-left:5rem;padding-right:5rem;}.directory li .directory-submenu ul{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;padding:0;position:static;margin:1.375rem 0 0;}.directory li .directory-submenu ul li{margin-top:0.5rem;width:100%;}.directory li .directory-submenu ul a{background-color:var(--color-scheme-b5);-webkit-border-radius:3rem;border-radius:3rem;min-width:6rem;padding:0.5em 1.2em;font-size:1rem;text-decoration:none;-webkit-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;border-radius:3rem;color:var(--directory-button-text);font-weight:500;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;font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);-webkit-transition:300ms;-o-transition:300ms;transition:300ms;text-align:center;white-space:nowrap;width:100%;}.directory li .directory-submenu ul a:hover,.directory li .directory-submenu ul a:focus{background-color:var(--directory-button-back-hover);color:var(--color-scheme-b5);}@supports (color:light-dark(red,red)){.directory li .directory-submenu ul a:hover,.directory li .directory-submenu ul a:focus{color:light-dark(var(--color-scheme-b5),#00005e);}}.directory li .directory-submenu ul a .link-blank svg{color:inherit;}.directory .language-select{z-index:2;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;margin-right:-1rem;position:relative;margin-right:3px;}.directory .language-select a[aria-controls],.directory .language-select button.language-toggle[aria-controls],.directory .language-select .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .language-select a.language-toggle[aria-controls]{-webkit-transition:none;-o-transition:none;transition:none;}.directory .language-select a[aria-controls] svg,.directory .language-select button.language-toggle[aria-controls] svg,.directory .language-select .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle[aria-controls] svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .language-select a.language-toggle[aria-controls] svg{height:1em;width:auto;margin:0.25rem;-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms,-webkit-transform 300ms;}.directory .language-select a[aria-controls][aria-expanded=true],.directory .language-select button.language-toggle[aria-controls][aria-expanded=true],.directory .language-select .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle[aria-controls][aria-expanded=true],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .language-select a.language-toggle[aria-controls][aria-expanded=true]{padding-left:10px;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;background-color:var(--page-nav-open-back);}.directory .language-select a[aria-controls][aria-expanded=true] svg,.directory .language-select button.language-toggle[aria-controls][aria-expanded=true] svg,.directory .language-select .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle[aria-controls][aria-expanded=true] svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .language-select a.language-toggle[aria-controls][aria-expanded=true] svg{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}.directory .language-select a[aria-controls=language-select],.directory .language-select button.language-toggle[aria-controls=language-select],.directory .language-select .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle[aria-controls=language-select],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .language-select a.language-toggle[aria-controls=language-select]{height:3rem;padding:0;}.directory .language-select a[aria-controls=language-select] + [data-role=menu],.directory .language-select button.language-toggle[aria-controls=language-select] + [data-role=menu],.directory .language-select .quotes a.language-toggle[aria-controls=language-select] + [data-role=menu],.directory .language-select .vocabulary--author .page-main .field--name-field-contact-link a.language-toggle[aria-controls=language-select] + [data-role=menu],.directory .language-select .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.language-toggle[aria-controls=language-select] + [data-role=menu],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .directory .language-select a.language-toggle[aria-controls=language-select] + [data-role=menu]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.directory .language-select [aria-expanded=false] + [data-role=menu]{display:none;}.directory .language-select [data-role=menu]{min-width:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:3rem;background-color:var(--page-nav-open-back);}.directory .language-select a{width:100%;white-space:nowrap;padding:0.5rem;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;text-decoration:none;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.directory :is(.directory-submenu,.bump.bump)[aria-hidden=false]{display:grid;}.directory :is(.directory-submenu,.bump.bump)[aria-hidden=false] > li{display:grid;grid-template-rows:subgrid;grid-row:1/span 2;gap:0;}.directory :is(.directory-submenu,.bump.bump)[aria-hidden=false] > li h2 a{height:100%;}.directory :is(.directory-submenu,.bump.bump)[aria-hidden=false] > li h2{grid-row:1;text-wrap:pretty;}.directory :is(.directory-submenu,.bump.bump)[aria-hidden=false] > li ul{grid-row:2;}.directory :is(.directory-submenu,.bump.bump)[aria-hidden=false] > li:nth-child(4){grid-column:1/span var(--items-with-list-count,3);grid-row:3;}h1{font-size:2em;margin:0.67em 0;}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button,input{overflow:visible;}button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button,select{text-transform:none;}button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button::-moz-focus-inner,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a::-moz-focus-inner,.vocabulary--author .page-main .field--name-field-contact-link a::-moz-focus-inner,.quotes a::-moz-focus-inner,.quotes button::-moz-focus-inner,a.button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:-moz-focusring,.vocabulary--author .page-main .field--name-field-contact-link a:-moz-focusring,.quotes a:-moz-focusring,a.button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px auto ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item;}template,[hidden]{display:none;}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;font:-apple-system-body;font-size:1em;line-height:1.15;}body{margin:0;-webkit-font-kerning:normal;font-kerning:normal;text-rendering:optimizeLegibility;-webkit-font-variant-ligatures:common-ligatures contextual;font-variant-ligatures:common-ligatures contextual;-webkit-font-feature-settings:"kern","liga","clig","calt";font-feature-settings:"kern","liga","clig","calt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;--safe-area-inset-top:0;--safe-area-inset-right:0;--safe-area-inset-bottom:0;--safe-area-inset-left:0;--safe-area-inset-top:constant(safe-area-inset-top);--safe-area-inset-right:constant(safe-area-inset-right);--safe-area-inset-bottom:constant(safe-area-inset-bottom);--safe-area-inset-left:constant(safe-area-inset-left);--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-right:env(safe-area-inset-right);--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-inset-left:env(safe-area-inset-left);}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;position:relative;background-repeat:no-repeat;}header,main,footer,nav,article,section,figure,figcaption,aside,details{display:block;padding:0.015625px initial;}a,button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button,label,select,[type=checkbox],[type=radio]{cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;}a svg,button svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .field--name-field-contact-link a svg,.quotes a svg,.quotes button svg,a.button svg,label svg,select svg,[type=checkbox] svg,[type=radio] svg{pointer-events:none;}nav ul{list-style:none;margin:0;padding:0;}.view-title{font-weight:300;line-height:1.2;font-size:var(--fs-2);}.mifid{padding:6rem 9rem;}.visually-hidden:not(:focus):not(:active):not(.trigger){clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}*{--ff-0:"NordeaSansSmall";--ff-1:"NordeaSansLarge";--fw-300:300;--fw-400:400;--fw-500:500;--fw-700:700;--fw-900:900;--lh--3:1.3;--lh--2:1.3;--lh--1:1.3;--lh-0:1.25;--lh-1:1.25;--lh-2:1.2;--lh-3:1.2;--lh-4:1.15;--lh-5:1.15;--lh-6:1.1;--lh-7:1.1;--lh-8:1;--lh-9:1;--lh-10:1;--lh-11:1;--lh-12:1;--fs--3:0.7rem;--fs--2:0.8rem;--fs--1:0.9rem;--fs-0:1rem;--fs-1:1.12rem;--fs-2:1.25rem;--fs-3:1.39rem;--fs-4:1.55rem;--fs-5:1.74rem;--fs-6:1.94rem;--fs-7:2.16rem;--fs-8:2.42rem;--fs-9:2.7rem;--fs-10:3.01rem;--fs-11:3.37rem;--fs-12:3.76rem;}@media (min-width:20rem){*{--fs--3:-webkit-calc(0.7rem + 0.02 * (100vw - 20rem) / 60);--fs--3:calc(0.7rem + 0.02 * (100vw - 20rem) / 60);--fs--2:-webkit-calc(0.8rem + 0.04 * (100vw - 20rem) / 60);--fs--2:calc(0.8rem + 0.04 * (100vw - 20rem) / 60);--fs--1:-webkit-calc(0.9rem + 0.1 * (100vw - 20rem) / 60);--fs--1:calc(0.9rem + 0.1 * (100vw - 20rem) / 60);--fs-0:-webkit-calc(1rem + 0.2 * (100vw - 20rem) / 60);--fs-0:calc(1rem + 0.2 * (100vw - 20rem) / 60);--fs-1:-webkit-calc(1.12rem + 0.31 * (100vw - 20rem) / 60);--fs-1:calc(1.12rem + 0.31 * (100vw - 20rem) / 60);--fs-2:-webkit-calc(1.25rem + 0.46 * (100vw - 20rem) / 60);--fs-2:calc(1.25rem + 0.46 * (100vw - 20rem) / 60);--fs-3:-webkit-calc(1.39rem + 0.65 * (100vw - 20rem) / 60);--fs-3:calc(1.39rem + 0.65 * (100vw - 20rem) / 60);--fs-4:-webkit-calc(1.55rem + 0.89 * (100vw - 20rem) / 60);--fs-4:calc(1.55rem + 0.89 * (100vw - 20rem) / 60);--fs-5:-webkit-calc(1.74rem + 1.18 * (100vw - 20rem) / 60);--fs-5:calc(1.74rem + 1.18 * (100vw - 20rem) / 60);--fs-6:-webkit-calc(1.94rem + 1.55 * (100vw - 20rem) / 60);--fs-6:calc(1.94rem + 1.55 * (100vw - 20rem) / 60);--fs-7:-webkit-calc(2.16rem + 2.01 * (100vw - 20rem) / 60);--fs-7:calc(2.16rem + 2.01 * (100vw - 20rem) / 60);--fs-8:-webkit-calc(2.42rem + 2.57 * (100vw - 20rem) / 60);--fs-8:calc(2.42rem + 2.57 * (100vw - 20rem) / 60);--fs-9:-webkit-calc(2.7rem + 3.26 * (100vw - 20rem) / 60);--fs-9:calc(2.7rem + 3.26 * (100vw - 20rem) / 60);--fs-10:-webkit-calc(3.01rem + 4.11 * (100vw - 20rem) / 60);--fs-10:calc(3.01rem + 4.11 * (100vw - 20rem) / 60);--fs-11:-webkit-calc(3.37rem + 5.15 * (100vw - 20rem) / 60);--fs-11:calc(3.37rem + 5.15 * (100vw - 20rem) / 60);--fs-12:-webkit-calc(3.76rem + 6.42 * (100vw - 20rem) / 60);--fs-12:calc(3.76rem + 6.42 * (100vw - 20rem) / 60);}}@media (min-width:80rem){*{--fs--3:0.72rem;--fs--2:0.84rem;--fs--1:1rem;--fs-0:1.2rem;--fs-1:1.43rem;--fs-2:1.71rem;--fs-3:2.04rem;--fs-4:2.44rem;--fs-5:2.92rem;--fs-6:3.49rem;--fs-7:4.17rem;--fs-8:4.99rem;--fs-9:5.96rem;--fs-10:7.12rem;--fs-11:8.52rem;--fs-12:10.18rem;}}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-300.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-300.woff) format("woff");font-weight:300;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-300i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-300i.woff) format("woff");font-weight:300;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-400.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-400.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-400i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-400i.woff) format("woff");font-weight:400;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-500.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-500.woff) format("woff");font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-500i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-500i.woff) format("woff");font-weight:500;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-700.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-700.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-700i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-700i.woff) format("woff");font-weight:700;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansLarge";src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-900.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-900.woff) format("woff");font-weight:900;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-300.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-300.woff) format("woff");font-weight:300;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-300i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-300i.woff) format("woff");font-weight:300;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-400.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-400.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-400i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-400i.woff) format("woff");font-weight:400;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-500.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-500.woff) format("woff");font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-500i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-500i.woff) format("woff");font-weight:500;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-700.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-700.woff) format("woff");font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-700i.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-700i.woff) format("woff");font-weight:700;font-style:italic;font-display:swap;}@font-face{font-family:"NordeaSansSmall";src:url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-900.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansSmall-900.woff) format("woff");font-weight:900;font-style:normal;font-display:swap;}body{font-family:"NordeaSansSmall","Arial","Helvetica Neue","Helvetica",sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:300;}.fs0\+,.h0\+{font:var(--fw-300) var(--fs-9)/var(--lh-9) var(--ff-1);}.fs0,.h0{font:var(--fw-300) var(--fs-8)/var(--lh-8) var(--ff-1);}.fs1\+,.h1\+{font:var(--fw-300) var(--fs-7)/var(--lh-7) var(--ff-1);}h1,.fs1,.h1{font:var(--fw-300) var(--fs-6)/var(--lh-6) var(--ff-1);}.fs2\+,.h2\+{font:var(--fw-300) var(--fs-5)/var(--lh-5) var(--ff-1);}h2,.fs2,.h2{font:var(--fw-300) var(--fs-4)/var(--lh-4) var(--ff-1);}.fs3\+,.h3\+{font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);}h3,.fs3,.h3{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.standfirst,p.lg,.fs4\+,.h4\+{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}p.md,p,h4,.fs4,.h4{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}label,p.sm,h5,.fs5,.h5{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}h6,.fs6,.h6{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.news .card-header,.collection.news [class=card-article] .card-header{border-bottom:1px solid rgba(24,24,24,0.1);padding-bottom:1rem;}.news.collection > header.card-header,.collection.news .collection[class=card-article] > header.card-header{max-width:100% !important;}h1,h2,h3,h4,h5,h6{margin-bottom:0.5em;margin-left:-0.1em;}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0;}h1:only-child,h2:only-child,h3:only-child,h4:only-child,h5:only-child,h6:only-child{margin-top:0;margin-bottom:0;}p{font-size:1rem;}p:first-child{margin-top:0;}p:only-child{margin-top:0;margin-bottom:0;}p:first-child,a:first-child,li:first-child{margin-top:0;}p:only-child,a:only-child,li:only-child{margin:0;}hr{border:0;border-top:1px solid var(--color-scheme-b5);margin:0;width:100%;}a{text-decoration:none;}p a{text-decoration:underline;font-weight:var(--fw-400);}a,button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button,input,select,textarea{}a:focus,button:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .field--name-field-contact-link a:focus,input:focus,select:focus,textarea:focus{outline:1px auto var(--color-scheme-b5);outline-offset:4px;}a:focus:not(:focus-visible),button:focus:not(:focus-visible),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus:not(:focus-visible),.vocabulary--author .page-main .field--name-field-contact-link a:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){outline:none;}a:focus-visible,button:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:1px auto var(--color-scheme-b5);outline-offset:4px;}.heavy{font-weight:900;}.bold{font-weight:700;}.medium{font-weight:500;}.regular{font-weight:400;}.thin{font-weight:300;}h1 .strong,h1 strong,h2 .strong,h2 strong,h3 .strong,h3 strong,h4 .strong,h4 strong,h5 .strong,h5 strong,blockquote .strong,blockquote strong{font-weight:900;}p .strong,p strong,span .strong,span strong{font-weight:700;}.italic,em,i{font-style:italic;}.caps{text-transform:uppercase;}.capitalize{text-transform:capitalize;}address{font-style:normal;}.text-left{text-align:left;}.text-center{text-align:center;}.text-right{text-align:right;}.text-justify{text-align:justify;}.text-hidden{font:0/0 a;}.sr-only{font:0/0 a;height:0px;}.drop-cap:first-letter{text-transform:uppercase;font-family:"NordeaSansLarge";font-weight:900;float:left;font-size:520%;line-height:1;margin-top:-0.2ch;margin-left:-0.1ch;margin-right:0.1ch;margin-bottom:-0.3ch;}html{--color-none:transparent;--color-white:white;--color-black:#181818;--color-general-black:#000;--color-b1:#EAF4FF;--color-b2:#3399ff;--color-b3:#0000ff;--color-b4:#0000a0;--color-b5:#00005e;--color-b6:#EAF4FF;--color-bg1:#EAF4FF;--color-bg2:#d1dde7;--color-bg3:#dcedff;--color-p1:#fff3ee;--color-p2:#f5d3cc;--color-p3:#f5d3cc;--color-g1:#f4f2f1;--color-g2:#c9c7c7;--color-g3:#8b8a8d;--color-g4:#474748;--color-g5:#e6e4e3;--color-g6:#383838;--color-a1:#fc6161;--color-a2:#ffe183;--color-a3:#40bfa3;--color-a4:#c00404;--color-a5:#206052;}*{--theme-padding:0rem;}:root{--color-text:light-dark(#181818,white);color:var(--color-text,#181818);background-color:white;background-color:light-dark(white,#000);}h1,h2,h3,h4{color:var(--color-heading,var(--color-scheme-b5));}p{color:var(--color-text,var(--color-scheme-black));}a{color:var(--color-link-text,var(--link-color-scheme));--icon-color:var(--color-link-text,var(--link-color-scheme));}a:hover,a:focus{color:var(--color-link-text-hover,var(--link-color-scheme-hover));--icon-color:var(--color-link-text-hover,var(--link-color-scheme-hover));}.drop-cap::first-letter{color:var(--color-scheme-b5);}[data-theme=p1],[data-theme=p2],[data-theme=p3],[data-theme=bg1],[data-theme=bg2],[data-theme=g1],[data-theme=g2],[data-theme=g3],[data-theme=b5],[data-theme=white]{--theme-padding:var(--grid-gap);padding:var(--theme-padding);}[data-theme=p1]{background-color:var(--theme-color-back,var(--color-scheme-p1));--theme-color:#fff3ee;}[data-theme=p2]{background-color:var(--theme-color-back,var(--color-scheme-p2));--theme-color:#f5d3cc;}[data-theme=p3]{background-color:var(--theme-color-back,var(--color-scheme-p3));--theme-color:#f5d3cc;}[data-theme=bg1]{background-color:var(--theme-color-back,var(--color-scheme-bg1));--theme-color:#EAF4FF;}[data-theme=bg2]{background-color:var(--theme-color-back,var(--color-scheme-bg2));--theme-color:#d1dde7;}[data-theme=g1]{background-color:var(--theme-color-back,var(--color-scheme-g1));--theme-color:#f4f2f1;}[data-theme=g2]{background-color:var(--theme-color-back,var(--color-scheme-g2));--theme-color:#c9c7c7;}[data-theme=g3]{background-color:var(--theme-color-back,var(--color-scheme-g3));--theme-color:#8b8a8d;}[data-theme=b5]{background-color:var(--theme-color-back,var(--color-scheme-b5));--theme-color:#00005e;}[data-theme=white]{background-color:var(--theme-color-back,var(--color-scheme-white));--theme-color:white;}html{--color-scheme-black:#181818;--color-scheme-white:white;--color-scheme-b1:#EAF4FF;--color-scheme-b2:#3399ff;--color-scheme-b3:#0000ff;--color-scheme-b4:#0000a0;--color-scheme-b5:#00005e;--color-scheme-b6:#EAF4FF;--color-scheme-bg1:#EAF4FF;--color-scheme-bg2:#d1dde7;--color-scheme-bg3:#dcedff;--color-scheme-p1:#fff3ee;--color-scheme-p2:#f5d3cc;--color-scheme-p3:#f5d3cc;--color-scheme-g1:#f4f2f1;--color-scheme-g2:#c9c7c7;--color-scheme-g3:#8b8a8d;--color-scheme-g4:#474748;--color-scheme-a1:#fc6161;--color-scheme-a2:#ffe183;--color-scheme-a3:#40bfa3;--link-color-scheme:#00005e;--link-color-scheme-hover:#0000ff;--button-default-back:#f5d3cc;--button-default-text:#00005e;--button-default-back-hover:#00005e;--button-default-text-hover:white;}@supports (color:light-dark(red,red)){html{color-scheme:light dark;--color-scheme-black:light-dark(#181818,white);--color-scheme-white:light-dark(white,#000);--color-scheme-b1:light-dark(#EAF4FF,#00005e);--color-scheme-b2:light-dark(#3399ff,white);--color-scheme-b3:light-dark(#0000ff,#fff3ee);--color-scheme-b4:light-dark(#0000a0,#fff3ee);--color-scheme-b5:light-dark(#00005e,white);--color-scheme-b6:light-dark(#EAF4FF,#00005e);--color-scheme-bg1:light-dark(#EAF4FF,#00005e);--color-scheme-bg2:light-dark(#d1dde7,#474748);--color-scheme-bg3:light-dark(#dcedff,#474748);--color-scheme-p1:light-dark(#fff3ee,#383838);--color-scheme-p2:light-dark(#f5d3cc,#181818);--color-scheme-p3:light-dark(#f5d3cc,#181818);--color-scheme-g1:light-dark(#f4f2f1,#383838);--color-scheme-g2:light-dark(#c9c7c7,#474748);--color-scheme-g3:light-dark(#8b8a8d,#f5d3cc);--color-scheme-g4:light-dark(#474748,#fff3ee);--color-scheme-a1:light-dark(#fc6161,#fc6161);--color-scheme-a2:light-dark(#ffe183,#c19200);--color-scheme-a3:light-dark(#40bfa3,#40bfa3);--link-color-scheme:light-dark(#00005e,#fff3ee);--link-color-scheme-hover:light-dark(#0000ff,#f5d3cc);--comp-link-color-scheme:light-dark(#00005e,white);--comp-link-color-scheme-hover:light-dark(#0000ff,#f5d3cc);--nav-link-color-scheme:light-dark(#00005e,white);--nav-link-color-scheme-hover:light-dark(#0000ff,#f5d3cc);--button-default-back:light-dark(#f5d3cc,#f5d3cc);--button-default-text:light-dark(#00005e,#00005e);--button-default-back-hover:light-dark(#00005e,#fff3ee);--button-default-text-hover:light-dark(white,#00005e);}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark]{color-scheme:only dark;--theme-color:#000;}[data-color-scheme=color_scheme_light]{color-scheme:only light;}}html{--grid-gap:1.875rem;--grid-span:12;--grid-bleed:-webkit-calc(max((min(100vw,80rem) - min(80rem,100vw - 3.75rem)) / 2 - 1.875rem,0rem));--grid-bleed:calc(max((min(100vw,80rem) - min(80rem,100vw - 3.75rem)) / 2 - 1.875rem,0rem));--block-padding:3.75rem;}@media (max-width:39.9375rem){html{--grid-gap:1.5rem;--grid-bleed:-webkit-calc(max((min(100vw,80rem) - min(80rem,100vw - 3rem)) / 2 - 1.5rem,0rem));--grid-bleed:calc(max((min(100vw,80rem) - min(80rem,100vw - 3rem)) / 2 - 1.5rem,0rem));--block-padding:1.5rem;}}.layout-align-top{-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;}.layout-align-mid{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.layout-align-bot{-webkit-align-self:end;-ms-flex-item-align:end;align-self:end;}.layout-grid,.page-footer ul.sitemap,.page-footer ol.sitemap,.page-footer dl.sitemap,.page-footer,.layout--twocol-sticky-section,.page-main,.page-header,.social-feed,.collection,.card-stock ul,.card-list ul li,.card-list ol li,.card-list dl li,.card-article,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2),[data-layout]{display:grid;grid-template-columns:repeat(var(--grid-span),1fr);gap:var(--grid-row-gap,0) var(--grid-gap);grid-auto-flow:row dense;}@media (max-width:39.9375rem){.layout-grid,.page-footer ul.sitemap,.page-footer ol.sitemap,.page-footer dl.sitemap,.page-footer,.layout--twocol-sticky-section,.page-main,.page-header,.social-feed,.collection,.card-stock ul,.card-list ul li,.card-list ol li,.card-list dl li,.card-article,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2),[data-layout]{gap:var(--grid-row-gap,0) var(--grid-gap-mobile);}}.layout-grid > *,.page-footer ul.sitemap > *,.page-footer ol.sitemap > *,.page-footer dl.sitemap > *,.page-footer > *,.layout--twocol-sticky-section > *,.page-main > *,.page-header > *,.social-feed > *,.collection > *,.card-stock ul > *,.card-list ul li > *,.card-list ol li > *,.card-list dl li > *,.card-article > *,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) > *,[data-layout] > *{--grid-col:auto;--grid-row:auto;--grid-row-gap:0;grid-row:var(--grid-row)/span var(--grid-row-span);grid-column:var(--grid-col)/span var(--grid-span);}[data-layout~="sm:sm:sm"] > *{--grid-span:12;}@media (min-width:40rem){[data-layout~="sm:sm:sm"] > *{--grid-span:6;}}@media (max-width:39.9375rem){[data-layout~="sm:sm:sm"].collection{margin-bottom:1rem;}}@media (min-width:64rem){[data-layout~="sm:sm:sm"] > *{--grid-span:4;}}@media (min-width:64rem){[data-area=A i] ~ [data-area=B-D i] [data-layout~="sm:sm:sm"]{--grid-span:12;}[data-area=A i] ~ [data-area=B-D i] [data-layout~="sm:sm:sm"] > *{--grid-span:6;}}@media (max-width:39.9375rem){[data-layout~="sm:sm:sm"]{grid-row-gap:var(--grid-gap);}[data-layout~="sm:sm:sm"] > div picture,[data-layout~="sm:sm:sm"] > div .image.float-right,[data-layout~="sm:sm:sm"] > div .image.float-left{margin-top:0;}[data-layout~="sm:sm:sm"] > div > div,[data-layout~="sm:sm:sm"] > div article,[data-layout~="sm:sm:sm"] > div section,[data-layout~="sm:sm:sm"] > div .collection,[data-layout~="sm:sm:sm"] > div .card-article[class*=promoted],[data-layout~="sm:sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > div .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.5rem;}[data-layout~="sm:sm:sm"] > div > div:last-child,[data-layout~="sm:sm:sm"] > div article:last-child,[data-layout~="sm:sm:sm"] > div section:last-child,[data-layout~="sm:sm:sm"] > div .collection:last-child,[data-layout~="sm:sm:sm"] > div .card-article[class*=promoted]:last-child,[data-layout~="sm:sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2){margin-bottom:0;}[data-layout~="sm:sm:sm"] > div > div:last-child > *:last-child,[data-layout~="sm:sm:sm"] > div article:last-child > *:last-child,[data-layout~="sm:sm:sm"] > div section:last-child > *:last-child,[data-layout~="sm:sm:sm"] > div .collection:last-child > *:last-child,[data-layout~="sm:sm:sm"] > div .card-article[class*=promoted]:last-child > *:last-child,[data-layout~="sm:sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child{margin-bottom:0;}}[data-layout~="sm:sm"] > *{--grid-span:12;}@media (min-width:40rem){[data-layout~="sm:sm"] > *{--grid-span:6;}}@media (max-width:39.9375rem){[data-layout~="sm:sm"].collection{margin-bottom:1rem;}}@media (max-width:39.9375rem){[data-layout~="sm:sm"]{grid-row-gap:var(--grid-gap);}[data-layout~="sm:sm"] > div picture,[data-layout~="sm:sm"] > div .image.float-right,[data-layout~="sm:sm"] > div .image.float-left{margin-top:0;}[data-layout~="sm:sm"] > div > div,[data-layout~="sm:sm"] > div article,[data-layout~="sm:sm"] > div section,[data-layout~="sm:sm"] > div .collection,[data-layout~="sm:sm"] > div .card-article[class*=promoted],[data-layout~="sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:sm"] > div .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.5rem;}[data-layout~="sm:sm"] > div > div:last-child,[data-layout~="sm:sm"] > div article:last-child,[data-layout~="sm:sm"] > div section:last-child,[data-layout~="sm:sm"] > div .collection:last-child,[data-layout~="sm:sm"] > div .card-article[class*=promoted]:last-child,[data-layout~="sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2){margin-bottom:0;}[data-layout~="sm:sm"] > div > div:last-child > *:last-child,[data-layout~="sm:sm"] > div article:last-child > *:last-child,[data-layout~="sm:sm"] > div section:last-child > *:last-child,[data-layout~="sm:sm"] > div .collection:last-child > *:last-child,[data-layout~="sm:sm"] > div .card-article[class*=promoted]:last-child > *:last-child,[data-layout~="sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child,.vocabulary--author .page-main [data-layout~="sm:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child{margin-bottom:0;}}[data-layout~="sm:sm:sm:sm"]{--grid-span:12;}[data-layout~="sm:sm:sm:sm"] > *{--grid-span:12;margin-bottom:1.875rem;}@media (max-width:39.9375rem){[data-layout~="sm:sm:sm:sm"]{--grid-span:12;}[data-layout~="sm:sm:sm:sm"] > *{--grid-span:12;margin-bottom:0;}}@media (min-width:64rem){[data-layout~="sm:sm:sm:sm"]{--grid-span:12;}[data-layout~="sm:sm:sm:sm"] > *{--grid-span:6;}}@media (min-width:80rem){[data-layout~="sm:sm:sm:sm"]{--grid-span:12;}[data-layout~="sm:sm:sm:sm"] > *{--grid-span:3;}}@media (min-width:64rem){[data-area=A i] ~ [data-area|=B i] [data-layout~="sm:sm:sm:sm"]{--grid-span:4;}}@media (min-width:64rem){[data-area=A i] ~ [data-area=B-D i] [data-layout~="sm:sm:sm:sm"]{--grid-span:6;}[data-area=A i] ~ [data-area=B-D i] [data-layout~="sm:sm:sm:sm"] > *{--grid-span:3;}}@media (max-width:39.9375rem){[data-layout~="sm:sm:sm:sm"]{grid-row-gap:var(--grid-gap);}[data-layout~="sm:sm:sm:sm"] > div picture,[data-layout~="sm:sm:sm:sm"] > div .image.float-right,[data-layout~="sm:sm:sm:sm"] > div .image.float-left{margin-top:0;}[data-layout~="sm:sm:sm:sm"] > div > div,[data-layout~="sm:sm:sm:sm"] > div article,[data-layout~="sm:sm:sm:sm"] > div section,[data-layout~="sm:sm:sm:sm"] > div .collection,[data-layout~="sm:sm:sm:sm"] > div .card-article[class*=promoted],[data-layout~="sm:sm:sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > div .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.5rem;}[data-layout~="sm:sm:sm:sm"] > div > div:last-child,[data-layout~="sm:sm:sm:sm"] > div article:last-child,[data-layout~="sm:sm:sm:sm"] > div section:last-child,[data-layout~="sm:sm:sm:sm"] > div .collection:last-child,[data-layout~="sm:sm:sm:sm"] > div .card-article[class*=promoted]:last-child,[data-layout~="sm:sm:sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2){margin-bottom:0;}[data-layout~="sm:sm:sm:sm"] > div > div:last-child > *:last-child,[data-layout~="sm:sm:sm:sm"] > div article:last-child > *:last-child,[data-layout~="sm:sm:sm:sm"] > div section:last-child > *:last-child,[data-layout~="sm:sm:sm:sm"] > div .collection:last-child > *:last-child,[data-layout~="sm:sm:sm:sm"] > div .card-article[class*=promoted]:last-child > *:last-child,[data-layout~="sm:sm:sm:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child{margin-bottom:0;}}[data-layout~="md:md"] > *{--grid-span:12;}@media (min-width:64rem){[data-layout~="md:md"] > *{--grid-span:6;}}[data-area=A i] ~ [data-area|=B i] [data-layout~="md:md"] > *{--grid-span:12;}@media (min-width:64rem){[data-area=A i] ~ [data-area|=B i] [data-layout~="md:md"] > *{--grid-span:6;}}[data-area=A i] ~ [data-area=B-D i] [data-layout~="md:md"]{--grid-span:12;}@media (min-width:40rem){[data-area=A i] ~ [data-area=B-D i] [data-layout~="md:md"] > *{--grid-span:6;}}[data-layout~=left i] [data-layout~="md:md"] > *{--grid-span:6;}[data-layout~=center i] [data-layout~="md:md"] > *{--grid-span:6;}[data-layout~=right i] [data-layout~="md:md"] > *{--grid-span:6;}@media (max-width:39.9375rem){[data-layout~="md:md"]{grid-row-gap:var(--grid-gap);}[data-layout~="md:md"] > div picture,[data-layout~="md:md"] > div .image.float-right,[data-layout~="md:md"] > div .image.float-left{margin-top:0;}[data-layout~="md:md"] > div > div,[data-layout~="md:md"] > div article,[data-layout~="md:md"] > div section,[data-layout~="md:md"] > div .collection,[data-layout~="md:md"] > div .card-article[class*=promoted],[data-layout~="md:md"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="md:md"] > div .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.5rem;}[data-layout~="md:md"] > div > div:last-child,[data-layout~="md:md"] > div article:last-child,[data-layout~="md:md"] > div section:last-child,[data-layout~="md:md"] > div .collection:last-child,[data-layout~="md:md"] > div .card-article[class*=promoted]:last-child,[data-layout~="md:md"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2),.vocabulary--author .page-main [data-layout~="md:md"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2){margin-bottom:0;}[data-layout~="md:md"] > div > div:last-child > *:last-child,[data-layout~="md:md"] > div article:last-child > *:last-child,[data-layout~="md:md"] > div section:last-child > *:last-child,[data-layout~="md:md"] > div .collection:last-child > *:last-child,[data-layout~="md:md"] > div .card-article[class*=promoted]:last-child > *:last-child,[data-layout~="md:md"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child,.vocabulary--author .page-main [data-layout~="md:md"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child{margin-bottom:0;}}[data-layout~="sm:lg"] > *:nth-of-type(2n - 1){--grid-span:12;}[data-layout~="sm:lg"] > *:nth-of-type(2n - 0){--grid-span:12;}@media (min-width:40rem){[data-layout~="sm:lg"] > *:nth-of-type(2n - 1){--grid-span:6;}[data-layout~="sm:lg"] > *:nth-of-type(2n - 0){--grid-span:6;}}@media (min-width:64rem){[data-layout~="sm:lg"] > *:nth-of-type(2n - 1){--grid-span:4;}[data-layout~="sm:lg"] > *:nth-of-type(2n - 0){--grid-span:8;}}@media (max-width:39.9375rem){[data-layout~="sm:lg"]{grid-row-gap:var(--grid-gap);}[data-layout~="sm:lg"] > div picture,[data-layout~="sm:lg"] > div .image.float-right,[data-layout~="sm:lg"] > div .image.float-left{margin-top:0;}[data-layout~="sm:lg"] > div > div,[data-layout~="sm:lg"] > div article,[data-layout~="sm:lg"] > div section,[data-layout~="sm:lg"] > div .collection,[data-layout~="sm:lg"] > div .card-article[class*=promoted],[data-layout~="sm:lg"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:lg"] > div .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.5rem;}[data-layout~="sm:lg"] > div > div:last-child,[data-layout~="sm:lg"] > div article:last-child,[data-layout~="sm:lg"] > div section:last-child,[data-layout~="sm:lg"] > div .collection:last-child,[data-layout~="sm:lg"] > div .card-article[class*=promoted]:last-child,[data-layout~="sm:lg"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:lg"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2){margin-bottom:0;}[data-layout~="sm:lg"] > div > div:last-child > *:last-child,[data-layout~="sm:lg"] > div article:last-child > *:last-child,[data-layout~="sm:lg"] > div section:last-child > *:last-child,[data-layout~="sm:lg"] > div .collection:last-child > *:last-child,[data-layout~="sm:lg"] > div .card-article[class*=promoted]:last-child > *:last-child,[data-layout~="sm:lg"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child,.vocabulary--author .page-main [data-layout~="sm:lg"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child{margin-bottom:0;}}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1){--grid-span:12;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 0){--grid-span:12;}[data-layout~="lg:sm"] > div .card-article:only-child,[data-layout~="lg:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div:only-child:nth-of-type(2),.vocabulary--author .page-main [data-layout~="lg:sm"] > div .collection:first-of-type > div:only-child:nth-of-type(2){height:auto;}@media (min-width:40rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1){--grid-span:6;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 0){--grid-span:6;}}@media (min-width:64rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1){--grid-span:6;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 0){--grid-span:6;}}@media (min-width:80rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1){--grid-span:8;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 0){--grid-span:4;}}@media (max-width:39.9375rem){[data-layout~="lg:sm"]{grid-row-gap:var(--grid-gap);}[data-layout~="lg:sm"] > div picture,[data-layout~="lg:sm"] > div .image.float-right,[data-layout~="lg:sm"] > div .image.float-left{margin-top:0;}[data-layout~="lg:sm"] > div > div,[data-layout~="lg:sm"] > div article,[data-layout~="lg:sm"] > div section,[data-layout~="lg:sm"] > div .collection,[data-layout~="lg:sm"] > div .card-article[class*=promoted],[data-layout~="lg:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="lg:sm"] > div .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.5rem;}[data-layout~="lg:sm"] > div > div:last-child,[data-layout~="lg:sm"] > div article:last-child,[data-layout~="lg:sm"] > div section:last-child,[data-layout~="lg:sm"] > div .collection:last-child,[data-layout~="lg:sm"] > div .card-article[class*=promoted]:last-child,[data-layout~="lg:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2),.vocabulary--author .page-main [data-layout~="lg:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2){margin-bottom:0;}[data-layout~="lg:sm"] > div > div:last-child > *:last-child,[data-layout~="lg:sm"] > div article:last-child > *:last-child,[data-layout~="lg:sm"] > div section:last-child > *:last-child,[data-layout~="lg:sm"] > div .collection:last-child > *:last-child,[data-layout~="lg:sm"] > div .card-article[class*=promoted]:last-child > *:last-child,[data-layout~="lg:sm"] > div .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child,.vocabulary--author .page-main [data-layout~="lg:sm"] > div .collection:first-of-type > div[class*=promoted]:last-child:nth-of-type(2) > *:last-child{margin-bottom:0;}}[data-layout~=full] > *{margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}@media (max-width:39.9375rem){[data-layout~=full] > *{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}[data-layout~=full] > [data-layout="sm:sm:sm:sm"]{padding-left:-webkit-calc(50vw - 50%);padding-left:calc(50vw - 50%);padding-right:-webkit-calc(50vw - 50%);padding-right:calc(50vw - 50%);}[data-layout~=full] > [data-layout="sm:sm:sm"]{padding-left:-webkit-calc(50vw - 50%);padding-left:calc(50vw - 50%);padding-right:-webkit-calc(50vw - 50%);padding-right:calc(50vw - 50%);}[data-layout~=full] > [data-layout="md:md"]{padding-left:-webkit-calc(50vw - 50%);padding-left:calc(50vw - 50%);padding-right:-webkit-calc(50vw - 50%);padding-right:calc(50vw - 50%);}[data-layout~=full] > [data-layout="lg:sm"]{padding-left:-webkit-calc(50vw - 50%);padding-left:calc(50vw - 50%);padding-right:-webkit-calc(50vw - 50%);padding-right:calc(50vw - 50%);}[data-layout~=full] > [data-layout="sm:lg"]{padding-left:-webkit-calc(50vw - 50%);padding-left:calc(50vw - 50%);padding-right:-webkit-calc(50vw - 50%);padding-right:calc(50vw - 50%);}[data-layout~=wide]{--indent:min(50vw,40rem);}[data-layout~=wide] > *{margin-left:-webkit-calc(50% - min(50vw - 1.875rem,40rem) + (var(--scrollbar-width) / 2));margin-left:calc(50% - min(50vw - 1.875rem,40rem) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc(50% - min(50vw - 1.875rem,40rem) + (var(--scrollbar-width) / 2));margin-right:calc(50% - min(50vw - 1.875rem,40rem) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(min(50vw - 1.875rem,40rem) - 50%);--pad:calc(min(50vw - 1.875rem,40rem) - 50%);padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}@media (max-width:39.9375rem){[data-layout~=wide] > *{margin-left:-webkit-calc(50% - min(50vw - 1.5rem,40rem) + (var(--scrollbar-width) / 2));margin-left:calc(50% - min(50vw - 1.5rem,40rem) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc(50% - min(50vw - 1.5rem,40rem) + (var(--scrollbar-width) / 2));margin-right:calc(50% - min(50vw - 1.5rem,40rem) + (var(--scrollbar-width) / 2));}}[data-layout~=left],.collection.header-left > header,.collection > header,[data-layout~=center],.collection.header-center > header,[data-layout~=right],.collection.header-right > header{width:100%;max-width:-webkit-calc(48.375rem);max-width:calc(48.375rem);justify-self:center;}[data-layout~=left] > *,.collection.header-left > header > *,.collection > header > *,[data-layout~=center] > *,.collection.header-center > header > *,[data-layout~=right] > *,.collection.header-right > header > *{grid-column:1/-1;--grid-span:12;}@media (min-width:64rem){[data-layout~=left],.collection.header-left > header,.collection > header{justify-self:left;}[data-layout~=right],.collection.header-right > header{justify-self:right;}}@media (min-width:64rem){[data-layout~=left][data-layout~=aside],.collection > header[data-layout~=aside]{--grid-span:3;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;}}@media (min-width:64rem){[data-layout~=right][data-layout~=aside],.collection.header-right > header[data-layout~=aside]{--grid-span:3;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;}}@media (min-width:64rem){[data-layout~=center][data-layout~=aside],.collection.header-center > header[data-layout~=aside]{--grid-span:3;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;}}@media (min-width:64rem){aside[data-layout~=right]{--grid-span:3;--grid-col:5;}}@media (min-width:64rem){aside[data-layout~=left]{--grid-span:3;}}[data-area][id]{scroll-margin-top:7rem;}[data-area]:last-of-type > .collection{margin-bottom:0;padding-bottom:-webkit-calc(var(--theme-padding) + 1.875rem);padding-bottom:calc(var(--theme-padding) + 1.875rem);}@media (max-width:39.9375rem){[data-area]:last-of-type > .collection{padding-bottom:-webkit-calc(var(--theme-padding) + 1.5rem);padding-bottom:calc(var(--theme-padding) + 1.5rem);}}[data-area=A i] ~ [data-area]:last-of-type > .collection:not([data-theme=p1],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=p2],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=p3],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=bg1],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=bg2],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=g1],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=g2],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=b5]){padding-bottom:-webkit-calc(var(--theme-padding) + 1.875rem);padding-bottom:calc(var(--theme-padding) + 1.875rem);}@media (max-width:39.9375rem){[data-area=A i] ~ [data-area]:last-of-type > .collection:not([data-theme=p1],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=p2],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=p3],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=bg1],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=bg2],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=g1],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=g2],[data-area=A i] ~ [data-area]:last-of-type > .collection[data-theme=b5]){padding-bottom:-webkit-calc(var(--theme-padding) + 1.5rem);padding-bottom:calc(var(--theme-padding) + 1.5rem);}}[data-area=A i]{--grid-span:2;}@media (min-width:64rem){.page-header ~ * [data-area=A i]{top:-7.5rem;}.page-node-type-page [data-area=A i],[data-area=A i].page-node-type-page,.vocabulary--author [data-area=A i],[data-area=A i].vocabulary--author{top:0;}}.page-node-type-press-release .translation-notification + .page-main,.page-node-type-news-blogs .translation-notification + .page-main{padding-top:0;}.page-node-type-press-release [data-area=B i] [data-layout="md:md"],[data-area=B i].page-node-type-press-release [data-layout="md:md"]{max-width:initial;}.page-node-type-press-release [data-area=B i] [data-layout="md:md"] .card-article.text[data-theme],.page-node-type-press-release [data-area=B i] [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme][class=card-article],.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .card-article[data-theme][class=card-article],.page-node-type-press-release [data-area=B i] [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[data-theme]:nth-of-type(2),.page-node-type-press-release [data-area=B i] [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .collection:first-of-type > div[data-theme]:nth-of-type(2),.vocabulary--author .page-main .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.collection.text .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .card-article[data-theme][class=card-article],.page-node-type-press-release [data-area=B i] [data-layout="md:md"] .collection.text .card-article[data-theme][class=card-article],.vocabulary--author .page-main .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme][class=card-article],.page-node-type-press-release [data-area=B i] [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .vocabulary--author .page-main .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .collection.text .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .collection:first-of-type > div.collection:nth-of-type(2) .collection[class=card-article] .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .page-node-type-press-release [data-area=B i] [data-layout="md:md"] .collection[class=card-article] .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),[data-area=B i].page-node-type-press-release [data-layout="md:md"] .card-article.text[data-theme],[data-area=B i].page-node-type-press-release [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme][class=card-article],.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) [data-area=B i].page-node-type-press-release [data-layout="md:md"] .card-article[data-theme][class=card-article],[data-area=B i].page-node-type-press-release [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[data-theme]:nth-of-type(2),[data-area=B i].page-node-type-press-release [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main [data-area=B i].page-node-type-press-release [data-layout="md:md"] .collection:first-of-type > div[data-theme]:nth-of-type(2),.vocabulary--author .page-main [data-area=B i].page-node-type-press-release [data-layout="md:md"] .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.collection.text [data-area=B i].page-node-type-press-release [data-layout="md:md"] .card-article[data-theme][class=card-article],[data-area=B i].page-node-type-press-release [data-layout="md:md"] .collection.text .card-article[data-theme][class=card-article],.vocabulary--author .page-main [data-area=B i].page-node-type-press-release [data-layout="md:md"] .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme][class=card-article],[data-area=B i].page-node-type-press-release [data-layout="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .vocabulary--author .page-main .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main [data-area=B i].page-node-type-press-release [data-layout="md:md"] .collection.text .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main [data-area=B i].page-node-type-press-release [data-layout="md:md"] .collection:first-of-type > div.collection:nth-of-type(2) .collection[class=card-article] .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) [data-area=B i].page-node-type-press-release [data-layout="md:md"] .collection[class=card-article] .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2){--theme-padding:var(--grid-gap);padding:var(--theme-padding);}.page-node-type-news-blogs [data-area=B i] h2,.page-node-type-news-blogs [data-area=B i] .fs2,.page-node-type-news-blogs [data-area=B i] .h2,.page-node-type-press-release [data-area=B i] h2,.page-node-type-press-release [data-area=B i] .fs2,.page-node-type-press-release [data-area=B i] .h2,.page-node-type-news-blogs [data-area=A i] h2,.page-node-type-news-blogs [data-area=A i] .fs2,.page-node-type-news-blogs [data-area=A i] .h2,.page-node-type-press-release [data-area=A i] h2,.page-node-type-press-release [data-area=A i] .fs2,.page-node-type-press-release [data-area=A i] .h2,.page-node-type-news-blogs [data-area=C i] h2,.page-node-type-news-blogs [data-area=C i] .fs2,.page-node-type-news-blogs [data-area=C i] .h2,.page-node-type-press-release [data-area=C i] h2,.page-node-type-press-release [data-area=C i] .fs2,.page-node-type-press-release [data-area=C i] .h2{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.page-node-type-news-blogs [data-area=B i] h3,.page-node-type-news-blogs [data-area=B i] .fs3,.page-node-type-news-blogs [data-area=B i] .h3,.page-node-type-press-release [data-area=B i] h3,.page-node-type-press-release [data-area=B i] .fs3,.page-node-type-press-release [data-area=B i] .h3,.page-node-type-news-blogs [data-area=A i] h3,.page-node-type-news-blogs [data-area=A i] .fs3,.page-node-type-news-blogs [data-area=A i] .h3,.page-node-type-press-release [data-area=A i] h3,.page-node-type-press-release [data-area=A i] .fs3,.page-node-type-press-release [data-area=A i] .h3,.page-node-type-news-blogs [data-area=C i] h3,.page-node-type-news-blogs [data-area=C i] .fs3,.page-node-type-news-blogs [data-area=C i] .h3,.page-node-type-press-release [data-area=C i] h3,.page-node-type-press-release [data-area=C i] .fs3,.page-node-type-press-release [data-area=C i] .h3{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}.page-node-type-landing-page [data-area=B i],[data-area=B i].page-node-type-landing-page{margin-top:0;}[data-theme=p1] .page-main .field--name-field-press-categories .field__item{background-color:var(--color-p3);color:var(--color-black);}[data-theme=p1] .page-main .field--name-field-press-categories .field__item a{color:var(--color-b5);}[data-theme=p1] .page-main .field--name-field-press-categories .field__item a:hover,[data-theme=p1] .page-main .field--name-field-press-categories .field__item a:focus{color:var(--color-b3);}[data-area=A i] ~ [data-area=B i]{--grid-span:9;}@media (min-width:64rem){[data-area=A i] ~ [data-area=B i]{--grid-span:8;}}@media (min-width:80rem){[data-area=A i] ~ [data-area=B i]{--grid-span:9;}}@media (max-width:63.9375rem){[data-area=A i] ~ [data-area=B i]{--grid-span:12;}}[data-area=A i] ~ [data-area=B i] .collection{--grid-span:12;}[data-area=A i] ~ [data-area=B i] [data-layout~="sm:sm:sm"] > *{--grid-span:4;}@media (max-width:39.9375rem){[data-area=A i] ~ [data-area=B i] [data-layout~="sm:sm:sm"] > *{--grid-span:12;}}@media (min-width:40rem){[data-area=A i] ~ [data-area=B i] [data-layout~="sm:sm:sm"] > * .collection{--grid-gap:-webkit-calc(1.875rem / 2);--grid-gap:calc(1.875rem / 2);}}.page-node-type-page [data-area=A i] ~ [data-area=B i] h1,[data-area=A i] ~ [data-area=B i].page-node-type-page h1,.vocabulary--author [data-area=A i] ~ [data-area=B i] h1,[data-area=A i] ~ [data-area=B i].vocabulary--author h1{font:var(--fw-300) var(--fs-4)/var(--lh-6) var(--ff-1);margin-bottom:0;}.page-node-type-page [data-area=A i] ~ [data-area=B i] [role=navigation],[data-area=A i] ~ [data-area=B i].page-node-type-page [role=navigation],.vocabulary--author [data-area=A i] ~ [data-area=B i] [role=navigation],[data-area=A i] ~ [data-area=B i].vocabulary--author [role=navigation]{margin-bottom:1.875rem;}@media (min-width:64rem){.page-node-type-landing-page [data-area=A i] ~ [data-area=B i],[data-area=A i] ~ [data-area=B i].page-node-type-landing-page{padding:0 3.75rem 0 5.625rem;}}.page-node-type-landing-page [data-area=A i] ~ [data-area=B i] [data-layout~="sm:sm:sm"] > *,[data-area=A i] ~ [data-area=B i].page-node-type-landing-page [data-layout~="sm:sm:sm"] > *{--grid-span:6;}@media (max-width:39.9375rem){.page-node-type-landing-page [data-area=A i] ~ [data-area=B i] [data-layout~="sm:sm:sm"] > *,[data-area=A i] ~ [data-area=B i].page-node-type-landing-page [data-layout~="sm:sm:sm"] > *{--grid-span:12;}}.page-node-type-press-release [data-area=A i] ~ [data-area=B i] h1,[data-area=A i] ~ [data-area=B i].page-node-type-press-release h1{padding-top:1.5rem;font:var(--fw-300) var(--fs-4)/var(--lh-6) var(--ff-1);}.translation-notification{--color-heading:var(--color-b5);--color-text:var(--color-black);--color-link-text:var(--color-b5);background-color:var(--color-a2);color:var(--color-text);padding:1rem;margin-bottom:1.875rem;margin-top:1.875rem;}.translation-notification a:hover,.translation-notification a:focus{text-decoration:underline;color:var(--color-b3);}@media (max-width:63.9375rem){.translation-notification{margin-top:6rem;margin-bottom:1.5rem;}}.page-node-type-page .translation-notification + .node--type-page,.translation-notification.page-node-type-page + .node--type-page,.vocabulary--author .translation-notification + .node--type-page,.translation-notification.vocabulary--author + .node--type-page{padding-top:0;}.page-node-type-page .translation-notification + .node--type-page .page-header,.translation-notification.page-node-type-page + .node--type-page .page-header,.vocabulary--author .translation-notification + .node--type-page .page-header,.translation-notification.vocabulary--author + .node--type-page .page-header{margin-top:0;}.page-node-type-landing-page .translation-notification + .page-main .page-header,.translation-notification.page-node-type-landing-page + .page-main .page-header{margin-top:0;}.page-node-type-news-blogs .translation-notification + main,.translation-notification.page-node-type-news-blogs + main{padding-top:0;}.page-node-type-news-blogs .translation-notification + main,.page-node-type-press-release .translation-notification + main{padding-top:0;}.site-heading{grid-column-start:0;--grid-span:12;margin-top:1.875rem;margin-bottom:0;}.d-area-enabled .site-heading.site-heading.site-heading-menu{grid-column-start:4;--grid-span:6;margin-top:1.875rem;margin-bottom:0;}.site-heading.site-heading-menu{grid-column-start:4;--grid-span:9;margin-top:3.2rem;}[data-area=A i] ~ [data-area=B-D i] > *,.layout-builder [data-area=B-D i] > *{--grid-span:12;}[data-area=A i] ~ [data-area=B-D i] [data-layout="md:md"],.layout-builder [data-area=B-D i] [data-layout="md:md"]{--grid-span:12;}@media (min-width:40rem){[data-area=A i] ~ [data-area=B-D i] [data-layout="md:md"] > *,.layout-builder [data-area=B-D i] [data-layout="md:md"] > *{--grid-span:6;}}@media (max-width:67.4375rem){[data-area=A i] ~ [data-area=B-D i],.layout-builder [data-area=B-D i]{--grid-span:9;}}@media (max-width:67.4375rem) and (max-width:63.9375rem){[data-area=A i] ~ [data-area=B-D i],.layout-builder [data-area=B-D i]{--grid-span:12;}}@media (min-width:64rem){[data-area=A i] ~ [data-area=B-D i],.layout-builder [data-area=B-D i]{--grid-span:8;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;}}@media (min-width:80rem){[data-area=A i] ~ [data-area=B-D i],.layout-builder [data-area=B-D i]{--grid-span:6;}}@media (min-width:80rem){[data-area=A i] ~ [data-area=B-D i],.layout-builder [data-area=B-D i]{--grid-span:6;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;}}[data-area=A i]{--grid-span:12;}@media (min-width:64rem){[data-area=A i]{max-width:100%;--grid-span:4;}.page-node-type-landing-page [data-area=A i],[data-area=A i].page-node-type-landing-page{--grid-span:3;}[data-area=A i] > *:nth-of-type(n){--grid-span:3;}[data-area=A i] > *:nth-of-type(n){margin-left:0;margin-right:0;padding-left:var(--theme-padding);padding-right:var(--theme-padding);}}@media (min-width:80rem){[data-area=A i]{max-width:100%;--grid-span:3;}[data-area=A i] > *:nth-of-type(n){--grid-span:3;}[data-area=A i] > *:nth-of-type(n){margin-left:0;margin-right:0;padding-left:var(--theme-padding);padding-right:var(--theme-padding);}}@media (min-width:64rem){[data-area=A i] ~ [data-area=B i][data-layout] > *{margin-left:0;margin-right:0;padding-left:var(--theme-padding);padding-right:var(--theme-padding);}}[data-area=C i] h1{margin-top:3.75rem;}@media (max-width:39.9375rem){[data-area=C i] h1{margin-top:3rem;}}[data-area=A i] ~ [data-area=D i],.layout-builder [data-area=D i]{margin-top:0;--grid-span:12;}@media (min-width:64rem){[data-area=A i] ~ [data-area=D i],.layout-builder [data-area=D i]{--grid-span:8;margin-left:0;}[data-area=A i] ~ [data-area=D i] > *:nth-of-type(n),.layout-builder [data-area=D i] > *:nth-of-type(n){--grid-span:3;}}@media (min-width:80rem){[data-area=A i] ~ [data-area=D i],.layout-builder [data-area=D i]{margin-left:1.875rem;--grid-span:3;}[data-area=A i] ~ [data-area=D i] > *:nth-of-type(n),.layout-builder [data-area=D i] > *:nth-of-type(n){--grid-span:3;}}.mobile-section{margin-bottom:1rem;margin-top:1.5rem;}.mobile-section ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -0.46875rem 0.9375rem;}.mobile-section li{padding:0 0.46875rem 0.9375rem;-webkit-flex-wrap:1 1 0%;-ms-flex-wrap:1 1 0%;flex-wrap:1 1 0%;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}@media (min-width:40rem) and (max-width:63.9375rem){.mobile-section li{max-width:-webkit-calc(100% / 3);max-width:calc(100% / 3);}}.mobile-section li a{padding:0.5em;-webkit-border-radius:3rem;border-radius:3rem;text-align:center;white-space:nowrap;background-color:var(--button-default-back);color:var(--button-default-text);max-width:100%;display:block;font-weight:600;}.mobile-section li a:hover{background-color:var(--button-default-back-hover);color:var(--button-default-text-hover);}@media (min-width:64rem){.mobile-section{display:none;}}.page-node-type-landing-page:not(.path-frontpage) .mobile-section{display:none;}[data-layout*=mt0]{margin-top:0rem;}[data-layout*=mt1]{margin-top:1.875rem;}[data-layout*=mt2]{margin-top:1.875rem;}[data-layout*=mt3]{margin-top:3.75rem;}[data-layout*=mt4]{margin-top:3.75rem;}[data-layout*=mb0]{margin-bottom:0rem;}[data-layout*=mb1]{margin-bottom:1.875rem;}[data-layout*=mb2]{margin-bottom:1.875rem;}[data-layout*=mb3]{margin-bottom:3.75rem;}[data-layout*=mb4]{margin-bottom:3.75rem;}@media (min-width:30rem){[data-layout*=mt0]{margin-top:-1.875rem;}[data-layout*=mt1]{margin-top:1.875rem;}[data-layout*=mt2]{margin-top:3.75rem;}[data-layout*=mt3]{margin-top:5.625rem;}[data-layout*=mt4]{margin-top:7.5rem;}[data-layout*=mb0]{margin-bottom:-1.875rem;}[data-layout*=mb1]{margin-bottom:1.875rem;}[data-layout*=mb2]{margin-bottom:3.75rem;}[data-layout*=mb3]{margin-bottom:5.625rem;}[data-layout*=mb4]{margin-bottom:7.5rem;}}@media (max-width:39.9375rem){[data-layout*=mt0]{margin-top:-1.5rem;}[data-layout*=mt1]{margin-top:1.5rem;}[data-layout*=mt2]{margin-top:3rem;}[data-layout*=mt3]{margin-top:4.5rem;}[data-layout*=mt4]{margin-top:6rem;}[data-layout*=mb0]{margin-bottom:-1.5rem;}[data-layout*=mb1]{margin-bottom:1.5rem;}[data-layout*=mb2]{margin-bottom:3rem;}[data-layout*=mb3]{margin-bottom:4.5rem;}[data-layout*=mb4]{margin-bottom:6rem;}}[data-anim=parallax] :is(img,video,#bump){will-change:transform;height:120%;-webkit-transform:translateY(-webkit-calc(var(--ty) * 100%));-ms-transform:translateY(calc(var(--ty) * 100%));transform:translateY(calc(var(--ty) * 100%));}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;-webkit-border-radius:7px;border-radius:7px;background-color:var(--color-scheme-black);background-image:none !important;background-repeat:no-repeat;background-position:center center;}.ajax-progress-fullscreen{pointer-events:none;position:relative;width:2rem;height:2rem;border:2px solid var(--color-scheme-white);-webkit-border-radius:50%;border-radius:50%;}.ajax-progress-fullscreen:before,.ajax-progress-fullscreen:after{content:"";position:absolute;display:block;-webkit-transform-origin:1px;-ms-transform-origin:1px;transform-origin:1px;top:-webkit-calc(50% - 1px);top:calc(50% - 1px);left:-webkit-calc(50% - 1px);left:calc(50% - 1px);border-top:2px solid var(--color-scheme-white);-webkit-border-radius:2px;border-radius:2px;width:-webkit-calc(45% + 1px);width:calc(45% + 1px);-webkit-animation:uebrc0o 0.8s linear infinite;animation:uebrc0o 0.8s linear infinite;}.ajax-progress-fullscreen:after{width:35%;-webkit-animation:uebrc0o 6s linear infinite;animation:uebrc0o 6s linear infinite;opacity:1;}@-webkit-keyframes uebrc0o{to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes uebrc0o{to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}html{scroll-behavior:smooth;font-family:"NordeaSansLarge-regular",sans-serif;font-size:100%;font-weight:normal;font-style:normal;line-height:1.6875rem;}html[data-theme]{padding:0;}body{padding:0 1.875rem;--scroll-margin-top:16.875rem;}@media (max-width:39.9375rem){body{padding:0 1.5rem;}}.path-frontpage body,body.path-frontpage{--scroll-margin-top:11.25rem;}body[data-theme]{padding:0 1.875rem;}.page-wrapper{max-width:inherit;}.sr-only .visually-hidden:not(:focus):not(:active):not(.trigger),.visually-hidden .visually-hidden:not(:focus):not(:active):not(.trigger){clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}@supports (color:light-dark(red,red)){.anim-nordea-pulse svg{color:light-dark(#0000a0,#0000ff);}}.anim-nordea-pulse .bar{transform-box:fill-box;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation-duration:var(--T);animation-duration:var(--T);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:transform,opacity;}.anim-nordea-pulse .bar.b1{-webkit-animation-name:wave1;animation-name:wave1;-webkit-animation-delay:0.1s;animation-delay:0.1s;}.anim-nordea-pulse .bar.b2{-webkit-animation-name:wave2;animation-name:wave2;-webkit-animation-delay:0.15s;animation-delay:0.15s;}.anim-nordea-pulse .bar.b3{-webkit-animation-name:wave3;animation-name:wave3;-webkit-animation-delay:0.2s;animation-delay:0.2s;}.anim-nordea-pulse .bar.b4{-webkit-animation-name:wave4;animation-name:wave4;-webkit-animation-delay:0.2s;animation-delay:0.2s;}.anim-nordea-pulse .bar.b5{-webkit-animation-name:wave5;animation-name:wave5;-webkit-animation-delay:0.15s;animation-delay:0.15s;}.anim-nordea-pulse .bar.b6{-webkit-animation-name:wave6;animation-name:wave6;-webkit-animation-delay:0.1s;animation-delay:0.1s;}.loader{position:fixed;z-index:99;top:0px;left:0px;height:100vh;width:100vw;}.loader .overlay{background-color:rgba(0,0,0,0.3);position:absolute;z-index:1;top:0px;left:0px;height:100vh;width:100vw;-webkit-transition:all 0.4s cubic-bezier(1,0,0,0);-o-transition:all 0.4s cubic-bezier(1,0,0,0);transition:all 0.4s cubic-bezier(1,0,0,0);-webkit-transition-delay:0.4s;-o-transition-delay:0.4s;transition-delay:0.4s;}.loader .anim-nordea-pulse{--T:1.8s;-webkit-animation:pulseBar 1.8s linear 0.2s infinite;animation:pulseBar 1.8s linear 0.2s infinite;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;will-change:transform;position:absolute;left:-webkit-calc(50% - 72px);left:calc(50% - 72px);top:-webkit-calc(50% - 100px);top:calc(50% - 100px);}@-webkit-keyframes wave1{0%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}12%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@keyframes wave1{0%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}12%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@-webkit-keyframes wave2{0%,16.667%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}28.667%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@keyframes wave2{0%,16.667%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}28.667%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@-webkit-keyframes wave3{0%,33.333%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}45.333%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@keyframes wave3{0%,33.333%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}45.333%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@-webkit-keyframes wave4{0%,50%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}62%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@keyframes wave4{0%,50%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}62%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@-webkit-keyframes wave5{0%,66.667%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}78.667%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@keyframes wave5{0%,66.667%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}78.667%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@-webkit-keyframes wave6{0%,83.333%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}95.333%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@keyframes wave6{0%,83.333%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}95.333%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}96%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;}100%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;}}@-webkit-keyframes pulseBar{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1);}20%{-webkit-transform:scaleY(1.15);transform:scaleY(1.15);}25%{-webkit-transform:scaleY(1.2);transform:scaleY(1.2);}75%{-webkit-transform:scaleY(1.2);transform:scaleY(1.2);}80%{-webkit-transform:scaleY(1.15);transform:scaleY(1.15);}90%{-webkit-transform:scaleY(1);transform:scaleY(1);}}@keyframes pulseBar{0%,100%{-webkit-transform:scaleY(1);transform:scaleY(1);}20%{-webkit-transform:scaleY(1.15);transform:scaleY(1.15);}25%{-webkit-transform:scaleY(1.2);transform:scaleY(1.2);}75%{-webkit-transform:scaleY(1.2);transform:scaleY(1.2);}80%{-webkit-transform:scaleY(1.15);transform:scaleY(1.15);}90%{-webkit-transform:scaleY(1);transform:scaleY(1);}}.status-messages-alert{top:0;left:0;z-index:4;width:100%;display:none;}.user-logged-in .status-messages-alert{top:58px;}@media only screen and (max-width:63.9375rem){.status-messages-alert{top:72px;}.status-messages-alert + .page-header .image{margin-top:0;}}.status-messages-alert .message{margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));background:-o-linear-gradient(43deg,#f5d3cc,#fff3ee);background:linear-gradient(47deg,#f5d3cc,#fff3ee);background-size:400% 400%;-webkit-animation:warningAni 8s ease infinite;animation:warningAni 8s ease infinite;padding-top:1rem;padding-bottom:1rem;margin-top:0;position:relative;}.status-messages-alert .message *{margin-right:70px;display:inline-block;line-height:1.3;margin-left:5.2rem;}@media only screen and (max-width:767px){.status-messages-alert .message *{margin-left:0;margin-right:0;margin-bottom:1rem;}}.status-messages-alert .message h1,.status-messages-alert .message h2,.status-messages-alert .message h3,.status-messages-alert .message h4{font-size:1.4rem;font-weight:700;margin-left:2rem;margin-right:0;float:left;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;margin-bottom:0;}@media only screen and (max-width:767px){.status-messages-alert .message h1,.status-messages-alert .message h2,.status-messages-alert .message h3,.status-messages-alert .message h4{margin-top:3rem;margin-left:0;margin-bottom:0.625rem;}}.status-messages-alert .message:after{content:"";height:4px;bottom:0;width:100vw;background-color:var(--color-scheme-b5);z-index:1;left:0;position:absolute;}.status-messages-alert .message::before{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16s5.373 12 12 12 12-5.373 12-12Zm-4.929 7.071A10 10 0 0 1 16 26c-5.523 0-10-4.477-10-10S10.477 6 16 6s10 4.477 10 10a10 10 0 0 1-2.929 7.071ZM16 10a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1Zm0 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' fill='%2300005E'/%3E %3C/svg%3E");display:inline-block;content:"";left:0;top:16px;width:50px;height:36px;float:left;}@media only screen and (max-width:767px){.status-messages-alert .message::before{position:absolute;left:30px;top:16px;}}.status-messages-alert small,.status-messages-alert p{font-size:0.9rem;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}.status-messages-alert button,.status-messages-alert .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .status-messages-alert a,.status-messages-alert .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .status-messages-alert a,.status-messages-alert .quotes a,.quotes .status-messages-alert a,.status-messages-alert a.button{content:"";position:absolute;display:block;right:0;top:0.8rem;width:30px;height:30px;background-repeat:no-repeat;background-color:transparent;z-index:1000;background-size:80%;background-position:right;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.3015 16L26.8092 25.4985C26.984 25.6718 27.0823 25.9077 27.0823 26.1538C27.0823 26.4 26.984 26.6359 26.8092 26.8092C26.6359 26.984 26.4 27.0823 26.1538 27.0823C25.9077 27.0823 25.6718 26.984 25.4985 26.8092L16 17.3015L6.50154 26.8092C6.32822 26.984 6.09228 27.0823 5.84615 27.0823C5.60003 27.0823 5.36409 26.984 5.19077 26.8092C5.01602 26.6359 4.91772 26.4 4.91772 26.1538C4.91772 25.9077 5.01602 25.6718 5.19077 25.4985L14.6985 16L5.19077 6.50154C4.82881 6.13958 4.82881 5.55273 5.19077 5.19077C5.55273 4.82881 6.13958 4.82881 6.50154 5.19077L16 14.6985L25.4985 5.19077C25.8604 4.82881 26.4473 4.82881 26.8092 5.19077C27.1712 5.55273 27.1712 6.13958 26.8092 6.50154L17.3015 16Z' fill='%2300005E'/%3E %3C/svg%3E");}@media only screen and (max-width:767px){.status-messages-alert button,.status-messages-alert .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .status-messages-alert a,.status-messages-alert .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .status-messages-alert a,.status-messages-alert .quotes a,.quotes .status-messages-alert a,.status-messages-alert a.button{right:1.5rem;}}.status-messages-alert button::before,.status-messages-alert .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a::before,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .status-messages-alert a::before,.status-messages-alert .vocabulary--author .page-main .field--name-field-contact-link a::before,.vocabulary--author .page-main .field--name-field-contact-link .status-messages-alert a::before,.status-messages-alert .quotes a::before,.quotes .status-messages-alert a::before,.status-messages-alert a.button::before{position:absolute;top:-40px;left:-webkit-calc(-100vw + 80px);left:calc(-100vw + 80px);right:-100vw;bottom:0;width:100vw;height:100vh;content:"";}@-webkit-keyframes warningAni{0%{background-position:0% 90%;}50%{background-position:100% 11%;}100%{background-position:0% 90%;}}@keyframes warningAni{0%{background-position:0% 90%;}50%{background-position:100% 11%;}100%{background-position:0% 90%;}}[role=contentinfo][aria-label=error] .status__list{color:var(--color-scheme-a1);}form.entity-access-password-password [id^=edit-actions]{margin:0;}form.entity-access-password-password input.button{margin-top:0.6rem;max-width:10rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}form.entity-access-password-password input#edit-form-password{-webkit-border-radius:10rem;border-radius:10rem;background:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;padding-left:1em;line-height:1.15;border:1px solid var(--color-scheme-b5);width:100%;}form.entity-access-password-password input#edit-form-password:focus{border:1px solid var(--color-scheme-g4);color:var(--color-scheme-g4);}form.entity-access-password-password > div > label{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}#show-pp-disclaimer{display:inline-block;margin-top:10px;font-size:80%;font-style:italic;}#pp-disclaimer p{font-size:80%;font-style:italic;}@media (max-width:39.9375rem){.page-node-type-protected-page .page-header .content p{display:block;}}.image{z-index:0;display:block;overflow:hidden;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.image::before,.image::after{content:"";display:table;clear:left;}.image::before{float:left;padding-bottom:56.25%;}.image.wallpaper,.image img,.image.image-icon svg{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;}.image img{display:block;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit;}.image.natural img{position:relative;height:auto;}.image.contain img{-o-object-fit:contain;object-fit:contain;}.image.cover img{-o-object-fit:cover;object-fit:cover;}.image.aspect-21\:9::before,.image.aspect-21\:9::after{content:"";display:table;clear:left;}.image.aspect-21\:9::before{float:left;padding-bottom:42.8571428571%;}.image.aspect-16\:9::before,.image.aspect-16\:9::after{content:"";display:table;clear:left;}.image.aspect-16\:9::before{float:left;padding-bottom:56.25%;}.image.aspect-4\:3::before,.card-contact .image::before,.image.aspect-4\:3::after,.card-contact .image::after{content:"";display:table;clear:left;}.image.aspect-4\:3::before,.card-contact .image::before{float:left;padding-bottom:75%;}.image.aspect-35\:45::before,.image.aspect-35\:45::after{content:"";display:table;clear:left;}.image.aspect-35\:45::before{float:left;padding-bottom:128.5714285714%;}.image.focal-t,.card-contact .image{-o-object-position:50% 16.66%;object-position:50% 16.66%;}.image.focal-c{-o-object-position:50%;object-position:50%;}.image.focal-b{-o-object-position:50% 83.33%;object-position:50% 83.33%;}.image.focal-l{-o-object-position:16.66% 50%;object-position:16.66% 50%;}.image.focal-r{-o-object-position:83.33% 50%;object-position:83.33% 50%;}.image.focal-tl{-o-object-position:16.66%;object-position:16.66%;}.image.focal-tr{-o-object-position:83.33% 16.66%;object-position:83.33% 16.66%;}.image.focal-bl{-o-object-position:16.66% 83.33%;object-position:16.66% 83.33%;}.image.focal-br{-o-object-position:83.33%;object-position:83.33%;}.image::before{width:100%;height:100%;}.image.overlay-light::before,.page-header.overlay .image::before{background-color:var(--color-white);opacity:0.5;}.image.overlay-dark::before,.page-header.overlay.text-light .image::before{background-color:var(--color-black);opacity:0.25;}.image.with-caption{overflow:unset;margin-bottom:0.5rem;}.image.float-right{margin-top:1.5rem;margin-bottom:0.5rem;}@media (min-width:40rem){.image.float-right{float:right;margin-left:1.5rem;width:50%;}.image.float-right + figcaption{width:50%;float:right;margin-left:1.5rem;margin-bottom:1rem;}}.image.float-left{margin-top:1.5rem;margin-bottom:0.5rem;}@media (min-width:40rem){.image.float-left{float:left;margin-right:1.5rem;margin-bottom:0.5rem;width:50%;}.image.float-left + figcaption{width:50%;float:left;margin-right:1.5rem;}}.image-wrapper{margin-bottom:1.875rem;}.bynder-wrapper{margin-bottom:1.875rem;}svg{color:var(--icon-color,var(--color-scheme-b5));}picture{display:block;}picture img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;}img.bynder-image{top:0;left:0;width:100%;height:100%;}@media (max-width:39.9375rem){.block-inline-block-image .image-wrapper .image img{-o-object-fit:contain;object-fit:contain;}}.wallpaper,.wallpaper > *{z-index:-1;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.video{z-index:0;display:block;overflow:hidden;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.video::before,.video::after{content:"";display:table;clear:left;}.video::before{float:left;padding-bottom:56.25%;}.video.wallpaper,.video video{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;}.video video{display:block;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit;}.video.natural video{position:relative;height:auto;}.video.contain video{-o-object-fit:contain;object-fit:contain;}.video.cover video{-o-object-fit:cover;object-fit:cover;}.video.aspect-21\:9::before,.video.aspect-21\:9::after{content:"";display:table;clear:left;}.video.aspect-21\:9::before{float:left;padding-bottom:42.8571428571%;}.video.aspect-16\:9::before,.video.aspect-16\:9::after{content:"";display:table;clear:left;}.video.aspect-16\:9::before{float:left;padding-bottom:56.25%;}.video.aspect-4\:3::before,.card-contact .video.image::before,.video.aspect-4\:3::after,.card-contact .video.image::after{content:"";display:table;clear:left;}.video.aspect-4\:3::before,.card-contact .video.image::before{float:left;padding-bottom:75%;}.video.aspect-35\:45::before,.video.aspect-35\:45::after{content:"";display:table;clear:left;}.video.aspect-35\:45::before{float:left;padding-bottom:128.5714285714%;}.video.focal-t,.card-contact .video.image{-o-object-position:50% 16.66%;object-position:50% 16.66%;}.video.focal-c{-o-object-position:50%;object-position:50%;}.video.focal-b{-o-object-position:50% 83.33%;object-position:50% 83.33%;}.video.focal-l{-o-object-position:16.66% 50%;object-position:16.66% 50%;}.video.focal-r{-o-object-position:83.33% 50%;object-position:83.33% 50%;}.video.focal-tl{-o-object-position:16.66%;object-position:16.66%;}.video.focal-tr{-o-object-position:83.33% 16.66%;object-position:83.33% 16.66%;}.video.focal-bl{-o-object-position:16.66% 83.33%;object-position:16.66% 83.33%;}.video.focal-br{-o-object-position:83.33%;object-position:83.33%;}.video::before{width:100%;height:100%;}.video.overlay-light::before,.page-header.overlay .video::before{background-color:var(--color-white);opacity:0.5;}.video.overlay-dark::before,.page-header.overlay.text-light .video::before{background-color:var(--color-black);opacity:0.25;}.block-inline-block-embeded-video{container-type:inline-size;}.block-inline-block-embeded-video .embeded-video-wrapper.youtube-short{margin-inline:auto;padding-bottom:0;height:auto;overflow:unset;}.block-inline-block-embeded-video .embeded-video-wrapper.youtube-short .embedContent{aspect-ratio:9/16;position:relative;height:auto;padding-bottom:0;}.block-inline-block-embeded-video .embeded-video-wrapper.youtube-short ~ figcaption{margin-left:auto;margin-right:auto;max-width:var(--embeded-video-size,100%);}.block-inline-block-embeded-video .embeded-video-wrapper.youtube-short.embeded-video-width-100{width:100%;max-height:60vh;}[data-layout] .block-inline-block-embeded-video .embeded-video-wrapper.youtube-short.embeded-video-width-100{max-width:50%;}[data-layout] .block-inline-block-embeded-video .embeded-video-wrapper.youtube-short.embeded-video-width-100 ~ figcaption{max-width:var(--embeded-video-size,50%);}.block-inline-block-embeded-video .embeded-video-wrapper.youtube-short.embeded-video-width-100 .embedContent{max-height:60vh;margin:0 auto;}.block-inline-block-embeded-video figcaption{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);margin-top:1.625rem;color:var(--color-heading,var(--color-scheme-b5));}@container (max-width:500px){.block-inline-block-embeded-video .embeded-video-wrapper.youtube-short.embeded-video-width-100{width:100%;}[data-layout] .block-inline-block-embeded-video .embeded-video-wrapper.youtube-short.embeded-video-width-100{max-width:100%;}[data-layout] .block-inline-block-embeded-video .embeded-video-wrapper.youtube-short.embeded-video-width-100 ~ figcaption{max-width:var(--embeded-video-size,100%);}}figure{display:block;margin:0;}figure figcaption{color:var(--color-scheme-g4);font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);font-size:0.9375rem;}@media (min-width:40rem){figure figcaption{margin-top:0;}}figure figcaption:empty{display:none;}button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:0;-webkit-border-radius:0;border-radius:0;background:none;display:inline-block;padding:0.5em 1.2em;-webkit-border-radius:0.125rem;border-radius:0.125rem;font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);-webkit-transition:300ms;-o-transition:300ms;transition:300ms;text-align:center;white-space:normal;}button font,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a font,.vocabulary--author .page-main .field--name-field-contact-link a font,.quotes a font,.quotes button font,a.button font{pointer-events:none;}button.rounded,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes button,.quotes a,a.button{-webkit-border-radius:3em;border-radius:3em;}button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .field--name-field-contact-link a,.quotes a,.quotes button,a.button,button[data-theme]{padding:0.5em 1.2em;background-color:var(--button-back,var(--button-default-back));color:var(--button-text,var(--button-default-text));}button:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover,.vocabulary--author .page-main .field--name-field-contact-link a:hover,.quotes a:hover,a.button:hover,button:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .field--name-field-contact-link a:focus,.quotes a:focus,a.button:focus,button[data-theme]:hover,button[data-theme]:focus{background-color:var(--button-back-hover,var(--button-default-back-hover));color:var(--button-text-hover,var(--button-default-text-hover));}button.form-submit,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit,.vocabulary--author .page-main .field--name-field-contact-link a.form-submit,.quotes a.form-submit,a.form-submit.button{padding:0.5em 1.2em;background-color:var(--color-scheme-b5);color:var(--color-scheme-white);-webkit-border-radius:10rem;border-radius:10rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:0.75em;padding-bottom:0.75em;line-height:1.15;cursor:pointer;width:100%;border:1px solid var(--color-scheme-b5);}button.form-submit:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit:hover,.vocabulary--author .page-main .field--name-field-contact-link a.form-submit:hover,.quotes a.form-submit:hover,a.form-submit.button:hover,button.form-submit:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit:focus,.vocabulary--author .page-main .field--name-field-contact-link a.form-submit:focus,.quotes a.form-submit:focus,a.form-submit.button:focus{background-color:var(--button-back-hover,var(--button-color-scheme-p2));color:var(--button-text-hover,#00005e);border:1px solid var(--color-p2);}[data-theme=g1] *:not([data-theme]) button:not([data-theme]),[data-theme=g1] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g1] *:not([data-theme]) a:not([data-theme]),[data-theme=g1] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g1] *:not([data-theme]) a:not([data-theme]),[data-theme=g1] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=g1] *:not([data-theme]) a:not([data-theme]),[data-theme=g1] *:not([data-theme]) a.button:not([data-theme]),[data-theme=g1] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g1] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g1] > a:not([data-theme]),.quotes [data-theme=g1] > a:not([data-theme]),[data-theme=g1] > a.button:not([data-theme]),[data-theme=g2] *:not([data-theme]) button:not([data-theme]),[data-theme=g2] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g2] *:not([data-theme]) a:not([data-theme]),[data-theme=g2] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g2] *:not([data-theme]) a:not([data-theme]),[data-theme=g2] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=g2] *:not([data-theme]) a:not([data-theme]),[data-theme=g2] *:not([data-theme]) a.button:not([data-theme]),[data-theme=g2] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g2] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g2] > a:not([data-theme]),.quotes [data-theme=g2] > a:not([data-theme]),[data-theme=g2] > a.button:not([data-theme]),[data-theme=bg1] *:not([data-theme]) button:not([data-theme]),[data-theme=bg1] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg1] *:not([data-theme]) a:not([data-theme]),[data-theme=bg1] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg1] *:not([data-theme]) a:not([data-theme]),[data-theme=bg1] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=bg1] *:not([data-theme]) a:not([data-theme]),[data-theme=bg1] *:not([data-theme]) a.button:not([data-theme]),[data-theme=bg1] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg1] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg1] > a:not([data-theme]),.quotes [data-theme=bg1] > a:not([data-theme]),[data-theme=bg1] > a.button:not([data-theme]),[data-theme=bg2] *:not([data-theme]) button:not([data-theme]),[data-theme=bg2] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg2] *:not([data-theme]) a:not([data-theme]),[data-theme=bg2] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg2] *:not([data-theme]) a:not([data-theme]),[data-theme=bg2] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=bg2] *:not([data-theme]) a:not([data-theme]),[data-theme=bg2] *:not([data-theme]) a.button:not([data-theme]),[data-theme=bg2] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg2] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg2] > a:not([data-theme]),.quotes [data-theme=bg2] > a:not([data-theme]),[data-theme=bg2] > a.button:not([data-theme]){--button-back:var(--color-scheme-b5);--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;}@supports (color:light-dark(red,red)){[data-theme=g1] *:not([data-theme]) button:not([data-theme]),[data-theme=g1] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g1] *:not([data-theme]) a:not([data-theme]),[data-theme=g1] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g1] *:not([data-theme]) a:not([data-theme]),[data-theme=g1] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=g1] *:not([data-theme]) a:not([data-theme]),[data-theme=g1] *:not([data-theme]) a.button:not([data-theme]),[data-theme=g1] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g1] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g1] > a:not([data-theme]),.quotes [data-theme=g1] > a:not([data-theme]),[data-theme=g1] > a.button:not([data-theme]),[data-theme=g2] *:not([data-theme]) button:not([data-theme]),[data-theme=g2] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g2] *:not([data-theme]) a:not([data-theme]),[data-theme=g2] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g2] *:not([data-theme]) a:not([data-theme]),[data-theme=g2] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=g2] *:not([data-theme]) a:not([data-theme]),[data-theme=g2] *:not([data-theme]) a.button:not([data-theme]),[data-theme=g2] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=g2] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=g2] > a:not([data-theme]),.quotes [data-theme=g2] > a:not([data-theme]),[data-theme=g2] > a.button:not([data-theme]),[data-theme=bg1] *:not([data-theme]) button:not([data-theme]),[data-theme=bg1] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg1] *:not([data-theme]) a:not([data-theme]),[data-theme=bg1] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg1] *:not([data-theme]) a:not([data-theme]),[data-theme=bg1] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=bg1] *:not([data-theme]) a:not([data-theme]),[data-theme=bg1] *:not([data-theme]) a.button:not([data-theme]),[data-theme=bg1] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg1] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg1] > a:not([data-theme]),.quotes [data-theme=bg1] > a:not([data-theme]),[data-theme=bg1] > a.button:not([data-theme]),[data-theme=bg2] *:not([data-theme]) button:not([data-theme]),[data-theme=bg2] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg2] *:not([data-theme]) a:not([data-theme]),[data-theme=bg2] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg2] *:not([data-theme]) a:not([data-theme]),[data-theme=bg2] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=bg2] *:not([data-theme]) a:not([data-theme]),[data-theme=bg2] *:not([data-theme]) a.button:not([data-theme]),[data-theme=bg2] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=bg2] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=bg2] > a:not([data-theme]),.quotes [data-theme=bg2] > a:not([data-theme]),[data-theme=bg2] > a.button:not([data-theme]){--button-text:light-dark(white,#00005e);--button-text-hover:light-dark(#00005e,#00005e);}}[data-theme=p2] *:not([data-theme]) button:not([data-theme]),[data-theme=p2] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p2] *:not([data-theme]) a:not([data-theme]),[data-theme=p2] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p2] *:not([data-theme]) a:not([data-theme]),[data-theme=p2] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=p2] *:not([data-theme]) a:not([data-theme]),[data-theme=p2] *:not([data-theme]) a.button:not([data-theme]),[data-theme=p2] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p2] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p2] > a:not([data-theme]),.quotes [data-theme=p2] > a:not([data-theme]),[data-theme=p2] > a.button:not([data-theme]),[data-theme=p3] *:not([data-theme]) button:not([data-theme]),[data-theme=p3] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p3] *:not([data-theme]) a:not([data-theme]),[data-theme=p3] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p3] *:not([data-theme]) a:not([data-theme]),[data-theme=p3] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=p3] *:not([data-theme]) a:not([data-theme]),[data-theme=p3] *:not([data-theme]) a.button:not([data-theme]),[data-theme=p3] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p3] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p3] > a:not([data-theme]),.quotes [data-theme=p3] > a:not([data-theme]),[data-theme=p3] > a.button:not([data-theme]){--button-back:#00005e;--button-text:#f5d3cc;--button-back-hover:#00005e;--button-text-hover:white;}@supports (color:light-dark(red,red)){[data-theme=p2] *:not([data-theme]) button:not([data-theme]),[data-theme=p2] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p2] *:not([data-theme]) a:not([data-theme]),[data-theme=p2] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p2] *:not([data-theme]) a:not([data-theme]),[data-theme=p2] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=p2] *:not([data-theme]) a:not([data-theme]),[data-theme=p2] *:not([data-theme]) a.button:not([data-theme]),[data-theme=p2] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p2] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p2] > a:not([data-theme]),.quotes [data-theme=p2] > a:not([data-theme]),[data-theme=p2] > a.button:not([data-theme]),[data-theme=p3] *:not([data-theme]) button:not([data-theme]),[data-theme=p3] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p3] *:not([data-theme]) a:not([data-theme]),[data-theme=p3] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p3] *:not([data-theme]) a:not([data-theme]),[data-theme=p3] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=p3] *:not([data-theme]) a:not([data-theme]),[data-theme=p3] *:not([data-theme]) a.button:not([data-theme]),[data-theme=p3] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p3] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p3] > a:not([data-theme]),.quotes [data-theme=p3] > a:not([data-theme]),[data-theme=p3] > a.button:not([data-theme]){--button-back:light-dark(#00005e,#f5d3cc);--button-text:light-dark(#f5d3cc,#00005e);--button-back-hover:light-dark(#00005e,#fff3ee);--button-text-hover:light-dark(white,#00005e);}}[data-theme=p1] *:not([data-theme]) button:not([data-theme]),[data-theme=p1] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p1] *:not([data-theme]) a:not([data-theme]),[data-theme=p1] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p1] *:not([data-theme]) a:not([data-theme]),[data-theme=p1] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=p1] *:not([data-theme]) a:not([data-theme]),[data-theme=p1] *:not([data-theme]) a.button:not([data-theme]),[data-theme=p1] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p1] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p1] > a:not([data-theme]),.quotes [data-theme=p1] > a:not([data-theme]),[data-theme=p1] > a.button:not([data-theme]),[data-theme=white] *:not([data-theme]) button:not([data-theme]),[data-theme=white] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=white] *:not([data-theme]) a:not([data-theme]),[data-theme=white] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=white] *:not([data-theme]) a:not([data-theme]),[data-theme=white] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=white] *:not([data-theme]) a:not([data-theme]),[data-theme=white] *:not([data-theme]) a.button:not([data-theme]),[data-theme=white] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=white] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=white] > a:not([data-theme]),.quotes [data-theme=white] > a:not([data-theme]),[data-theme=white] > a.button:not([data-theme]){--button-back:#f5d3cc;--button-text:#00005e;--button-back-hover:#00005e;--button-text-hover:white;}@supports (color:light-dark(red,red)){[data-theme=p1] *:not([data-theme]) button:not([data-theme]),[data-theme=p1] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p1] *:not([data-theme]) a:not([data-theme]),[data-theme=p1] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p1] *:not([data-theme]) a:not([data-theme]),[data-theme=p1] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=p1] *:not([data-theme]) a:not([data-theme]),[data-theme=p1] *:not([data-theme]) a.button:not([data-theme]),[data-theme=p1] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=p1] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=p1] > a:not([data-theme]),.quotes [data-theme=p1] > a:not([data-theme]),[data-theme=p1] > a.button:not([data-theme]),[data-theme=white] *:not([data-theme]) button:not([data-theme]),[data-theme=white] *:not([data-theme]) .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=white] *:not([data-theme]) a:not([data-theme]),[data-theme=white] *:not([data-theme]) .vocabulary--author .page-main .field--name-field-contact-link a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=white] *:not([data-theme]) a:not([data-theme]),[data-theme=white] *:not([data-theme]) .quotes a:not([data-theme]),.quotes [data-theme=white] *:not([data-theme]) a:not([data-theme]),[data-theme=white] *:not([data-theme]) a.button:not([data-theme]),[data-theme=white] > button:not([data-theme]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-theme=white] > a:not([data-theme]),.vocabulary--author .page-main .field--name-field-contact-link [data-theme=white] > a:not([data-theme]),.quotes [data-theme=white] > a:not([data-theme]),[data-theme=white] > a.button:not([data-theme]){--button-back:light-dark(#f5d3cc,#f5d3cc);--button-text:light-dark(#00005e,#00005e);--button-back-hover:light-dark(#00005e,white);--button-text-hover:light-dark(white,#00005e);}}button[data-theme=p1],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[data-theme=p1],.vocabulary--author .page-main .field--name-field-contact-link a[data-theme=p1],.quotes a[data-theme=p1],a[data-theme=p1].button{--button-back:#fff3ee;--button-text:#00005e;--button-back-hover:#fff3ee;--button-text-hover:#00005e;}button[data-theme=p3],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[data-theme=p3],.vocabulary--author .page-main .field--name-field-contact-link a[data-theme=p3],.quotes a[data-theme=p3],a[data-theme=p3].button{--button-back:#f5d3cc;--button-text:#00005e;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;}button[data-theme=b5],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[data-theme=b5],.vocabulary--author .page-main .field--name-field-contact-link a[data-theme=b5],.quotes a[data-theme=b5],a[data-theme=b5].button{--button-back:#00005e;--button-text:white;--button-back-hover:#00005e;--button-text-hover:white;}button[data-theme=bg1],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[data-theme=bg1],.vocabulary--author .page-main .field--name-field-contact-link a[data-theme=bg1],.quotes a[data-theme=bg1],a[data-theme=bg1].button{--button-back:#EAF4FF;--button-text:#00005e;--button-back-hover:#EAF4FF;--button-text-hover:#00005e;}button.cta-secondary,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.cta-secondary,.vocabulary--author .page-main .field--name-field-contact-link a.cta-secondary,.quotes a.cta-secondary,a.cta-secondary.button{--button-back:#00005e;--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;}@supports (color:light-dark(red,red)){button.cta-secondary,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.cta-secondary,.vocabulary--author .page-main .field--name-field-contact-link a.cta-secondary,.quotes a.cta-secondary,a.cta-secondary.button{--button-back:light-dark(#00005e,#fff3ee);--button-text:light-dark(white,#00005e);--button-back-hover:light-dark(#f5d3cc,#f5d3cc);--button-text-hover:light-dark(#00005e,#00005e);}}button[data-theme*=tertiary],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[data-theme*=tertiary],.vocabulary--author .page-main .field--name-field-contact-link a[data-theme*=tertiary],.quotes a[data-theme*=tertiary],a[data-theme*=tertiary].button{--button-back:transparent;--button-text:#00005e;--button-back-hover:#00005e;--button-text-hover:white;border:1px solid var(--button-text);}@supports (color:light-dark(red,red)){button[data-theme*=tertiary],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[data-theme*=tertiary],.vocabulary--author .page-main .field--name-field-contact-link a[data-theme*=tertiary],.quotes a[data-theme*=tertiary],a[data-theme*=tertiary].button{--button-text:light-dark(#00005e,#fff3ee);--button-back-hover:light-dark(#00005e,white);--button-text-hover:light-dark(white,#00005e);}}button[data-theme*=tertiary]:focus:not(:hover),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[data-theme*=tertiary]:focus:not(:hover),.vocabulary--author .page-main .field--name-field-contact-link a[data-theme*=tertiary]:focus:not(:hover),.quotes a[data-theme*=tertiary]:focus:not(:hover),a[data-theme*=tertiary].button:focus:not(:hover){--button-back-hover:var(--button-back);--button-text-hover:var(--button-text);}button.xs,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.xs,.vocabulary--author .page-main .field--name-field-contact-link a.xs,.quotes a.xs,a.xs.button{font:var(--fw-500) var(--fs--3)/var(--lh--3) var(--ff-0);}button.sm,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.sm,.vocabulary--author .page-main .field--name-field-contact-link a.sm,.quotes a.sm,a.sm.button{font:var(--fw-500) var(--fs--2)/var(--lh--2) var(--ff-0);}label button,label .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links label a,label .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link label a,label .quotes a,.quotes label a,label .quotes button,.quotes label button,label a.button,button.md,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.md,.vocabulary--author .page-main .field--name-field-contact-link a.md,.quotes a.md,a.md.button{font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);}button.lg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.lg,.vocabulary--author .page-main .field--name-field-contact-link a.lg,.quotes a.lg,a.lg.button{font:var(--fw-500) var(--fs-0)/var(--lh-0) var(--ff-0);}button.xl,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.xl,.vocabulary--author .page-main .field--name-field-contact-link a.xl,.quotes a.xl,a.xl.button{font:var(--fw-500) var(--fs-1)/var(--lh-1) var(--ff-1);}button.xxl,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.xxl,.vocabulary--author .page-main .field--name-field-contact-link a.xxl,.quotes a.xxl,a.xxl.button{font:var(--fw-500) var(--fs-2)/var(--lh-2) var(--ff-1);}button.play-button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button,.vocabulary--author .page-main .field--name-field-contact-link a.play-button,.quotes a.play-button,a.play-button.button{font-weight:400;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;}button.play-button > span[class*=icon],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button > span[class*=icon],.vocabulary--author .page-main .field--name-field-contact-link a.play-button > span[class*=icon],.quotes a.play-button > span[class*=icon],a.play-button.button > span[class*=icon]{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;-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;color:var(--button-text);}button.play-button > span[class*=icon]:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button > span[class*=icon]:hover,.vocabulary--author .page-main .field--name-field-contact-link a.play-button > span[class*=icon]:hover,.quotes a.play-button > span[class*=icon]:hover,a.play-button.button > span[class*=icon]:hover{color:var(--button-text-hover);}button.play-button > span[class*=icon] svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button > span[class*=icon] svg,.vocabulary--author .page-main .field--name-field-contact-link a.play-button > span[class*=icon] svg,.quotes a.play-button > span[class*=icon] svg,a.play-button.button > span[class*=icon] svg{width:1.125rem;height:1.125rem;display:inline-block;margin-right:0.3125rem;}button.play-button[data-state=play] .icon-play,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button[data-state=play] .icon-play,.vocabulary--author .page-main .field--name-field-contact-link a.play-button[data-state=play] .icon-play,.quotes a.play-button[data-state=play] .icon-play,a.play-button[data-state=play].button .icon-play{display:none;}button.play-button[data-state=pause] .icon-pause,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button[data-state=pause] .icon-pause,.vocabulary--author .page-main .field--name-field-contact-link a.play-button[data-state=pause] .icon-pause,.quotes a.play-button[data-state=pause] .icon-pause,a.play-button[data-state=pause].button .icon-pause{display:none;}.inline-button,.vocabulary--author .page-main .field--name-field-contact-link{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;margin:1.875rem;}@media (max-width:39.9375rem){.inline-button,.vocabulary--author .page-main .field--name-field-contact-link{margin:1.5rem;}}.inline-button.position-left,.vocabulary--author .page-main .position-left.field--name-field-contact-link{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-left:0;}.inline-button.position-right,.vocabulary--author .page-main .position-right.field--name-field-contact-link{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-right:0;}.inline-button.position-center,.vocabulary--author .page-main .field--name-field-contact-link{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.inline-button .button-secondary,.vocabulary--author .page-main .field--name-field-contact-link .button-secondary{--button-back:var(--color-scheme-b5);--button-text:white;--button-back-hover:#fff3ee;--button-text-hover:#00005e;}@supports (color:light-dark(red,red)){.inline-button .button-secondary,.vocabulary--author .page-main .field--name-field-contact-link .button-secondary{--button-text:light-dark(white,#00005e);--button-back-hover:light-dark(#fff3ee,#f5d3cc);--button-text-hover:light-dark(#00005e,#00005e);}}.toggle-dark-mode{--bg-color:#00005e;--text-color-lm:#00005e;--text-color-dm:white;position:relative;width:auto;height:1.875rem;margin-left:0.625rem;z-index:3;}@supports not (color:light-dark(red,red)){.page-wrapper .toggle-dark-mode,.page-wrapper .toggle-dark-mode.only-mobile{display:none;}}@media (min-width:64rem){.toggle-dark-mode:hover .disclaimer:not(.hidden){display:block;}.toggle-dark-mode:focus-within:not(:has(button:focus,.disclaimer.hidden)) .disclaimer{display:block;}}.toggle-dark-mode button,.toggle-dark-mode .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .toggle-dark-mode a,.toggle-dark-mode .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .toggle-dark-mode a,.toggle-dark-mode .quotes a,.quotes .toggle-dark-mode a,.toggle-dark-mode a.button{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:1.875rem;padding:0;margin:0;-webkit-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;-webkit-border-radius:99px;border-radius:99px;background-color:var(--bg-color);font:var(--fw-300) var(--fs--3)/var(--lh--3) var(--ff-0);}.toggle-dark-mode button::after,.toggle-dark-mode .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .toggle-dark-mode a::after,.toggle-dark-mode .vocabulary--author .page-main .field--name-field-contact-link a::after,.vocabulary--author .page-main .field--name-field-contact-link .toggle-dark-mode a::after,.toggle-dark-mode .quotes a::after,.quotes .toggle-dark-mode a::after,.toggle-dark-mode a.button::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-border-radius:inherit;border-radius:inherit;z-index:1;}@media (min-width:64rem){.toggle-dark-mode button:focus-visible + .disclaimer:not(.hidden),.toggle-dark-mode .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible + .disclaimer:not(.hidden),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .toggle-dark-mode a:focus-visible + .disclaimer:not(.hidden),.toggle-dark-mode .vocabulary--author .page-main .field--name-field-contact-link a:focus-visible + .disclaimer:not(.hidden),.vocabulary--author .page-main .field--name-field-contact-link .toggle-dark-mode a:focus-visible + .disclaimer:not(.hidden),.toggle-dark-mode .quotes a:focus-visible + .disclaimer:not(.hidden),.quotes .toggle-dark-mode a:focus-visible + .disclaimer:not(.hidden),.toggle-dark-mode a.button:focus-visible + .disclaimer:not(.hidden){display:block;}}.toggle-dark-mode button > *,.toggle-dark-mode .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a > *,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .toggle-dark-mode a > *,.toggle-dark-mode .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes a > *,.toggle-dark-mode .vocabulary--author .page-main .field--name-field-contact-link a > *,.vocabulary--author .page-main .field--name-field-contact-link .toggle-dark-mode a > *,.toggle-dark-mode .vocabulary--author .page-main .field--name-field-contact-link .quotes a > *,.toggle-dark-mode .quotes a > *,.quotes .toggle-dark-mode a > *,.toggle-dark-mode .quotes button > *,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .toggle-dark-mode .quotes a > *,.vocabulary--author .page-main .field--name-field-contact-link .toggle-dark-mode .quotes a > *,.toggle-dark-mode a.button > *{grid-row:1;grid-column:1/-1;font:inherit;}.toggle-dark-mode .toggle-label{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;-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;margin:0 0.5rem;-webkit-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;}.toggle-dark-mode .sr-only{font:0/0 a;height:0px;}.toggle-dark-mode svg{--icon-color:#00005e;z-index:1;height:0.875rem;width:0.875rem;-webkit-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;margin:0;}.toggle-dark-mode [data-mode=light]{visibility:hidden;opacity:0;color:var(--text-color-lm);}.toggle-dark-mode [data-mode=light].sr-only{display:none;}.toggle-dark-mode [data-mode=light] svg{margin-left:0.625rem;}.toggle-dark-mode [data-mode=dark]{visibility:visible;opacity:1;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;color:var(--text-color-dm);}.toggle-dark-mode [data-mode=dark] svg{margin-right:0.625rem;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .toggle-dark-mode{--bg-color:#f5d3cc;}[data-color-scheme=color_scheme_dark] .toggle-dark-mode [data-mode=dark]{visibility:hidden;opacity:0;}[data-color-scheme=color_scheme_dark] .toggle-dark-mode [data-mode=dark].sr-only{display:none;}[data-color-scheme=color_scheme_dark] .toggle-dark-mode [data-mode=light]{visibility:visible;opacity:1;}[data-color-scheme=color_scheme_dark] .toggle-dark-mode [data-mode=light].sr-only{display:block;}[data-color-scheme=color_scheme_dark] .toggle-dark-mode .toggle-slider::before{left:-webkit-calc(100% - 1.875rem);left:calc(100% - 1.875rem);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .toggle-dark-mode{--bg-color:#f5d3cc;}html:not([data-color-scheme=color_scheme_light]) .toggle-dark-mode [data-mode=dark]{visibility:hidden;opacity:0;}html:not([data-color-scheme=color_scheme_light]) .toggle-dark-mode [data-mode=dark].sr-only{display:none;}html:not([data-color-scheme=color_scheme_light]) .toggle-dark-mode [data-mode=light]{visibility:visible;opacity:1;}html:not([data-color-scheme=color_scheme_light]) .toggle-dark-mode [data-mode=light].sr-only{display:block;}html:not([data-color-scheme=color_scheme_light]) .toggle-dark-mode .toggle-slider::before{left:-webkit-calc(100% - 1.875rem);left:calc(100% - 1.875rem);}}}.toggle-dark-mode .toggle-slider{position:relative;cursor:pointer;-webkit-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;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;-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;width:100%;height:100%;}.toggle-dark-mode .toggle-slider::before{content:"";position:absolute;height:1.875rem;width:1.875rem;background-color:white;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;-webkit-border-radius:50%;border-radius:50%;top:0;left:0;-webkit-box-shadow:inset 0px 0px 0px 1px var(--text-color-lm);box-shadow:inset 0px 0px 0px 1px var(--text-color-lm);border:2px solid var(--bg-color);}.toggle-dark-mode .disclaimer{display:none;background-color:#181818;background-color:light-dark(#181818,#474748);--color-heading:white;--color-text:white;position:absolute;left:auto;right:-1.5rem;top:-webkit-calc(100% + 1.5rem);top:calc(100% + 1.5rem);width:21.875rem;max-width:-webkit-calc(100vw - (1.5rem * 3));max-width:calc(100vw - (1.5rem * 3));padding:1.875rem;z-index:0;}@media (min-width:64rem){.toggle-dark-mode .disclaimer:hover:not(.hidden),.toggle-dark-mode .disclaimer:focus-within:not(.hidden){display:block;}}.toggle-dark-mode .disclaimer,.toggle-dark-mode .disclaimer *{color:var(--color-text);}.toggle-dark-mode .disclaimer h2{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.toggle-dark-mode .disclaimer p,.toggle-dark-mode .disclaimer a{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}.toggle-dark-mode .disclaimer a{display:block;text-align:center;color:white;text-decoration:underline;white-space:normal;}.toggle-dark-mode .disclaimer a:hover,.toggle-dark-mode .disclaimer a:focus{color:#f5d3cc;}.toggle-dark-mode .disclaimer::before{content:"";position:absolute;top:-3.5rem;bottom:0;left:0;right:0;z-index:-1;}.toggle-dark-mode .disclaimer::after{content:"";position:absolute;top:-0.5rem;left:auto;right:2.5rem;width:1.25rem;height:1.25rem;background-color:#181818;-webkit-transform:scaleY(1.25) rotate(45deg);-ms-transform:scaleY(1.25) rotate(45deg);transform:scaleY(1.25) rotate(45deg);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .toggle-dark-mode .disclaimer::after{background-color:#474748;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .toggle-dark-mode .disclaimer::after{background-color:#474748;}}}@supports (color:light-dark(red,red)){@media (max-width:63.9375rem){.page-nav-mobile .toggle-dark-mode.only-mobile{display:grid;z-index:1;margin:0;position:absolute;top:-webkit-calc(100% + 1.5rem);top:calc(100% + 1.5rem);left:auto;right:1.875rem;}.page-nav-mobile [aria-controls=mob-00][aria-expanded=false] + .off-canvas .toggle-dark-mode{display:none;}}}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] input::-webkit-input-placeholder{color:#c9c7c7;}[data-color-scheme=color_scheme_dark] input::placeholder,[data-color-scheme=color_scheme_dark] input::-webkit-input-placeholder{color:#c9c7c7;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) input::-webkit-input-placeholder{color:#c9c7c7;}html:not([data-color-scheme=color_scheme_light]) input::placeholder,html:not([data-color-scheme=color_scheme_light]) input::-webkit-input-placeholder{color:#c9c7c7;}}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] textarea::-webkit-input-placeholder{color:#c9c7c7;}[data-color-scheme=color_scheme_dark] textarea::placeholder,[data-color-scheme=color_scheme_dark] textarea::-webkit-input-placeholder{color:#c9c7c7;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) textarea::-webkit-input-placeholder{color:#c9c7c7;}html:not([data-color-scheme=color_scheme_light]) textarea::placeholder,html:not([data-color-scheme=color_scheme_light]) textarea::-webkit-input-placeholder{color:#c9c7c7;}}}.form-element{--input-bg-color:var(--color-scheme-white);}input:not([type]),input[type=text],input[type=number],input[type=search]{font-size:1em;padding:0.25em 1em;border:1px solid var(--color-scheme-b5);-webkit-border-radius:0.125rem;border-radius:0.125rem;-webkit-border-radius:10rem;border-radius:10rem;background:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;}input:not([type]):disabled,input[type=text]:disabled,input[type=number]:disabled,input[type=search]:disabled{cursor:not-allowed;background-color:var(--color-g1);color:var(--color-g3);}input:not([type]).rounded,input[type=text].rounded,input[type=number].rounded,input[type=search].rounded{-webkit-border-radius:10rem;border-radius:10rem;}input:not([type]):hover,input[type=text]:hover,input[type=number]:hover,input[type=search]:hover{-webkit-box-shadow:none;box-shadow:none;}input:not([type]):active,input[type=text]:active,input[type=number]:active,input[type=search]:active{-webkit-box-shadow:none;box-shadow:none;}input:not([type]):focus,input[type=text]:focus,input[type=number]:focus,input[type=search]:focus{-webkit-box-shadow:none;box-shadow:none;border-color:var(--color-scheme-b5);}input:not([type]).xs,input[type=text].xs,input[type=number].xs,input[type=search].xs{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}input:not([type]).sm,input[type=text].sm,input[type=number].sm,input[type=search].sm{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}label input:not([type]),input:not([type]).md,label input[type=text],input[type=text].md,label input[type=number],input[type=number].md,label input[type=search],input[type=search].md{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}input:not([type]).lg,input[type=text].lg,input[type=number].lg,input[type=search].lg{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}input:not([type]).xl,input[type=text].xl,input[type=number].xl,input[type=search].xl{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}input:not([type]).xxl,input[type=text].xxl,input[type=number].xxl,input[type=search].xxl{font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);}input[type=submit].button{--button-back:#00005e;--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;color:var(--button-text);background-color:var(--button-back);padding:0.5em 1.2em;-webkit-border-radius:10rem;border-radius:10rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:0.75em;padding-bottom:0.75em;font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);line-height:1.15;cursor:pointer;width:100%;border:1px solid var(--color-scheme-b5);}@supports (color:light-dark(red,red)){input[type=submit].button{--button-back:light-dark(#00005e,#fff3ee);--button-text:light-dark(white,#00005e);--button-back-hover:light-dark(#f5d3cc,#f5d3cc);--button-text-hover:light-dark(#00005e,#00005e);}}input[type=submit].button:hover,input[type=submit].button:focus{background-color:var(--button-back-hover);color:var(--button-text-hover);border:1px solid var(--color-p2);}[type=checkbox],[type=checkbox].form-radio,[type=checkbox].form-checkbox,[type=radio],[type=radio].form-radio,[type=radio].form-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1em;height:1em;color:var(--color-scheme-b5);vertical-align:middle;background:none;border:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;background-color:var(--color-scheme-white);-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms;cursor:pointer;}[type=checkbox]::before,[type=checkbox].form-radio::before,[type=checkbox].form-checkbox::before,[type=radio]::before,[type=radio].form-radio::before,[type=radio].form-checkbox::before{content:"";display:block;width:inherit;height:inherit;-webkit-border-radius:inherit;border-radius:inherit;border:0;background-size:1em;}[type=checkbox]::-ms-check,[type=checkbox].form-radio::-ms-check,[type=checkbox].form-checkbox::-ms-check,[type=radio]::-ms-check,[type=radio].form-radio::-ms-check,[type=radio].form-checkbox::-ms-check{content:"";display:block;width:inherit;height:inherit;border-radius:inherit;border:0;background-size:1em;}[type=checkbox]:hover,[type=checkbox]:focus,[type=checkbox].form-radio:hover,[type=checkbox].form-radio:focus,[type=checkbox].form-checkbox:hover,[type=checkbox].form-checkbox:focus,[type=radio]:hover,[type=radio]:focus,[type=radio].form-radio:hover,[type=radio].form-radio:focus,[type=radio].form-checkbox:hover,[type=radio].form-checkbox:focus{background-color:var(--color-scheme-white);border-color:var(--color-scheme-b5);}[type=checkbox]:disabled,[type=checkbox].form-radio:disabled,[type=checkbox].form-checkbox:disabled,[type=radio]:disabled,[type=radio].form-radio:disabled,[type=radio].form-checkbox:disabled{cursor:not-allowed;background-color:var(--color-scheme-g1);}[type=checkbox].xs,[type=checkbox].form-radio.xs,[type=checkbox].form-checkbox.xs,[type=radio].xs,[type=radio].form-radio.xs,[type=radio].form-checkbox.xs{font:var(--fw-300) var(--fs--3)/var(--lh--3) var(--ff-0);}[type=checkbox].sm,[type=checkbox].form-radio.sm,[type=checkbox].form-checkbox.sm,[type=radio].sm,[type=radio].form-radio.sm,[type=radio].form-checkbox.sm{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}label [type=checkbox],[type=checkbox].md,label [type=checkbox].form-radio,[type=checkbox].form-radio.md,label [type=checkbox].form-checkbox,[type=checkbox].form-checkbox.md,label [type=radio],[type=radio].md,label [type=radio].form-radio,[type=radio].form-radio.md,label [type=radio].form-checkbox,[type=radio].form-checkbox.md{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}[type=checkbox].lg,[type=checkbox].form-radio.lg,[type=checkbox].form-checkbox.lg,[type=radio].lg,[type=radio].form-radio.lg,[type=radio].form-checkbox.lg{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}[type=checkbox].xl,[type=checkbox].form-radio.xl,[type=checkbox].form-checkbox.xl,[type=radio].xl,[type=radio].form-radio.xl,[type=radio].form-checkbox.xl{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}[type=checkbox].xxl,[type=checkbox].form-radio.xxl,[type=checkbox].form-checkbox.xxl,[type=radio].xxl,[type=radio].form-radio.xxl,[type=radio].form-checkbox.xxl{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}[type=checkbox]{-webkit-border-radius:0.125em;border-radius:0.125em;}[type=checkbox]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[type=checkbox]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[type=checkbox]:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[type=checkbox]:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] [type=checkbox]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=checkbox]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=checkbox]:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=checkbox]:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) [type=checkbox]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=checkbox]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=checkbox]:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=checkbox]:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='evenodd' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}}}[type=checkbox]:checked::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%2300005E' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[type=checkbox]:checked::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%2300005E' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[type=checkbox]:checked:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23c9c7c7' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[type=checkbox]:checked:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23c9c7c7' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] [type=checkbox]:checked::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=checkbox]:checked::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=checkbox]:checked:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23474748' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=checkbox]:checked:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23474748' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) [type=checkbox]:checked::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=checkbox]:checked::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=checkbox]:checked:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23474748' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=checkbox]:checked:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23474748' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}}}[type=radio]{-webkit-border-radius:50%;border-radius:50%;}[type=radio]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}[type=radio]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}[type=radio]:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}[type=radio]:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] [type=radio]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=radio]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=radio]:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=radio]:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) [type=radio]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=radio]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=radio]:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=radio]:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' fill-rule='nonzero' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");}}}[type=radio]:checked::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%2300005E' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}[type=radio]:checked::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%2300005E' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}[type=radio]:checked:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23c9c7c7' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}[type=radio]:checked:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23c9c7c7' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23c9c7c7' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] [type=radio]:checked::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23fff3ee' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=radio]:checked::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23fff3ee' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=radio]:checked:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23474748' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] [type=radio]:checked:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23474748' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) [type=radio]:checked::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23fff3ee' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=radio]:checked::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23fff3ee' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=radio]:checked:disabled::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23474748' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) [type=radio]:checked:disabled::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23474748' d='M12 0a12 12 0 110 24 12 12 0 010-24zm0 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3Cpath fill='%23474748' d='M12 5a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E");}}}label{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;justify-items:center;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);margin-top:0.5em;margin-bottom:0.5em;color:var(--color-scheme-b5);}label.block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}label.ltr{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}label.rtl{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}label.form-item__label{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);margin-top:0.5em;margin-bottom:0.5em;}label *{margin:0.125em;}label > a{font-weight:var(--fw-400);text-decoration:underline;}select,.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1em;padding:0.75em 2.5em 0.75em 1em;border:1px solid var(--color-scheme-b5);-webkit-border-radius:10rem;border-radius:10rem;background-color:var(--color-scheme-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%2300005E' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:0.8em;background-position:top 50% right 1em;color:var(--color-scheme-b5);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] select,[data-color-scheme=color_scheme_dark] .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) select,html:not([data-color-scheme=color_scheme_light]) .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}}}select:hover,.form-select:hover{-webkit-box-shadow:none;box-shadow:none;border-color:var(--color-scheme-b5);}select:active,.form-select:active{-webkit-box-shadow:none;box-shadow:none;border-color:var(--color-scheme-b5);}select:focus,.form-select:focus{border-color:var(--color-scheme-b5);-webkit-box-shadow:none;box-shadow:none;}select:disabled,.form-select:disabled{cursor:not-allowed;background-color:var(--color-scheme-g1);color:var(--color-scheme-g3);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23c9c7c7' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] select:disabled,[data-color-scheme=color_scheme_dark] .form-select:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23474748' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) select:disabled,html:not([data-color-scheme=color_scheme_light]) .form-select:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23474748' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}}}select.rounded,.form-select.rounded,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-select,.vocabulary--author .page-main .field--name-field-contact-link a.form-select,.quotes a.form-select,.quotes button.form-select,a.form-select.button{-webkit-border-radius:10rem;border-radius:10rem;}select.xs,.form-select.xs{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}select.sm,.form-select.sm{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}label select,select.md,label .form-select,.form-select.md{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}select.lg,.form-select.lg{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}select.xl,.form-select.xl{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}select.xxl,.form-select.xxl{font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);}.webform .form-item.form-type-range{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;}@media (min-width:40rem){.webform .form-item.form-type-range{max-width:25rem;}}.webform .form-item.form-type-range > *{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%;margin-left:0;}.webform .form-item.form-type-range .field-prefix,.webform .form-item.form-type-range .field-suffix{-webkit-box-flex:0;-webkit-flex:0 50%;-ms-flex:0 50%;flex:0 50%;max-width:50%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);margin-top:0.25em;}.webform .form-item.form-type-range .field-suffix{text-align:right;}.webform .form-item.form-type-range .field-suffix + div{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}.webform .form-item.form-type-range .description{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.webform .form-item.form-type-range .description ~ [type=range]{--range-color:#00005e;}@supports (color:light-dark(red,red)){.webform .form-item.form-type-range .description ~ [type=range]{--range-color:light-dark(#00005e,#f5d3cc);}}.webform .form-item.form-type-range label{margin-left:0;}input[type=range]{--range-color:#00005e;--c:var(--range-color);--l:0.3125rem;--s:1rem;height:-webkit-calc(var(--s) + 0.625rem);height:calc(var(--s) + 0.625rem);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;overflow:hidden;margin-top:0.5rem;}@supports (color:light-dark(red,red)){input[type=range]{--range-color:light-dark(#00005e,#3399ff);}}input[type=range]:focus-visible::-webkit-slider-thumb{-webkit-box-shadow:inset 0 0 0 2px var(--range-color),inset 0 0 0 3px var(--color-scheme-white);box-shadow:inset 0 0 0 2px var(--range-color),inset 0 0 0 3px var(--color-scheme-white);}input[type=range]:focus-visible::-moz-range-thumb{box-shadow:inset 0 0 0 2px var(--range-color),inset 0 0 0 3px var(--color-scheme-white);}input[type=range]:disabled{--c:#c9c7c7;cursor:not-allowed;}input[type=range]:disabled::-webkit-slider-thumb:hover{background-color:var(--c);}input[type=range]:disabled::-moz-range-thumb:hover{background-color:var(--c);}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:var(--s);aspect-ratio:1;-webkit-border-radius:50%;border-radius:50%;background-color:var(--c);-webkit-border-image:-webkit-gradient(linear,left top,right top,color-stop(50%,var(--c)),color-stop(0,#c9c7c7)) 0 1/calc(50% - var(--l)/2) 100vw/0 100vw;-webkit-border-image:linear-gradient(90deg,var(--c) 50%,#c9c7c7 0) 0 1/calc(50% - var(--l)/2) 100vw/0 100vw;border-image:-webkit-gradient(linear,left top,right top,color-stop(50%,var(--c)),color-stop(0,#c9c7c7)) 0 1/calc(50% - var(--l)/2) 100vw/0 100vw;border-image:linear-gradient(90deg,var(--c) 50%,#c9c7c7 0) 0 1/calc(50% - var(--l)/2) 100vw/0 100vw;}input[type=range]::-webkit-slider-thumb:hover{background-color:#3399ff;}@supports (color:light-dark(red,red)){input[type=range]::-webkit-slider-thumb:hover{background-color:light-dark(#3399ff,#EAF4FF);}}input[type=range]::-moz-range-thumb{height:var(--s);width:var(--s);background-color:var(--c);border-radius:50%;border-image:linear-gradient(90deg,var(--c) 50%,#c9c7c7 0) 0 1/calc(50% - var(--l)/2) 25rem/0 25rem;-moz-appearance:none;appearance:none;}input[type=range]::-moz-range-thumb:hover{background:#3399ff;}@supports (color:light-dark(red,red)){input[type=range]::-moz-range-thumb:hover{background:light-dark(#3399ff,#EAF4FF);}}legend{color:var(--color-scheme-b5);}.form-composite > legend,.label{display:inline;margin:0;padding:0;font-size:inherit;font-weight:bold;}.webform .form-item{margin-bottom:0.75rem;margin-top:0.75rem;}.webform .form-actions{display:block;}.webform input[type=text],.webform input[type=email]{margin-bottom:0.5rem;}.webform .form-required span[aria-hidden=true]{display:inline-block;margin-right:0.15em;margin-left:0.15em;color:var(--color-maximumred);}@supports (color:light-dark(red,red)){.webform .form-required span[aria-hidden=true]{color:light-dark(var(--color-maximumred),var(--color-white));}}.webform .form-required::after{display:none;}.webform form.rating-form legend{color:var(--color-scheme-b5);}.webform form.rating-form fieldset label{color:var(--color-scheme-b5);}.webform form.rating-form input.form-radio:checked{display:inline-block;-webkit-box-shadow:none;box-shadow:none;}.webform form.rating-form .form-item{padding:0.1875rem 0;}.webform form.rating-form .webform-confirmation p:first-child{color:var(--color-scheme-b5);font-weight:600;display:block;margin-top:0.5rem;}.webform form.rating-form .webform-confirmation p:nth-child(2){color:var(--color-scheme-b5);font-weight:600;display:block;font-size:1.2rem;padding:0.3125rem 0;}.webform form.rating-form .form-boolean:hover{-webkit-box-shadow:inset 0 0 0 1px var(--text-color,var(--color-scheme-b5));box-shadow:inset 0 0 0 1px var(--text-color,var(--color-scheme-b5));}.webform .webform-ajax-form-wrapper select{width:100%;}.webform .webform-ajax-form-wrapper textarea{width:100%;background-color:var(--color-scheme-white);border:1px solid var(--color-scheme-b5);-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;padding-left:1em;line-height:1.15;}.webform .webform-ajax-form-wrapper textarea:focus{color:var(--color-scheme-g4);border:1px solid var(--color-scheme-g4);-webkit-box-shadow:none;box-shadow:none;}.webform .webform-ajax-form-wrapper .form-element{background-color:var(--color-scheme-white);border-color:var(--color-scheme-b5);color:var(--color-scheme-black);}.webform fieldset.webform-type-radios.fieldgroup,.webform fieldset.webform-type-checkboxes.fieldgroup{padding:0;border-width:0;}a{text-decoration:none;}a.skip-link{color:var(--color-scheme-white);}a[target=_blank] .link-blank svg{display:inline-block;width:0.9375rem;height:0.8125rem;margin-left:0.3125rem;color:#8b8a8d;}@supports (color:light-dark(red,red)){a[target=_blank] .link-blank svg{color:light-dark(#8b8a8d,#f4f2f1);}}a[target=_blank].button .link-blank svg{color:inherit;}a[target=_blank].button::after{-webkit-transition:200ms;-o-transition:200ms;transition:200ms;}a:not([target=_blank]) .link-blank{display:none;}a[data-comp=scroll-top]{--button-back:#fff3ee;position:fixed;top:auto;left:auto;right:0px;bottom:0px;-webkit-border-radius:0px;border-radius:0px;font:var(--fw-500) var(--fs--2)/var(--lh--2) var(--ff-0);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;-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;-webkit-box-shadow:-2px -2px 8px rgba(57,63,72,0.05);box-shadow:-2px -2px 8px rgba(57,63,72,0.05);z-index:4;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;--icon-color:var(--button-default-text);}@supports (color:light-dark(red,red)){a[data-comp=scroll-top]{--button-back:light-dark(#fff3ee,#f5d3cc);}}a[data-comp=scroll-top][aria-hidden=true]{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);pointer-events:none;}a[data-comp=scroll-top]:hover{--icon-color:var(--button-default-text-hover);}a[data-comp=scroll-top]:focus:not(:hover){color:var(--button-default-text);background-color:var(--button-back);--icon-color:var(--button-default-text);}@media (max-width:19.9375rem),(max-height:22rem) and (max-width:63.9375rem){a[data-comp=scroll-top]{font:var(--fw-500) var(--fs--3)/var(--lh--3) var(--ff-0);line-height:1.1;padding:0.125rem 0.5em;}}a[data-comp=scroll-top] svg{width:1em;height:1em;margin-right:0.5em;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}div.block-inline-block-cta-button{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;margin:1.5rem;}[data-layout=full] div.block-inline-block-cta-button{--grid-span:6;}ul,ol{list-style:none;margin:0;padding:0;}.block-inline-block-timeline-story ul,.plain-cta ul,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) ul,.collection.plain-cta [class=card-article] ul,.rte ul,.page-node-type-press-release .collection ul,.steps_text ul{list-style-type:disc;margin-left:3rem;font-size:1rem;margin-bottom:1.5rem;}.block-inline-block-timeline-story ul li,.plain-cta ul li,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) ul li,.collection.plain-cta [class=card-article] ul li,.rte ul li,.page-node-type-press-release .collection ul li,.steps_text ul li{line-height:1.2;}.block-inline-block-timeline-story ol,.plain-cta ol,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) ol,.collection.plain-cta [class=card-article] ol,.rte ol,.page-node-type-press-release .collection ol,.steps_text ol{list-style-type:decimal;margin-left:3rem;font-size:1rem;margin-bottom:1.5rem;}.block-inline-block-timeline-story ol li,.plain-cta ol li,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) ol li,.collection.plain-cta [class=card-article] ol li,.rte ol li,.page-node-type-press-release .collection ol li,.steps_text ol li{line-height:1.2;}.block-inline-block-links-list.block-bg-pink{background-color:var(--color-scheme-p2);}.block-inline-block-links-list.block-bg-white{background-color:var(--color-scheme-white);}.quotes{margin-bottom:1.875rem;padding:3.75rem 3.75rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.page-node-type-news-blogs[data-theme=p1] .quotes[data-theme=p1]{padding:0 3.75rem;margin-bottom:0;}.quotes[data-theme=p1],.quotes[data-theme=bg1],.quotes[data-theme=white]{padding:3.75rem;margin-bottom:0;}@media (max-width:63.9375rem){.quotes[data-theme=p1],.quotes[data-theme=bg1],.quotes[data-theme=white]{padding:1.875rem;margin-bottom:0;}.quotes[data-theme=p1] > blockquote:not([data-theme])::before,.quotes[data-theme=bg1] > blockquote:not([data-theme])::before,.quotes[data-theme=white] > blockquote:not([data-theme])::before{left:0;}}@media (max-width:39.9375rem){.quotes[data-theme=p1],.quotes[data-theme=bg1],.quotes[data-theme=white]{margin-bottom:1.5rem;padding:1.5rem;}.quotes[data-theme=p1] > blockquote:not([data-theme])::before,.quotes[data-theme=bg1] > blockquote:not([data-theme])::before,.quotes[data-theme=white] > blockquote:not([data-theme])::before{left:0;font-size:50px;}}.quotes[data-theme=none]{padding:0 3.75rem;margin-bottom:0;}@media (max-width:63.9375rem){.quotes[data-theme=none]{padding:0 1.875rem;margin-bottom:0;}.quotes[data-theme=none] > blockquote:not([data-theme])::before{left:0;}}@media (max-width:39.9375rem){.quotes[data-theme=none]{margin-bottom:1.5rem;padding:0;}.quotes[data-theme=none] > blockquote:not([data-theme])::before{left:0;font-size:50px;}}@media (max-width:63.9375rem){.quotes{margin-bottom:1.875rem;padding:1.875rem;}}@media (max-width:39.9375rem){.quotes{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-bottom:1.5rem;padding:1.5rem;}}.quotes.large blockquote{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.quotes.large blockquote > p{font:inherit;}.quotes.large.quote-btn a,.quotes.large.quote-btn button,.quotes.large.quote-btn .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes.large.quote-btn a{margin-top:2.3125rem;}@media (max-width:39.9375rem){.quotes.large.quote-btn a,.quotes.large.quote-btn button,.quotes.large.quote-btn .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes.large.quote-btn a{margin-top:3.125rem;}}.quotes.large.quotes-image.quote-btn a,.quotes.large.quotes-image.quote-btn button,.quotes.large.quotes-image.quote-btn .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes.large.quotes-image.quote-btn a{margin-top:2.8125rem;}@media (max-width:39.9375rem){.quotes.large.quotes-image.quote-btn a,.quotes.large.quotes-image.quote-btn button,.quotes.large.quotes-image.quote-btn .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes.large.quotes-image.quote-btn a{margin-top:3.125rem;}}.quotes.medium blockquote{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}.quotes.medium blockquote > p{font:inherit;}.quotes.small blockquote{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}.quotes.small blockquote > p{font:inherit;}[data-layout~="sm:sm:sm"] > * .quotes[data-theme=p1],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=p2],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=p3],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=bg1],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=bg2],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=g1],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=g2],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=g3],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=b5],[data-layout~="sm:sm:sm"] > * .quotes[data-theme=white],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=p1],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=p2],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=p3],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=bg1],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=bg2],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=g1],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=g2],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=g3],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=b5],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=white],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=p1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=p2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=p3],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=bg1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=bg2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=g1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=g2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=g3],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=b5],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=white],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=p1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=p2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=p3],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=bg1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=bg2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=g1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=g2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=g3],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=b5],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=white],[data-layout~="sm:sm:sm"] > .quotes[data-theme=p1],[data-layout~="sm:sm:sm"] > .quotes[data-theme=p2],[data-layout~="sm:sm:sm"] > .quotes[data-theme=p3],[data-layout~="sm:sm:sm"] > .quotes[data-theme=bg1],[data-layout~="sm:sm:sm"] > .quotes[data-theme=bg2],[data-layout~="sm:sm:sm"] > .quotes[data-theme=g1],[data-layout~="sm:sm:sm"] > .quotes[data-theme=g2],[data-layout~="sm:sm:sm"] > .quotes[data-theme=g3],[data-layout~="sm:sm:sm"] > .quotes[data-theme=b5],[data-layout~="sm:sm:sm"] > .quotes[data-theme=white],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=p1],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=p2],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=p3],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=bg1],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=bg2],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=g1],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=g2],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=g3],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=b5],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=white],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=p1],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=p2],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=p3],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=bg1],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=bg2],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=g1],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=g2],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=g3],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=b5],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=white],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=p1],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=p2],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=p3],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=bg1],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=bg2],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=g1],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=g2],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=g3],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=b5],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=white]{padding:3.75rem 3.75rem 3.75rem 1.875rem;}[data-layout~="sm:sm:sm"] > * .quotes[data-theme=p1].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=p2].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=p3].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=bg1].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=bg2].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=g1].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=g2].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=g3].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=b5].quote-img,[data-layout~="sm:sm:sm"] > * .quotes[data-theme=white].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=p1].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=p2].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=p3].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=bg1].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=bg2].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=g1].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=g2].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=g3].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=b5].quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=white].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=p1].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=p2].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=p3].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=bg1].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=bg2].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=g1].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=g2].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=g3].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=b5].quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=white].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=p1].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=p2].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=p3].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=bg1].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=bg2].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=g1].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=g2].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=g3].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=b5].quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=white].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=p1].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=p2].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=p3].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=bg1].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=bg2].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=g1].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=g2].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=g3].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=b5].quote-img,[data-layout~="sm:sm:sm"] > .quotes[data-theme=white].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=p1].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=p2].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=p3].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=bg1].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=bg2].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=g1].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=g2].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=g3].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=b5].quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=white].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=p1].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=p2].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=p3].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=bg1].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=bg2].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=g1].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=g2].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=g3].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=b5].quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=white].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=p1].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=p2].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=p3].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=bg1].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=bg2].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=g1].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=g2].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=g3].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=b5].quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=white].quote-img{padding:1.875rem;}[data-layout~="sm:sm:sm"] > * .quotes[data-theme=none],[data-layout~="sm:sm:sm:sm"] > * .quotes[data-theme=none],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes[data-theme=none],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes[data-theme=none],[data-layout~="sm:sm:sm"] > .quotes[data-theme=none],[data-layout~="sm:sm:sm:sm"] > .quotes[data-theme=none],[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1)[data-theme=none],[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0)[data-theme=none]{padding:0 1.875rem;}@media (max-width:63.9375rem){[data-layout~="sm:sm:sm"] > * .quotes blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm:sm"] > * .quotes blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm"] > .quotes blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm:sm"] > .quotes blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1) blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0) blockquote:not([data-theme])::before{font-size:50px;}}@media (min-width:64rem){[data-layout~="sm:sm:sm"] > * .quotes blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm:sm"] > * .quotes blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm"] > .quotes blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm:sm"] > .quotes blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1) blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0) blockquote:not([data-theme])::before{font-size:50px;}}[data-layout~="sm:sm:sm"] > * .quotes.quote-img,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img,[data-layout~="sm:sm:sm"] > .quotes.quote-img,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}[data-layout~="sm:sm:sm"] > * .quotes.quote-img blockquote,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img blockquote,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img blockquote,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img blockquote,[data-layout~="sm:sm:sm"] > .quotes.quote-img blockquote,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img blockquote,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img blockquote,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img blockquote{padding-left:2.8125rem;margin:0 auto;}[data-layout~="sm:sm:sm"] > * .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm"] > .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img blockquote:not([data-theme])::before{left:0;}[data-layout~="sm:sm:sm"] > * .quotes.quote-img .quotes-image,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img .quotes-image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image,[data-layout~="sm:sm:sm"] > .quotes.quote-img .quotes-image,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img .quotes-image,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image{max-width:100%;margin-left:0;text-align:center;margin-bottom:1rem;}[data-layout~="sm:sm:sm"] > * .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm"] > * .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image > img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image > picture > img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image > img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:sm:sm"] > .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm"] > .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image > img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image > picture > img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image > img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image > picture > img{max-width:22rem;max-height:11.875rem;}@media (max-width:39.9375rem){[data-layout~="sm:sm:sm"] > * .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm"] > * .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm:sm"] > * .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image > img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image > picture > img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image > img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:sm:sm"] > .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm"] > .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img .quotes-image > img,[data-layout~="sm:sm:sm:sm"] > .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image > img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image > picture > img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image > img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image > picture > img{max-width:100%;}}[data-layout~="md:md"] .quotes blockquote:not([data-theme]){padding-left:4.6875rem;}@media (max-width:39.9375rem){[data-layout~="md:md"] .quotes blockquote:not([data-theme]){padding-left:2.8125rem;}}@media (max-width:63.9375rem){[data-layout~="md:md"] .quotes blockquote:before{font-size:70px;}}@media (min-width:80rem){[data-layout~="md:md"] .quotes blockquote:before{font-size:var(--fs-8);}[data-layout~="md:md"] .quotes.quote-img blockquote:not([data-theme]){padding-left:3.25rem;}[data-layout~="md:md"] .quotes.quote-img blockquote:before{font-size:60px;}}@media (max-width:79.9375rem){[data-layout~="md:md"] .quotes.quote-img{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}[data-layout~="md:md"] .quotes.quote-img blockquote{padding-left:2.8125rem;margin:0 auto;}[data-layout~="md:md"] .quotes.quote-img blockquote:not([data-theme])::before{left:0;font-size:50px;}[data-layout~="md:md"] .quotes.quote-img .quotes-image{max-width:100%;margin-left:0;text-align:center;margin-bottom:1rem;}[data-layout~="md:md"] .quotes.quote-img .quotes-image > img,[data-layout~="md:md"] .quotes.quote-img .quotes-image > picture > img{max-width:38.5625rem;max-height:11.875rem;}}@media (max-width:79.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 1).quote-img blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 0).quote-img blockquote:not([data-theme])::before{font-size:50px;}}@media (max-width:79.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .quotes.quote-img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .quotes.quote-img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 1).quote-img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 0).quote-img{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .quotes.quote-img blockquote,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .quotes.quote-img blockquote,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 1).quote-img blockquote,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 0).quote-img blockquote{padding-left:2.8125rem;margin:0 auto;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .quotes.quote-img blockquote:not([data-theme])::before,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 1).quote-img blockquote:not([data-theme])::before,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 0).quote-img blockquote:not([data-theme])::before{left:0;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image{max-width:100%;margin-left:0;text-align:center;margin-bottom:1rem;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image > img,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .quotes.quote-img .quotes-image > picture > img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image > img,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .quotes.quote-img .quotes-image > picture > img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image > img,[data-layout~="lg:sm"] > .quotes:nth-of-type(2n - 1).quote-img .quotes-image > picture > img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image > img,[data-layout~="sm:lg"] > .quotes:nth-of-type(2n - 0).quote-img .quotes-image > picture > img{max-height:11.875rem;}}.quotes blockquote{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);margin:0;max-width:-webkit-calc(38.5625rem);max-width:calc(38.5625rem);}.quotes blockquote:not([data-theme]){padding-left:4.6875rem;}@media (max-width:39.9375rem){.quotes blockquote:not([data-theme]){padding-left:2.8125rem;}}.quotes blockquote:after{display:none;}@media (max-width:39.9375rem){.quotes blockquote{padding-left:2.8125rem;margin:0 auto;}.quotes blockquote:not([data-theme])::before{left:0;}}.quotes q{font:var(--fw-300) var(--fs--4)/var(--lh--4) var(--ff-0);display:block;margin-top:0;margin-left:5.625rem;}@media (max-width:39.9375rem){.quotes q{margin-left:4.5rem;}}.quotes q:before,.quotes q:after{display:none;}.quotes a,.quotes button,.quotes .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes a,.quotes .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .quotes a{margin-top:2.8125rem;}@media (max-width:39.9375rem){.quotes a,.quotes button,.quotes .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes a,.quotes .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .quotes a{margin-top:3.125rem;}}.quotes a:before,.quotes button:before,.quotes .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:before,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes a:before,.quotes .vocabulary--author .page-main .field--name-field-contact-link a:before,.vocabulary--author .page-main .field--name-field-contact-link .quotes a:before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;opacity:0;background-color:var(--color-black);mix-blend-mode:multiply;}.quotes .blockquote,.quotes .quotes-image{-webkit-box-flex:1;-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%;}@media (max-width:39.9375rem){.quotes .blockquote,.quotes .quotes-image{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;}}.quotes .quotes-image{max-width:-webkit-calc(50% - 2rem);max-width:calc(50% - 2rem);margin-left:2rem;}.quotes .quotes-image > picture{display:block;width:100%;height:100%;}.quotes .quotes-image > img,.quotes .quotes-image > picture > img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-height:14.125rem;}@media (max-width:39.9375rem){.quotes .quotes-image{max-width:100%;margin-left:0;text-align:center;margin-bottom:1.5rem;}.quotes .quotes-image > img,.quotes .quotes-image > picture > img{max-height:11.875rem;}}ul.share-links{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;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:1rem;}.share-links li{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;list-style-type:none;margin-right:1.875rem;}.share-links li a{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;}.share-links li a::after{display:none;}.share-links li a:focus{}.share-links li a:focus svg{outline:2px solid var(--color-scheme-b5);-webkit-border-radius:50%;border-radius:50%;display:inline;outline-offset:2px;}.share-links li a:focus:not(:focus-visible) svg{outline:none;}.share-links li a:focus-visible{outline:none;}.share-links li a:focus-visible svg{outline:2px solid var(--color-scheme-b5);-webkit-border-radius:50%;border-radius:50%;display:inline;outline-offset:2px;}.share-links li a .link-blank{display:none;visibility:hidden;height:0px;width:0px;}.breadcrumb{margin-bottom:1.875rem;margin-top:0.5rem;padding:0;line-height:1em;}.breadcrumb .breadcrumb__item{font-size:0.875rem;font-weight:300;display:inline;}.breadcrumb .breadcrumb__item::before{content:" »";margin:0;padding:0;}.breadcrumb .breadcrumb__item:first-of-type::before{content:none;}.breadcrumb a{--color-text:var(--color-scheme-b5);font-weight:300;font-size:0.875rem;}.breadcrumb a:focus{-webkit-border-radius:2px;border-radius:2px;display:inline;}.breadcrumb a:focus-visible{-webkit-border-radius:2px;border-radius:2px;display:inline;}.breadcrumb ul,.breadcrumb ol,.breadcrumb dl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.breadcrumb ul a:not([aria-current=page]),.breadcrumb ol a:not([aria-current=page]),.breadcrumb dl a:not([aria-current=page]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");padding-right:1.875rem;background-position:right 0.5rem top 50%;background-size:0.9375rem;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .breadcrumb ul a:not([aria-current=page]),[data-color-scheme=color_scheme_dark] .breadcrumb ol a:not([aria-current=page]),[data-color-scheme=color_scheme_dark] .breadcrumb dl a:not([aria-current=page]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .breadcrumb ul a:not([aria-current=page]),html:not([data-color-scheme=color_scheme_light]) .breadcrumb ol a:not([aria-current=page]),html:not([data-color-scheme=color_scheme_light]) .breadcrumb dl a:not([aria-current=page]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff3ee' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}}}.breadcrumb ul a:hover,.breadcrumb ol a:hover,.breadcrumb dl a:hover{text-decoration:underline;}.breadcrumb ul [aria-current=page],.breadcrumb ol [aria-current=page],.breadcrumb dl [aria-current=page]{font-weight:var(--fw-700);}.table-wrapper{z-index:0;overflow:hidden;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;outline:1px solid var(--color-scheme-g2);outline-offset:-1px;background:-o-radial-gradient(0% 50%,farthest-side,rgba(0,0,0,0.2),rgba(0,0,0,0)),-o-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,0.2),rgba(0,0,0,0)) 100% 0;background:radial-gradient(farthest-side at 0% 50%,rgba(0,0,0,0.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,0.2),rgba(0,0,0,0)) 100% 0;background-color:var(--color-scheme-white);background-repeat:no-repeat;background-size:10px 100%;}.table-wrapper table{border-collapse:collapse;min-width:100%;background:-webkit-gradient(linear,left top,right top,color-stop(30%,#ffffff),to(rgba(255,255,255,0))),-webkit-gradient(linear,right top,left top,color-stop(30%,#ffffff),to(rgba(255,255,255,0))) 100% 0;background:-o-linear-gradient(left,#ffffff 30%,rgba(255,255,255,0)),-o-linear-gradient(right,#ffffff 30%,rgba(255,255,255,0)) 100% 0;background:linear-gradient(to right,#ffffff 30%,rgba(255,255,255,0)),linear-gradient(to left,#ffffff 30%,rgba(255,255,255,0)) 100% 0;background-size:50px 100%;background-repeat:no-repeat;max-width:none;margin-bottom:0;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .table-wrapper{background:-o-radial-gradient(0% 50%,farthest-side,rgba(255,255,255,0.2),rgba(255,255,255,0)),-o-radial-gradient(100% 50%,farthest-side,rgba(255,255,255,0.2),rgba(255,255,255,0)) 100% 0;background:radial-gradient(farthest-side at 0% 50%,rgba(255,255,255,0.2),rgba(255,255,255,0)),radial-gradient(farthest-side at 100% 50%,rgba(255,255,255,0.2),rgba(255,255,255,0)) 100% 0;}[data-color-scheme=color_scheme_dark] .table-wrapper table{background:-webkit-gradient(linear,left top,right top,color-stop(30%,#181818),to(rgba(0,0,0,0))),-webkit-gradient(linear,right top,left top,color-stop(30%,#181818),to(rgba(0,0,0,0))) 100% 0;background:-o-linear-gradient(left,#181818 30%,rgba(0,0,0,0)),-o-linear-gradient(right,#181818 30%,rgba(0,0,0,0)) 100% 0;background:linear-gradient(to right,#181818 30%,rgba(0,0,0,0)),linear-gradient(to left,#181818 30%,rgba(0,0,0,0)) 100% 0;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .table-wrapper{background:-o-radial-gradient(0% 50%,farthest-side,rgba(255,255,255,0.2),rgba(255,255,255,0)),-o-radial-gradient(100% 50%,farthest-side,rgba(255,255,255,0.2),rgba(255,255,255,0)) 100% 0;background:radial-gradient(farthest-side at 0% 50%,rgba(255,255,255,0.2),rgba(255,255,255,0)),radial-gradient(farthest-side at 100% 50%,rgba(255,255,255,0.2),rgba(255,255,255,0)) 100% 0;}html:not([data-color-scheme=color_scheme_light]) .table-wrapper table{background:-webkit-gradient(linear,left top,right top,color-stop(30%,#181818),to(rgba(0,0,0,0))),-webkit-gradient(linear,right top,left top,color-stop(30%,#181818),to(rgba(0,0,0,0))) 100% 0;background:-o-linear-gradient(left,#181818 30%,rgba(0,0,0,0)),-o-linear-gradient(right,#181818 30%,rgba(0,0,0,0)) 100% 0;background:linear-gradient(to right,#181818 30%,rgba(0,0,0,0)),linear-gradient(to left,#181818 30%,rgba(0,0,0,0)) 100% 0;}}}.table-wrapper th span{position:-webkit-sticky;position:sticky;left:0.5rem;right:0.5rem;}.table-wrapper th,.table-wrapper td{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);padding:0.25rem 0.5rem;text-align:left;vertical-align:top;border:1px solid var(--color-scheme-g2);}.table-wrapper th p,.table-wrapper td p{font-size:inherit;}.table-wrapper th{z-index:1;color:var(--color-scheme-black);background-color:var(--color-scheme-b6);font:var(--fw-700) var(--fs--2)/var(--lh--2) var(--ff-0);white-space:nowrap;padding:0.25rem 0.5rem;scroll-snap-align:center;border:1px solid var(--color-scheme-g2);-webkit-box-shadow:0 2px 0 -1px var(--color-scheme-g2),0 -2px 0 -1px var(--color-scheme-g2);box-shadow:0 2px 0 -1px var(--color-scheme-g2),0 -2px 0 -1px var(--color-scheme-g2);position:-webkit-sticky;position:sticky;top:0;}.table-wrapper tr{background-color:var(--color-none);-webkit-transition:background-color 150ms;-o-transition:background-color 150ms;transition:background-color 150ms;}.table-wrapper tr:hover{background-color:var(--color-scheme-g1);}.table-wrapper tbody tr > th{white-space:normal;}.tabs-container{--_size:4px;--_color:var(--color-p3);--_corner-color:var(--color-white);--_tab-nav-margin-bot:2.5rem;position:relative;top:0;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:100%;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}@media (max-width:47.9375rem){.tabs-container .tabs-nav{display:none !important;}.tabs-container .accordion-header{display:block;width:100%;background-color:transparent;padding:1em 2.75rem 1em 0.75rem;text-align:left;border:none;cursor:pointer;font:var(--fw-300) var(--fs-0)/var(--lh--1) var(--ff-0);-webkit-border-radius:unset;border-radius:unset;text-align:left;color:var(--color-b5);letter-spacing:-0.46px;}.tabs-container .accordion-header:hover,.tabs-container .accordion-header:focus{background-color:transparent;color:var(--color-b5);}.tabs-container .accordion-header[aria-expanded=true]{font-weight:var(--fw-700);}.tabs-container .accordion-header[aria-expanded]::after{position:absolute;right:1em;top:-webkit-calc(50% - 0.4em);top:calc(50% - 0.4em);content:"";width:0.8em;height:0.8em;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%2300005E' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms,-webkit-transform 300ms;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.tabs-container .accordion-header[aria-expanded=true]:after{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);}.tabs-container .border-line{height:4px;width:100%;background:var(--color-p3);}.tabs-container .tab-pane{margin:20px 0;}}.tabs-container button.accordion-header,.tabs-container .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.accordion-header,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .tabs-container a.accordion-header,.tabs-container .vocabulary--author .page-main .field--name-field-contact-link a.accordion-header,.vocabulary--author .page-main .field--name-field-contact-link .tabs-container a.accordion-header,.tabs-container a.accordion-header.button,.tabs-container .quotes a.accordion-header,.quotes .tabs-container a.accordion-header{background-color:transparent;}.tabs-container .tabs-region{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;position:relative;top:0;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}.tabs-container .tabs-region .tabs-tab{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:none;}.tabs-container .tabs-region .tabs-tab::before,.tabs-container .tabs-region .tabs-tab::after{display:block;content:"";position:absolute;z-index:3;width:var(--_size);bottom:0;background-color:var(--_color);}.tabs-container .tabs-region .tabs-tab::before{right:0;}.tabs-container .tabs-region .tabs-tab::after{left:0;}.tabs-container .tabs-region .tabs-tab.current-tab::before,.tabs-container .tabs-region .tabs-tab.current-tab::after{aspect-ratio:1;background-color:transparent;background-image:radial-gradient(circle at 100% 100%,transparent var(--_size),var(--_corner-color,white) -webkit-calc(var(--_size) + -webkit-calc(1px / 3)));background-image:-o-radial-gradient(100% 100%,circle,transparent var(--_size),var(--_corner-color,white) calc(var(--_size) + calc(1px / 3)));background-image:radial-gradient(circle at 100% 100%,transparent var(--_size),var(--_corner-color,white) calc(var(--_size) + calc(1px / 3)));}.tabs-container .tabs-region .tabs-tab.current-tab::before{rotate:-90deg;}.tabs-container .tabs-region .tabs-tab.current-tab::after{rotate:180deg;}.tabs-container .tabs-nav{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;width:100%;margin:0 0 var(--_tab-nav-margin-bot) 0;border:0;-webkit-border-radius:0;border-radius:0;position:relative;top:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:10px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}.tabs-container .tabs-nav .nav-border-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:0;width:100%;height:4px;background:var(--_color);}.tabs-container .tab-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;height:100%;position:relative;top:0;}@media (min-width:48rem){.tabs-container .tab-content{margin-top:0;margin-left:3.75rem;margin-right:3.75rem;margin-bottom:3.75rem;}}.tabs-container .tab-content .tab-pane{position:relative;top:0px;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:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}.tabs-container .tab-content .tab-pane .embeded-video-wrapper.youtube-short{max-width:22rem;margin:0 auto;}.tabs-container .tabs-link{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0.5rem 1rem 0.7rem;-webkit-text-decoration:none;text-decoration:none;color:var(--color-b5);line-height:1.2rem;border:var(--_size) solid transparent;border-bottom:0;}.tabs-container .tabs-link.is-active{border:var(--_size) solid var(--_color);border-bottom:0;-webkit-border-top-left-radius:var(--_size);border-top-left-radius:var(--_size);-webkit-border-top-right-radius:var(--_size);border-top-right-radius:var(--_size);background-color:var(--_corner-color);}.tabs-container .tabs-link .label{font-family:var(--ff-0);font-weight:var(--fw-300);letter-spacing:-0.46px;}.tabs-container .tabs-link.is-active .label{font-weight:var(--fw-700);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .accordion-header,[data-color-scheme=color_scheme_dark] .accordion-header:hover,[data-color-scheme=color_scheme_dark] .accordion-header:focus{color:var(--color-white);}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .accordion-header[aria-expanded]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .accordion-header[aria-expanded]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .tabs-link{color:var(--color-white);}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .tabs-container{--_corner-color:var(--color-general-black);}}ul.shortcuts,ol.shortcuts,dl.shortcuts{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;}ul.shortcuts::-webkit-scrollbar,ol.shortcuts::-webkit-scrollbar,dl.shortcuts::-webkit-scrollbar{display:none;}@media (max-width:63.9375rem){ul.shortcuts,ol.shortcuts,dl.shortcuts{margin-left:-1.875rem;margin-right:-1.875rem;}}@media (max-width:39.9375rem){ul.shortcuts,ol.shortcuts,dl.shortcuts{margin-left:-1.5rem;margin-right:-1.5rem;}}ul.shortcuts > li,ol.shortcuts > li,dl.shortcuts > li{padding:0.5rem;min-width:6.66em;width:12.5%;max-width:4.75rem;}ul.shortcuts > li:first-of-type,ol.shortcuts > li:first-of-type,dl.shortcuts > li:first-of-type{margin-left:auto;}ul.shortcuts > li:last-of-type,ol.shortcuts > li:last-of-type,dl.shortcuts > li:last-of-type{margin-right:auto;}ul.shortcuts a,ol.shortcuts a,dl.shortcuts a{scroll-snap-align: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:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);--color-link-text:var(--comp-link-color-scheme);--color-link-text-hover:var(--comp-link-color-scheme-hover);}ul.shortcuts a:focus:not(:focus-visible):not(.button),ol.shortcuts a:focus:not(:focus-visible):not(.button),dl.shortcuts a:focus:not(:focus-visible):not(.button){background-color:transparent;}ul.shortcuts .shortcuts_image,ol.shortcuts .shortcuts_image,dl.shortcuts .shortcuts_image{padding:1em;margin-bottom:1em;-webkit-border-radius:50%;border-radius:50%;width:5em;height:5em;background-color:var(--color-scheme-p3);}@supports (color:light-dark(red,red)){ul.shortcuts .shortcuts_image,ol.shortcuts .shortcuts_image,dl.shortcuts .shortcuts_image{--icon-color:light-dark(#00005e,white);}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] ul.shortcuts .shortcuts_image,[data-color-scheme=color_scheme_dark] ol.shortcuts .shortcuts_image,[data-color-scheme=color_scheme_dark] dl.shortcuts .shortcuts_image{background-color:var(--color-g6);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) ul.shortcuts .shortcuts_image,html:not([data-color-scheme=color_scheme_light]) ol.shortcuts .shortcuts_image,html:not([data-color-scheme=color_scheme_light]) dl.shortcuts .shortcuts_image{background-color:var(--color-g6);}}}ul.shortcuts .shortcuts_image.steps_image,ol.shortcuts .shortcuts_image.steps_image,dl.shortcuts .shortcuts_image.steps_image{background-color:var(--color-scheme-p3);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] ul.shortcuts .shortcuts_image.steps_image,[data-color-scheme=color_scheme_dark] ol.shortcuts .shortcuts_image.steps_image,[data-color-scheme=color_scheme_dark] dl.shortcuts .shortcuts_image.steps_image{background-color:var(--color-black);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) ul.shortcuts .shortcuts_image.steps_image,html:not([data-color-scheme=color_scheme_light]) ol.shortcuts .shortcuts_image.steps_image,html:not([data-color-scheme=color_scheme_light]) dl.shortcuts .shortcuts_image.steps_image{background-color:var(--color-black);}}}ul.shortcuts .shortcuts_image img,ul.shortcuts .shortcuts_image svg,ol.shortcuts .shortcuts_image img,ol.shortcuts .shortcuts_image svg,dl.shortcuts .shortcuts_image img,dl.shortcuts .shortcuts_image svg{width:100%;height:100%;}.step-by-step{container:step-by-step/inline-size;--theme-padding:var(--block-padding);}.step-by-step .steps-header p{font-weight:700;color:var(--color-scheme-b5);}ul.steps,ol.steps,dl.steps{--list-gap:1.5rem;display:grid;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;grid-gap:var(--list-gap);grid-auto-rows:minmax(6.25em,auto);max-width:40rem;margin:0px;}@supports (container:name/size){@container step-by-step (min-width:40rem){ul.steps.horizontal,ol.steps.horizontal,dl.steps.horizontal{max-width:100%;grid-auto-flow:column dense;grid-auto-columns:minmax(6.66em,18.75em);}ul.steps.horizontal li,ol.steps.horizontal li,dl.steps.horizontal li{--ls:1.875rem;grid-auto-flow:row dense;grid-gap:0.625em;margin-bottom:0;}ul.steps.horizontal li::after,ol.steps.horizontal li::after,dl.steps.horizontal li::after{top:2em;left:var(--ly);width:var(--lh);height:1px;margin-top:0px;min-height:auto;}}}ul.steps > li,ol.steps > li,dl.steps > li{display:grid;grid-gap:1.5rem;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;grid-auto-flow:column dense;min-width:6.66em;width:100%;max-width:100%;padding:0px;--ls:.75em;--ly:-webkit-calc(4em + var(--ls));--ly:calc(4em + var(--ls));--lh:-webkit-calc((100% - var(--ly)) + (var(--list-gap) - var(--ls)));--lh:calc((100% - var(--ly)) + (var(--list-gap) - var(--ls)));}ul.steps > li::after,ol.steps > li::after,dl.steps > li::after{content:"";display:block;background-color:var(--color-scheme-b5);height:var(--lh);width:1px;position:absolute;top:var(--ly);left:2em;min-height:2.25em;}ul.steps > li:first-of-type,ol.steps > li:first-of-type,dl.steps > li:first-of-type{margin-left:0px;}ul.steps > li:last-of-type::after,ol.steps > li:last-of-type::after,dl.steps > li:last-of-type::after{content:none;margin-right:0px;}ul.steps li,ol.steps li,dl.steps li{color:var(--color-text,var(--color-scheme-black));}ul.steps .steps_image,ol.steps .steps_image,dl.steps .steps_image{margin-bottom:0px;font-size:var(--fs--2);}ul.steps .steps_text,ol.steps .steps_text,dl.steps .steps_text{margin-top:0.25em;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}ul.steps .steps_text .title,ol.steps .steps_text .title,dl.steps .steps_text .title{--color-text:var(--color-scheme-b5);font:var(--fw-700) var(--fs--1)/var(--lh--1) var(--ff-0);text-align:left;margin-bottom:0.25em;display:block;}ul.steps .steps_text p,ol.steps .steps_text p,dl.steps .steps_text p{margin:0;}ul.steps .steps_text p + p,ol.steps .steps_text p + p,dl.steps .steps_text p + p{margin-top:1em;}ul.steps .steps_text p.title + p,ol.steps .steps_text p.title + p,dl.steps .steps_text p.title + p{margin-top:0;}ul.steps a,ol.steps a,dl.steps a{display:inline;font:inherit;text-align:center;}.charts-container{max-height:100%;height:auto;min-width:20rem;}svg.highcharts-root{font-family:"NordeaSansSmall" !important;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .chart svg text{color:var(--color-scheme-black) !important;fill:var(--color-scheme-black) !important;}[data-color-scheme=color_scheme_dark] .chart svg .highcharts-tooltip text{color:#181818 !important;fill:#181818 !important;}[data-color-scheme=color_scheme_dark] .chart svg .highcharts-point{stroke:white;stroke-width:1;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .chart svg text{color:var(--color-scheme-black) !important;fill:var(--color-scheme-black) !important;}html:not([data-color-scheme=color_scheme_light]) .chart svg .highcharts-tooltip text{color:#181818 !important;fill:#181818 !important;}html:not([data-color-scheme=color_scheme_light]) .chart svg .highcharts-point{stroke:white;stroke-width:1;}}}.block-inline-block-content-cards:only-child{margin-bottom:0;height:100%;}.card-article,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2){z-index:0;margin-bottom:1.875rem;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;gap:0 1.5rem;}@media (max-width:39.9375rem){.card-article,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2){margin-bottom:1.5rem;}}.card-article:only-child,.vocabulary--author .page-main .collection:first-of-type > div:only-child:nth-of-type(2){margin-bottom:0;height:100%;}.card-article div:only-child,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) div:only-child{margin-bottom:1.875rem;}@media (max-width:39.9375rem){.card-article div:only-child,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) div:only-child{margin-bottom:1.5rem;}}@media (max-width:19.9375rem),(max-height:22rem) and (max-width:63.9375rem){.card-article,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2){gap:0 0.5rem;}}.card-article > *,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) > *{grid-column:1/-1;}.card-article p,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) p{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);margin-top:0;}.card-article ul,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) ul,.card-article ol,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) ol{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}.card-article:focus:not(:hover):not(:active),.vocabulary--author .page-main .collection:first-of-type > div:focus:not(:hover):not(:active):nth-of-type(2){-webkit-box-shadow:0 0 0 2px var(--color-scheme-b5);box-shadow:0 0 0 2px var(--color-scheme-b5);}.card-article:active,.vocabulary--author .page-main .collection:first-of-type > div:active:nth-of-type(2){-webkit-box-shadow:none;box-shadow:none;}.card-article:focus,.vocabulary--author .page-main .collection:first-of-type > div:focus:nth-of-type(2){outline:none;}.card-article a:focus:not(:focus-visible):not(.button),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a:focus:not(:focus-visible):not(.button){background-color:transparent;}.card-article time,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) time,.card-article .reading-time,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .reading-time{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);margin:1.5em 0 0.5em;opacity:0.7;height:1.5rem;}.card-article .time,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .time{visibility:hidden;}.card-article.news h3,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) h3,.collection.news .card-article[class=card-article] h3,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3{margin-top:0;font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-article.news .image + h3,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) .image + h3,.collection.news .card-article[class=card-article] .image + h3,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + h3,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + h3,.card-article.news .image + .kicker + h3,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) .image + .kicker + h3,.collection.news .card-article[class=card-article] .image + .kicker + h3,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + .kicker + h3,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + .kicker + h3{margin-top:1.875rem;}@media (max-width:39.9375rem){.card-article.news .image + h3,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) .image + h3,.collection.news .card-article[class=card-article] .image + h3,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + h3,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + h3,.card-article.news .image + .kicker + h3,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) .image + .kicker + h3,.collection.news .card-article[class=card-article] .image + .kicker + h3,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + .kicker + h3,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image + .kicker + h3{margin-top:1.5rem;}}.card-article.news-teaser .date-ornament,.vocabulary--author .page-main .collection:first-of-type > div.news-teaser:nth-of-type(2) .date-ornament{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;}@media (max-width:19.9375rem){.card-article.news-teaser .date-ornament,.vocabulary--author .page-main .collection:first-of-type > div.news-teaser:nth-of-type(2) .date-ornament{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.card-article.news-teaser time,.vocabulary--author .page-main .collection:first-of-type > div.news-teaser:nth-of-type(2) time,.card-article.news-teaser .reading-time,.vocabulary--author .page-main .collection:first-of-type > div.news-teaser:nth-of-type(2) .reading-time{margin-top:0;}.card-article .kicker,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .kicker{font-weight:var(--fw-400);font:var(--fw-300) var(--fs--3)/var(--lh--3) var(--ff-0);background-color:var(--color-scheme-p2);align-self:end;justify-self:end;grid-row:1;grid-column:1/-1;margin:0;padding:0.5rem 1rem;display:none;}.card-article > *:not(path):empty,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) > *:not(path):empty{visibility:hidden;}.card-article[data-theme] .kicker,.vocabulary--author .page-main .collection:first-of-type > div[data-theme]:nth-of-type(2) .kicker{margin-right:-1.875rem;background-color:var(--kicker-back,var(--color-scheme-p1));}@media (max-width:39.9375rem){.card-article[data-theme] .kicker,.vocabulary--author .page-main .collection:first-of-type > div[data-theme]:nth-of-type(2) .kicker{margin-right:-1.5rem;}}.card-article[data-theme=p1],.vocabulary--author .page-main .collection:first-of-type > div[data-theme=p1]:nth-of-type(2){--kicker-back:var(--color-scheme-p3);}.card-article[data-theme=white],.vocabulary--author .page-main .collection:first-of-type > div[data-theme=white]:nth-of-type(2){--kicker-back:var(--color-scheme-p2);}.card-article[data-theme=transparent],.vocabulary--author .page-main .collection:first-of-type > div[data-theme=transparent]:nth-of-type(2){--kicker-back:var(--color-scheme-p2);}.card-article[data-theme=bg1],.vocabulary--author .page-main .collection:first-of-type > div[data-theme=bg1]:nth-of-type(2){--kicker-back:var(--color-scheme-bg1);}.card-article[data-theme=g1],.vocabulary--author .page-main .collection:first-of-type > div[data-theme=g1]:nth-of-type(2){--kicker-back:var(--color-scheme-g1);}.card-article[data-theme=g3],.vocabulary--author .page-main .collection:first-of-type > div[data-theme=g3]:nth-of-type(2){--kicker-back:var(--color-scheme-g3);}.card-article[data-theme=transparent] .kicker,.vocabulary--author .page-main .collection:first-of-type > div[data-theme=transparent]:nth-of-type(2) .kicker{margin-right:0;}.card-article a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a{z-index:1;}.card-article a.button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button{z-index:0;font:0/0 a;-webkit-transition:outline 0ms;-o-transition:outline 0ms;transition:outline 0ms;position:static;}.card-article a.button::before,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;opacity:0;background-color:var(--color-none);mix-blend-mode:multiply;}.card-article a.button:focus:not(:focus-visible):not(.button),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button:focus:not(:focus-visible):not(.button){background-color:transparent;}.card-article a.button:focus-visible::before,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button:focus-visible::before{opacity:1;outline:1px auto var(--color-scheme-b5);outline-offset:14px;}.card-article .image,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image{--theme-padding:inherit;grid-row:1;margin:-webkit-calc(var(--theme-padding,0rem) * -1);margin:calc(var(--theme-padding,0rem) * -1);margin-bottom:0;}.card-article .image img[src*=".svg"],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image img[src*=".svg"]{-o-object-fit:contain;object-fit:contain;}.card-article[class*=promoted],.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.875rem;background-color:var(--color-none);}@media (max-width:39.9375rem){.card-article[class*=promoted],.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2){margin-bottom:1.5rem;}}.card-article[class*=promoted] time,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) time,.card-article[class*=promoted] .kicker,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .kicker{display:none;}.card-article[class*=promoted] > *,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) > *{grid-column:var(--grid-col)/span var(--grid-span);}.card-article[class*=promoted] h2,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.card-article[class*=promoted] h3,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{--grid-col:auto;--grid-span:4;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;padding-bottom:0.25em;font:var(--fw-300) var(--fs-5)/var(--lh-5) var(--ff-1);margin-top:0;line-height:1.1;display:inline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}@media (min-width:40rem) and (max-width:79.9375rem){.card-article[class*=promoted] h2,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.card-article[class*=promoted] h3,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);}}.card-article[class*=promoted] p,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p{--grid-col:auto;--grid-span:4;margin-top:0;}@media (max-width:39.9375rem){.card-article[class*=promoted] p,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p{margin-top:1.5rem;}}.card-article[class*=promoted] a.button,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button{font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);--grid-col:auto;--grid-span:4;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;justify-self:start;margin-top:1.875rem;}@media (max-width:39.9375rem){.card-article[class*=promoted] a.button,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button{margin-top:1.5rem;}}.card-article[class*=promoted] a.button:focus-visible::before,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button:focus-visible::before{opacity:0;}.card-article[class*=promoted] .image,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image{--grid-col:5;--grid-span:8;grid-row:auto/span 4;}@media (min-width:40rem){.card-article[class*=promoted] .image,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image{width:100%;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;}}.card-article[class*=promoted] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference{--grid-col:5;--grid-span:8;grid-row:auto/span 4;}@media (min-width:40rem){.card-article[class*=promoted] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference{width:100%;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;}}.card-article[class*=promoted] .field--type-entity-reference ~ a.button::before,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference ~ a.button::before{display:none;}.card-article[class*=promoted][data-theme],.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-theme]:nth-of-type(2){padding:0.1px 0;}.card-article[class*=promoted][data-theme] .image,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-theme]:nth-of-type(2) .image{margin:0;}.card-article[class*=promoted][data-theme] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-theme]:nth-of-type(2) .field--type-entity-reference{margin:0;}@media (max-width:39.9375rem){.card-article[class*=promoted] a.button,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button{grid-row:4;--grid-col:1;--grid-span:12;justify-self:center;}.card-article[class*=promoted] .image,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image{grid-row:2;--grid-col:1;--grid-span:12;}.card-article[class*=promoted] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference{grid-row:2;--grid-col:1;--grid-span:12;}.card-article[class*=promoted] h2,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.card-article[class*=promoted] h3,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{grid-row:1;--grid-col:1;--grid-span:12;font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-article[class*=promoted] p,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p{grid-row:3;--grid-col:1;--grid-span:12;}}.card-article[class*=promoted][data-area=A i],.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2),[data-area=A i] .card-article[class*=promoted],[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2){padding-top:1.875rem;padding-bottom:1.875rem;}@media (max-width:39.9375rem){.card-article[class*=promoted][data-area=A i],.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2),[data-area=A i] .card-article[class*=promoted],[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2){padding-top:1.5rem;padding-bottom:1.5rem;}}.card-article[class*=promoted][data-area=A i] a.button,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) a.button,[data-area=A i] .card-article[class*=promoted] a.button,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button{--grid-col:1;--grid-span:3;justify-self:center;}.card-article[class*=promoted][data-area=A i] .image,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) .image,[data-area=A i] .card-article[class*=promoted] .image,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image{grid-row:2;grid-column:1/-1;}.card-article[class*=promoted][data-area=A i] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) .field--type-entity-reference,[data-area=A i] .card-article[class*=promoted] .field--type-entity-reference,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference{grid-row:2;grid-column:1/-1;}.card-article[class*=promoted][data-area=A i] h2,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) h2,.card-article[class*=promoted][data-area=A i] h3,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) h3,[data-area=A i] .card-article[class*=promoted] h2,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-area=A i] .card-article[class*=promoted] h3,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{font:var(--fw-500) var(--fs-1)/var(--lh-1) var(--ff-1);grid-row:1;grid-column:1/-1;padding-top:1.875rem;}@media (max-width:39.9375rem){.card-article[class*=promoted][data-area=A i] h2,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) h2,.card-article[class*=promoted][data-area=A i] h3,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) h3,[data-area=A i] .card-article[class*=promoted] h2,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-area=A i] .card-article[class*=promoted] h3,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{padding-top:1.5rem;}}.card-article[class*=promoted][data-area=A i] p,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted][data-area=A i]:nth-of-type(2) p,[data-area=A i] .card-article[class*=promoted] p,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p{grid-row:3;grid-column:1/-1;}@media (min-width:40rem) and (max-width:63.9375rem){.card-article[class*=promoted] .image,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image{--grid-col:7;--grid-span:6;}.card-article[class*=promoted] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference{--grid-col:7;--grid-span:6;}.card-article[class*=promoted] h2,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.card-article[class*=promoted] h3,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.card-article[class*=promoted] p,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p{--grid-col:1;--grid-span:6;}.card-article[class*=promoted] p,.vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p{margin-top:0.5em;}}@media (min-width:64rem){[data-area=A i] ~ .card-article[class*=promoted][data-area=B i] .image,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div[class*=promoted][data-area=B i]:nth-of-type(2) .image,[data-area=A i] ~ [data-area=B i] .card-article[class*=promoted] .image,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image{--grid-col:5;--grid-span:8;}[data-area=A i] ~ .card-article[class*=promoted][data-area=B i] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div[class*=promoted][data-area=B i]:nth-of-type(2) .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .card-article[class*=promoted] .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference{--grid-col:5;--grid-span:8;}[data-area=A i] ~ .card-article[class*=promoted][data-area=B i] h2,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div[class*=promoted][data-area=B i]:nth-of-type(2) h2,[data-area=A i] ~ .card-article[class*=promoted][data-area=B i] h3,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div[class*=promoted][data-area=B i]:nth-of-type(2) h3,[data-area=A i] ~ [data-area=B i] .card-article[class*=promoted] h2,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-area=A i] ~ [data-area=B i] .card-article[class*=promoted] h3,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);}[data-area=A i] ~ .card-article[class*=promoted][data-area=B i] h2,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div[class*=promoted][data-area=B i]:nth-of-type(2) h2,[data-area=A i] ~ .card-article[class*=promoted][data-area=B i] h3,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div[class*=promoted][data-area=B i]:nth-of-type(2) h3,[data-area=A i] ~ .card-article[class*=promoted][data-area=B i] p,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div[class*=promoted][data-area=B i]:nth-of-type(2) p,[data-area=A i] ~ [data-area=B i] .card-article[class*=promoted] h2,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-area=A i] ~ [data-area=B i] .card-article[class*=promoted] h3,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-area=A i] ~ [data-area=B i] .card-article[class*=promoted] p,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p{--grid-col:1;--grid-span:4;margin-top:0;}}[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] a.button,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] a.button,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] a.button,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] a.button,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] a.button,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] a.button,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) a.button,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) a.button,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) a.button,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) a.button{grid-row:4;--grid-col:1;--grid-span:12;}[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] .image,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] .image,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] .image,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] .image,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] .image,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) .image,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) .image,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) .image,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) .image{grid-row:2;--grid-col:1;--grid-span:12;}[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] .field--type-entity-reference,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] .field--type-entity-reference,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] .field--type-entity-reference,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) .field--type-entity-reference,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) .field--type-entity-reference{grid-row:2;--grid-col:1;--grid-span:12;}[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] h2,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] h3,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] h2,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] h3,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] h2,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] h3,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] h2,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] h3,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h2,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h2,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h3,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h3,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h2,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h2,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h3,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h3{grid-row:1;--grid-col:1;--grid-span:12;font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] p,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] p,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] p,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] p,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] p,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) p,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) p,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) p,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) p{grid-row:3;--grid-col:1;--grid-span:12;margin-top:1.5rem;}@media (min-width:64rem){[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] h2,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm"] > * .card-article[class*=promoted] h3,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] h2,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm:sm"] > * .card-article[class*=promoted] h3,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] h2,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm"] > .card-article[class*=promoted] h3,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] h2,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:sm:sm:sm"] > .card-article[class*=promoted] h3,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h2,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h2,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h3,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h3,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h2,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h2,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h3,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h3{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}}@media (min-width:64rem){[data-layout~="md:md"] .card-article[class*=promoted] h2,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="md:md"] .card-article[class*=promoted] h3,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{--grid-col:1;--grid-span:12;grid-row:1;font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);}[data-layout~="md:md"] .card-article[class*=promoted] a.button,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button{grid-row:4;}[data-layout~="md:md"] .card-article[class*=promoted] .image,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image{grid-row:2/span 4;}[data-layout~="md:md"] .card-article[class*=promoted] .field--type-entity-reference,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference{grid-row:2/span 4;}}@media (min-width:80rem){[data-layout~="md:md"] .card-article[class*=promoted],[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div[class*=promoted]:nth-of-type(2){--grid-span:12;}}@media (min-width:40rem) and (max-width:63.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] a.button,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] a.button,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) a.button,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) a.button,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) a.button,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) a.button,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) a.button{grid-row:4;--grid-col:1;--grid-span:12;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] .image,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .image,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) .image,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) .image,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) .image,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) .image{grid-row:2;--grid-col:1;--grid-span:12;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] .field--type-entity-reference,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) .field--type-entity-reference,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) .field--type-entity-reference{grid-row:2;--grid-col:1;--grid-span:12;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] p,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) p,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) p,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) p,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) p,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) p{grid-row:3;--grid-col:1;--grid-span:12;margin-top:1.5rem;}}@media (min-width:40rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h2,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h2,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h3,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h3,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h2,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h2,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h3,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h3{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}}@media (min-width:40rem) and (max-width:79.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted] h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted] h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h2,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h2,[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1) h3,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2) h3,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h2,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h2,[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0) h3,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2) h3{grid-row:1;--grid-col:1;--grid-span:12;}}@media (min-width:80rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article[class*=promoted],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div[class*=promoted]:nth-of-type(2),[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article[class*=promoted],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2),.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div[class*=promoted]:nth-of-type(2),[data-layout~="lg:sm"] > .card-article[class*=promoted]:nth-of-type(2n - 1),.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 1):nth-of-type(2),[data-layout~="sm:lg"] > .card-article[class*=promoted]:nth-of-type(2n - 0),.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div[class*=promoted]:nth-of-type(2n - 0):nth-of-type(2){--grid-span:12;}}@media (min-width:64rem){[data-layout~=center i] .card-article[class*=promoted] h2,[data-layout~=center i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~=center i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~=center i] .card-article[class*=promoted] h3,[data-layout~=center i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~=center i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}[data-layout~=right i] .card-article[class*=promoted] h2,[data-layout~=right i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~=right i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h2,[data-layout~=right i] .card-article[class*=promoted] h3,[data-layout~=right i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~=right i] .collection:first-of-type > div[class*=promoted]:nth-of-type(2) h3{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}[data-layout~=left i] .card-article[class*=promoted]:not(.heading-above) h2,[data-layout~=left i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:not(.heading-above):nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~=left i] .collection:first-of-type > div[class*=promoted]:not(.heading-above):nth-of-type(2) h2,[data-layout~=left i] .card-article[class*=promoted]:not(.heading-above) h3,[data-layout~=left i] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:not(.heading-above):nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~=left i] .collection:first-of-type > div[class*=promoted]:not(.heading-above):nth-of-type(2) h3{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}}@media (min-width:40rem){[data-layout] .card-article[class*=promoted]:is(.heading-above) :is(h2,h3,h4),[data-layout] .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:is(.heading-above):nth-of-type(2) :is(h2,h3,h4),.vocabulary--author .page-main [data-layout] .collection:first-of-type > div[class*=promoted]:is(.heading-above):nth-of-type(2) :is(h2,h3,h4){grid-row:1;--grid-col:1;--grid-span:12;}.views-element-container .card-article[class*=promoted]:is(.heading-above) :is(h2,h3,h4),.views-element-container .vocabulary--author .page-main .collection:first-of-type > div[class*=promoted]:is(.heading-above):nth-of-type(2) :is(h2,h3,h4),.vocabulary--author .page-main .views-element-container .collection:first-of-type > div[class*=promoted]:is(.heading-above):nth-of-type(2) :is(h2,h3,h4){grid-row:1;--grid-col:1;--grid-span:12;}}.card-article.promoted-rtl .image,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{--grid-col:1;--grid-span:8;}.card-article.promoted-rtl .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference{--grid-col:1;--grid-span:8;}@media (max-width:39.9375rem){.card-article.promoted-rtl .image,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{grid-row:2;--grid-col:1;--grid-span:12;}.card-article.promoted-rtl .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference{grid-row:2;--grid-col:1;--grid-span:12;}.card-article.promoted-rtl p,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p{grid-row:3;--grid-col:1;--grid-span:12;}.card-article.promoted-rtl a.button,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) a.button{justify-self:center;grid-row:4;}}.card-article.promoted-rtl[data-area=A i] h3,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl[data-area=A i]:nth-of-type(2) h3,[data-area=A i] .card-article.promoted-rtl h3,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h3{padding-top:1.875rem;padding-bottom:0.25rem;}.card-article.promoted-rtl[data-area=A i] h3,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl[data-area=A i]:nth-of-type(2) h3,[data-area=A i] .card-article.promoted-rtl[data-theme] h3,[data-area=A i] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl[data-theme]:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] .collection:first-of-type > div.promoted-rtl[data-theme]:nth-of-type(2) h3{padding-bottom:0.25em;}@media (min-width:40rem) and (max-width:63.9375rem){.card-article.promoted-rtl .image,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{--grid-col:1;--grid-span:6;}.card-article.promoted-rtl .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference{--grid-col:1;--grid-span:6;}.card-article.promoted-rtl h2,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h2,.card-article.promoted-rtl h3,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h3,.card-article.promoted-rtl p,.vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p{--grid-col:7;--grid-span:6;}}@media (min-width:64rem){[data-area=A i] ~ .card-article.promoted-rtl[data-area=B i] .image,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.promoted-rtl[data-area=B i]:nth-of-type(2) .image,[data-area=A i] ~ [data-area=B i] .card-article.promoted-rtl .image,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{--grid-col:1;--grid-span:8;}[data-area=A i] ~ .card-article.promoted-rtl[data-area=B i] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.promoted-rtl[data-area=B i]:nth-of-type(2) .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .card-article.promoted-rtl .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference{--grid-col:1;--grid-span:8;}[data-area=A i] ~ .card-article.promoted-rtl[data-area=B i] h2,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.promoted-rtl[data-area=B i]:nth-of-type(2) h2,[data-area=A i] ~ .card-article.promoted-rtl[data-area=B i] h3,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.promoted-rtl[data-area=B i]:nth-of-type(2) h3,[data-area=A i] ~ .card-article.promoted-rtl[data-area=B i] p,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.promoted-rtl[data-area=B i]:nth-of-type(2) p,[data-area=A i] ~ [data-area=B i] .card-article.promoted-rtl h2,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h2,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h2,[data-area=A i] ~ [data-area=B i] .card-article.promoted-rtl h3,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) h3,[data-area=A i] ~ [data-area=B i] .card-article.promoted-rtl p,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p{--grid-col:9;--grid-span:4;}}@media (min-width:64rem) and (max-width:79.9375rem){[data-layout~="md:md"] .card-article.promoted-rtl .image,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{--grid-col:1;--grid-span:5;}[data-layout~="md:md"] .card-article.promoted-rtl .field--type-entity-reference,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference{--grid-col:1;--grid-span:5;}[data-layout~="md:md"] .card-article.promoted-rtl p,[data-layout~="md:md"] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="md:md"] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p{--grid-col:6;--grid-span:8;}}@media (min-width:64rem) and (max-width:79.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article.promoted-rtl .image,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article.promoted-rtl .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,[data-layout~="lg:sm"] > .card-article.promoted-rtl:nth-of-type(2n - 1) .image,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.promoted-rtl:nth-of-type(2n - 1):nth-of-type(2) .image,[data-layout~="sm:lg"] > .card-article.promoted-rtl:nth-of-type(2n - 0) .image,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.promoted-rtl:nth-of-type(2n - 0):nth-of-type(2) .image{--grid-col:1;--grid-span:5;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article.promoted-rtl .field--type-entity-reference,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article.promoted-rtl .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .field--type-entity-reference,[data-layout~="lg:sm"] > .card-article.promoted-rtl:nth-of-type(2n - 1) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.promoted-rtl:nth-of-type(2n - 1):nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > .card-article.promoted-rtl:nth-of-type(2n - 0) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.promoted-rtl:nth-of-type(2n - 0):nth-of-type(2) .field--type-entity-reference{--grid-col:1;--grid-span:5;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-article.promoted-rtl p,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-article.promoted-rtl p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.promoted-rtl:nth-of-type(2) p,[data-layout~="lg:sm"] > .card-article.promoted-rtl:nth-of-type(2n - 1) p,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.promoted-rtl:nth-of-type(2n - 1):nth-of-type(2) p,[data-layout~="sm:lg"] > .card-article.promoted-rtl:nth-of-type(2n - 0) p,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.promoted-rtl:nth-of-type(2n - 0):nth-of-type(2) p{--grid-col:6;--grid-span:8;}}.card-article.portrait-mode,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2){}.card-article.portrait-mode .image,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image{aspect-ratio:9/16;}.card-article.portrait-mode .field--type-entity-reference ~ a.button::before,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference ~ a.button::before{display:none;}.card-article.portrait-mode .field--type-entity-reference .embeded-video-wrapper.youtube-short,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference .embeded-video-wrapper.youtube-short{margin-bottom:0;}.card-article.portrait-mode .image,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image{--grid-col:7;--grid-span:4;}.card-article.portrait-mode .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference{--grid-col:7;--grid-span:4;}.card-article.portrait-mode a.button,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button{--grid-col:3;--grid-span:4;}.card-article.portrait-mode h2,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2{--grid-col:3;--grid-span:4;}.card-article.portrait-mode h3,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3{--grid-col:3;--grid-span:4;}.card-article.portrait-mode p,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p{--grid-col:3;--grid-span:4;}.card-article.portrait-mode.promoted-rtl .image,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .image{--grid-col:3;--grid-span:4;}.card-article.portrait-mode.promoted-rtl .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .field--type-entity-reference{--grid-col:3;--grid-span:4;}.card-article.portrait-mode.promoted-rtl a.button,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) a.button{--grid-col:7;--grid-span:4;}.card-article.portrait-mode.promoted-rtl h2,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h2{--grid-col:7;--grid-span:4;}.card-article.portrait-mode.promoted-rtl h3,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h3{--grid-col:7;--grid-span:4;}.card-article.portrait-mode.promoted-rtl p,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) p{--grid-col:7;--grid-span:4;}@media (max-width:39.9375rem){.card-article.portrait-mode .image,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image{--grid-col:1;--grid-span:12;}.card-article.portrait-mode .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference{--grid-col:1;--grid-span:12;}.card-article.portrait-mode a.button,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button{--grid-col:1;--grid-span:12;}.card-article.portrait-mode h2,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2{--grid-col:1;--grid-span:12;}.card-article.portrait-mode h3,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3{--grid-col:1;--grid-span:12;}.card-article.portrait-mode p,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p{--grid-col:1;--grid-span:12;}.card-article.portrait-mode .image,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image{grid-row:2;aspect-ratio:9/16;width:min(100%,-webkit-calc(60vh * 9 / 16));width:min(100%,calc(60vh * 9 / 16));height:auto;max-height:60vh;place-self:center;}.card-article.portrait-mode .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference{grid-row:2;}.card-article.portrait-mode h2,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,.card-article.portrait-mode h3,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3{grid-row:1;}.card-article.portrait-mode p,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p{grid-row:3;}.card-article.portrait-mode.promoted-rtl .image,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .image{--grid-col:1;--grid-span:12;}.card-article.portrait-mode.promoted-rtl .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .field--type-entity-reference{--grid-col:1;--grid-span:12;}.card-article.portrait-mode.promoted-rtl a.button,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) a.button{--grid-col:1;--grid-span:12;}.card-article.portrait-mode.promoted-rtl h2,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h2{--grid-col:1;--grid-span:12;}.card-article.portrait-mode.promoted-rtl h3,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h3{--grid-col:1;--grid-span:12;}.card-article.portrait-mode.promoted-rtl p,.vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) p{--grid-col:1;--grid-span:12;}}@media (min-width:64rem){[data-area=A i] ~ .card-article.portrait-mode[data-area=B i] .image,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i]:nth-of-type(2) .image,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode .image,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image{--grid-col:7;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i] .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i]:nth-of-type(2) .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference{--grid-col:7;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i] a.button,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i]:nth-of-type(2) a.button,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode a.button,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button{--grid-col:3;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i] h2,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i]:nth-of-type(2) h2,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode h2,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2{--grid-col:3;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i] h3,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i]:nth-of-type(2) h3,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode h3,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3{--grid-col:3;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i] p,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i]:nth-of-type(2) p,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode p,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode:nth-of-type(2) p{--grid-col:3;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i].promoted-rtl .image,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i].promoted-rtl:nth-of-type(2) .image,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode.promoted-rtl .image,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .image{--grid-col:3;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i].promoted-rtl .field--type-entity-reference,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i].promoted-rtl:nth-of-type(2) .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode.promoted-rtl .field--type-entity-reference,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) .field--type-entity-reference{--grid-col:3;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i].promoted-rtl a.button,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i].promoted-rtl:nth-of-type(2) a.button,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode.promoted-rtl a.button,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) a.button,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) a.button{--grid-col:7;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i].promoted-rtl h2,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i].promoted-rtl:nth-of-type(2) h2,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode.promoted-rtl h2,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h2,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h2{--grid-col:7;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i].promoted-rtl h3,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i].promoted-rtl:nth-of-type(2) h3,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode.promoted-rtl h3,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h3,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) h3{--grid-col:7;--grid-span:4;}[data-area=A i] ~ .card-article.portrait-mode[data-area=B i].promoted-rtl p,.vocabulary--author .page-main .collection:first-of-type > [data-area=A i] ~ div.portrait-mode[data-area=B i].promoted-rtl:nth-of-type(2) p,[data-area=A i] ~ [data-area=B i] .card-article.portrait-mode.promoted-rtl p,[data-area=A i] ~ [data-area=B i] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) p,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B i] .collection:first-of-type > div.portrait-mode.promoted-rtl:nth-of-type(2) p{--grid-col:7;--grid-span:4;}}[data-layout~="sm:sm:sm"] > * .card-article.portrait-mode a.button,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,[data-layout~="sm:sm:sm:sm"] > * .card-article.portrait-mode a.button,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article.portrait-mode a.button,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article.portrait-mode a.button,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.portrait-mode:nth-of-type(2) a.button,[data-layout~="sm:sm:sm"] > .card-article.portrait-mode a.button,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) a.button,[data-layout~="sm:sm:sm:sm"] > .card-article.portrait-mode a.button,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) a.button,[data-layout~="sm:lg"] > .card-article.portrait-mode:nth-of-type(2n - 1) a.button,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.portrait-mode:nth-of-type(2n - 1):nth-of-type(2) a.button,[data-layout~="lg:sm"] > .card-article.portrait-mode:nth-of-type(2n - 0) a.button,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.portrait-mode:nth-of-type(2n - 0):nth-of-type(2) a.button{grid-row:4;--grid-col:1;--grid-span:12;}[data-layout~="sm:sm:sm"] > * .card-article.portrait-mode .image,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,[data-layout~="sm:sm:sm:sm"] > * .card-article.portrait-mode .image,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article.portrait-mode .image,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article.portrait-mode .image,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.portrait-mode:nth-of-type(2) .image,[data-layout~="sm:sm:sm"] > .card-article.portrait-mode .image,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) .image,[data-layout~="sm:sm:sm:sm"] > .card-article.portrait-mode .image,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) .image,[data-layout~="sm:lg"] > .card-article.portrait-mode:nth-of-type(2n - 1) .image,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.portrait-mode:nth-of-type(2n - 1):nth-of-type(2) .image,[data-layout~="lg:sm"] > .card-article.portrait-mode:nth-of-type(2n - 0) .image,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.portrait-mode:nth-of-type(2n - 0):nth-of-type(2) .image{grid-row:2;--grid-col:1;--grid-span:12;}[data-layout~="sm:sm:sm"] > * .card-article.portrait-mode .field--type-entity-reference,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:sm:sm:sm"] > * .card-article.portrait-mode .field--type-entity-reference,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article.portrait-mode .field--type-entity-reference,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article.portrait-mode .field--type-entity-reference,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:sm:sm"] > .card-article.portrait-mode .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:sm:sm:sm"] > .card-article.portrait-mode .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) .field--type-entity-reference,[data-layout~="sm:lg"] > .card-article.portrait-mode:nth-of-type(2n - 1) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.portrait-mode:nth-of-type(2n - 1):nth-of-type(2) .field--type-entity-reference,[data-layout~="lg:sm"] > .card-article.portrait-mode:nth-of-type(2n - 0) .field--type-entity-reference,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.portrait-mode:nth-of-type(2n - 0):nth-of-type(2) .field--type-entity-reference{grid-row:2;--grid-col:1;--grid-span:12;}[data-layout~="sm:sm:sm"] > * .card-article.portrait-mode h2,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,[data-layout~="sm:sm:sm"] > * .card-article.portrait-mode h3,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,[data-layout~="sm:sm:sm:sm"] > * .card-article.portrait-mode h2,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,[data-layout~="sm:sm:sm:sm"] > * .card-article.portrait-mode h3,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article.portrait-mode h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article.portrait-mode h3,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article.portrait-mode h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.portrait-mode:nth-of-type(2) h2,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article.portrait-mode h3,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.portrait-mode:nth-of-type(2) h3,[data-layout~="sm:sm:sm"] > .card-article.portrait-mode h2,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) h2,[data-layout~="sm:sm:sm"] > .card-article.portrait-mode h3,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) h3,[data-layout~="sm:sm:sm:sm"] > .card-article.portrait-mode h2,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) h2,[data-layout~="sm:sm:sm:sm"] > .card-article.portrait-mode h3,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) h3,[data-layout~="sm:lg"] > .card-article.portrait-mode:nth-of-type(2n - 1) h2,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.portrait-mode:nth-of-type(2n - 1):nth-of-type(2) h2,[data-layout~="sm:lg"] > .card-article.portrait-mode:nth-of-type(2n - 1) h3,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.portrait-mode:nth-of-type(2n - 1):nth-of-type(2) h3,[data-layout~="lg:sm"] > .card-article.portrait-mode:nth-of-type(2n - 0) h2,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.portrait-mode:nth-of-type(2n - 0):nth-of-type(2) h2,[data-layout~="lg:sm"] > .card-article.portrait-mode:nth-of-type(2n - 0) h3,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.portrait-mode:nth-of-type(2n - 0):nth-of-type(2) h3{grid-row:1;--grid-col:1;--grid-span:12;}[data-layout~="sm:sm:sm"] > * .card-article.portrait-mode p,[data-layout~="sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,[data-layout~="sm:sm:sm:sm"] > * .card-article.portrait-mode p,[data-layout~="sm:sm:sm:sm"] > * .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:sm:sm:sm"] > * .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-article.portrait-mode p,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-article.portrait-mode p,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,.vocabulary--author .page-main [data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .collection:first-of-type > div.portrait-mode:nth-of-type(2) p,[data-layout~="sm:sm:sm"] > .card-article.portrait-mode p,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) p,[data-layout~="sm:sm:sm:sm"] > .card-article.portrait-mode p,.vocabulary--author .page-main .collection[data-layout~="sm:sm:sm:sm"]:first-of-type > div.portrait-mode:nth-of-type(2) p,[data-layout~="sm:lg"] > .card-article.portrait-mode:nth-of-type(2n - 1) p,.vocabulary--author .page-main .collection[data-layout~="sm:lg"]:first-of-type > div.portrait-mode:nth-of-type(2n - 1):nth-of-type(2) p,[data-layout~="lg:sm"] > .card-article.portrait-mode:nth-of-type(2n - 0) p,.vocabulary--author .page-main .collection[data-layout~="lg:sm"]:first-of-type > div.portrait-mode:nth-of-type(2n - 0):nth-of-type(2) p{grid-row:3;--grid-col:1;--grid-span:12;}@media (min-width:40rem){[data-layout] .card-article.portrait-mode:is(.heading-above) :is(h2,h3,h4),[data-layout] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:is(.heading-above):nth-of-type(2) :is(h2,h3,h4),.vocabulary--author .page-main [data-layout] .collection:first-of-type > div.portrait-mode:is(.heading-above):nth-of-type(2) :is(h2,h3,h4){grid-row:1;--grid-col:1;--grid-span:12;}[data-layout] .card-article.portrait-mode.promoted-rtl:is(.heading-above) :is(h2,h3,h4),[data-layout] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode.promoted-rtl:is(.heading-above):nth-of-type(2) :is(h2,h3,h4),.vocabulary--author .page-main [data-layout] .collection:first-of-type > div.portrait-mode.promoted-rtl:is(.heading-above):nth-of-type(2) :is(h2,h3,h4){grid-row:1;--grid-col:1;--grid-span:12;}[data-layout] .card-article.portrait-mode:is(.heading-above) :is(h2,h3,h4),[data-layout] .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:is(.heading-above):nth-of-type(2) :is(h2,h3,h4),.vocabulary--author .page-main [data-layout] .collection:first-of-type > div.portrait-mode:is(.heading-above):nth-of-type(2) :is(h2,h3,h4){grid-row:1;--grid-col:1;--grid-span:12;}.views-element-container .card-article.portrait-mode:is(.heading-above) :is(h2,h3,h4),.views-element-container .vocabulary--author .page-main .collection:first-of-type > div.portrait-mode:is(.heading-above):nth-of-type(2) :is(h2,h3,h4),.vocabulary--author .page-main .views-element-container .collection:first-of-type > div.portrait-mode:is(.heading-above):nth-of-type(2) :is(h2,h3,h4){grid-row:1;--grid-col:1;--grid-span:12;}}.card-article.magazine,.vocabulary--author .page-main .collection:first-of-type > div.magazine:nth-of-type(2),.collection.magazine .card-article[class=card-article],.collection.magazine .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.magazine .collection:first-of-type > div[class=card-article]:nth-of-type(2){padding-bottom:1.875rem;}.card-article.magazine time,.vocabulary--author .page-main .collection:first-of-type > div.magazine:nth-of-type(2) time,.collection.magazine .card-article[class=card-article] time,.collection.magazine .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.vocabulary--author .page-main .collection.magazine .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.card-article.magazine .kicker,.vocabulary--author .page-main .collection:first-of-type > div.magazine:nth-of-type(2) .kicker,.collection.magazine .card-article[class=card-article] .kicker,.collection.magazine .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.magazine .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker{visibility:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}@media (max-width:39.9375rem){.card-article.magazine,.vocabulary--author .page-main .collection:first-of-type > div.magazine:nth-of-type(2),.collection.magazine .card-article[class=card-article],.collection.magazine .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.magazine .collection:first-of-type > div[class=card-article]:nth-of-type(2){padding-bottom:1.5rem;}}.card-article.magazine:not([data-theme])::after,.vocabulary--author .page-main .collection:first-of-type > div.magazine:not([data-theme]):nth-of-type(2)::after,.collection.magazine .card-article[class=card-article]:not([data-theme])::after,.collection.magazine .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main .collection.magazine .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after{content:"";position:absolute;left:0;bottom:0;width:50%;border-bottom:4px solid var(--color-scheme-p2);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .card-article.magazine:not([data-theme])::after,[data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div.magazine:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection:first-of-type > div.magazine:not([data-theme]):nth-of-type(2)::after,[data-color-scheme=color_scheme_dark] .collection.magazine .card-article[class=card-article]:not([data-theme])::after,[data-color-scheme=color_scheme_dark] .collection.magazine .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection.magazine .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.collection.magazine [data-color-scheme=color_scheme_dark] .card-article[class=card-article]:not([data-theme])::after,.collection.magazine [data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main .collection.magazine [data-color-scheme=color_scheme_dark] .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after{border-bottom-color:var(--color-p2);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .card-article.magazine:not([data-theme])::after,html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div.magazine:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div.magazine:not([data-theme]):nth-of-type(2)::after,html:not([data-color-scheme=color_scheme_light]) .collection.magazine .card-article[class=card-article]:not([data-theme])::after,html:not([data-color-scheme=color_scheme_light]) .collection.magazine .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection.magazine .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.collection.magazine html:not([data-color-scheme=color_scheme_light]) .card-article[class=card-article]:not([data-theme])::after,.collection.magazine html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main .collection.magazine html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after{border-bottom-color:var(--color-p2);}}}.card-article.news,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2),.collection.news .card-article[class=card-article],.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2){padding-bottom:1.875rem;margin-bottom:1.875rem;}.card-article.news time,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) time,.collection.news .card-article[class=card-article] time,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) time{visibility:initial;}.card-article.news .kicker,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) .kicker,.collection.news .card-article[class=card-article] .kicker,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker{display:initial;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .card-article.news .kicker,[data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) .kicker,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection:first-of-type > div.news:nth-of-type(2) .kicker,[data-color-scheme=color_scheme_dark] .collection.news .card-article[class=card-article] .kicker,[data-color-scheme=color_scheme_dark] .collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.collection.news [data-color-scheme=color_scheme_dark] .card-article[class=card-article] .kicker,.collection.news [data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.news [data-color-scheme=color_scheme_dark] .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker{background-color:var(--color-p2);color:var(--color-black);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .card-article.news .kicker,html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) .kicker,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div.news:nth-of-type(2) .kicker,html:not([data-color-scheme=color_scheme_light]) .collection.news .card-article[class=card-article] .kicker,html:not([data-color-scheme=color_scheme_light]) .collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.collection.news html:not([data-color-scheme=color_scheme_light]) .card-article[class=card-article] .kicker,.collection.news html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.news html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker{background-color:var(--color-p2);color:var(--color-black);}}}@media (max-width:39.9375rem){.card-article.news,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2),.collection.news .card-article[class=card-article],.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2){padding-bottom:1.5rem;margin-bottom:1.5rem;}}.card-article.news:not([data-theme])::after,.vocabulary--author .page-main .collection:first-of-type > div.news:not([data-theme]):nth-of-type(2)::after,.collection.news .card-article[class=card-article]:not([data-theme])::after,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after{content:"";position:absolute;left:0;bottom:0;width:50%;border-bottom:4px solid var(--color-scheme-p2);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .card-article.news:not([data-theme])::after,[data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div.news:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection:first-of-type > div.news:not([data-theme]):nth-of-type(2)::after,[data-color-scheme=color_scheme_dark] .collection.news .card-article[class=card-article]:not([data-theme])::after,[data-color-scheme=color_scheme_dark] .collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection.news .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.collection.news [data-color-scheme=color_scheme_dark] .card-article[class=card-article]:not([data-theme])::after,.collection.news [data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main .collection.news [data-color-scheme=color_scheme_dark] .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after{border-bottom-color:var(--color-p2);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .card-article.news:not([data-theme])::after,html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div.news:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div.news:not([data-theme]):nth-of-type(2)::after,html:not([data-color-scheme=color_scheme_light]) .collection.news .card-article[class=card-article]:not([data-theme])::after,html:not([data-color-scheme=color_scheme_light]) .collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection.news .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.collection.news html:not([data-color-scheme=color_scheme_light]) .card-article[class=card-article]:not([data-theme])::after,.collection.news html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after,.vocabulary--author .page-main .collection.news html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div[class=card-article]:not([data-theme]):nth-of-type(2)::after{border-bottom-color:var(--color-p2);}}}.card-article.news [data-theme=neutral] .kicker,.vocabulary--author .page-main .collection:first-of-type > div.news:nth-of-type(2) [data-theme=neutral] .kicker,.collection.news .card-article[class=card-article] [data-theme=neutral] .kicker,.collection.news .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) [data-theme=neutral] .kicker,.vocabulary--author .page-main .collection.news .collection:first-of-type > div[class=card-article]:nth-of-type(2) [data-theme=neutral] .kicker{background-color:var(--color-p2);}.card-article.plain-cta,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[class=card-article],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[class=card-article]:nth-of-type(2),.collection.plain-cta .card-article[class=card-article],.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.plain-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection[class=card-article] .collection:first-of-type > div[class=card-article]:nth-of-type(2){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-top:2rem;}.card-article.plain-cta .kicker,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .kicker,.collection.plain-cta .card-article[class=card-article] .kicker{display:none;}.card-article.plain-cta p,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) p,.collection.plain-cta .card-article[class=card-article] p{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.card-article.plain-cta picture.image,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) picture.image,.collection.plain-cta .card-article[class=card-article] picture.image,.card-article.plain-cta .image-icon,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image-icon,.collection.plain-cta .card-article[class=card-article] .image-icon{margin-top:-2rem;margin-bottom:2rem;}.card-article.plain-cta picture.image + *,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[class=card-article] picture.image + *,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) picture.image + *,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[class=card-article]:nth-of-type(2) picture.image + *,.collection.plain-cta .card-article[class=card-article] picture.image + *,.card-article.plain-cta .image-icon + *,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[class=card-article] .image-icon + *,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image-icon + *,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image-icon + *,.collection.plain-cta .card-article[class=card-article] .image-icon + *{margin-top:0;}.card-article.plain-cta .image-icon,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image-icon,.collection.plain-cta .card-article[class=card-article] .image-icon{margin-top:1.5rem;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;width:7rem;height:7rem;}.card-article.plain-cta .image-icon svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image-icon svg,.collection.plain-cta .card-article[class=card-article] .image-icon svg{width:100%;height:100%;}.card-article.plain-cta h3[id*=article-],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) h3[id*=article-],.collection.plain-cta .card-article[class=card-article] h3[id*=article-]{margin-top:0;}.card-article.plain-cta.text a.button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button,.collection.text .card-article.plain-cta[class=card-article] a.button,.collection.plain-cta .card-article.text[class=card-article] a.button,.collection.plain-cta .collection.text .card-article[class=card-article] a.button,.collection.text .collection.plain-cta .card-article[class=card-article] a.button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.card-article.plain-cta a.button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button,.collection.plain-cta .card-article[class=card-article] a.button{font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-top:1.875rem;margin-bottom:1.875rem;}@media (max-width:39.9375rem){.card-article.plain-cta a.button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button,.collection.plain-cta .card-article[class=card-article] a.button{margin-top:1.5rem;margin-bottom:1.5rem;}}.card-article.plain-cta a.button:focus-visible::before,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button:focus-visible::before,.collection.plain-cta .card-article[class=card-article] a.button:focus-visible::before{opacity:0;}.card-article.plain-cta[data-theme] a.button,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme][class=card-article] a.button,.vocabulary--author .page-main .collection:first-of-type > div[data-theme]:nth-of-type(2) a.button,.collection.plain-cta .card-article[data-theme][class=card-article] a.button{margin-bottom:0;}.card-article.plain-cta[data-theme=p3] a.button,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme=p3][class=card-article] a.button,.vocabulary--author .page-main .collection:first-of-type > div[data-theme=p3]:nth-of-type(2) a.button,.collection.plain-cta .card-article[data-theme=p3][class=card-article] a.button{--button-back:var(--color-scheme-b5);--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;--button-back-hover:#fff3ee;}@supports (color:light-dark(red,red)){.card-article.plain-cta[data-theme=p3] a.button,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme=p3][class=card-article] a.button,.vocabulary--author .page-main .collection:first-of-type > div[data-theme=p3]:nth-of-type(2) a.button,.collection.plain-cta .card-article[data-theme=p3][class=card-article] a.button{--button-text:light-dark(white,#00005e);--button-text-hover:light-dark(#00005e,#00005e);}}@supports (color:light-dark(red,red)){.card-article.plain-cta[data-theme=p3] a.button,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme=p3][class=card-article] a.button,.vocabulary--author .page-main .collection:first-of-type > div[data-theme=p3]:nth-of-type(2) a.button,.collection.plain-cta .card-article[data-theme=p3][class=card-article] a.button{--button-back-hover:light-dark(#fff3ee,#f5d3cc);}}.card-article.card-align--center > *:not(.image,.text-align-left,.text-align-right,.layout-builder__add-block),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) > *:not(.image,.text-align-left,.text-align-right,.layout-builder__add-block){-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.card-article.card-align--center img:not(.image),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) img:not(.image){max-width:100%;}.card-article.card-align--center p,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) p{text-align:center;}.card-article.card-align--center p img:not(.image),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) p img:not(.image){width:100%;height:100%;max-width:100%;}.card-article.card-align--center h2,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) h2{text-align:center;}.card-article.card-align--center h3,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) h3{text-align:center;}.card-article.card-align--center a.button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a.button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.card-article.card-align--left > *:not(.image,.image-icon,.text-align-center,.text-align-right),.vocabulary--author .page-main .collection:first-of-type > div.card-align--left:nth-of-type(2) > *:not(.image,.image-icon,.text-align-center,.text-align-right){-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left;}.card-article.card-align--left > *:not(.image,.image-icon,.text-align-center,.text-align-right).button,.vocabulary--author .page-main .collection:first-of-type > div.card-align--left:nth-of-type(2) > *:not(.image,.image-icon,.text-align-center,.text-align-right).button{text-align:center;}.card-article.card-align--left img:not(.image),.vocabulary--author .page-main .collection:first-of-type > div.card-align--left:nth-of-type(2) img:not(.image){max-width:100%;}.card-article.card-align--left.plain-cta.text a.button,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article.card-align--left[class=card-article] a.button,.vocabulary--author .page-main .collection:first-of-type > div.card-align--left:nth-of-type(2) a.button,.collection.text .card-article.card-align--left.plain-cta[class=card-article] a.button,.collection.plain-cta .card-article.card-align--left.text[class=card-article] a.button,.collection.plain-cta .collection.text .card-article.card-align--left[class=card-article] a.button,.collection.text .collection.plain-cta .card-article.card-align--left[class=card-article] a.button{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}.card-article.link-align--center a.button,.vocabulary--author .page-main .collection:first-of-type > div.link-align--center:nth-of-type(2) a.button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.card-article.link-align--left a.button,.vocabulary--author .page-main .collection:first-of-type > div.link-align--left:nth-of-type(2) a.button{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}.card-article.title-align--center h2:not(.text-align-left,.text-align-right),.vocabulary--author .page-main .collection:first-of-type > div.title-align--center:nth-of-type(2) h2:not(.text-align-left,.text-align-right),.card-article.title-align--center h3:not(.text-align-left,.text-align-right),.vocabulary--author .page-main .collection:first-of-type > div.title-align--center:nth-of-type(2) h3:not(.text-align-left,.text-align-right){-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;text-align:center;}.card-article.title-align--left h2:not(.text-align-center,.text-align-right),.vocabulary--author .page-main .collection:first-of-type > div.title-align--left:nth-of-type(2) h2:not(.text-align-center,.text-align-right),.card-article.title-align--left h3:not(.text-align-center,.text-align-right),.vocabulary--author .page-main .collection:first-of-type > div.title-align--left:nth-of-type(2) h3:not(.text-align-center,.text-align-right){-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left;}.card-article.text,.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[class=card-article],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[class=card-article]:nth-of-type(2),.collection.text .card-article[class=card-article],.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.text .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection[class=card-article] .collection:first-of-type > div[class=card-article]:nth-of-type(2){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-top:3rem;padding-bottom:3rem;text-align:center;}.card-article.text time,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) time,.collection.text .card-article[class=card-article] time,.card-article.text .kicker,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .kicker,.collection.text .card-article[class=card-article] .kicker{display:none;}.card-article.text p,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) p,.collection.text .card-article[class=card-article] p{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.card-article.text[data-theme],.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .card-article[data-theme][class=card-article],.vocabulary--author .page-main .collection:first-of-type > div[data-theme]:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.collection.text .card-article[data-theme][class=card-article],.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .vocabulary--author .page-main .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.text .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div.collection:nth-of-type(2) .collection[class=card-article] .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2){padding-top:3rem;padding-bottom:3rem;}.card-article.text .image,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image,.collection.text .card-article[class=card-article] .image{display:none;}.card-article.text-cta,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2),.collection.text-cta .card-article[class=card-article],.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2){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-top:3rem;padding-bottom:3rem;text-align:center;}.card-article.text-cta time,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2) time,.collection.text-cta .card-article[class=card-article] time,.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.card-article.text-cta .kicker,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2) .kicker,.collection.text-cta .card-article[class=card-article] .kicker,.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker{display:none;}.card-article.text-cta h3,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2) h3,.collection.text-cta .card-article[class=card-article] h3,.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3,.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3{font:var(--fw-500) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-article.text-cta p,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2) p,.collection.text-cta .card-article[class=card-article] p,.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) p,.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) p{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.card-article.text-cta[data-theme],.vocabulary--author .page-main .collection:first-of-type > div.text-cta[data-theme]:nth-of-type(2),.collection.text-cta .card-article[data-theme][class=card-article],.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2){padding-top:3rem;padding-bottom:3rem;}.card-article.text-cta .image,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2) .image,.collection.text-cta .card-article[class=card-article] .image,.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image,.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) .image{display:none;}.card-article.text-cta a.button,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2) a.button,.collection.text-cta .card-article[class=card-article] a.button,.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button,.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button{font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);justify-self:flex-end;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:1.875rem;}@media (max-width:39.9375rem){.card-article.text-cta a.button,.vocabulary--author .page-main .collection:first-of-type > div.text-cta:nth-of-type(2) a.button,.collection.text-cta .card-article[class=card-article] a.button,.collection.text-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button,.vocabulary--author .page-main .collection.text-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button{margin-top:1.5rem;}}.card-article.fact,.vocabulary--author .page-main .collection:first-of-type > div.fact:nth-of-type(2),.collection.fact .card-article[class=card-article],.collection.fact .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.fact .collection:first-of-type > div[class=card-article]:nth-of-type(2){margin-bottom:0;color:var(--color-heading,var(--color-scheme-b5));text-align:center;}.card-article.fact time,.vocabulary--author .page-main .collection:first-of-type > div.fact:nth-of-type(2) time,.collection.fact .card-article[class=card-article] time,.collection.fact .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.vocabulary--author .page-main .collection.fact .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.card-article.fact .kicker,.vocabulary--author .page-main .collection:first-of-type > div.fact:nth-of-type(2) .kicker,.collection.fact .card-article[class=card-article] .kicker,.collection.fact .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.fact .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker{display:none;}.card-article.fact h3,.vocabulary--author .page-main .collection:first-of-type > div.fact:nth-of-type(2) h3,.collection.fact .card-article[class=card-article] h3,.collection.fact .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3,.vocabulary--author .page-main .collection.fact .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);color:inherit;}.card-article.fact p,.vocabulary--author .page-main .collection:first-of-type > div.fact:nth-of-type(2) p,.collection.fact .card-article[class=card-article] p,.collection.fact .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) p,.vocabulary--author .page-main .collection.fact .collection:first-of-type > div[class=card-article]:nth-of-type(2) p{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);color:inherit;text-align:center;}.card-article.fact.image-on-bottom,.vocabulary--author .page-main .collection:first-of-type > div.fact.image-on-bottom:nth-of-type(2),.collection.fact .card-article.image-on-bottom[class=card-article],.collection.fact .vocabulary--author .page-main .collection:first-of-type > div.image-on-bottom[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.fact .collection:first-of-type > div.image-on-bottom[class=card-article]:nth-of-type(2){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;}.card-article.fact.image-on-bottom picture,.vocabulary--author .page-main .collection:first-of-type > div.fact.image-on-bottom:nth-of-type(2) picture,.collection.fact .card-article.image-on-bottom[class=card-article] picture,.collection.fact .vocabulary--author .page-main .collection:first-of-type > div.image-on-bottom[class=card-article]:nth-of-type(2) picture,.vocabulary--author .page-main .collection.fact .collection:first-of-type > div.image-on-bottom[class=card-article]:nth-of-type(2) picture{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}.card-article.fact .sr-only,.vocabulary--author .page-main .collection:first-of-type > div.fact:nth-of-type(2) .sr-only,.collection.fact .card-article[class=card-article] .sr-only,.collection.fact .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .sr-only,.vocabulary--author .page-main .collection.fact .collection:first-of-type > div[class=card-article]:nth-of-type(2) .sr-only{font:var(--fw-300) var(--fs-9)/var(--lh-9) var(--ff-1);opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;}.card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type[type=counter]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type:nth-of-type(2) ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type ~ div[type=number]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type:nth-of-type(2) ~ div[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type:nth-of-type(2) ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type ~ div[type=number_alternate]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type:nth-of-type(2) ~ div[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type:nth-of-type(2) ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type ~ div[type=counter]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+5):nth-last-of-type(-n+5):first-of-type:nth-of-type(2) ~ div[type=counter]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-4)/var(--lh-4) var(--ff-1);}.card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type[type=counter]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type:nth-of-type(2) ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type ~ div[type=number]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type:nth-of-type(2) ~ div[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type:nth-of-type(2) ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type ~ div[type=number_alternate]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type:nth-of-type(2) ~ div[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type:nth-of-type(2) ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type ~ div[type=counter]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+4):nth-last-of-type(-n+4):first-of-type:nth-of-type(2) ~ div[type=counter]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-5)/var(--lh-5) var(--ff-1);}.card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type[type=counter]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type:nth-of-type(2) ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type ~ div[type=number]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type:nth-of-type(2) ~ div[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type:nth-of-type(2) ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type ~ div[type=number_alternate]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type:nth-of-type(2) ~ div[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type:nth-of-type(2) ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type ~ div[type=counter]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+3):nth-last-of-type(-n+3):first-of-type:nth-of-type(2) ~ div[type=counter]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-7)/var(--lh-7) var(--ff-1);}.card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type[type=counter]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type:nth-of-type(2) ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type ~ div[type=number]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type:nth-of-type(2) ~ div[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type:nth-of-type(2) ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type ~ div[type=number_alternate]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type:nth-of-type(2) ~ div[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type:nth-of-type(2) ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type ~ div[type=counter]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+2):nth-last-of-type(-n+2):first-of-type:nth-of-type(2) ~ div[type=counter]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-8)/var(--lh-8) var(--ff-1);}.card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type[type=counter]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type:nth-of-type(2) ~ .card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type ~ div[type=number]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type:nth-of-type(2) ~ div[type=number]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type:nth-of-type(2) ~ .card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type ~ div[type=number_alternate]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type:nth-of-type(2) ~ div[type=number_alternate]:nth-of-type(2) .number,.card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type:nth-of-type(2) ~ .card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > .card-article:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type ~ div[type=counter]:nth-of-type(2) .number,.vocabulary--author .page-main .collection:first-of-type > div:nth-last-of-type(n+1):nth-last-of-type(-n+1):first-of-type:nth-of-type(2) ~ div[type=counter]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-9)/var(--lh-9) var(--ff-1);}.card-article[type=number] h3,.vocabulary--author .page-main .collection:first-of-type > div[type=number]:nth-of-type(2) h3{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}.card-article[type=number] .number,.vocabulary--author .page-main .collection:first-of-type > div[type=number]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-9)/var(--lh-9) var(--ff-1);margin-bottom:0;color:var(--color-heading,var(--color-scheme-b5));}.card-article[type=number] p,.vocabulary--author .page-main .collection:first-of-type > div[type=number]:nth-of-type(2) p{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}.card-article[type=number_alternate] .number,.vocabulary--author .page-main .collection:first-of-type > div[type=number_alternate]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-9)/var(--lh-9) var(--ff-1);text-align:center;margin-bottom:1.5rem;}.card-article[type=number_alternate] .standfirst,.vocabulary--author .page-main .collection:first-of-type > div[type=number_alternate]:nth-of-type(2) .standfirst{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-article[type=counter],.vocabulary--author .page-main .collection:first-of-type > div[type=counter]:nth-of-type(2){opacity:0;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s;}.card-article[type=counter].active,.vocabulary--author .page-main .collection:first-of-type > div[type=counter].active:nth-of-type(2){opacity:1;}.card-article[type=counter] .number,.vocabulary--author .page-main .collection:first-of-type > div[type=counter]:nth-of-type(2) .number{font:var(--fw-300) var(--fs-9)/var(--lh-9) var(--ff-1);text-align:center;margin-bottom:1.5rem;}.card-article[type=counter] .standfirst,.vocabulary--author .page-main .collection:first-of-type > div[type=counter]:nth-of-type(2) .standfirst{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-article.card-article-transaction,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2){grid-template-rows:repeat(7,-webkit-max-content) auto;grid-template-rows:repeat(7,max-content) auto;justify-items:center;border:1px solid var(--color-scheme-g2);padding:1.875rem;}@media (max-width:25rem){.card-article.card-article-transaction,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2){gap:0;}}.card-article.card-article-transaction.green .kicker,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction.green:nth-of-type(2) .kicker{background-color:var(--color-scheme-a3);}.card-article.card-article-transaction.green a.button,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction.green:nth-of-type(2) a.button{background-color:var(--color-scheme-a3);}.card-article.card-article-transaction *,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) *{text-align:center;}.card-article.card-article-transaction .deal-size,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .deal-size{margin-bottom:0.5em;margin-top:1em;font:var(--fw-700) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-article.card-article-transaction .h3,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .h3{font:inherit;color:var(--color-heading,var(--color-scheme-b5));margin-bottom:0.125em;margin-left:-0.1em;}.card-article.card-article-transaction .kicker,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .kicker{display:initial;margin-right:-1.875rem;margin-top:-1.875rem;}@supports (color:light-dark(red,red)){.card-article.card-article-transaction .kicker,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .kicker{background-color:light-dark(#f5d3cc,#f5d3cc);color:light-dark(#181818,#181818);}}.card-article.card-article-transaction .img,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img{min-height:7.5rem;-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;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .card-article.card-article-transaction .img,[data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img{position:static;}[data-color-scheme=color_scheme_dark] .card-article.card-article-transaction .img::before,[data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img::before,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img::before{content:"";position:absolute;width:100%;height:-webkit-calc(7.5rem + 1.875rem + 0.5rem);height:calc(7.5rem + 1.875rem + 0.5rem);top:0;left:0;background-color:white;}[data-color-scheme=color_scheme_dark] .card-article.card-article-transaction .img img,[data-color-scheme=color_scheme_dark] .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img img,.vocabulary--author .page-main [data-color-scheme=color_scheme_dark] .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img img{color:#181818;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .card-article.card-article-transaction .img,html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img{position:static;}html:not([data-color-scheme=color_scheme_light]) .card-article.card-article-transaction .img::before,html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img::before,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img::before{content:"";position:absolute;width:100%;height:-webkit-calc(7.5rem + 1.875rem + 0.5rem);height:calc(7.5rem + 1.875rem + 0.5rem);top:0;left:0;background-color:white;}html:not([data-color-scheme=color_scheme_light]) .card-article.card-article-transaction .img img,html:not([data-color-scheme=color_scheme_light]) .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img img,.vocabulary--author .page-main html:not([data-color-scheme=color_scheme_light]) .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .img img{color:#181818;}}}.card-article.card-article-transaction .content,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .content{min-height:8.125rem;}.card-article.card-article-transaction img,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) img{visibility:visible;max-height:120px;text-align:center;margin:0 auto;max-width:90%;}.card-article.card-article-transaction .link,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link{align-self:end;grid-row:8;}.card-article.card-article-transaction .link + .pop-up,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link + .pop-up{margin-top:0.75rem;}.card-article.card-article-transaction .link:has(+ .pop-up),.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link:has(+ .pop-up){margin-top:0.75rem;}.card-article.card-article-transaction .pop-up,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .pop-up{-webkit-align-self:end;-ms-flex-item-align:end;align-self:end;}.block-inline-block-deal-library-list [data-layout] .card-article.card-article-transaction .content,.block-inline-block-deal-library-list [data-layout] .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .content,.vocabulary--author .page-main .block-inline-block-deal-library-list [data-layout] .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .content{min-height:auto;}.block-inline-block-deal-library-list [data-layout] .card-article.card-article-transaction .link a.button:focus-visible:after,.block-inline-block-deal-library-list [data-layout] .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link a.button:focus-visible:after,.vocabulary--author .page-main .block-inline-block-deal-library-list [data-layout] .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link a.button:focus-visible:after,.block-inline-block-deal-library-list [data-layout] .card-article.card-article-transaction .link a.button:focus:after,.block-inline-block-deal-library-list [data-layout] .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link a.button:focus:after,.vocabulary--author .page-main .block-inline-block-deal-library-list [data-layout] .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link a.button:focus:after,.block-inline-block-deal-library-list [data-layout] .card-article.card-article-transaction .link a.button:active:after,.block-inline-block-deal-library-list [data-layout] .vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link a.button:active:after,.vocabulary--author .page-main .block-inline-block-deal-library-list [data-layout] .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .link a.button:active:after{width:15px;height:13px;display:inline-block;margin-left:5px;position:initial;-webkit-border-radius:0;border-radius:0;}.card-article.card-article-transaction a.button,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) a.button{font:inherit;max-width:initial;font-weight:500;}.card-article.card-article-transaction a.button:not(.popup-inline-button):hover,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) a.button:not(.popup-inline-button):hover{--button-back-hover:var(--button-default-back);--button-text-hover:var(--button-default-text);border:0 none;text-decoration:underline;}.card-article.card-article-transaction a.button:not(.popup-inline-button):focus,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) a.button:not(.popup-inline-button):focus{border:0 none;text-decoration:underline;}.card-article.card-article-transaction a.button:not(.popup-inline-button):active,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) a.button:not(.popup-inline-button):active{text-decoration:underline;}.card-article.card-article-transaction a.button:not(.popup-inline-button):focus-visible::before,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) a.button:not(.popup-inline-button):focus-visible::before{opacity:0;}.card-article.card-article-transaction .pop-up .content-wrapper,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .pop-up .content-wrapper{width:100%;padding-bottom:var(--theme-padding);}@media (min-width:40rem){.card-article.card-article-transaction .pop-up .content-wrapper,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .pop-up .content-wrapper{padding-bottom:3.125rem;}}.card-article.card-article-transaction .pop-up .content-wrapper h2,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .pop-up .content-wrapper h2{margin-top:0;}.card-article.card-article-transaction .pop-up .content-wrapper a.button,.vocabulary--author .page-main .collection:first-of-type > div.card-article-transaction:nth-of-type(2) .pop-up .content-wrapper a.button{margin:1.5rem auto 0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;}.card-article.fact-cta,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta:nth-of-type(2),.collection.fact-cta .card-article[class=card-article],.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2),.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2){text-align:center;}.card-article.fact-cta time,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta:nth-of-type(2) time,.collection.fact-cta .card-article[class=card-article] time,.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) time,.card-article.fact-cta .kicker,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta:nth-of-type(2) .kicker,.collection.fact-cta .card-article[class=card-article] .kicker,.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) .kicker{display:none;}.card-article.fact-cta h3,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta:nth-of-type(2) h3,.collection.fact-cta .card-article[class=card-article] h3,.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3,.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) h3{font:var(--fw-500) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-article.fact-cta p,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta:nth-of-type(2) p,.collection.fact-cta .card-article[class=card-article] p,.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) p,.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) p{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.card-article.fact-cta a.button,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta:nth-of-type(2) a.button,.collection.fact-cta .card-article[class=card-article] a.button,.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button,.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button{font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:1.875rem;margin-bottom:1.875rem;}@media (max-width:39.9375rem){.card-article.fact-cta a.button,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta:nth-of-type(2) a.button,.collection.fact-cta .card-article[class=card-article] a.button,.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button,.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[class=card-article]:nth-of-type(2) a.button{margin-top:1.5rem;margin-bottom:1.5rem;}}.card-article.fact-cta[data-theme] a.button,.vocabulary--author .page-main .collection:first-of-type > div.fact-cta[data-theme]:nth-of-type(2) a.button,.collection.fact-cta .card-article[data-theme][class=card-article] a.button,.collection.fact-cta .vocabulary--author .page-main .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2) a.button,.vocabulary--author .page-main .collection.fact-cta .collection:first-of-type > div[data-theme][class=card-article]:nth-of-type(2) a.button{margin-bottom:0;}.card-article.simple,.vocabulary--author .page-main .collection:first-of-type > div.simple:nth-of-type(2),.collection.simple .card-article[class=card],.collection.simple .vocabulary--author .page-main .collection:first-of-type > div[class=card]:nth-of-type(2),.vocabulary--author .page-main .collection.simple .collection:first-of-type > div[class=card]:nth-of-type(2){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:var(--grid-gap);}.card-article.simple time,.vocabulary--author .page-main .collection:first-of-type > div.simple:nth-of-type(2) time,.collection.simple .card-article[class=card] time,.collection.simple .vocabulary--author .page-main .collection:first-of-type > div[class=card]:nth-of-type(2) time,.vocabulary--author .page-main .collection.simple .collection:first-of-type > div[class=card]:nth-of-type(2) time,.card-article.simple .kicker,.vocabulary--author .page-main .collection:first-of-type > div.simple:nth-of-type(2) .kicker,.collection.simple .card-article[class=card] .kicker,.collection.simple .vocabulary--author .page-main .collection:first-of-type > div[class=card]:nth-of-type(2) .kicker,.vocabulary--author .page-main .collection.simple .collection:first-of-type > div[class=card]:nth-of-type(2) .kicker{display:none;}.card-article.simple .image,.vocabulary--author .page-main .collection:first-of-type > div.simple:nth-of-type(2) .image,.collection.simple .card-article[class=card] .image,.collection.simple .vocabulary--author .page-main .collection:first-of-type > div[class=card]:nth-of-type(2) .image,.vocabulary--author .page-main .collection.simple .collection:first-of-type > div[class=card]:nth-of-type(2) .image{display:none;}.card-article.simple a.button:hover::after,.vocabulary--author .page-main .collection:first-of-type > div.simple:nth-of-type(2) a.button:hover::after,.collection.simple .card-article[class=card] a.button:hover::after,.collection.simple .vocabulary--author .page-main .collection:first-of-type > div[class=card]:nth-of-type(2) a.button:hover::after,.vocabulary--author .page-main .collection.simple .collection:first-of-type > div[class=card]:nth-of-type(2) a.button:hover::after,.card-article.simple a.button:focus::after,.vocabulary--author .page-main .collection:first-of-type > div.simple:nth-of-type(2) a.button:focus::after,.collection.simple .card-article[class=card] a.button:focus::after,.collection.simple .vocabulary--author .page-main .collection:first-of-type > div[class=card]:nth-of-type(2) a.button:focus::after,.vocabulary--author .page-main .collection.simple .collection:first-of-type > div[class=card]:nth-of-type(2) a.button:focus::after{opacity:0.05;}.card-article.jobs h2,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) h2{margin-top:0;margin-bottom:0.1em;}.card-article.jobs .subtitle,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) .subtitle{margin:0;color:var(--color-scheme-b5);}.card-article.jobs .subtitle :is(a,#bump),.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) .subtitle :is(a,#bump){font-weight:500;text-decoration:none;}.card-article.jobs a.button,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) a.button{font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);position:relative;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:1.875rem;}@media (max-width:39.9375rem){.card-article.jobs a.button,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) a.button{margin-top:1.5rem;}}.card-article.jobs a.button::before,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) a.button::before{content:none;}.card-article.jobs ul.positions,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ul.positions,.card-article.jobs ol.positions,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ol.positions,.card-article.jobs dl.positions,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) dl.positions{margin-top:1.875rem;}.card-article.jobs ul.positions li,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ul.positions li,.card-article.jobs ol.positions li,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ol.positions li,.card-article.jobs dl.positions li,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) dl.positions li{padding:1.5rem 0;border-bottom:1px solid #c9c7c7;}.card-article.jobs ul.positions li:first-child,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ul.positions li:first-child,.card-article.jobs ol.positions li:first-child,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ol.positions li:first-child,.card-article.jobs dl.positions li:first-child,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) dl.positions li:first-child{border-top:1px solid #c9c7c7;}.card-article.jobs ul.positions li a,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ul.positions li a,.card-article.jobs ol.positions li a,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) ol.positions li a,.card-article.jobs dl.positions li a,.vocabulary--author .page-main .collection:first-of-type > div.jobs:nth-of-type(2) dl.positions li a{font:var(--fw-700) var(--fs-0)/var(--lh-0) var(--ff-0);text-decoration:none;}[data-wa-component="Article card"] ul{list-style-type:disc;float:left;margin-left:3rem;font-size:1rem;margin-bottom:1.5rem;}[data-wa-component="Article card"] ul li{line-height:1.2;}[data-wa-component="Article card"] ol{list-style-type:decimal;float:left;margin-left:3rem;font-size:1rem;margin-bottom:1.5rem;}[data-wa-component="Article card"] ol li{line-height:1.2;}.expandable-card{z-index:0;}.expandable-card .expandable-card-wrapper:before{content:"";position:absolute;left:0;width:100%;-webkit-transition:height 0.25s ease;-o-transition:height 0.25s ease;transition:height 0.25s ease;height:90px;bottom:50px;z-index:1;}.expandable-card .current + .expandable-card-wrapper:before{display:none;}.expandable-card[data-theme=p1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#fff3ee));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#fff3ee 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#fff3ee 70%);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .expandable-card[data-theme=p1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#383838));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#383838 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#383838 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .expandable-card[data-theme=p1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#383838));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#383838 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#383838 70%);}}}.expandable-card[data-theme=p3] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#f5d3cc));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#f5d3cc 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#f5d3cc 70%);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .expandable-card[data-theme=p3] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#181818));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#181818 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#181818 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .expandable-card[data-theme=p3] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#181818));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#181818 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#181818 70%);}}}.expandable-card[data-theme=g1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#f4f2f1));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#f4f2f1 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#f4f2f1 70%);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .expandable-card[data-theme=g1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#383838));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#383838 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#383838 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .expandable-card[data-theme=g1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#383838));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#383838 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#383838 70%);}}}.expandable-card[data-theme=bg1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#EAF4FF));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#EAF4FF 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#EAF4FF 70%);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .expandable-card[data-theme=bg1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#00005e));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#00005e 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#00005e 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .expandable-card[data-theme=bg1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#00005e));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#00005e 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#00005e 70%);}}}.expandable-card[data-theme=white] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,white));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,white 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,white 70%);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .expandable-card[data-theme=white] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#000));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#000 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#000 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .expandable-card[data-theme=white] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#000));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#000 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#000 70%);}}}.expandable-card[data-theme=transparent] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,white));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,white 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,white 70%);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .expandable-card[data-theme=transparent] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#000));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#000 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#000 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .expandable-card[data-theme=transparent] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#000));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#000 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#000 70%);}}}.expandable-card:only-child{height:100%;}.expandable-card [data-theme] button,.expandable-card [data-theme] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .expandable-card [data-theme] a,.expandable-card [data-theme] .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .expandable-card [data-theme] a,.expandable-card a{background-color:transparent;}.expandable-card .expandable-card-wrapper{width:100%;margin:0 auto;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;}.expandable-card .expandable-card-wrapper button,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .expandable-card .expandable-card-wrapper a,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .expandable-card .expandable-card-wrapper a,.expandable-card .expandable-card-wrapper a.button,.expandable-card .expandable-card-wrapper .quotes a,.quotes .expandable-card .expandable-card-wrapper a{width:3rem;height:3rem;display:block;font:0/0 "a";background-color:transparent;border:0;padding:0;color:var(--color-link-text,var(--link-color-scheme));cursor:pointer;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;margin-top:1rem;}.expandable-card .expandable-card-wrapper button:hover,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .expandable-card .expandable-card-wrapper a:hover,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .field--name-field-contact-link a:hover,.vocabulary--author .page-main .field--name-field-contact-link .expandable-card .expandable-card-wrapper a:hover,.expandable-card .expandable-card-wrapper a.button:hover,.expandable-card .expandable-card-wrapper .quotes a:hover,.quotes .expandable-card .expandable-card-wrapper a:hover,.expandable-card .expandable-card-wrapper button:focus,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .expandable-card .expandable-card-wrapper a:focus,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .field--name-field-contact-link a:focus,.vocabulary--author .page-main .field--name-field-contact-link .expandable-card .expandable-card-wrapper a:focus,.expandable-card .expandable-card-wrapper a.button:focus,.expandable-card .expandable-card-wrapper .quotes a:focus,.quotes .expandable-card .expandable-card-wrapper a:focus{color:var(--color-link-text-hover,var(--link-color-scheme-hover));}.expandable-card .expandable-card-wrapper button svg,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .expandable-card .expandable-card-wrapper a svg,.expandable-card .expandable-card-wrapper .vocabulary--author .page-main .field--name-field-contact-link a svg,.vocabulary--author .page-main .field--name-field-contact-link .expandable-card .expandable-card-wrapper a svg,.expandable-card .expandable-card-wrapper a.button svg,.expandable-card .expandable-card-wrapper .quotes a svg,.quotes .expandable-card .expandable-card-wrapper a svg{color:inherit;}.expandable-card .expandable-text-wrapper{max-height:200px;height:auto;overflow:hidden;}.expandable-card .expandable-text table{border-collapse:collapse;min-width:100%;max-width:none;margin-bottom:0;}.expandable-card .expandable-text th,.expandable-card .expandable-text td{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);padding:0.25rem 0.5rem;text-align:left;vertical-align:top;border:1px solid var(color-scheme-b5);}.expandable-card .expandable-text th p,.expandable-card .expandable-text td p{font-size:inherit;}.expandable-card .expandable-text th{z-index:1;color:var(--color-scheme-black);font:var(--fw-700) var(--fs--2)/var(--lh--2) var(--ff-0);white-space:nowrap;border:1px solid var(--color-scheme-b5);}.expandable-card .expandable-text tr{background-color:var(--color-none);-webkit-transition:background-color 150ms;-o-transition:background-color 150ms;transition:background-color 150ms;}.expandable-card .expandable-text tr:hover{background-color:var(--color-scheme-g1);}.expandable-card .expandable-text-wrapper.current{max-height:inherit;}.expandable-card .expandable-text-wrapper.current + .expandable-card-wrapper button,.expandable-card .expandable-text-wrapper.current + .expandable-card-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .expandable-card .expandable-text-wrapper.current + .expandable-card-wrapper a,.expandable-card .expandable-text-wrapper.current + .expandable-card-wrapper a{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}.expandable-card h1,.expandable-card h2,.expandable-card h3,.expandable-card h4,.expandable-card h5,.expandable-card h6{margin-left:0;}.expandable-card p{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);margin-top:0;}.expandable-card ol{list-style-type:decimal;margin:0 1rem;margin-left:3rem;}.expandable-card ul{list-style-type:disc;margin:0 1rem;}.expandable-card a:not(.button) .link-blank svg{color:inherit;}.expandable-card > *:not(path):empty{visibility:hidden;}.card-list{padding-bottom:1.875rem;display:block;}.card-list h3{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}.card-list h3::after{content:"";margin-top:1rem;display:block;height:2px;width:-webkit-calc(16.6666% - 1.25rem);width:calc(16.6666% - 1.25rem);background-color:var(--color-scheme-b4);}.card-list .links-list + a{margin-top:1.25rem;}[data-layout~="sm:sm:sm"] > * .card-list h3::after,[data-layout~="sm:sm:sm:sm"] > * .card-list h3::after,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-list h3::after,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-list h3::after,[data-layout~="sm:sm:sm"] > .card-list h3::after,[data-layout~="sm:sm:sm:sm"] > .card-list h3::after,[data-layout~="sm:lg"] > .card-list:nth-of-type(2n - 1) h3::after,[data-layout~="lg:sm"] > .card-list:nth-of-type(2n - 0) h3::after{width:-webkit-calc(50% - 0.9375rem);width:calc(50% - 0.9375rem);}[data-layout~="md:md"] .card-list h3::after{width:-webkit-calc(33.3333333% - 0.9375rem);width:calc(33.3333333% - 0.9375rem);}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-list h3::after,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-list h3::after,[data-layout~="lg:sm"] > .card-list:nth-of-type(2n - 1) h3::after,[data-layout~="sm:lg"] > .card-list:nth-of-type(2n - 0) h3::after{width:-webkit-calc(25% - 1.25rem);width:calc(25% - 1.25rem);}[data-layout~=xl] .card-list h3::after{width:-webkit-calc(16.6666% - 1.25rem);width:calc(16.6666% - 1.25rem);}.card-list a{display:block;}[data-layout~="md:md"] .card-list a{--grid-col:auto;--grid-span:4;}[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-list a,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-list a,[data-layout~="lg:sm"] > .card-list:nth-of-type(2n - 1) a,[data-layout~="sm:lg"] > .card-list:nth-of-type(2n - 0) a{--grid-col:auto;--grid-span:6;}[data-layout~=xl] .card-list a{--grid-col:auto;--grid-span:10;}.card-list ul li,.card-list ol li,.card-list dl li{padding:0.2em 0;}.card-list ul li time,.card-list ol li time,.card-list dl li time{--grid-col:auto;--grid-span:2;}@media (max-width:39.9375rem){.card-list ul li time,.card-list ol li time,.card-list dl li time{--grid-span:unset;}}.card-list *:not(path):empty{display:none;}.collections > .card-list{width:100%;--grid-span:unset;}.collections > .card-list a{--grid-span:unset;}.card-list .links-list li > div{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:50rem;}.card-list .links-list li > div > a{-webkit-flex-basis:-webkit-calc(75% - 0.5rem);-ms-flex-preferred-size:calc(75% - 0.5rem);flex-basis:calc(75% - 0.5rem);max-width:-webkit-calc(75% - 0.5rem);max-width:calc(75% - 0.5rem);}.card-list .links-list li > div span{text-align:right;font-size:0.9375rem;-webkit-flex-basis:-webkit-calc(25% - 0.5rem);-ms-flex-preferred-size:calc(25% - 0.5rem);flex-basis:calc(25% - 0.5rem);max-width:-webkit-calc(25% - 0.5rem);max-width:calc(25% - 0.5rem);color:var(--color-scheme-g4);}.view-documents form{margin:0;padding:0;}.view-documents .form--inline{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;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;}.view-documents .form--inline > *{margin:0 0 1.5rem 1rem;}.view-documents .form--inline > #edit-actions{margin-left:0.5rem;}.view-documents .form--inline select{max-width:100%;-webkit-border-radius:10rem;border-radius:10rem;width:100%;padding-top:0.75em;padding-bottom:0.75em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%2300005E' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:0.8em;background-position:top 50% right 1em;border:1px solid var(--color-scheme-g4);color:var(--color-scheme-b5);}[data-area=C] .view-documents .form--inline select{min-width:310px;}.view-documents .form--inline select:focus,.view-documents .form--inline select:hover{-webkit-box-shadow:none;box-shadow:none;color:inherit;border-color:var(--color-scheme-b5);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents .form--inline select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents .form--inline select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}}}.view-documents .form--inline #edit-reset{border:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;cursor:pointer;color:var(--color-heading,var(--color-scheme-b5));-webkit-appearance:none;-moz-appearance:none;appearance:none;}.view-documents .form--inline #edit-reset:hover{text-decoration:underline;}.view-documents .form--inline #edit-reset:focus{-webkit-border-radius:25px;border-radius:25px;display:inline;}.view-documents .form--inline #edit-reset:focus-visible{-webkit-border-radius:25px;border-radius:25px;display:inline;line-height:19px;border:1px solid var(--color-scheme-b5);position:relative;top:-1px;}.view-documents [id*=edit-langcode]{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-documents .bef-exposed-form [id*=edit-langcode] .form--inline > .form-item{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-documents .bef-exposed-form [id*=edit-langcode] .form--inline label{position:relative;font-size:1rem;}.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline input{margin-top:0.6rem;margin-right:0.5rem;}.view-documents .bef-exposed-form .form--inline [id*=edit-langcode] label{display:block;}.view-documents fieldset#edit-langcode--wrapper{width:100%;}.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item{margin-left:0;margin-right:1.5rem;}.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item:nth-child(1),.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item:nth-child(2),.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item:nth-child(3),.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item:nth-child(4),.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item:nth-child(5){-webkit-box-ordinal-group:initial;-webkit-order:initial;-ms-flex-order:initial;order:initial;}.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item:nth-child(1){width:auto;}.view-documents .bef-exposed-form [id*=edit-langcode] .form--inline .form-item:nth-child(1){margin-left:2rem;}.view-documents .view-header{position:relative;display:inline-block;margin-top:1.875rem;padding-top:0.5rem;margin-bottom:1.875rem;}@media (max-width:63.9375rem){.view-documents .view-header{margin-top:1.5rem;margin-bottom:1.5rem;}}.view-documents .view-header:before{content:"";background-color:var(--color-p3);height:3px;width:100%;position:absolute;width:100%;height:3px;top:0;left:0;pointer-events:none;}.view-documents .views-view-table{width:100%;}.view-documents .views-view-table caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}@media (max-width:63.9375rem){.view-documents tr{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;border-bottom:1px solid var(--color-scheme-g2);}}@media (max-width:63.9375rem){.view-documents tr[class*=pdf]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%2300005E' d='M17 0c.3 0 .5.1.7.3l4 4.1c.2.2.3.4.3.7v14.7c0 1.2-1 2.2-2.3 2.2l-17.4-.1c-1.3 0-2.3-1-2.3-2.2V2.2C0 1 1 0 2.3 0H17zm-1 2H2.3c-.2 0-.3.1-.3.2v17.5c0 .1.1.2.3.2l17.4.1c.2 0 .3-.1.3-.2V6h-3.5c-.3 0-.5-.2-.5-.5V2zM7.2 4.5h.1c.5 0 .9.4 1.1.9.2.8.6 2.2.8 3.9 1 .9 2.1 1.6 3.3 2.2 1.4-.4 2.9-.6 4.4-.6.7 0 1.3.4 1.5 1 .2.5.2 1.1-.1 1.5-.3.4-.8.6-1.3.5-1.6-.2-3.1-.6-4.5-1.3-1.2.4-2.3.8-3.3 1.5-.3 1.4-.8 2.7-1.6 3.8-.6.4-1.1.6-1.6.6h-.3c-.5-.1-1-.4-1.1-.9-.1-.3-.2-.8.4-1.4.9-1.1 2-2 3.2-2.7.2-1.2.2-2.5.1-3.6-1-1-1.8-1.9-2.4-3-.3-.5-.4-1.1-.1-1.6.3-.5.9-.9 1.5-.8h-.1zm.6 10.4c-.8.6-1.5 1.2-2.1 1.9-.1.1-.2.3-.2.4 0 .1.2.2.4.3.1 0 .5 0 .7-.3.6-.7.9-1.5 1.2-2.3zm9-3c-.9 0-1.9.1-2.8.2 1 .3 2 .6 3 .7.2 0 .3 0 .4-.1.1-.1.1-.3 0-.5 0-.1-.3-.2-.6-.3zm-7.5-1.2c0 .7 0 1.4-.1 2.1.6-.3 1.2-.6 1.9-.8-.6-.4-1.2-.8-1.8-1.3zM7.2 5.5c-.2 0-.4.1-.5.3-.1.2-.1.4 0 .5.4.7.8 1.3 1.3 1.8-.2-1.1-.4-1.9-.6-2.4 0-.2-.1-.2-.2-.2zM17 2.4V5h2.5L17 2.4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 1.3rem;background-size:1rem;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents tr[class*=pdf]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23fff3ee' d='M17 0c.3 0 .5.1.7.3l4 4.1c.2.2.3.4.3.7v14.7c0 1.2-1 2.2-2.3 2.2l-17.4-.1c-1.3 0-2.3-1-2.3-2.2V2.2C0 1 1 0 2.3 0H17zm-1 2H2.3c-.2 0-.3.1-.3.2v17.5c0 .1.1.2.3.2l17.4.1c.2 0 .3-.1.3-.2V6h-3.5c-.3 0-.5-.2-.5-.5V2zM7.2 4.5h.1c.5 0 .9.4 1.1.9.2.8.6 2.2.8 3.9 1 .9 2.1 1.6 3.3 2.2 1.4-.4 2.9-.6 4.4-.6.7 0 1.3.4 1.5 1 .2.5.2 1.1-.1 1.5-.3.4-.8.6-1.3.5-1.6-.2-3.1-.6-4.5-1.3-1.2.4-2.3.8-3.3 1.5-.3 1.4-.8 2.7-1.6 3.8-.6.4-1.1.6-1.6.6h-.3c-.5-.1-1-.4-1.1-.9-.1-.3-.2-.8.4-1.4.9-1.1 2-2 3.2-2.7.2-1.2.2-2.5.1-3.6-1-1-1.8-1.9-2.4-3-.3-.5-.4-1.1-.1-1.6.3-.5.9-.9 1.5-.8h-.1zm.6 10.4c-.8.6-1.5 1.2-2.1 1.9-.1.1-.2.3-.2.4 0 .1.2.2.4.3.1 0 .5 0 .7-.3.6-.7.9-1.5 1.2-2.3zm9-3c-.9 0-1.9.1-2.8.2 1 .3 2 .6 3 .7.2 0 .3 0 .4-.1.1-.1.1-.3 0-.5 0-.1-.3-.2-.6-.3zm-7.5-1.2c0 .7 0 1.4-.1 2.1.6-.3 1.2-.6 1.9-.8-.6-.4-1.2-.8-1.8-1.3zM7.2 5.5c-.2 0-.4.1-.5.3-.1.2-.1.4 0 .5.4.7.8 1.3 1.3 1.8-.2-1.1-.4-1.9-.6-2.4 0-.2-.1-.2-.2-.2zM17 2.4V5h2.5L17 2.4z'/%3E%3C/svg%3E");}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents tr[class*=pdf]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23fff3ee' d='M17 0c.3 0 .5.1.7.3l4 4.1c.2.2.3.4.3.7v14.7c0 1.2-1 2.2-2.3 2.2l-17.4-.1c-1.3 0-2.3-1-2.3-2.2V2.2C0 1 1 0 2.3 0H17zm-1 2H2.3c-.2 0-.3.1-.3.2v17.5c0 .1.1.2.3.2l17.4.1c.2 0 .3-.1.3-.2V6h-3.5c-.3 0-.5-.2-.5-.5V2zM7.2 4.5h.1c.5 0 .9.4 1.1.9.2.8.6 2.2.8 3.9 1 .9 2.1 1.6 3.3 2.2 1.4-.4 2.9-.6 4.4-.6.7 0 1.3.4 1.5 1 .2.5.2 1.1-.1 1.5-.3.4-.8.6-1.3.5-1.6-.2-3.1-.6-4.5-1.3-1.2.4-2.3.8-3.3 1.5-.3 1.4-.8 2.7-1.6 3.8-.6.4-1.1.6-1.6.6h-.3c-.5-.1-1-.4-1.1-.9-.1-.3-.2-.8.4-1.4.9-1.1 2-2 3.2-2.7.2-1.2.2-2.5.1-3.6-1-1-1.8-1.9-2.4-3-.3-.5-.4-1.1-.1-1.6.3-.5.9-.9 1.5-.8h-.1zm.6 10.4c-.8.6-1.5 1.2-2.1 1.9-.1.1-.2.3-.2.4 0 .1.2.2.4.3.1 0 .5 0 .7-.3.6-.7.9-1.5 1.2-2.3zm9-3c-.9 0-1.9.1-2.8.2 1 .3 2 .6 3 .7.2 0 .3 0 .4-.1.1-.1.1-.3 0-.5 0-.1-.3-.2-.6-.3zm-7.5-1.2c0 .7 0 1.4-.1 2.1.6-.3 1.2-.6 1.9-.8-.6-.4-1.2-.8-1.8-1.3zM7.2 5.5c-.2 0-.4.1-.5.3-.1.2-.1.4 0 .5.4.7.8 1.3 1.3 1.8-.2-1.1-.4-1.9-.6-2.4 0-.2-.1-.2-.2-.2zM17 2.4V5h2.5L17 2.4z'/%3E%3C/svg%3E");}}}}@media (max-width:63.9375rem){.view-documents tr[class*=xlsx]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 30'%3E%3Cpath fill='%2300005E' d='M15.8 0 23 7.1v19c0 1-.4 2-1.1 2.7-.7.7-1.7 1.1-2.7 1.1H3.9C1.7 30 0 28.3 0 26.1V3.9C0 1.7 1.7 0 3.9 0h11.9zM15 2H3.9C2.8 2 2 2.8 2 3.9v22.2c0 1 .8 1.9 1.9 1.9h15.2c1 0 1.9-.8 1.9-1.9V8h-5.5c-.3 0-.5-.2-.5-.5V2zm-4 17c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h6zm5-6c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h11zm-5-6c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5S4.7 7 5 7h6zm5-4v4h4l-4-4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 1.3rem;background-size:1rem;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents tr[class*=xlsx]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 30'%3E%3Cpath fill='%23fff3ee' d='M15.8 0 23 7.1v19c0 1-.4 2-1.1 2.7-.7.7-1.7 1.1-2.7 1.1H3.9C1.7 30 0 28.3 0 26.1V3.9C0 1.7 1.7 0 3.9 0h11.9zM15 2H3.9C2.8 2 2 2.8 2 3.9v22.2c0 1 .8 1.9 1.9 1.9h15.2c1 0 1.9-.8 1.9-1.9V8h-5.5c-.3 0-.5-.2-.5-.5V2zm-4 17c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h6zm5-6c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h11zm-5-6c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5S4.7 7 5 7h6zm5-4v4h4l-4-4z'/%3E%3C/svg%3E");}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents tr[class*=xlsx]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 30'%3E%3Cpath fill='%23fff3ee' d='M15.8 0 23 7.1v19c0 1-.4 2-1.1 2.7-.7.7-1.7 1.1-2.7 1.1H3.9C1.7 30 0 28.3 0 26.1V3.9C0 1.7 1.7 0 3.9 0h11.9zM15 2H3.9C2.8 2 2 2.8 2 3.9v22.2c0 1 .8 1.9 1.9 1.9h15.2c1 0 1.9-.8 1.9-1.9V8h-5.5c-.3 0-.5-.2-.5-.5V2zm-4 17c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h6zm5-6c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h11zm-5-6c.3 0 .5.2.5.5s-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5S4.7 7 5 7h6zm5-4v4h4l-4-4z'/%3E%3C/svg%3E");}}}}.view-documents th{text-align:left;border:0 none;border-bottom:1px solid var(--color-scheme-g2);text-transform:none;background:transparent;color:var(--color-scheme-b5);padding:1rem 0;}.view-documents th:last-child{text-align:right;}@media (max-width:63.9375rem){.view-documents th.views-field-filesize{display:none;}}.view-documents th:after{display:none;}.view-documents th a:hover{pointer-events:none;color:inherit;}.view-documents th a:hover:after{display:none;}.view-documents th a:focus{color:var(--color-scheme-b3);}.view-documents th a:focus:after{display:none;}.view-documents th.views-field-field-apply-due{text-align:center;}.view-documents td{position:relative;vertical-align:top;text-transform:none;color:var(--color-scheme-b5);padding:1rem 0;}@media (max-width:63.9375rem){.view-documents td{border-bottom:0 none;padding-bottom:0;font-weight:600;margin-left:2rem;line-height:1.4;}}.view-documents td:last-child{text-align:right;width:25%;}@media (max-width:63.9375rem){.view-documents td:last-child{width:100%;text-align:left;padding:0;color:var(--color-scheme-g4);padding-bottom:0.8rem;font-weight:300;}}.view-documents td.views-field-field-apply-due{text-align:center;padding-left:5px;padding-right:5px;}.view-documents tbody tr:hover,.view-documents tbody tr:focus{background-color:transparent;}.view-documents .views-field-title{font-size:1.125rem;font-weight:600;width:34%;}.view-documents .views-field-title a{max-width:80%;display:inline-block;}.view-documents .views-field-field-category{width:25%;padding-right:5%;}.view-documents .views-field-field-category a{max-width:80%;display:inline-block;}.view-documents .views-field-field-location{width:20%;padding-right:3%;}.view-documents .view-field-apply-due-table-column{width:10%;}[data-area=B] .view-documents #view-created-table-column,[data-area=B] .view-documents .views-field.views-field-created{display:none;}.view-documents .vue-infinite-pager{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;margin-top:1.875rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media (max-width:63.9375rem){.view-documents .tabs-container{display:none;}}.view-documents.archive-mode .no-results-found{margin-top:16px;}.view-documents.archive-mode .view-header{margin-bottom:5.625rem;}@media (max-width:63.9375rem){.view-documents.archive-mode .view-header{margin-bottom:1.5rem;}}.view-documents.archive-mode span[class^=icon-]{--size:32px;width:var(--size);height:var(--size);display:inline-block;background-size:contain;}.view-documents.archive-mode span.icon-pdf{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9996 11V24.813C24.9996 24.89 24.8866 25 24.6826 25L7.2886 24.912C7.1196 24.91 6.9996 24.804 6.9996 24.708V7.203C6.9996 7.118 7.1176 7 7.3086 7H20.9996V10.5C20.9996 10.776 21.2236 11 21.4996 11H24.9996ZM21.9996 7.409L24.5146 10H21.9996V7.409ZM26.7176 9.398L22.7446 5.304C22.5556 5.109 22.2966 5 22.0266 5H7.3086C6.0336 5 4.9996 5.986 4.9996 7.203V24.708C4.9996 25.919 6.0166 26.903 7.2766 26.911L24.6726 27H24.6916H24.7096C25.9736 27 26.9996 26.021 26.9996 24.813V10.095C26.9996 9.835 26.8986 9.585 26.7176 9.398ZM12.4315 10.724C12.3585 10.516 12.2585 10.506 12.2165 10.502C12.2085 10.501 12.1985 10.5 12.1895 10.5C12.0385 10.5 11.8195 10.611 11.7015 10.809C11.5965 10.982 11.6085 11.159 11.7355 11.348C11.7365 11.3495 11.7375 11.351 11.7386 11.3525C11.7419 11.3574 11.7455 11.3627 11.7485 11.368C12.1175 11.979 12.5365 12.558 13.0005 13.099C12.8185 12.02 12.5875 11.165 12.4315 10.724ZM14.2065 17.789C14.8195 17.465 15.4545 17.181 16.1075 16.939C15.4645 16.57 14.8505 16.155 14.2725 15.698C14.2935 16.381 14.2755 17.085 14.2065 17.789ZM22.4525 17.307C22.3545 17.091 22.1265 16.961 21.8075 16.939C20.8645 16.927 19.9365 17.013 19.0275 17.175C19.9855 17.509 20.9865 17.743 22.0135 17.869C22.2145 17.899 22.3495 17.865 22.4265 17.765C22.5145 17.649 22.5245 17.465 22.4525 17.307ZM10.8905 22.487C11.0195 22.515 11.3465 22.532 11.6175 22.214C12.1565 21.515 12.5375 20.711 12.7955 19.857C12.0295 20.429 11.3175 21.079 10.6745 21.8C10.5945 21.894 10.4595 22.081 10.5125 22.231C10.5535 22.351 10.7065 22.454 10.8905 22.487ZM14.0245 19.036C13.7555 20.409 13.2515 21.733 12.3945 22.843C12.0335 23.271 11.5415 23.5 11.0275 23.5C10.9215 23.5 10.8155 23.491 10.7095 23.471C10.1675 23.371 9.7305 23.023 9.5685 22.563C9.4745 22.294 9.3945 21.752 9.9235 21.141C10.8635 20.085 11.9405 19.174 13.1185 18.422C13.3085 17.191 13.3065 15.927 13.2105 14.774C12.3185 13.92 11.5385 12.954 10.8985 11.896C10.5655 11.393 10.5435 10.795 10.8435 10.295C11.1545 9.774 11.7645 9.442 12.3165 9.507C12.8085 9.556 13.1945 9.879 13.3755 10.392C13.6455 11.158 14.0085 12.604 14.1815 14.313C15.1495 15.189 16.2475 15.931 17.4365 16.513C18.8515 16.125 20.3355 15.93 21.8445 15.94C22.5665 15.988 23.1095 16.335 23.3635 16.893C23.5855 17.384 23.5315 17.964 23.2225 18.37C22.9195 18.769 22.4275 18.945 21.8755 18.859C20.2915 18.666 18.7625 18.227 17.3445 17.576C16.1775 17.927 15.0625 18.417 14.0245 19.036Z' fill='%2300005E'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents.archive-mode span.icon-pdf{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9996 11V24.813C24.9996 24.89 24.8866 25 24.6826 25L7.2886 24.912C7.1196 24.91 6.9996 24.804 6.9996 24.708V7.203C6.9996 7.118 7.1176 7 7.3086 7H20.9996V10.5C20.9996 10.776 21.2236 11 21.4996 11H24.9996ZM21.9996 7.409L24.5146 10H21.9996V7.409ZM26.7176 9.398L22.7446 5.304C22.5556 5.109 22.2966 5 22.0266 5H7.3086C6.0336 5 4.9996 5.986 4.9996 7.203V24.708C4.9996 25.919 6.0166 26.903 7.2766 26.911L24.6726 27H24.6916H24.7096C25.9736 27 26.9996 26.021 26.9996 24.813V10.095C26.9996 9.835 26.8986 9.585 26.7176 9.398ZM12.4315 10.724C12.3585 10.516 12.2585 10.506 12.2165 10.502C12.2085 10.501 12.1985 10.5 12.1895 10.5C12.0385 10.5 11.8195 10.611 11.7015 10.809C11.5965 10.982 11.6085 11.159 11.7355 11.348C11.7365 11.3495 11.7375 11.351 11.7386 11.3525C11.7419 11.3574 11.7455 11.3627 11.7485 11.368C12.1175 11.979 12.5365 12.558 13.0005 13.099C12.8185 12.02 12.5875 11.165 12.4315 10.724ZM14.2065 17.789C14.8195 17.465 15.4545 17.181 16.1075 16.939C15.4645 16.57 14.8505 16.155 14.2725 15.698C14.2935 16.381 14.2755 17.085 14.2065 17.789ZM22.4525 17.307C22.3545 17.091 22.1265 16.961 21.8075 16.939C20.8645 16.927 19.9365 17.013 19.0275 17.175C19.9855 17.509 20.9865 17.743 22.0135 17.869C22.2145 17.899 22.3495 17.865 22.4265 17.765C22.5145 17.649 22.5245 17.465 22.4525 17.307ZM10.8905 22.487C11.0195 22.515 11.3465 22.532 11.6175 22.214C12.1565 21.515 12.5375 20.711 12.7955 19.857C12.0295 20.429 11.3175 21.079 10.6745 21.8C10.5945 21.894 10.4595 22.081 10.5125 22.231C10.5535 22.351 10.7065 22.454 10.8905 22.487ZM14.0245 19.036C13.7555 20.409 13.2515 21.733 12.3945 22.843C12.0335 23.271 11.5415 23.5 11.0275 23.5C10.9215 23.5 10.8155 23.491 10.7095 23.471C10.1675 23.371 9.7305 23.023 9.5685 22.563C9.4745 22.294 9.3945 21.752 9.9235 21.141C10.8635 20.085 11.9405 19.174 13.1185 18.422C13.3085 17.191 13.3065 15.927 13.2105 14.774C12.3185 13.92 11.5385 12.954 10.8985 11.896C10.5655 11.393 10.5435 10.795 10.8435 10.295C11.1545 9.774 11.7645 9.442 12.3165 9.507C12.8085 9.556 13.1945 9.879 13.3755 10.392C13.6455 11.158 14.0085 12.604 14.1815 14.313C15.1495 15.189 16.2475 15.931 17.4365 16.513C18.8515 16.125 20.3355 15.93 21.8445 15.94C22.5665 15.988 23.1095 16.335 23.3635 16.893C23.5855 17.384 23.5315 17.964 23.2225 18.37C22.9195 18.769 22.4275 18.945 21.8755 18.859C20.2915 18.666 18.7625 18.227 17.3445 17.576C16.1775 17.927 15.0625 18.417 14.0245 19.036Z' fill='%23fff3ee'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents.archive-mode span.icon-pdf{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9996 11V24.813C24.9996 24.89 24.8866 25 24.6826 25L7.2886 24.912C7.1196 24.91 6.9996 24.804 6.9996 24.708V7.203C6.9996 7.118 7.1176 7 7.3086 7H20.9996V10.5C20.9996 10.776 21.2236 11 21.4996 11H24.9996ZM21.9996 7.409L24.5146 10H21.9996V7.409ZM26.7176 9.398L22.7446 5.304C22.5556 5.109 22.2966 5 22.0266 5H7.3086C6.0336 5 4.9996 5.986 4.9996 7.203V24.708C4.9996 25.919 6.0166 26.903 7.2766 26.911L24.6726 27H24.6916H24.7096C25.9736 27 26.9996 26.021 26.9996 24.813V10.095C26.9996 9.835 26.8986 9.585 26.7176 9.398ZM12.4315 10.724C12.3585 10.516 12.2585 10.506 12.2165 10.502C12.2085 10.501 12.1985 10.5 12.1895 10.5C12.0385 10.5 11.8195 10.611 11.7015 10.809C11.5965 10.982 11.6085 11.159 11.7355 11.348C11.7365 11.3495 11.7375 11.351 11.7386 11.3525C11.7419 11.3574 11.7455 11.3627 11.7485 11.368C12.1175 11.979 12.5365 12.558 13.0005 13.099C12.8185 12.02 12.5875 11.165 12.4315 10.724ZM14.2065 17.789C14.8195 17.465 15.4545 17.181 16.1075 16.939C15.4645 16.57 14.8505 16.155 14.2725 15.698C14.2935 16.381 14.2755 17.085 14.2065 17.789ZM22.4525 17.307C22.3545 17.091 22.1265 16.961 21.8075 16.939C20.8645 16.927 19.9365 17.013 19.0275 17.175C19.9855 17.509 20.9865 17.743 22.0135 17.869C22.2145 17.899 22.3495 17.865 22.4265 17.765C22.5145 17.649 22.5245 17.465 22.4525 17.307ZM10.8905 22.487C11.0195 22.515 11.3465 22.532 11.6175 22.214C12.1565 21.515 12.5375 20.711 12.7955 19.857C12.0295 20.429 11.3175 21.079 10.6745 21.8C10.5945 21.894 10.4595 22.081 10.5125 22.231C10.5535 22.351 10.7065 22.454 10.8905 22.487ZM14.0245 19.036C13.7555 20.409 13.2515 21.733 12.3945 22.843C12.0335 23.271 11.5415 23.5 11.0275 23.5C10.9215 23.5 10.8155 23.491 10.7095 23.471C10.1675 23.371 9.7305 23.023 9.5685 22.563C9.4745 22.294 9.3945 21.752 9.9235 21.141C10.8635 20.085 11.9405 19.174 13.1185 18.422C13.3085 17.191 13.3065 15.927 13.2105 14.774C12.3185 13.92 11.5385 12.954 10.8985 11.896C10.5655 11.393 10.5435 10.795 10.8435 10.295C11.1545 9.774 11.7645 9.442 12.3165 9.507C12.8085 9.556 13.1945 9.879 13.3755 10.392C13.6455 11.158 14.0085 12.604 14.1815 14.313C15.1495 15.189 16.2475 15.931 17.4365 16.513C18.8515 16.125 20.3355 15.93 21.8445 15.94C22.5665 15.988 23.1095 16.335 23.3635 16.893C23.5855 17.384 23.5315 17.964 23.2225 18.37C22.9195 18.769 22.4275 18.945 21.8755 18.859C20.2915 18.666 18.7625 18.227 17.3445 17.576C16.1775 17.927 15.0625 18.417 14.0245 19.036Z' fill='%23fff3ee'/%3E%3C/svg%3E");}}}.view-documents.archive-mode span.icon-download{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.29 18.73L10.5 14C10.0941 13.6079 10.0829 12.9609 10.475 12.555C10.8671 12.1491 11.5141 12.1379 11.92 12.53L15 15.61V5C15 4.44772 15.4477 4 16 4C16.5523 4 17 4.44772 17 5V15.61L20.08 12.58C20.3337 12.3263 20.7034 12.2273 21.0499 12.3201C21.3964 12.413 21.667 12.6836 21.7599 13.0301C21.8527 13.3766 21.7537 13.7463 21.5 14L16.71 18.73C16.5222 18.9193 16.2666 19.0258 16 19.0258C15.7334 19.0258 15.4778 18.9193 15.29 18.73ZM28 24C28 21.7909 26.2091 20 24 20H8C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28H24C26.2091 28 28 26.2091 28 24ZM26 24C26 25.1046 25.1046 26 24 26H8C6.89543 26 6 25.1046 6 24C6 22.8954 6.89543 22 8 22H24C25.1046 22 26 22.8954 26 24ZM8 25C8.55228 25 9 24.5523 9 24C9 23.4477 8.55228 23 8 23C7.44772 23 7 23.4477 7 24C7 24.5523 7.44772 25 8 25Z' fill='%2300005E'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents.archive-mode span.icon-download{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.29 18.73L10.5 14C10.0941 13.6079 10.0829 12.9609 10.475 12.555C10.8671 12.1491 11.5141 12.1379 11.92 12.53L15 15.61V5C15 4.44772 15.4477 4 16 4C16.5523 4 17 4.44772 17 5V15.61L20.08 12.58C20.3337 12.3263 20.7034 12.2273 21.0499 12.3201C21.3964 12.413 21.667 12.6836 21.7599 13.0301C21.8527 13.3766 21.7537 13.7463 21.5 14L16.71 18.73C16.5222 18.9193 16.2666 19.0258 16 19.0258C15.7334 19.0258 15.4778 18.9193 15.29 18.73ZM28 24C28 21.7909 26.2091 20 24 20H8C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28H24C26.2091 28 28 26.2091 28 24ZM26 24C26 25.1046 25.1046 26 24 26H8C6.89543 26 6 25.1046 6 24C6 22.8954 6.89543 22 8 22H24C25.1046 22 26 22.8954 26 24ZM8 25C8.55228 25 9 24.5523 9 24C9 23.4477 8.55228 23 8 23C7.44772 23 7 23.4477 7 24C7 24.5523 7.44772 25 8 25Z' fill='%23fff3ee'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents.archive-mode span.icon-download{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.29 18.73L10.5 14C10.0941 13.6079 10.0829 12.9609 10.475 12.555C10.8671 12.1491 11.5141 12.1379 11.92 12.53L15 15.61V5C15 4.44772 15.4477 4 16 4C16.5523 4 17 4.44772 17 5V15.61L20.08 12.58C20.3337 12.3263 20.7034 12.2273 21.0499 12.3201C21.3964 12.413 21.667 12.6836 21.7599 13.0301C21.8527 13.3766 21.7537 13.7463 21.5 14L16.71 18.73C16.5222 18.9193 16.2666 19.0258 16 19.0258C15.7334 19.0258 15.4778 18.9193 15.29 18.73ZM28 24C28 21.7909 26.2091 20 24 20H8C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28H24C26.2091 28 28 26.2091 28 24ZM26 24C26 25.1046 25.1046 26 24 26H8C6.89543 26 6 25.1046 6 24C6 22.8954 6.89543 22 8 22H24C25.1046 22 26 22.8954 26 24ZM8 25C8.55228 25 9 24.5523 9 24C9 23.4477 8.55228 23 8 23C7.44772 23 7 23.4477 7 24C7 24.5523 7.44772 25 8 25Z' fill='%23fff3ee'/%3E%3C/svg%3E");}}}.view-documents.archive-mode span.icon-xlsx{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_436_1353)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.72 9.39L22.74 5.3C22.55 5.1 22.29 5 22.02 5H7.31C6.03 5 5 5.98 5 7.2V24.7C5 25.91 6.01 26.9 7.27 26.91L24.67 27H24.71C25.97 27 27 26.02 27 24.81V10.09C27 9.83 26.9 9.58 26.72 9.39ZM22 7.4L24.51 10H22V7.4ZM25 24.81C25 24.89 24.88 25 24.68 25L7.29 24.91C7.12 24.91 7 24.8 7 24.7V7.2C7 7.11 7.12 7 7.31 7H21V10.5C21 10.77 21.22 11 21.5 11H25V24.81Z' fill='%2300005E'/%3E%3Cpath d='M11.09 11.1201V22.1201H20.9V11.1201H11.09ZM15.5 21.1201H12.09V19.6201H15.5V21.1201ZM15.5 18.6201H12.09V17.1201H15.5V18.6201ZM15.5 16.1201H12.09V14.6201H15.5V16.1201ZM15.5 13.6201H12.09V12.1201H15.5V13.6201ZM19.9 21.1201H16.5V19.6201H19.9V21.1201ZM19.9 18.6201H16.5V17.1201H19.9V18.6201ZM19.9 16.1201H16.5V14.6201H19.9V16.1201ZM19.9 13.6201H16.5V12.1201H19.9V13.6201Z' fill='%2300005E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_436_1353'%3E%3Crect width='22' height='22' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents.archive-mode span.icon-xlsx{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_436_1353)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.72 9.39L22.74 5.3C22.55 5.1 22.29 5 22.02 5H7.31C6.03 5 5 5.98 5 7.2V24.7C5 25.91 6.01 26.9 7.27 26.91L24.67 27H24.71C25.97 27 27 26.02 27 24.81V10.09C27 9.83 26.9 9.58 26.72 9.39ZM22 7.4L24.51 10H22V7.4ZM25 24.81C25 24.89 24.88 25 24.68 25L7.29 24.91C7.12 24.91 7 24.8 7 24.7V7.2C7 7.11 7.12 7 7.31 7H21V10.5C21 10.77 21.22 11 21.5 11H25V24.81Z' fill='%23fff3ee'/%3E%3Cpath d='M11.09 11.1201V22.1201H20.9V11.1201H11.09ZM15.5 21.1201H12.09V19.6201H15.5V21.1201ZM15.5 18.6201H12.09V17.1201H15.5V18.6201ZM15.5 16.1201H12.09V14.6201H15.5V16.1201ZM15.5 13.6201H12.09V12.1201H15.5V13.6201ZM19.9 21.1201H16.5V19.6201H19.9V21.1201ZM19.9 18.6201H16.5V17.1201H19.9V18.6201ZM19.9 16.1201H16.5V14.6201H19.9V16.1201ZM19.9 13.6201H16.5V12.1201H19.9V13.6201Z' fill='%23fff3ee'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_436_1353'%3E%3Crect width='22' height='22' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents.archive-mode span.icon-xlsx{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_436_1353)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.72 9.39L22.74 5.3C22.55 5.1 22.29 5 22.02 5H7.31C6.03 5 5 5.98 5 7.2V24.7C5 25.91 6.01 26.9 7.27 26.91L24.67 27H24.71C25.97 27 27 26.02 27 24.81V10.09C27 9.83 26.9 9.58 26.72 9.39ZM22 7.4L24.51 10H22V7.4ZM25 24.81C25 24.89 24.88 25 24.68 25L7.29 24.91C7.12 24.91 7 24.8 7 24.7V7.2C7 7.11 7.12 7 7.31 7H21V10.5C21 10.77 21.22 11 21.5 11H25V24.81Z' fill='%23fff3ee'/%3E%3Cpath d='M11.09 11.1201V22.1201H20.9V11.1201H11.09ZM15.5 21.1201H12.09V19.6201H15.5V21.1201ZM15.5 18.6201H12.09V17.1201H15.5V18.6201ZM15.5 16.1201H12.09V14.6201H15.5V16.1201ZM15.5 13.6201H12.09V12.1201H15.5V13.6201ZM19.9 21.1201H16.5V19.6201H19.9V21.1201ZM19.9 18.6201H16.5V17.1201H19.9V18.6201ZM19.9 16.1201H16.5V14.6201H19.9V16.1201ZM19.9 13.6201H16.5V12.1201H19.9V13.6201Z' fill='%23fff3ee'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_436_1353'%3E%3Crect width='22' height='22' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}}}.view-documents.archive-mode span.icon-zip{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_436_1357)'%3E%3Cpath d='M25.92 9.21H15.16C15.16 9.21 15.05 9.19 15.02 9.15L12.83 6.72C12.41 6.26 11.82 6 11.2 6H6.18C4.98 6 4 6.98 4 8.19V23.71C4 24.92 4.98 25.9 6.18 25.9H25.92C27.13 25.9 28.11 24.92 28.11 23.71V11.4C28.11 10.19 27.13 9.21 25.92 9.21ZM26.11 23.71C26.11 23.81 26.02 23.9 25.92 23.9H6.18C6.08 23.9 6 23.81 6 23.71V8.19C6 8.09 6.08 8 6.18 8H11.2C11.26 8 11.31 8.02 11.34 8.06L13.54 10.49C13.95 10.95 14.54 11.21 15.16 11.21H20.03V12.44H18.59C18.32 12.44 18.09 12.66 18.09 12.94C18.09 13.22 18.32 13.44 18.59 13.44H20.03V15.02H18.59C18.32 15.02 18.09 15.24 18.09 15.52C18.09 15.8 18.32 16.02 18.59 16.02H20.03V17.35H18.09V20.36C18.09 21.45 19.15 22.33 20.44 22.33C21.73 22.33 22.78 21.45 22.78 20.36V17.35H21.03V16.02H22.24C22.52 16.02 22.74 15.8 22.74 15.52C22.74 15.24 22.52 15.02 22.24 15.02H21.03V13.44H22.24C22.52 13.44 22.74 13.22 22.74 12.94C22.74 12.66 22.52 12.44 22.24 12.44H21.03V11.21H25.92C26.02 11.21 26.11 11.3 26.11 11.4V23.71ZM21.78 18.35V20.36C21.78 20.88 21.17 21.33 20.44 21.33C19.71 21.33 19.09 20.88 19.09 20.36V18.35H21.78Z' fill='%2300005E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_436_1357'%3E%3Crect width='24.11' height='19.9' fill='white' transform='translate(4 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents.archive-mode span.icon-zip{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_436_1357)'%3E%3Cpath d='M25.92 9.21H15.16C15.16 9.21 15.05 9.19 15.02 9.15L12.83 6.72C12.41 6.26 11.82 6 11.2 6H6.18C4.98 6 4 6.98 4 8.19V23.71C4 24.92 4.98 25.9 6.18 25.9H25.92C27.13 25.9 28.11 24.92 28.11 23.71V11.4C28.11 10.19 27.13 9.21 25.92 9.21ZM26.11 23.71C26.11 23.81 26.02 23.9 25.92 23.9H6.18C6.08 23.9 6 23.81 6 23.71V8.19C6 8.09 6.08 8 6.18 8H11.2C11.26 8 11.31 8.02 11.34 8.06L13.54 10.49C13.95 10.95 14.54 11.21 15.16 11.21H20.03V12.44H18.59C18.32 12.44 18.09 12.66 18.09 12.94C18.09 13.22 18.32 13.44 18.59 13.44H20.03V15.02H18.59C18.32 15.02 18.09 15.24 18.09 15.52C18.09 15.8 18.32 16.02 18.59 16.02H20.03V17.35H18.09V20.36C18.09 21.45 19.15 22.33 20.44 22.33C21.73 22.33 22.78 21.45 22.78 20.36V17.35H21.03V16.02H22.24C22.52 16.02 22.74 15.8 22.74 15.52C22.74 15.24 22.52 15.02 22.24 15.02H21.03V13.44H22.24C22.52 13.44 22.74 13.22 22.74 12.94C22.74 12.66 22.52 12.44 22.24 12.44H21.03V11.21H25.92C26.02 11.21 26.11 11.3 26.11 11.4V23.71ZM21.78 18.35V20.36C21.78 20.88 21.17 21.33 20.44 21.33C19.71 21.33 19.09 20.88 19.09 20.36V18.35H21.78Z' fill='%23fff3ee'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_436_1357'%3E%3Crect width='24.11' height='19.9' fill='white' transform='translate(4 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents.archive-mode span.icon-zip{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_436_1357)'%3E%3Cpath d='M25.92 9.21H15.16C15.16 9.21 15.05 9.19 15.02 9.15L12.83 6.72C12.41 6.26 11.82 6 11.2 6H6.18C4.98 6 4 6.98 4 8.19V23.71C4 24.92 4.98 25.9 6.18 25.9H25.92C27.13 25.9 28.11 24.92 28.11 23.71V11.4C28.11 10.19 27.13 9.21 25.92 9.21ZM26.11 23.71C26.11 23.81 26.02 23.9 25.92 23.9H6.18C6.08 23.9 6 23.81 6 23.71V8.19C6 8.09 6.08 8 6.18 8H11.2C11.26 8 11.31 8.02 11.34 8.06L13.54 10.49C13.95 10.95 14.54 11.21 15.16 11.21H20.03V12.44H18.59C18.32 12.44 18.09 12.66 18.09 12.94C18.09 13.22 18.32 13.44 18.59 13.44H20.03V15.02H18.59C18.32 15.02 18.09 15.24 18.09 15.52C18.09 15.8 18.32 16.02 18.59 16.02H20.03V17.35H18.09V20.36C18.09 21.45 19.15 22.33 20.44 22.33C21.73 22.33 22.78 21.45 22.78 20.36V17.35H21.03V16.02H22.24C22.52 16.02 22.74 15.8 22.74 15.52C22.74 15.24 22.52 15.02 22.24 15.02H21.03V13.44H22.24C22.52 13.44 22.74 13.22 22.74 12.94C22.74 12.66 22.52 12.44 22.24 12.44H21.03V11.21H25.92C26.02 11.21 26.11 11.3 26.11 11.4V23.71ZM21.78 18.35V20.36C21.78 20.88 21.17 21.33 20.44 21.33C19.71 21.33 19.09 20.88 19.09 20.36V18.35H21.78Z' fill='%23fff3ee'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_436_1357'%3E%3Crect width='24.11' height='19.9' fill='white' transform='translate(4 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}}}.view-documents.archive-mode span.icon-xhtml{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1188 18.8049H23.5618V19.2874H21.5552V16.1084H22.1188V18.8049Z' fill='%2300005E'/%3E%3Cpath d='M20.15 16.1084H20.9256V19.2874H20.389V16.7893C20.1095 17.619 19.7668 18.4847 19.4241 19.2874H19.0272C18.689 18.4893 18.3463 17.6235 18.0713 16.7983V19.2874H17.5347V16.1084H18.3058C18.5763 16.8794 18.8965 17.7182 19.2347 18.5389C19.5683 17.7182 19.884 16.8794 20.15 16.1084Z' fill='%2300005E'/%3E%3Cpath d='M15.6056 19.2874V16.5909H14.6406V16.1084H17.1342V16.5909H16.1693V19.2874H15.6056Z' fill='%2300005E'/%3E%3Cpath d='M13.6802 16.1084H14.2394V19.2874H13.6802V17.9076H12.2372V19.2874H11.6736V16.1084H12.2372V17.4251H13.6802V16.1084Z' fill='%2300005E'/%3E%3Cpath d='M10.7185 18.381C10.9936 18.8049 11.1334 18.8861 11.3047 18.877V19.2739C11.2281 19.3054 11.1424 19.3144 11.0702 19.3144C10.7501 19.3144 10.5742 19.1386 10.2811 18.6786L9.89332 18.0609C9.56865 18.4847 9.33417 18.8816 9.15831 19.2874H8.54956C8.77051 18.7463 9.13577 18.1961 9.57316 17.6325L8.60367 16.1084H9.22144L9.94743 17.2582C10.2496 16.8794 10.4976 16.4736 10.6374 16.1084H11.2461C11.0342 16.6585 10.6779 17.1725 10.2721 17.6821L10.7185 18.381Z' fill='%2300005E'/%3E%3Cpath d='M23.6147 13.6819L23.6191 13.6857L23.6174 13.6841L23.6147 13.6819Z' fill='%2300005E'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%2300005E'/%3E%3Cpath d='M23.6702 13.6985C23.6656 13.6985 23.6613 13.6984 23.6572 13.698C23.655 13.6978 23.6528 13.6976 23.6506 13.6973L23.6572 13.698L23.6702 13.6985Z' fill='%2300005E'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%2300005E'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%2300005E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2346 18.5388C19.4624 17.9789 19.6816 17.4105 19.8826 16.861C19.9761 16.6051 20.0657 16.3534 20.1501 16.1084C19.9758 16.6131 19.7805 17.1469 19.5725 17.6856C19.4629 17.9698 19.3499 18.2554 19.2346 18.5388Z' fill='%2300005E'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6604 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%2300005E'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%2300005E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6702 13.6987L23.6572 13.6981C23.6612 13.6985 23.6655 13.6986 23.6702 13.6987C23.6765 13.6987 23.6834 13.6985 23.6904 13.6978L23.6702 13.6987Z' fill='%2300005E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6636 13.6984C23.6699 13.6984 23.6833 13.6985 23.6904 13.6978C23.6826 13.6986 23.6724 13.6986 23.6636 13.6984Z' fill='%2300005E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6494 24.6699C25.6472 24.6914 25.6523 24.7135 25.6489 24.7346C25.6348 25.5918 25.2893 26.4113 24.6836 27.0205C24.0627 27.6449 23.2192 27.9974 22.3389 28H10.4492C8.30151 28.0056 6.55127 26.2776 6.5293 24.1299V22.9733C6.12646 22.6471 5.85327 22.1675 5.79785 21.6234L5.78711 21.4183V14.1566C5.78711 13.5286 6.07666 12.9683 6.5293 12.6016V7.87013C6.55127 5.72248 8.30151 3.99446 10.4492 4.00001H19.2891C19.3865 4.00044 19.4822 4.01503 19.5737 4.04262C19.6533 4.0666 19.7295 4.10048 19.8008 4.14332C19.8687 4.18422 19.9321 4.23335 19.9893 4.29005L25.2988 9.52052C25.4922 9.71003 25.6011 9.96955 25.5996 10.2402V12.7155C25.9775 13.0793 26.2129 13.5905 26.2129 14.1566V21.4183C26.2129 21.9223 26.0264 22.3828 25.7188 22.7345L25.6992 23.3892C25.6985 23.4136 25.6963 23.4377 25.6931 23.4615C25.6895 23.4892 25.6848 23.5165 25.6797 23.5435C25.6821 23.5618 25.6843 23.5803 25.686 23.5989C25.689 23.6328 25.6907 23.6671 25.6895 23.7017L25.6621 24.6002C25.6614 24.6239 25.6519 24.6466 25.6494 24.6699ZM23.6633 24.5032L23.6904 23.6402C23.6921 23.5865 23.6992 23.5341 23.709 23.483C23.7063 23.4616 23.7039 23.4401 23.7021 23.4183H8.5293V24.1299C8.55103 25.173 9.40601 26.0057 10.4492 26H22.3389C23.0657 25.9891 23.6494 25.3967 23.6494 24.6699C23.6494 24.6131 23.6543 24.5574 23.6633 24.5032ZM23.6702 13.6986C23.679 13.6989 23.6826 13.6985 23.6904 13.6977C23.6833 13.6984 23.6765 13.6987 23.6702 13.6986ZM8.5293 14.1566H23.7434H24.2129V14.5621V21.4183H8.5293H7.78711V14.1566H8.5293ZM23.5996 12.1566H8.5293V7.87013C8.55103 6.82704 9.40601 5.99439 10.4492 6.00001H18.4492V10.71C18.4546 10.9839 18.6753 11.2046 18.9492 11.21H23.5996V12.1566ZM19.5293 10.21H23.1895L19.5293 6.59962V10.21Z' fill='%2300005E'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents.archive-mode span.icon-xhtml{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1188 18.8049H23.5618V19.2874H21.5552V16.1084H22.1188V18.8049Z' fill='%23fff3ee'/%3E%3Cpath d='M20.15 16.1084H20.9256V19.2874H20.389V16.7893C20.1095 17.619 19.7668 18.4847 19.4241 19.2874H19.0272C18.689 18.4893 18.3463 17.6235 18.0713 16.7983V19.2874H17.5347V16.1084H18.3058C18.5763 16.8794 18.8965 17.7182 19.2347 18.5389C19.5683 17.7182 19.884 16.8794 20.15 16.1084Z' fill='%23fff3ee'/%3E%3Cpath d='M15.6056 19.2874V16.5909H14.6406V16.1084H17.1342V16.5909H16.1693V19.2874H15.6056Z' fill='%23fff3ee'/%3E%3Cpath d='M13.6802 16.1084H14.2394V19.2874H13.6802V17.9076H12.2372V19.2874H11.6736V16.1084H12.2372V17.4251H13.6802V16.1084Z' fill='%23fff3ee'/%3E%3Cpath d='M10.7185 18.381C10.9936 18.8049 11.1334 18.8861 11.3047 18.877V19.2739C11.2281 19.3054 11.1424 19.3144 11.0702 19.3144C10.7501 19.3144 10.5742 19.1386 10.2811 18.6786L9.89332 18.0609C9.56865 18.4847 9.33417 18.8816 9.15831 19.2874H8.54956C8.77051 18.7463 9.13577 18.1961 9.57316 17.6325L8.60367 16.1084H9.22144L9.94743 17.2582C10.2496 16.8794 10.4976 16.4736 10.6374 16.1084H11.2461C11.0342 16.6585 10.6779 17.1725 10.2721 17.6821L10.7185 18.381Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6147 13.6819L23.6191 13.6857L23.6174 13.6841L23.6147 13.6819Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6656 13.6985 23.6613 13.6984 23.6572 13.698C23.655 13.6978 23.6528 13.6976 23.6506 13.6973L23.6572 13.698L23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2346 18.5388C19.4624 17.9789 19.6816 17.4105 19.8826 16.861C19.9761 16.6051 20.0657 16.3534 20.1501 16.1084C19.9758 16.6131 19.7805 17.1469 19.5725 17.6856C19.4629 17.9698 19.3499 18.2554 19.2346 18.5388Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6604 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6702 13.6987L23.6572 13.6981C23.6612 13.6985 23.6655 13.6986 23.6702 13.6987C23.6765 13.6987 23.6834 13.6985 23.6904 13.6978L23.6702 13.6987Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6636 13.6984C23.6699 13.6984 23.6833 13.6985 23.6904 13.6978C23.6826 13.6986 23.6724 13.6986 23.6636 13.6984Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6494 24.6699C25.6472 24.6914 25.6523 24.7135 25.6489 24.7346C25.6348 25.5918 25.2893 26.4113 24.6836 27.0205C24.0627 27.6449 23.2192 27.9974 22.3389 28H10.4492C8.30151 28.0056 6.55127 26.2776 6.5293 24.1299V22.9733C6.12646 22.6471 5.85327 22.1675 5.79785 21.6234L5.78711 21.4183V14.1566C5.78711 13.5286 6.07666 12.9683 6.5293 12.6016V7.87013C6.55127 5.72248 8.30151 3.99446 10.4492 4.00001H19.2891C19.3865 4.00044 19.4822 4.01503 19.5737 4.04262C19.6533 4.0666 19.7295 4.10048 19.8008 4.14332C19.8687 4.18422 19.9321 4.23335 19.9893 4.29005L25.2988 9.52052C25.4922 9.71003 25.6011 9.96955 25.5996 10.2402V12.7155C25.9775 13.0793 26.2129 13.5905 26.2129 14.1566V21.4183C26.2129 21.9223 26.0264 22.3828 25.7188 22.7345L25.6992 23.3892C25.6985 23.4136 25.6963 23.4377 25.6931 23.4615C25.6895 23.4892 25.6848 23.5165 25.6797 23.5435C25.6821 23.5618 25.6843 23.5803 25.686 23.5989C25.689 23.6328 25.6907 23.6671 25.6895 23.7017L25.6621 24.6002C25.6614 24.6239 25.6519 24.6466 25.6494 24.6699ZM23.6633 24.5032L23.6904 23.6402C23.6921 23.5865 23.6992 23.5341 23.709 23.483C23.7063 23.4616 23.7039 23.4401 23.7021 23.4183H8.5293V24.1299C8.55103 25.173 9.40601 26.0057 10.4492 26H22.3389C23.0657 25.9891 23.6494 25.3967 23.6494 24.6699C23.6494 24.6131 23.6543 24.5574 23.6633 24.5032ZM23.6702 13.6986C23.679 13.6989 23.6826 13.6985 23.6904 13.6977C23.6833 13.6984 23.6765 13.6987 23.6702 13.6986ZM8.5293 14.1566H23.7434H24.2129V14.5621V21.4183H8.5293H7.78711V14.1566H8.5293ZM23.5996 12.1566H8.5293V7.87013C8.55103 6.82704 9.40601 5.99439 10.4492 6.00001H18.4492V10.71C18.4546 10.9839 18.6753 11.2046 18.9492 11.21H23.5996V12.1566ZM19.5293 10.21H23.1895L19.5293 6.59962V10.21Z' fill='%23fff3ee'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents.archive-mode span.icon-xhtml{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1188 18.8049H23.5618V19.2874H21.5552V16.1084H22.1188V18.8049Z' fill='%23fff3ee'/%3E%3Cpath d='M20.15 16.1084H20.9256V19.2874H20.389V16.7893C20.1095 17.619 19.7668 18.4847 19.4241 19.2874H19.0272C18.689 18.4893 18.3463 17.6235 18.0713 16.7983V19.2874H17.5347V16.1084H18.3058C18.5763 16.8794 18.8965 17.7182 19.2347 18.5389C19.5683 17.7182 19.884 16.8794 20.15 16.1084Z' fill='%23fff3ee'/%3E%3Cpath d='M15.6056 19.2874V16.5909H14.6406V16.1084H17.1342V16.5909H16.1693V19.2874H15.6056Z' fill='%23fff3ee'/%3E%3Cpath d='M13.6802 16.1084H14.2394V19.2874H13.6802V17.9076H12.2372V19.2874H11.6736V16.1084H12.2372V17.4251H13.6802V16.1084Z' fill='%23fff3ee'/%3E%3Cpath d='M10.7185 18.381C10.9936 18.8049 11.1334 18.8861 11.3047 18.877V19.2739C11.2281 19.3054 11.1424 19.3144 11.0702 19.3144C10.7501 19.3144 10.5742 19.1386 10.2811 18.6786L9.89332 18.0609C9.56865 18.4847 9.33417 18.8816 9.15831 19.2874H8.54956C8.77051 18.7463 9.13577 18.1961 9.57316 17.6325L8.60367 16.1084H9.22144L9.94743 17.2582C10.2496 16.8794 10.4976 16.4736 10.6374 16.1084H11.2461C11.0342 16.6585 10.6779 17.1725 10.2721 17.6821L10.7185 18.381Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6147 13.6819L23.6191 13.6857L23.6174 13.6841L23.6147 13.6819Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6656 13.6985 23.6613 13.6984 23.6572 13.698C23.655 13.6978 23.6528 13.6976 23.6506 13.6973L23.6572 13.698L23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2346 18.5388C19.4624 17.9789 19.6816 17.4105 19.8826 16.861C19.9761 16.6051 20.0657 16.3534 20.1501 16.1084C19.9758 16.6131 19.7805 17.1469 19.5725 17.6856C19.4629 17.9698 19.3499 18.2554 19.2346 18.5388Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6604 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath d='M23.6702 13.6985C23.6668 13.6985 23.6603 13.6983 23.6572 13.698C23.6613 13.6984 23.6656 13.6985 23.6702 13.6985Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6702 13.6987L23.6572 13.6981C23.6612 13.6985 23.6655 13.6986 23.6702 13.6987C23.6765 13.6987 23.6834 13.6985 23.6904 13.6978L23.6702 13.6987Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6636 13.6984C23.6699 13.6984 23.6833 13.6985 23.6904 13.6978C23.6826 13.6986 23.6724 13.6986 23.6636 13.6984Z' fill='%23fff3ee'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6494 24.6699C25.6472 24.6914 25.6523 24.7135 25.6489 24.7346C25.6348 25.5918 25.2893 26.4113 24.6836 27.0205C24.0627 27.6449 23.2192 27.9974 22.3389 28H10.4492C8.30151 28.0056 6.55127 26.2776 6.5293 24.1299V22.9733C6.12646 22.6471 5.85327 22.1675 5.79785 21.6234L5.78711 21.4183V14.1566C5.78711 13.5286 6.07666 12.9683 6.5293 12.6016V7.87013C6.55127 5.72248 8.30151 3.99446 10.4492 4.00001H19.2891C19.3865 4.00044 19.4822 4.01503 19.5737 4.04262C19.6533 4.0666 19.7295 4.10048 19.8008 4.14332C19.8687 4.18422 19.9321 4.23335 19.9893 4.29005L25.2988 9.52052C25.4922 9.71003 25.6011 9.96955 25.5996 10.2402V12.7155C25.9775 13.0793 26.2129 13.5905 26.2129 14.1566V21.4183C26.2129 21.9223 26.0264 22.3828 25.7188 22.7345L25.6992 23.3892C25.6985 23.4136 25.6963 23.4377 25.6931 23.4615C25.6895 23.4892 25.6848 23.5165 25.6797 23.5435C25.6821 23.5618 25.6843 23.5803 25.686 23.5989C25.689 23.6328 25.6907 23.6671 25.6895 23.7017L25.6621 24.6002C25.6614 24.6239 25.6519 24.6466 25.6494 24.6699ZM23.6633 24.5032L23.6904 23.6402C23.6921 23.5865 23.6992 23.5341 23.709 23.483C23.7063 23.4616 23.7039 23.4401 23.7021 23.4183H8.5293V24.1299C8.55103 25.173 9.40601 26.0057 10.4492 26H22.3389C23.0657 25.9891 23.6494 25.3967 23.6494 24.6699C23.6494 24.6131 23.6543 24.5574 23.6633 24.5032ZM23.6702 13.6986C23.679 13.6989 23.6826 13.6985 23.6904 13.6977C23.6833 13.6984 23.6765 13.6987 23.6702 13.6986ZM8.5293 14.1566H23.7434H24.2129V14.5621V21.4183H8.5293H7.78711V14.1566H8.5293ZM23.5996 12.1566H8.5293V7.87013C8.55103 6.82704 9.40601 5.99439 10.4492 6.00001H18.4492V10.71C18.4546 10.9839 18.6753 11.2046 18.9492 11.21H23.5996V12.1566ZM19.5293 10.21H23.1895L19.5293 6.59962V10.21Z' fill='%23fff3ee'/%3E%3C/svg%3E");}}}.view-documents.archive-mode .views-view-table{border-collapse:separate;border-spacing:0 16px;}.view-documents.archive-mode .views-view-table .views-field-select{vertical-align:middle;}.view-documents.archive-mode .views-view-table .views-field-select input{font-size:1.2rem;background:transparent;position:relative;}.view-documents.archive-mode .views-view-table .views-field-select [type=checkbox]::after{content:"";position:absolute;inset:2px;-webkit-border-radius:0.125em;border-radius:0.125em;z-index:0;}@supports (color:light-dark(red,red)){.view-documents.archive-mode .views-view-table .views-field-select [type=checkbox]::after{background:light-dark(white,#181818);}}.view-documents.archive-mode .views-view-table .views-field-select [type=checkbox]::before{z-index:1;}.view-documents.archive-mode .views-view-table thead th{border-bottom:0;vertical-align:bottom;}.view-documents.archive-mode .views-view-table thead th.views-field-select{text-align:center;}.view-documents.archive-mode .views-view-table thead th.views-field-select label{font-weight:var(--fw-500);font-size:var(--fs--1);}.view-documents.archive-mode .views-view-table thead th:not(:first-child){padding-bottom:0.5rem;}.view-documents.archive-mode .views-view-table thead th button,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-documents.archive-mode .views-view-table thead th a,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .view-documents.archive-mode .views-view-table thead th a,.view-documents.archive-mode .views-view-table thead th a.button,.view-documents.archive-mode .views-view-table thead th .quotes a,.quotes .view-documents.archive-mode .views-view-table thead th a{padding-inline:1.8em;}.view-documents.archive-mode .views-view-table thead th button span.icon svg,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a span.icon svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-documents.archive-mode .views-view-table thead th a span.icon svg,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .field--name-field-contact-link a span.icon svg,.vocabulary--author .page-main .field--name-field-contact-link .view-documents.archive-mode .views-view-table thead th a span.icon svg,.view-documents.archive-mode .views-view-table thead th a.button span.icon svg,.view-documents.archive-mode .views-view-table thead th .quotes a span.icon svg,.quotes .view-documents.archive-mode .views-view-table thead th a span.icon svg{width:1em;height:1em;-webkit-margin-end:0.25em;-moz-margin-end:0.25em;margin-inline-end:0.25em;-webkit-margin-after:-3px;margin-block-end:-3px;}.view-documents.archive-mode .views-view-table thead th button span.icon,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a span.icon,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-documents.archive-mode .views-view-table thead th a span.icon,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .field--name-field-contact-link a span.icon,.vocabulary--author .page-main .field--name-field-contact-link .view-documents.archive-mode .views-view-table thead th a span.icon,.view-documents.archive-mode .views-view-table thead th a.button span.icon,.view-documents.archive-mode .views-view-table thead th .quotes a span.icon,.quotes .view-documents.archive-mode .views-view-table thead th a span.icon,.view-documents.archive-mode .views-view-table thead th button span.icon > svg,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a span.icon > svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-documents.archive-mode .views-view-table thead th a span.icon > svg,.view-documents.archive-mode .views-view-table thead th .vocabulary--author .page-main .field--name-field-contact-link a span.icon > svg,.vocabulary--author .page-main .field--name-field-contact-link .view-documents.archive-mode .views-view-table thead th a span.icon > svg,.view-documents.archive-mode .views-view-table thead th a.button span.icon > svg,.view-documents.archive-mode .views-view-table thead th .quotes a span.icon > svg,.quotes .view-documents.archive-mode .views-view-table thead th a span.icon > svg{color:inherit;}.view-documents.archive-mode .views-view-table tbody tr{background-image:none;}.view-documents.archive-mode .views-view-table tbody td{position:relative;padding-block:16px;padding-inline:32px;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;border:1px solid var(--color-scheme-g2);}.view-documents.archive-mode .views-view-table tbody td:not(:first-child){border-left:0;}.view-documents.archive-mode .views-view-table tbody td:not(:last-child){border-right:0;}.view-documents.archive-mode .views-view-table tbody td.views-field-select{text-align:center;background:var(--color-scheme-g1);}@supports (color:light-dark(red,red)){.view-documents.archive-mode .views-view-table tbody td.views-field-select{background:light-dark(#f4f2f1,#f5d3cc);}}.view-documents.archive-mode .views-view-table tbody td.views-field-name{width:100%;}.view-documents.archive-mode .views-view-table tbody td.views-field-name a{font-weight:var(--fw-500);}.view-documents.archive-mode .views-view-table tbody td.views-field-divider{padding:0;width:1px;height:100%;position:relative;}.view-documents.archive-mode .views-view-table tbody td.views-field-divider div.table-content-divider{min-height:90px;position:static;}.view-documents.archive-mode .views-view-table tbody td.views-field-divider div.table-content-divider:before{content:"";position:absolute;height:-webkit-calc(100% - 32px);height:calc(100% - 32px);width:1px;top:16px;left:0;right:0;bottom:16px;background:var(--color-scheme-g2);}.view-documents.archive-mode .views-view-table tbody td.views-field-filesize .file-info-container{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-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:0.5rem;}.view-documents.archive-mode .views-view-table tbody td.views-field-filesize .file-info-container a{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;gap:0.5rem;text-transform:uppercase;white-space:nowrap;}.view-documents.archive-mode .views-view-table tbody td a{font-weight:var(--fw-400);}.view-documents.archive-mode .views-view-table tbody td a .link-blank{display:none;}@media (max-width:63.9375rem){.view-documents.archive-mode .views-view-table thead{display:none;}.view-documents.archive-mode .views-view-table tbody tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:1px solid var(--color-scheme-g2);border-left:16px solid var(--color-scheme-b5);margin-bottom:16px;padding-block:16px;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents.archive-mode .views-view-table tbody tr{border-color:var(--color-p3);}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents.archive-mode .views-view-table tbody tr{border-color:var(--color-p3);}}}.view-documents.archive-mode .views-view-table tbody tr td{border:none;margin-left:0;}.view-documents.archive-mode .views-view-table tbody tr td.views-field-divider{width:100%;height:10px;padding-inline:32px;}.view-documents.archive-mode .views-view-table tbody tr td.views-field-divider div.table-content-divider{min-height:0;border-top:2px solid var(--color-scheme-b5);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-documents.archive-mode .views-view-table tbody tr td.views-field-divider div.table-content-divider{border-top-color:var(--color-p3);}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-documents.archive-mode .views-view-table tbody tr td.views-field-divider div.table-content-divider{border-top-color:var(--color-p3);}}}.view-documents.archive-mode .views-view-table tbody tr td.views-field-divider div.table-content-divider:before{content:none;}.view-documents.archive-mode .views-view-table tbody tr td.views-field-select{display:none;}.view-documents.archive-mode .views-view-table tbody tr td.views-field-name a{font-size:var(--fs-0);}.view-documents.archive-mode .views-view-table tbody tr td.views-field-filesize .file-info-container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:1rem;}}.documents-list-bulk-download .view-documents{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;}.documents-list-bulk-download h2{position:relative;font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.documents-list-bulk-download h2::after{content:"";margin-top:1rem;display:block;height:2px;width:-webkit-calc(50% - 0.9375rem);width:calc(50% - 0.9375rem);background-color:var(--color-scheme-b4);}.documents-list-bulk-download h2 + p{padding-top:0.5em;}.documents-list-bulk-download a .link-blank{font:0/0 a;opacity:0;height:0px;width:0px;position:absolute;}.documents-list-bulk-download label{padding:0.5rem 0;padding-right:1.875rem;font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);color:var(--color-scheme-b5);}.documents-list-bulk-download label span{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}@media (max-width:63.9375rem){.documents-list-bulk-download label span{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}}.documents-list-bulk-download input{background-color:transparent;margin-top:1em;}.documents-list-bulk-download input:focus-visible + label::after{content:"";position:absolute;inset:0;-webkit-border-radius:2px;border-radius:2px;width:-webkit-calc(100% + 16px);width:calc(100% + 16px);}.documents-list-bulk-download input:hover,.documents-list-bulk-download input:focus{background-color:transparent;}.documents-list-bulk-download input[id*=select-all]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300005E' fill-rule='evenodd' d='M11.29 14.73 6.5 10c-.4059-.3921-.4171-1.0391-.025-1.445.3921-.4059 1.0391-.4171 1.445-.025L11 11.61V1c0-.5523.4477-1 1-1s1 .4477 1 1v10.61l3.08-3.03A1.0042 1.0042 0 0 1 17.5 10l-4.79 4.73a1.0002 1.0002 0 0 1-1.42 0ZM24 20c0-2.2091-1.7909-4-4-4H4c-2.2091 0-4 1.7909-4 4 0 2.2091 1.7909 4 4 4h16c2.2091 0 4-1.7909 4-4Zm-2 0c0 1.1046-.8954 2-2 2H4c-1.1046 0-2-.8954-2-2s.8954-2 2-2h16c1.1046 0 2 .8954 2 2ZM4 21c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .documents-list-bulk-download input[id*=select-all]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M11.29 14.73 6.5 10c-.4059-.3921-.4171-1.0391-.025-1.445.3921-.4059 1.0391-.4171 1.445-.025L11 11.61V1c0-.5523.4477-1 1-1s1 .4477 1 1v10.61l3.08-3.03A1.0042 1.0042 0 0 1 17.5 10l-4.79 4.73a1.0002 1.0002 0 0 1-1.42 0ZM24 20c0-2.2091-1.7909-4-4-4H4c-2.2091 0-4 1.7909-4 4 0 2.2091 1.7909 4 4 4h16c2.2091 0 4-1.7909 4-4Zm-2 0c0 1.1046-.8954 2-2 2H4c-1.1046 0-2-.8954-2-2s.8954-2 2-2h16c1.1046 0 2 .8954 2 2ZM4 21c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .documents-list-bulk-download input[id*=select-all]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M11.29 14.73 6.5 10c-.4059-.3921-.4171-1.0391-.025-1.445.3921-.4059 1.0391-.4171 1.445-.025L11 11.61V1c0-.5523.4477-1 1-1s1 .4477 1 1v10.61l3.08-3.03A1.0042 1.0042 0 0 1 17.5 10l-4.79 4.73a1.0002 1.0002 0 0 1-1.42 0ZM24 20c0-2.2091-1.7909-4-4-4H4c-2.2091 0-4 1.7909-4 4 0 2.2091 1.7909 4 4 4h16c2.2091 0 4-1.7909 4-4Zm-2 0c0 1.1046-.8954 2-2 2H4c-1.1046 0-2-.8954-2-2s.8954-2 2-2h16c1.1046 0 2 .8954 2 2ZM4 21c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z' clip-rule='evenodd'/%3E%3C/svg%3E");}}}.documents-list-bulk-download input[id*=select-all]:focus-visible + label::after{width:100%;}.documents-list-bulk-download input:hover + label{color:var(--color-scheme-b5);}.documents-list-bulk-download .select-all-btn-wrapper{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;}.documents-list-bulk-download .select-all-btn-wrapper > label{padding-left:1rem;padding-right:0;}.documents-list-bulk-download .status--error{color:var(--color-maximumred);background-color:var(--color-red-020);border:1px solid var(--color-maximumred);padding:0.5em;margin-bottom:0;}.documents-list-bulk-download ul > li:first-child .file-icon-wrap::before{top:1rem;}.documents-list-bulk-download ul > li:last-child .file-icon-wrap::before{bottom:1rem;}.documents-list-bulk-download li{display:grid;grid-template-columns:1em 1fr;grid-gap:0 0.5rem;}@media (min-width:64rem){.documents-list-bulk-download li{grid-gap:0.5rem;grid-template-columns:1em auto -webkit-calc(25% + 1em);grid-template-columns:1em auto calc(25% + 1em);}}.documents-list-bulk-download li[class*=pdf] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%2300005E' d='M17 0c.3 0 .5.1.7.3l4 4.1c.2.2.3.4.3.7v14.7c0 1.2-1 2.2-2.3 2.2l-17.4-.1c-1.3 0-2.3-1-2.3-2.2V2.2C0 1 1 0 2.3 0H17zm-1 2H2.3c-.2 0-.3.1-.3.2v17.5c0 .1.1.2.3.2l17.4.1c.2 0 .3-.1.3-.2V6h-3.5c-.3 0-.5-.2-.5-.5V2zM7.2 4.5h.1c.5 0 .9.4 1.1.9.2.8.6 2.2.8 3.9 1 .9 2.1 1.6 3.3 2.2 1.4-.4 2.9-.6 4.4-.6.7 0 1.3.4 1.5 1 .2.5.2 1.1-.1 1.5-.3.4-.8.6-1.3.5-1.6-.2-3.1-.6-4.5-1.3-1.2.4-2.3.8-3.3 1.5-.3 1.4-.8 2.7-1.6 3.8-.6.4-1.1.6-1.6.6h-.3c-.5-.1-1-.4-1.1-.9-.1-.3-.2-.8.4-1.4.9-1.1 2-2 3.2-2.7.2-1.2.2-2.5.1-3.6-1-1-1.8-1.9-2.4-3-.3-.5-.4-1.1-.1-1.6.3-.5.9-.9 1.5-.8h-.1zm.6 10.4c-.8.6-1.5 1.2-2.1 1.9-.1.1-.2.3-.2.4 0 .1.2.2.4.3.1 0 .5 0 .7-.3.6-.7.9-1.5 1.2-2.3zm9-3c-.9 0-1.9.1-2.8.2 1 .3 2 .6 3 .7.2 0 .3 0 .4-.1.1-.1.1-.3 0-.5 0-.1-.3-.2-.6-.3zm-7.5-1.2c0 .7 0 1.4-.1 2.1.6-.3 1.2-.6 1.9-.8-.6-.4-1.2-.8-1.8-1.3zM7.2 5.5c-.2 0-.4.1-.5.3-.1.2-.1.4 0 .5.4.7.8 1.3 1.3 1.8-.2-1.1-.4-1.9-.6-2.4 0-.2-.1-.2-.2-.2zM17 2.4V5h2.5L17 2.4z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .documents-list-bulk-download li[class*=pdf] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23fff3ee' d='M17 0c.3 0 .5.1.7.3l4 4.1c.2.2.3.4.3.7v14.7c0 1.2-1 2.2-2.3 2.2l-17.4-.1c-1.3 0-2.3-1-2.3-2.2V2.2C0 1 1 0 2.3 0H17zm-1 2H2.3c-.2 0-.3.1-.3.2v17.5c0 .1.1.2.3.2l17.4.1c.2 0 .3-.1.3-.2V6h-3.5c-.3 0-.5-.2-.5-.5V2zM7.2 4.5h.1c.5 0 .9.4 1.1.9.2.8.6 2.2.8 3.9 1 .9 2.1 1.6 3.3 2.2 1.4-.4 2.9-.6 4.4-.6.7 0 1.3.4 1.5 1 .2.5.2 1.1-.1 1.5-.3.4-.8.6-1.3.5-1.6-.2-3.1-.6-4.5-1.3-1.2.4-2.3.8-3.3 1.5-.3 1.4-.8 2.7-1.6 3.8-.6.4-1.1.6-1.6.6h-.3c-.5-.1-1-.4-1.1-.9-.1-.3-.2-.8.4-1.4.9-1.1 2-2 3.2-2.7.2-1.2.2-2.5.1-3.6-1-1-1.8-1.9-2.4-3-.3-.5-.4-1.1-.1-1.6.3-.5.9-.9 1.5-.8h-.1zm.6 10.4c-.8.6-1.5 1.2-2.1 1.9-.1.1-.2.3-.2.4 0 .1.2.2.4.3.1 0 .5 0 .7-.3.6-.7.9-1.5 1.2-2.3zm9-3c-.9 0-1.9.1-2.8.2 1 .3 2 .6 3 .7.2 0 .3 0 .4-.1.1-.1.1-.3 0-.5 0-.1-.3-.2-.6-.3zm-7.5-1.2c0 .7 0 1.4-.1 2.1.6-.3 1.2-.6 1.9-.8-.6-.4-1.2-.8-1.8-1.3zM7.2 5.5c-.2 0-.4.1-.5.3-.1.2-.1.4 0 .5.4.7.8 1.3 1.3 1.8-.2-1.1-.4-1.9-.6-2.4 0-.2-.1-.2-.2-.2zM17 2.4V5h2.5L17 2.4z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .documents-list-bulk-download li[class*=pdf] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23fff3ee' d='M17 0c.3 0 .5.1.7.3l4 4.1c.2.2.3.4.3.7v14.7c0 1.2-1 2.2-2.3 2.2l-17.4-.1c-1.3 0-2.3-1-2.3-2.2V2.2C0 1 1 0 2.3 0H17zm-1 2H2.3c-.2 0-.3.1-.3.2v17.5c0 .1.1.2.3.2l17.4.1c.2 0 .3-.1.3-.2V6h-3.5c-.3 0-.5-.2-.5-.5V2zM7.2 4.5h.1c.5 0 .9.4 1.1.9.2.8.6 2.2.8 3.9 1 .9 2.1 1.6 3.3 2.2 1.4-.4 2.9-.6 4.4-.6.7 0 1.3.4 1.5 1 .2.5.2 1.1-.1 1.5-.3.4-.8.6-1.3.5-1.6-.2-3.1-.6-4.5-1.3-1.2.4-2.3.8-3.3 1.5-.3 1.4-.8 2.7-1.6 3.8-.6.4-1.1.6-1.6.6h-.3c-.5-.1-1-.4-1.1-.9-.1-.3-.2-.8.4-1.4.9-1.1 2-2 3.2-2.7.2-1.2.2-2.5.1-3.6-1-1-1.8-1.9-2.4-3-.3-.5-.4-1.1-.1-1.6.3-.5.9-.9 1.5-.8h-.1zm.6 10.4c-.8.6-1.5 1.2-2.1 1.9-.1.1-.2.3-.2.4 0 .1.2.2.4.3.1 0 .5 0 .7-.3.6-.7.9-1.5 1.2-2.3zm9-3c-.9 0-1.9.1-2.8.2 1 .3 2 .6 3 .7.2 0 .3 0 .4-.1.1-.1.1-.3 0-.5 0-.1-.3-.2-.6-.3zm-7.5-1.2c0 .7 0 1.4-.1 2.1.6-.3 1.2-.6 1.9-.8-.6-.4-1.2-.8-1.8-1.3zM7.2 5.5c-.2 0-.4.1-.5.3-.1.2-.1.4 0 .5.4.7.8 1.3 1.3 1.8-.2-1.1-.4-1.9-.6-2.4 0-.2-.1-.2-.2-.2zM17 2.4V5h2.5L17 2.4z'/%3E%3C/svg%3E");}}}.documents-list-bulk-download li[class*=zip] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300005E' d='M21.92 5.21H11.16s-.11-.02-.14-.06L8.83 2.72C8.41 2.26 7.82 2 7.2 2H2.18C.98 2 0 2.98 0 4.19v15.52c0 1.21.98 2.19 2.18 2.19h19.74c1.21 0 2.19-.98 2.19-2.19V7.4c0-1.21-.98-2.19-2.19-2.19Zm.19 14.5c0 .1-.09.19-.19.19H2.18c-.1 0-.18-.09-.18-.19V4.19c0-.1.08-.19.18-.19H7.2c.06 0 .11.02.14.06l2.2 2.43c.41.46 1 .72 1.62.72h4.87v1.23h-1.44c-.27 0-.5.22-.5.5s.23.5.5.5h1.44v1.58h-1.44c-.27 0-.5.22-.5.5s.23.5.5.5h1.44v1.33h-1.94v3.01c0 1.09 1.06 1.97 2.35 1.97s2.34-.88 2.34-1.97v-3.01h-1.75v-1.33h1.21c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.21V9.44h1.21c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.21V7.21h4.89c.1 0 .19.09.19.19v12.31Zm-4.33-5.36v2.01c0 .52-.61.97-1.34.97-.73 0-1.35-.45-1.35-.97v-2.01h2.69Z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .documents-list-bulk-download li[class*=zip] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff3ee' d='M21.92 5.21H11.16s-.11-.02-.14-.06L8.83 2.72C8.41 2.26 7.82 2 7.2 2H2.18C.98 2 0 2.98 0 4.19v15.52c0 1.21.98 2.19 2.18 2.19h19.74c1.21 0 2.19-.98 2.19-2.19V7.4c0-1.21-.98-2.19-2.19-2.19Zm.19 14.5c0 .1-.09.19-.19.19H2.18c-.1 0-.18-.09-.18-.19V4.19c0-.1.08-.19.18-.19H7.2c.06 0 .11.02.14.06l2.2 2.43c.41.46 1 .72 1.62.72h4.87v1.23h-1.44c-.27 0-.5.22-.5.5s.23.5.5.5h1.44v1.58h-1.44c-.27 0-.5.22-.5.5s.23.5.5.5h1.44v1.33h-1.94v3.01c0 1.09 1.06 1.97 2.35 1.97s2.34-.88 2.34-1.97v-3.01h-1.75v-1.33h1.21c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.21V9.44h1.21c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.21V7.21h4.89c.1 0 .19.09.19.19v12.31Zm-4.33-5.36v2.01c0 .52-.61.97-1.34.97-.73 0-1.35-.45-1.35-.97v-2.01h2.69Z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .documents-list-bulk-download li[class*=zip] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff3ee' d='M21.92 5.21H11.16s-.11-.02-.14-.06L8.83 2.72C8.41 2.26 7.82 2 7.2 2H2.18C.98 2 0 2.98 0 4.19v15.52c0 1.21.98 2.19 2.18 2.19h19.74c1.21 0 2.19-.98 2.19-2.19V7.4c0-1.21-.98-2.19-2.19-2.19Zm.19 14.5c0 .1-.09.19-.19.19H2.18c-.1 0-.18-.09-.18-.19V4.19c0-.1.08-.19.18-.19H7.2c.06 0 .11.02.14.06l2.2 2.43c.41.46 1 .72 1.62.72h4.87v1.23h-1.44c-.27 0-.5.22-.5.5s.23.5.5.5h1.44v1.58h-1.44c-.27 0-.5.22-.5.5s.23.5.5.5h1.44v1.33h-1.94v3.01c0 1.09 1.06 1.97 2.35 1.97s2.34-.88 2.34-1.97v-3.01h-1.75v-1.33h1.21c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.21V9.44h1.21c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.21V7.21h4.89c.1 0 .19.09.19.19v12.31Zm-4.33-5.36v2.01c0 .52-.61.97-1.34.97-.73 0-1.35-.45-1.35-.97v-2.01h2.69Z'/%3E%3C/svg%3E");}}}.documents-list-bulk-download li[class*=xlsx] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300005E' fill-rule='evenodd' d='M22.72 5.39 18.74 1.3c-.19-.2-.45-.3-.72-.3H3.31C2.03 1 1 1.98 1 3.2v17.5c0 1.21 1.01 2.2 2.27 2.21l17.4.09h.04c1.26 0 2.29-.98 2.29-2.19V6.09c0-.26-.1-.51-.28-.7ZM18 3.4 20.51 6H18V3.4Zm3 17.41c0 .08-.12.19-.32.19l-17.39-.09c-.17 0-.29-.11-.29-.21V3.2c0-.09.12-.2.31-.2H17v3.5c0 .27.22.5.5.5H21v13.81Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300005E' d='M7.09 7.12v11h9.81v-11H7.09Zm4.41 10H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm4.4 7.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .documents-list-bulk-download li[class*=xlsx] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M22.72 5.39 18.74 1.3c-.19-.2-.45-.3-.72-.3H3.31C2.03 1 1 1.98 1 3.2v17.5c0 1.21 1.01 2.2 2.27 2.21l17.4.09h.04c1.26 0 2.29-.98 2.29-2.19V6.09c0-.26-.1-.51-.28-.7ZM18 3.4 20.51 6H18V3.4Zm3 17.41c0 .08-.12.19-.32.19l-17.39-.09c-.17 0-.29-.11-.29-.21V3.2c0-.09.12-.2.31-.2H17v3.5c0 .27.22.5.5.5H21v13.81Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff3ee' d='M7.09 7.12v11h9.81v-11H7.09Zm4.41 10H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm4.4 7.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .documents-list-bulk-download li[class*=xlsx] .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' d='M22.72 5.39 18.74 1.3c-.19-.2-.45-.3-.72-.3H3.31C2.03 1 1 1.98 1 3.2v17.5c0 1.21 1.01 2.2 2.27 2.21l17.4.09h.04c1.26 0 2.29-.98 2.29-2.19V6.09c0-.26-.1-.51-.28-.7ZM18 3.4 20.51 6H18V3.4Zm3 17.41c0 .08-.12.19-.32.19l-17.39-.09c-.17 0-.29-.11-.29-.21V3.2c0-.09.12-.2.31-.2H17v3.5c0 .27.22.5.5.5H21v13.81Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff3ee' d='M7.09 7.12v11h9.81v-11H7.09Zm4.41 10H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm0-2.5H8.09v-1.5h3.41v1.5Zm4.4 7.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Zm0-2.5h-3.4v-1.5h3.4v1.5Z'/%3E%3C/svg%3E");}}}.documents-list-bulk-download li.file-external .file-icon-wrap{text-transform:none;background-size:1.125rem 1.125rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%2300005E' fill-rule='evenodd' clip-rule='evenodd' d='M10 20C15.525 20 20 15.525 20 10C20 4.475 15.525 0 10 0C4.475 0 0 4.475 0 10C0 15.525 4.475 20 10 20ZM11.875 10L9.05 8.35L9.04167 11.65L11.875 10ZM15.3917 7.25V7.275C15.55 8.175 15.625 9.08333 15.625 10C15.6333 10.925 15.55 11.8417 15.3917 12.75C15.2583 13.2417 14.8667 13.625 14.375 13.75C12.925 13.925 11.4583 14.0083 10 14C8.51667 14.0167 7.04167 13.9333 5.56667 13.75C5.075 13.6167 4.69167 13.2333 4.56667 12.7333C4.40833 11.8333 4.325 10.9167 4.33333 10C4.325 9.075 4.40833 8.15833 4.56667 7.25C4.7 6.76667 5.08333 6.38333 5.56667 6.25C7.03333 6.06667 8.51667 5.98333 10 6C11.4583 5.99167 12.925 6.075 14.375 6.25C14.8667 6.375 15.2583 6.75833 15.3917 7.25Z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .documents-list-bulk-download li.file-external .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' clip-rule='evenodd' d='M10 20C15.525 20 20 15.525 20 10C20 4.475 15.525 0 10 0C4.475 0 0 4.475 0 10C0 15.525 4.475 20 10 20ZM11.875 10L9.05 8.35L9.04167 11.65L11.875 10ZM15.3917 7.25V7.275C15.55 8.175 15.625 9.08333 15.625 10C15.6333 10.925 15.55 11.8417 15.3917 12.75C15.2583 13.2417 14.8667 13.625 14.375 13.75C12.925 13.925 11.4583 14.0083 10 14C8.51667 14.0167 7.04167 13.9333 5.56667 13.75C5.075 13.6167 4.69167 13.2333 4.56667 12.7333C4.40833 11.8333 4.325 10.9167 4.33333 10C4.325 9.075 4.40833 8.15833 4.56667 7.25C4.7 6.76667 5.08333 6.38333 5.56667 6.25C7.03333 6.06667 8.51667 5.98333 10 6C11.4583 5.99167 12.925 6.075 14.375 6.25C14.8667 6.375 15.2583 6.75833 15.3917 7.25Z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .documents-list-bulk-download li.file-external .file-icon-wrap{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff3ee' fill-rule='evenodd' clip-rule='evenodd' d='M10 20C15.525 20 20 15.525 20 10C20 4.475 15.525 0 10 0C4.475 0 0 4.475 0 10C0 15.525 4.475 20 10 20ZM11.875 10L9.05 8.35L9.04167 11.65L11.875 10ZM15.3917 7.25V7.275C15.55 8.175 15.625 9.08333 15.625 10C15.6333 10.925 15.55 11.8417 15.3917 12.75C15.2583 13.2417 14.8667 13.625 14.375 13.75C12.925 13.925 11.4583 14.0083 10 14C8.51667 14.0167 7.04167 13.9333 5.56667 13.75C5.075 13.6167 4.69167 13.2333 4.56667 12.7333C4.40833 11.8333 4.325 10.9167 4.33333 10C4.325 9.075 4.40833 8.15833 4.56667 7.25C4.7 6.76667 5.08333 6.38333 5.56667 6.25C7.03333 6.06667 8.51667 5.98333 10 6C11.4583 5.99167 12.925 6.075 14.375 6.25C14.8667 6.375 15.2583 6.75833 15.3917 7.25Z'/%3E%3C/svg%3E");}}}.documents-list-bulk-download li > *{padding:0.5rem 0;}.documents-list-bulk-download li p,.documents-list-bulk-download li span{color:var(--color-scheme-b5);}.documents-list-bulk-download li input{margin-top:0.575em;padding:0;}.documents-list-bulk-download li label{font:0/0 a;height:0px;width:0px;padding:0;margin:0;position:absolute;opacity:0;}.documents-list-bulk-download li label span.file-icon-wrap{min-width:-webkit-calc(25% + 1em);min-width:calc(25% + 1em);max-width:-webkit-calc(25% + 1em);max-width:calc(25% + 1em);padding:0.5rem 0 0.5rem 22px;text-transform:uppercase;}@media (max-width:63.9375rem){.documents-list-bulk-download li label span.file-icon-wrap{min-width:100%;max-width:100%;}}.documents-list-bulk-download li label span.file-icon-wrap > span{padding:0;margin:0;font:var(--fw-400) var(--fs--3)/var(--lh--3) var(--ff-0);text-transform:none;white-space:nowrap;}.documents-list-bulk-download li a{margin:0.5rem 0;margin-right:0.5rem;padding:0;font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);justify-self:flex-start;}@media (max-width:63.9375rem){.documents-list-bulk-download li a{margin-bottom:0.125rem;}}.documents-list-bulk-download .file-icon-wrap{display:inline-block;background-repeat:no-repeat;background-position:0 0.5rem;background-size:1rem 1rem;margin-left:0.625em;padding-left:1.5rem;text-transform:uppercase;margin:0;font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}@media (max-width:63.9375rem){.documents-list-bulk-download .file-icon-wrap{grid-column:2;margin-bottom:0.125rem;}}@media (min-width:64rem){.documents-list-bulk-download .file-icon-wrap{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.documents-list-bulk-download .file-icon-wrap::before{content:"";width:1px;height:auto;padding:0;background-color:var(--color-g2);margin:0;position:absolute;top:0;bottom:0;left:-0.625em;}}.documents-list-bulk-download .file-icon-wrap > span{padding:0;margin:0;font:var(--fw-400) var(--fs--3)/var(--lh--3) var(--ff-0);text-transform:none;white-space:nowrap;}.documents-list-bulk-download:not([data-theme]){--button-back:#00005e;--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;}.documents-list-bulk-download .button{margin-top:1.875rem;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.documents-list-bulk-download.layout-builder-block[data-theme] input{background-color:transparent;}.documents-list-bulk-download.layout-builder-block[data-theme=p1]{background-color:var(--color-scheme-p1);}.documents-list-bulk-download.layout-builder-block[data-theme=g1]{background-color:var(--color-scheme-g1);}.documents-list-bulk-download.layout-builder-block[data-theme=white]{background-color:var(--color-scheme-white);}.documents-list-bulk-download.layout-builder-block[data-theme=bg1]{background-color:var(--color-scheme-bg1);}.press-release{padding:var(--grid-gap);}.press-release .view-content h3:first-child{margin-top:20px;}.press-release .view-content div:first-child h3{margin-top:0;}.press-release h2{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);--theme-padding:inherit;}.press-release h2::after{content:"";margin-top:1rem;display:block;height:2px;width:-webkit-calc(50% - 0.9375rem);width:calc(50% - 0.9375rem);background-color:var(--color-scheme-b4);}.press-release h3{display:none;}.press-release a{}.press-release a:focus{-webkit-border-radius:2px;border-radius:2px;display:inline;border-bottom-color:var(--color-scheme-b5);color:var(--color-scheme-b5);}.press-release a:focus-visible{-webkit-border-radius:2px;border-radius:2px;display:inline;}.press-release nav{display:none;}.press-release .more-link{text-align:left;}.press-release .views-row{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;padding:0.5rem 0;}[data-layout~="sm:sm:sm"] > * .press-release .views-row,[data-layout~="sm:sm:sm:sm"] > * .press-release .views-row,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .press-release .views-row,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .press-release .views-row,[data-layout~="sm:sm:sm"] > .press-release .views-row,[data-layout~="sm:sm:sm:sm"] > .press-release .views-row,[data-layout~="sm:lg"] > .press-release .views-row:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .press-release .views-row:nth-of-type(2n - 0){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (max-width:63.9375rem){.press-release .views-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}[data-area=D i] .press-release .views-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.press-release .views-row .strong{font-weight:300;}.press-release .views-row .views-field-created{margin-right:6.75rem;}[data-area=A i] ~ [data-area=B-D i] .press-release .views-row .views-field-created{margin-right:2.75rem;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;}.press-release .views-row .views-field-title{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}.press-release .views-row.card-article,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2),.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2){display:grid;grid-template-columns:repeat(var(--grid-span),1fr);grid-gap:0.5rem 1.5rem;grid-auto-flow:row dense;grid-auto-rows:auto -webkit-max-content;grid-auto-rows:auto max-content;padding:1.5rem 0;border-top:1px solid var(--color-scheme-g4);margin-bottom:0;}.press-release .views-row.card-article > *,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) > *,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) > *{grid-column:1/-1;}@media (min-width:40rem){.press-release .views-row.card-article .image,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) .image,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) .image{grid-column:1/span 4;grid-row:1/span 2;}.press-release .views-row.card-article span,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) span,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) span{grid-column:5/span 8;}.press-release .views-row.card-article span.views-field-created,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) span.views-field-created,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) span.views-field-created{grid-row:2;}}.press-release .views-row.card-article .views-field-created,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-created,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-created{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}[data-area=A i] ~ [data-area=B-D i] .press-release .views-row.card-article .views-field-created,[data-area=A i] ~ [data-area=B-D i] .press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-created,.vocabulary--author .page-main [data-area=A i] ~ [data-area=B-D i] .press-release .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-created{margin-right:0;}@media (max-width:39.9375rem){.press-release .views-row.card-article .views-field-created,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-created,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-created{margin-top:0.5em;}}.press-release .views-row.card-article .views-field-title,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-title,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-title{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}.press-release .views-row.card-article .views-field-title a,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-title a,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-title a{text-decoration:none;font-weight:300;}.press-release .views-row.card-article .views-field-title a:focus-visible::before,.press-release .vocabulary--author .page-main .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-title a:focus-visible::before,.vocabulary--author .page-main .press-release .collection:first-of-type > div.views-row:nth-of-type(2) .views-field-title a:focus-visible::before{content:none;}.press-release .hidden .form-item__label{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}[data-area=B] .press-release{padding:0;}[data-area=B] .press-release h3{display:block;}[data-area=B] [data-layout="sm:lg"] .press-release h3{display:none;}[data-area=B] [data-layout="lg:sm"] .press-release h3{display:none;}[data-area=B] [data-layout="md:md"] .press-release h3{display:none;}[data-area=B] [data-layout="sm:sm:sm"] .press-release h3{display:none;}[data-area=B] [data-layout="sm:sm:sm:sm"] .press-release h3{display:none;}[data-layout="sm:sm:sm:sm"] div .press-release{padding:0;}[data-layout="sm:sm:sm"] div .press-release{padding:0;}[data-layout="md:md"] div .press-release{padding:0;}[data-area=B-D] .press-release{padding:0;}.page-main.node.node--type-press-release ul.documents-list{list-style-type:none;margin-left:0;margin-bottom:0;}.layout--onecol .press-release h3,.layout--twocol--sticky--B .press-release h3{display:block;}.view-documents table{}.view-documents table a:focus{-webkit-border-radius:2px;border-radius:2px;display:inline;border-bottom-color:var(--color-scheme-b5);color:var(--color-scheme-b5);}.view-documents table a:focus-visible{display:inline;}.view-press-release .form-item__textfield:not(.button){-webkit-border-radius:10rem;border-radius:10rem;background:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;padding-left:1em;line-height:1.15;width:100%;border:1px solid var(--color-scheme-b5);}.view-press-release .form-item__textfield:focus:not(.button){background-color:var(--color-scheme-white);border:var(--color-scheme-b5);}.view-press-releases .views-exposed-form [id^=edit-actions]{margin-top:1.8rem;}.view-press-releases .form--inline > .form-item{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-press-releases .form--inline > .form-item input:not(.hidden){margin-right:0.5rem;}@media (min-width:1rem) and (max-width:64rem){[data-area=C] [data-layout="sm:lg"] .view-press-releases .form--inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.view-transactions .form-item__dropdown select{width:100%;}.view-transactions .form-item__dropdown select:focus{border-color:var(--color-scheme-g4);}.view-transactions .view-filters{margin-bottom:var(--grid-gap);}.view-transactions .view-filters .form--inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.view-transactions .vue-infinite-pager{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:3.75rem 0;}.view-transactions .vue-infinite-pager .btn{-webkit-border-radius:2rem;border-radius:2rem;}.view-transactions #edit-actions{width:25%;clear:none;}.view-transactions input#edit-reset{background-image:none;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left;white-space:nowrap;}.view-transactions .role-name{min-height:4.125rem;}.view-transactions .role-label,.view-transactions .role-name,.view-transactions .type-name{text-align:center;}.view-transactions .type-name{color:var(--color-heading,var(--color-scheme-b5));}@media only screen and (max-width:767px){.view-transactions .form--inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.view-transactions .form--inline > .form-item{width:100%;}.view-transactions #edit-actions{width:100%;}.view-transactions .view-filters .views-exposed-form [id^=edit-actions]{margin-left:0;}}.vue-deal-library-list .view-transactions.view-press-releases ~ .view-header{position:relative;display:inline-block;margin-top:0;padding-top:0.5rem;margin-bottom:1.875rem;}@media (max-width:63.9375rem){.vue-deal-library-list .view-transactions.view-press-releases ~ .view-header{margin-top:1.5rem;margin-bottom:1.5rem;}}.vue-deal-library-list .view-transactions.view-press-releases ~ .view-header:before{content:"";background-color:var(--color-p3);height:3px;width:100%;position:absolute;width:100%;height:3px;top:0;left:0;pointer-events:none;}@media (max-width:63.9375rem){.vue-news-links-list .view-press-releases.view-display-id-news_list_block .list-filters{margin-bottom:0;}}.vue-news-links-list .view-press-releases.view-display-id-news_list_block .list-filters:has(.selected-filter){margin-bottom:0;}.vue-news-links-list .view-press-releases.view-display-id-news_list_block .view-header{position:relative;display:inline-block;margin-top:0;padding-top:0.5rem;margin-bottom:1.875rem;}@media (max-width:63.9375rem){.vue-news-links-list .view-press-releases.view-display-id-news_list_block .view-header{margin-top:1.5rem;margin-bottom:1.5rem;}}.vue-news-links-list .view-press-releases.view-display-id-news_list_block .view-header:before{content:"";background-color:var(--color-p3);height:3px;width:100%;position:absolute;width:100%;height:3px;top:0;left:0;pointer-events:none;}.vue-news-links-list .view-press-releases.view-display-id-news_list_block .vue-infinite-pager{margin-top:1.875rem;}@media (max-width:63.9375rem){.vue-news-links-list .view-press-releases.view-display-id-news_list_block .vue-infinite-pager{margin-top:1.5rem;}}.vue-news-links-list .views-exposed-form div[id^=edit-actions]{margin-left:0;margin-top:0;}.vue-news-links-list .views-exposed-form #edit-reset{border:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;cursor:pointer;color:var(--color-heading,var(--color-scheme-b5));-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:0;margin-bottom:0;}.vue-news-links-list .views-exposed-form #edit-reset:focus{-webkit-border-radius:25px;border-radius:25px;display:inline;outline-offset:2px;}.vue-news-links-list .views-exposed-form #edit-reset:focus-visible{-webkit-border-radius:25px;border-radius:25px;display:inline;outline-offset:2px;line-height:19px;border:1px solid var(--color-scheme-b5);position:relative;top:-1px;}.vue-news-links-list .views-exposed-form #edit-reset:hover{text-decoration:underline;}.vue-news-links-list .form--inline{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;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}.vue-news-links-list .form--inline > *{margin:0 0 1.5rem 1rem;}.survey-buttons a{color:var(--color-b5);}.survey-buttons a[target=_blank]:after{content:"";display:inline-block;width:0.9375rem;height:0.8125rem;margin-left:0.3125rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.9 11.9'%3E%3Cpath fill='%2300005e' d='M7 4.3H1.4v6.1h8.3V6.6L11 5.2v5.7s-.3.9-.9.9H0v-9h8.4L7 4.3z'/%3E%3Cpath fill='%2300005e' d='m5.7 6.6 1.5 1.5 4.6-4.5V8l2.1-2V0H7.7L5.8 2l4.5-.1'/%3E%3C/svg%3E");}.survey-buttons a[target=_blank]:hover:after,.survey-buttons a[target=_blank]:focus:after,.survey-buttons a[target=_blank]:focus-visible:after{-webkit-transition:300ms;-o-transition:300ms;transition:300ms;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.9 11.9'%3E%3Cpath fill='%23ffffff' d='M7 4.3H1.4v6.1h8.3V6.6L11 5.2v5.7s-.3.9-.9.9H0v-9h8.4L7 4.3z'/%3E%3Cpath fill='%23ffffff' d='m5.7 6.6 1.5 1.5 4.6-4.5V8l2.1-2V0H7.7L5.8 2l4.5-.1'/%3E%3C/svg%3E");}.card-blockquote,blockquote{color:var(--color-scheme-b5);margin:0 auto;max-width:-webkit-calc(34.125rem);max-width:calc(34.125rem);}.card-blockquote::before,blockquote::before{content:"‟";position:absolute;left:1.875rem;font:var(--fw-900) var(--fs-8)/var(--lh-8) var(--ff-1);line-height:0.75;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .card-blockquote::before,[data-color-scheme=color_scheme_dark] blockquote::before{color:#fff3ee;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .card-blockquote::before,html:not([data-color-scheme=color_scheme_light]) blockquote::before{color:#fff3ee;}}}@media (max-width:63.9375rem){[data-layout~="sm:sm:sm"] > * .card-blockquote::before,[data-layout~="sm:sm:sm"] > * blockquote::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote::before,[data-layout~="sm:sm:sm:sm"] > * blockquote::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote::before,[data-layout~="sm:sm:sm"] > .card-blockquote::before,[data-layout~="sm:sm:sm"] > blockquote::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote::before,[data-layout~="sm:sm:sm:sm"] > blockquote::before,[data-layout~="sm:lg"] > .card-blockquote:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote:nth-of-type(2n - 0)::before{position:absolute;left:0;display:block;height:5.625rem;}}[data-layout~="sm:sm:sm"] > * .card-blockquote::before,[data-layout~="sm:sm:sm"] > * blockquote::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote::before,[data-layout~="sm:sm:sm:sm"] > * blockquote::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote::before,[data-layout~="sm:sm:sm"] > .card-blockquote::before,[data-layout~="sm:sm:sm"] > blockquote::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote::before,[data-layout~="sm:sm:sm:sm"] > blockquote::before,[data-layout~="sm:lg"] > .card-blockquote:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote:nth-of-type(2n - 0)::before{position:absolute;left:0;display:block;height:3.75rem;}.card-blockquote:not([data-theme])::before,blockquote:not([data-theme])::before{left:0;}@media (max-width:63.9375rem){.card-blockquote:not([data-theme])::before,blockquote:not([data-theme])::before{font-size:50px;}}.card-blockquote[data-theme=p1],blockquote[data-theme=p1],.card-blockquote[data-theme=p2],blockquote[data-theme=p2],.card-blockquote[data-theme=p3],blockquote[data-theme=p3],.card-blockquote[data-theme=bg1],blockquote[data-theme=bg1],.card-blockquote[data-theme=bg2],blockquote[data-theme=bg2],.card-blockquote[data-theme=g1],blockquote[data-theme=g1],.card-blockquote[data-theme=g2],blockquote[data-theme=g2],.card-blockquote[data-theme=b5],blockquote[data-theme=b5]{padding-left:5.625rem;padding-top:3.75rem;padding-bottom:3.75rem;}[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=p1],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=p1],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=p1],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=p1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=p1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=p1],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=p1],[data-layout~="sm:sm:sm"] > blockquote[data-theme=p1],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=p1],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=p1],[data-layout~="sm:lg"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=p1]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=p1]:nth-of-type(2n - 0),[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=p2],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=p2],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=p2],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=p2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=p2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=p2],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=p2],[data-layout~="sm:sm:sm"] > blockquote[data-theme=p2],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=p2],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=p2],[data-layout~="sm:lg"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=p2]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=p2]:nth-of-type(2n - 0),[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=p3],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=p3],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=p3],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=p3],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p3],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=p3],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p3],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=p3],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=p3],[data-layout~="sm:sm:sm"] > blockquote[data-theme=p3],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=p3],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=p3],[data-layout~="sm:lg"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=p3]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=p3]:nth-of-type(2n - 0),[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=bg1],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=bg1],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=bg1],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=bg1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg1],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=bg1],[data-layout~="sm:sm:sm"] > blockquote[data-theme=bg1],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=bg1],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=bg1],[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=bg1]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=bg1]:nth-of-type(2n - 0),[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=bg2],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=bg2],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=bg2],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=bg2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg2],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=bg2],[data-layout~="sm:sm:sm"] > blockquote[data-theme=bg2],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=bg2],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=bg2],[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=bg2]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=bg2]:nth-of-type(2n - 0),[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=g1],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=g1],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=g1],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=g1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=g1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=g1],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=g1],[data-layout~="sm:sm:sm"] > blockquote[data-theme=g1],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=g1],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=g1],[data-layout~="sm:lg"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=g1]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=g1]:nth-of-type(2n - 0),[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=g2],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=g2],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=g2],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=g2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=g2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=g2],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=g2],[data-layout~="sm:sm:sm"] > blockquote[data-theme=g2],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=g2],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=g2],[data-layout~="sm:lg"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=g2]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=g2]:nth-of-type(2n - 0),[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=b5],[data-layout~="sm:sm:sm"] > * blockquote[data-theme=b5],[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=b5],[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=b5],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=b5],[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=b5],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=b5],[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=b5],[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=b5],[data-layout~="sm:sm:sm"] > blockquote[data-theme=b5],[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=b5],[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=b5],[data-layout~="sm:lg"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote[data-theme=b5]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote[data-theme=b5]:nth-of-type(2n - 0){padding-left:2.8125rem;}[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=p1]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=p1]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=p1]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=p1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=p1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=p1]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=p1]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=p1]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=p1]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=p1]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=p1]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=p1]:nth-of-type(2n - 0)::before,[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=p2]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=p2]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=p2]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=p2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=p2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=p2]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=p2]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=p2]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=p2]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=p2]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=p2]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=p2]:nth-of-type(2n - 0)::before,[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=p3]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=p3]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=p3]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=p3]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p3]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=p3]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p3]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=p3]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=p3]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=p3]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=p3]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=p3]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=p3]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=p3]:nth-of-type(2n - 0)::before,[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=bg1]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=bg1]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=bg1]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=bg1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg1]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=bg1]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=bg1]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=bg1]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=bg1]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=bg1]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=bg1]:nth-of-type(2n - 0)::before,[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=bg2]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=bg2]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=bg2]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=bg2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg2]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=bg2]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=bg2]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=bg2]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=bg2]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=bg2]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=bg2]:nth-of-type(2n - 0)::before,[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=g1]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=g1]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=g1]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=g1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=g1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=g1]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=g1]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=g1]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=g1]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=g1]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=g1]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=g1]:nth-of-type(2n - 0)::before,[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=g2]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=g2]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=g2]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=g2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=g2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=g2]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=g2]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=g2]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=g2]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=g2]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=g2]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=g2]:nth-of-type(2n - 0)::before,[data-layout~="sm:sm:sm"] > * .card-blockquote[data-theme=b5]::before,[data-layout~="sm:sm:sm"] > * blockquote[data-theme=b5]::before,[data-layout~="sm:sm:sm:sm"] > * .card-blockquote[data-theme=b5]::before,[data-layout~="sm:sm:sm:sm"] > * blockquote[data-theme=b5]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=b5]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote[data-theme=b5]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=b5]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote[data-theme=b5]::before,[data-layout~="sm:sm:sm"] > .card-blockquote[data-theme=b5]::before,[data-layout~="sm:sm:sm"] > blockquote[data-theme=b5]::before,[data-layout~="sm:sm:sm:sm"] > .card-blockquote[data-theme=b5]::before,[data-layout~="sm:sm:sm:sm"] > blockquote[data-theme=b5]::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > blockquote[data-theme=b5]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > blockquote[data-theme=b5]:nth-of-type(2n - 0)::before{font-size:50px;}@media (max-width:63.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=p1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=p1],[data-layout~="lg:sm"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=p1]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=p1]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=p2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=p2],[data-layout~="lg:sm"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=p2]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=p2]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p3],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=p3],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p3],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=p3],[data-layout~="lg:sm"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=p3]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=p3]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg1],[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=bg1]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=bg1]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg2],[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=bg2]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=bg2]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g1],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=g1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g1],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=g1],[data-layout~="lg:sm"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=g1]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=g1]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g2],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=g2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g2],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=g2],[data-layout~="lg:sm"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=g2]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=g2]:nth-of-type(2n - 0),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=b5],[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=b5],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=b5],[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=b5],[data-layout~="lg:sm"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote[data-theme=b5]:nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote[data-theme=b5]:nth-of-type(2n - 0){padding-left:2.8125rem;}}@media (max-width:29.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=p1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=p1]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=p1]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=p1]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=p1]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=p2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=p2]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=p2]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=p2]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=p2]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=p3]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=p3]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=p3]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=p3]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=p3]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=p3]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=p3]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg1]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=bg1]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg1]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=bg1]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=bg2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=bg2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=bg2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=bg2]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=bg2]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=bg2]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=bg2]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g1]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=g1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g1]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=g1]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=g1]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=g1]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=g1]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=g2]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=g2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=g2]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=g2]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=g2]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=g2]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=g2]:nth-of-type(2n - 0)::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote[data-theme=b5]::before,[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote[data-theme=b5]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote[data-theme=b5]::before,[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote[data-theme=b5]::before,[data-layout~="lg:sm"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 1)::before,[data-layout~="lg:sm"] > blockquote[data-theme=b5]:nth-of-type(2n - 1)::before,[data-layout~="sm:lg"] > .card-blockquote[data-theme=b5]:nth-of-type(2n - 0)::before,[data-layout~="sm:lg"] > blockquote[data-theme=b5]:nth-of-type(2n - 0)::before{font-size:50px;}}.card-blockquote:not([data-theme]),blockquote:not([data-theme]){padding-left:4.5rem;}@media (max-width:39.9375rem){.card-blockquote:not([data-theme]),blockquote:not([data-theme]){padding-left:2.8125rem;}}[data-layout~="sm:sm:sm"] > * .card-blockquote:not([data-theme]),[data-layout~="sm:sm:sm"] > * blockquote:not([data-theme]),[data-layout~="sm:sm:sm:sm"] > * .card-blockquote:not([data-theme]),[data-layout~="sm:sm:sm:sm"] > * blockquote:not([data-theme]),[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) .card-blockquote:not([data-theme]),[data-layout~="sm:lg"] > *:nth-of-type(2n - 1) blockquote:not([data-theme]),[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) .card-blockquote:not([data-theme]),[data-layout~="lg:sm"] > *:nth-of-type(2n - 0) blockquote:not([data-theme]),[data-layout~="sm:sm:sm"] > .card-blockquote:not([data-theme]),[data-layout~="sm:sm:sm"] > blockquote:not([data-theme]),[data-layout~="sm:sm:sm:sm"] > .card-blockquote:not([data-theme]),[data-layout~="sm:sm:sm:sm"] > blockquote:not([data-theme]),[data-layout~="sm:lg"] > .card-blockquote:not([data-theme]):nth-of-type(2n - 1),[data-layout~="sm:lg"] > blockquote:not([data-theme]):nth-of-type(2n - 1),[data-layout~="lg:sm"] > .card-blockquote:not([data-theme]):nth-of-type(2n - 0),[data-layout~="lg:sm"] > blockquote:not([data-theme]):nth-of-type(2n - 0){padding-left:2.8125rem;}@media (max-width:63.9375rem){[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) .card-blockquote:not([data-theme]),[data-layout~="lg:sm"] > *:nth-of-type(2n - 1) blockquote:not([data-theme]),[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) .card-blockquote:not([data-theme]),[data-layout~="sm:lg"] > *:nth-of-type(2n - 0) blockquote:not([data-theme]),[data-layout~="lg:sm"] > .card-blockquote:not([data-theme]):nth-of-type(2n - 1),[data-layout~="lg:sm"] > blockquote:not([data-theme]):nth-of-type(2n - 1),[data-layout~="sm:lg"] > .card-blockquote:not([data-theme]):nth-of-type(2n - 0),[data-layout~="sm:lg"] > blockquote:not([data-theme]):nth-of-type(2n - 0){padding-left:2.8125rem;}}.card-blockquote p,blockquote p{color:inherit;font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}.card-blockquote strong,blockquote strong,.card-blockquote .strong,blockquote .strong{font:var(--fw-900) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-blockquote footer *,blockquote footer *{margin-top:3.75rem;color:var(--color-scheme-g4);font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}blockquote{margin:3.75rem auto;}blockquote footer p:only-child{margin-top:1rem;}.card-contact{margin-bottom:1.875rem;}.card-contact .name,.card-contact .title,.card-contact .profile,.card-contact .download{font:0/0 a;}.card-contact .name + dd{font:var(--fw-500) var(--fs-1)/var(--lh-1) var(--ff-1);}.card-contact .title + dd,.card-contact .profile + dd,.card-contact .download + dd{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}.card-contact .profile + dd{border-top:1px solid rgba(24,24,24,0.25);padding-top:2rem;}.card-contact .title + dd{margin-bottom:1rem;}.card-contact .rte{margin-top:1rem;}.card-contact .image{--theme-padding:inherit;margin:-webkit-calc(var(--theme-padding,0rem) * -1);margin:calc(var(--theme-padding,0rem) * -1);margin-bottom:1.875rem;}.card-contact ul dt,.card-contact ol dt,.card-contact dl dt{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.card-contact ul dd,.card-contact ol dd,.card-contact dl dd{margin:0 0 0.5em;display:block;}.card-contact ul dd:last-of-type,.card-contact ol dd:last-of-type,.card-contact dl dd:last-of-type{margin:0;}.card-contact a{position:static;}.card-contact a::after{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;opacity:0;background-color:var(--color-scheme-black);mix-blend-mode:multiply;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .card-contact .profile + dd{border-color:rgba(255,255,255,0.25);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .card-contact .profile + dd{border-color:rgba(255,255,255,0.25);}}}.card-press{margin-bottom:1.875rem;}.card-press picture{-o-object-position:0 15%;object-position:0 15%;}.card-press picture:before{padding-bottom:86.25%;}.card-press h4{font:var(--fw-500) var(--fs-0)/var(--lh-0) var(--ff-0);}.card-press h4 + p{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);margin-top:0;}.card-press a{display:block;text-transform:capitalize;}.card-press time,.card-press .kicker{display:none;}.card-press h3{font:var(--fw-500) var(--fs-2)/var(--lh-2) var(--ff-1);}.card-press p{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.card-segmentation{padding:1.875rem;background-color:var(--color-scheme-p1);margin-bottom:1.875rem;}@media (max-width:63.9375rem){.card-segmentation{margin-bottom:1.5rem;background-color:transparent;padding:0;}}@media (max-width:39.9375rem){.card-segmentation ul{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;}}@media (min-width:40rem) and (max-width:63.9375rem){.card-segmentation ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}.card-segmentation h3{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}@media (max-width:63.9375rem){.card-segmentation h3{display:none;}}.card-segmentation h3.card-segmentation-mobile{display:none;}@media (max-width:63.9375rem){.card-segmentation h3.card-segmentation-mobile{margin:0;display:block;}.card-segmentation h3.card-segmentation-mobile a{background-color:var(--button-back,var(--button-default-back));color:var(--button-text,var(--button-default-text));--button-back:#00005e;--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;display:block;padding:0.71em;-webkit-border-radius:3rem;border-radius:3rem;font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);text-align:center;font-weight:600;}.card-segmentation h3.card-segmentation-mobile a:hover,.card-segmentation h3.card-segmentation-mobile a:focus{background-color:var(--button-back-hover,var(--button-default-back-hover));color:var(--button-text-hover,var(--button-default-text-hover));}@supports (color:light-dark(red,red)){.card-segmentation h3.card-segmentation-mobile a{--button-back:light-dark(#00005e,#fff3ee);--button-text:light-dark(white,#00005e);--button-back-hover:light-dark(#f5d3cc,#f5d3cc);--button-text-hover:light-dark(#00005e,#00005e);}}.card-segmentation h3.card-segmentation-mobile a strong{font-weight:600;}}@media (max-width:39.9375rem){.card-segmentation li:first-of-type{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}}.card-segmentation li:first-of-type h3{line-height:1.1;}@media (max-width:63.9375rem){.card-segmentation li:first-of-type h3{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}}.card-segmentation li{padding-bottom:1.875rem;}@media (max-width:63.9375rem){.card-segmentation li{padding-bottom:0.9375rem;display:inline-block;}}@media (min-width:40rem) and (max-width:63.9375rem){.card-segmentation li{margin-right:0.9375rem;}.card-segmentation li:first-child{width:42%;}.card-segmentation li:last-child{margin-right:0;}}.card-segmentation li + li{padding-top:1.875rem;border-top:1px solid rgba(24,24,24,0.1);}@media (max-width:39.9375rem){.card-segmentation li + li{padding-top:0;border-top:0 none;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:-webkit-calc(50% - 0.5rem);width:calc(50% - 0.5rem);padding-bottom:0;}}@media (min-width:40rem) and (max-width:63.9375rem){.card-segmentation li + li{padding-top:0;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-top:0 none;}}.card-segmentation a.button{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.card-segmentation a{position:static;}.card-segmentation a::after{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;opacity:0;background-color:var(--color-black);mix-blend-mode:multiply;}.card-segmentation a:focus,.card-segmentation a:focus-visible{-webkit-border-radius:2px;border-radius:2px;display:inline;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .card-segmentation li + li{border-color:rgba(255,255,255,0.35);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .card-segmentation li + li{border-color:rgba(255,255,255,0.35);}}}@media (min-width:64rem){.card-segmentation-headline{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}}.card-stock{background-color:var(--color-scheme-p1);--color-heading:var(--color-scheme-b5);--color-text:var(--color-scheme-b5);}@media (max-width:39.9375rem){.card-stock ul li{--grid-span:12;}}@media (min-width:40rem) and (max-width:63.9375rem){.card-stock ul li{--grid-span:6;}}.card-stock h3{font:var(--fw-700) var(--fs-1)/var(--lh-1) var(--ff-1);}.card-stock p,.card-stock li:last-child{display:grid;grid-template-columns:1fr 3fr 1fr;margin:0;}.card-stock .currency{font:var(--fw-400) var(--fs-0)/var(--lh-0) var(--ff-0);margin:0.25em 0;grid-row:1;grid-column:1;}.card-stock .price{font:var(--fw-300) var(--fs-5)/var(--lh-5) var(--ff-1);justify-self:center;grid-row:1;}.card-stock .change{font:var(--fw-500) var(--fs-0)/var(--lh-0) var(--ff-0);justify-self:end;align-self:end;margin:0.5em;grid-row:1;text-align:right;color:#474748;}@supports (color:light-dark(red,red)){.card-stock .change{color:light-dark(#474748,#e6e4e3);}}.card-stock .change.down{color:#c00404;}@supports (color:light-dark(red,red)){.card-stock .change.down{color:light-dark(#c00404,#fc6161);}}.card-stock .change.up{color:#206052;}@supports (color:light-dark(red,red)){.card-stock .change.up{color:light-dark(#206052,#40bfa3);}}.card-stock time,.card-stock a{font:var(--fw-300) var(--fs--3)/var(--lh--3) var(--ff-0);justify-self:start;align-self:end;margin:0.25em 0;grid-row:1;grid-column:1;}.card-stock ul li,.card-stock ol li,.card-stock dl li{position:static;padding:1rem 1.875rem;}.card-stock ul li:nth-of-type(even),.card-stock ol li:nth-of-type(even),.card-stock dl li:nth-of-type(even){background-color:var(--color-scheme-p2);}.card-stock ul li:last-child,.card-stock ol li:last-child,.card-stock dl li:last-child{padding:0.5rem 1.875rem;opacity:0.75;}.card-stock ul li:last-child a,.card-stock ol li:last-child a,.card-stock dl li:last-child a{grid-column:1/span 2;}.card-stock ul li:last-child a:focus:not(:focus-visible):not(.button),.card-stock ol li:last-child a:focus:not(:focus-visible):not(.button),.card-stock dl li:last-child a:focus:not(:focus-visible):not(.button){background-color:transparent;}.card-stock ul li:last-child time,.card-stock ol li:last-child time,.card-stock dl li:last-child time{grid-column:3/span 1;pointer-events:none;white-space:nowrap;text-align:right;justify-self:end;margin-right:1em;}.card-stock a.button{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.card-stock a{position:static;}.card-stock a::after{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;}.collection{margin-bottom:1.875rem;}@media (max-width:39.9375rem){.collection{margin-bottom:1.5rem;}}.collection[id]{scroll-margin-top:var(--scroll-margin-top);}.collection[tabindex="0"]:focus-visible{outline:1px auto var(--color-scheme-b5);outline-offset:4px;}@media (max-width:63.9375rem){[data-layout~=wide i] .collection[data-theme=p1],[data-layout~=wide i] .collection[data-theme=p2],[data-layout~=wide i] .collection[data-theme=p3],[data-layout~=wide i] .collection[data-theme=bg1],[data-layout~=wide i] .collection[data-theme=bg2],[data-layout~=wide i] .collection[data-theme=g1],[data-layout~=wide i] .collection[data-theme=g2],[data-layout~=wide i] .collection[data-theme=b5]{padding-top:3.75rem;padding-bottom:3.75rem;}[data-layout~=full i] .collection[data-theme=p1],[data-layout~=full i] .collection[data-theme=p2],[data-layout~=full i] .collection[data-theme=p3],[data-layout~=full i] .collection[data-theme=bg1],[data-layout~=full i] .collection[data-theme=bg2],[data-layout~=full i] .collection[data-theme=g1],[data-layout~=full i] .collection[data-theme=g2],[data-layout~=full i] .collection[data-theme=b5]{padding-top:3.75rem;padding-bottom:3.75rem;}}@media (min-width:64rem){[data-layout~=wide i] .collection[data-theme=p1],[data-layout~=wide i] .collection[data-theme=p2],[data-layout~=wide i] .collection[data-theme=p3],[data-layout~=wide i] .collection[data-theme=bg1],[data-layout~=wide i] .collection[data-theme=bg2],[data-layout~=wide i] .collection[data-theme=g1],[data-layout~=wide i] .collection[data-theme=g2],[data-layout~=wide i] .collection[data-theme=b5]{padding-top:7.5rem;padding-bottom:7.5rem;}[data-layout~=full i] .collection[data-theme=p1],[data-layout~=full i] .collection[data-theme=p2],[data-layout~=full i] .collection[data-theme=p3],[data-layout~=full i] .collection[data-theme=bg1],[data-layout~=full i] .collection[data-theme=bg2],[data-layout~=full i] .collection[data-theme=g1],[data-layout~=full i] .collection[data-theme=g2],[data-layout~=full i] .collection[data-theme=b5]{padding-top:7.5rem;padding-bottom:7.5rem;}}[data-area=A i] .collection{padding-top:var(--theme-padding,0rem);padding-bottom:var(--theme-padding,0rem);}[data-area=A i] ~ [data-area|=B i] .collection{padding-top:var(--theme-padding,0rem);padding-bottom:var(--theme-padding,0rem);}[data-area=D i] .collection{padding-top:var(--theme-padding,0rem);padding-bottom:var(--theme-padding,0rem);}.collection.header-left > header,.collection > header{grid-column:1/-1;justify-self:left;}[data-area=A i] .collection > header{padding-bottom:1.875rem;}@media (max-width:39.9375rem){[data-area=A i] .collection > header{padding-bottom:0;}}@media (min-width:64rem){[data-area=A i] .collection > header{min-height:3.75rem;}}.collection > header{margin-bottom:1.875rem;}@media (max-width:39.9375rem){.collection > header{margin-bottom:1.5rem;}}.collection > header:empty{display:none;}[data-area=A i] .collection > header + *{margin-top:0;}.collection.shortcut{--shortcut-back:#fff3ee;background-color:transparent;padding:1.875rem 0;}@media (max-width:39.9375rem){.collection.shortcut{padding:1.5rem 0;}}.page-node-type-landing-page .collection.shortcut,.collection.shortcut.page-node-type-landing-page{background-color:var(--color-scheme-p1);}[data-area=C][data-layout~=full] .collection.shortcut{margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));background-color:var(--color-scheme-p1);}@media (max-width:39.9375rem){[data-area=C][data-layout~=full] .collection.shortcut{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}[data-area=C][data-layout~=full] .collection.shortcut ul.shortcuts .shortcuts_image,[data-area=C][data-layout~=full] .collection.shortcut ol.shortcuts .shortcuts_image{background-color:var(--color-scheme-p3);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] [data-area=C][data-layout~=full] .collection.shortcut ul.shortcuts .shortcuts_image,[data-color-scheme=color_scheme_dark] [data-area=C][data-layout~=full] .collection.shortcut ol.shortcuts .shortcuts_image{background-color:var(--color-scheme-p3);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) [data-area=C][data-layout~=full] .collection.shortcut ul.shortcuts .shortcuts_image,html:not([data-color-scheme=color_scheme_light]) [data-area=C][data-layout~=full] .collection.shortcut ol.shortcuts .shortcuts_image{background-color:var(--color-scheme-p3);}}}.collection .views-element-container{--grid-span:12 !important;}@media (max-width:63.9375rem){.collection.layout--threecol{grid-row-gap:var(--grid-gap);}}.collection.offset > *:not(header),.collection.magazine > *:not(header),.collection.magazine .collection[class=card-article] > *:not(header){-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;}.collection.offset > *:not(header):nth-of-type(odd),.collection.magazine > *:not(header):nth-of-type(odd),.collection.magazine .collection[class=card-article] > *:not(header):nth-of-type(odd){margin-top:7.5rem;}@media (max-width:39.9375rem){.collection.offset > *:not(header):nth-of-type(odd),.collection.magazine > *:not(header):nth-of-type(odd),.collection.magazine .collection[class=card-article] > *:not(header):nth-of-type(odd){margin-top:1.5rem;}}.collection.fact,.collection.fact .collection[class=card-article]{margin-bottom:0;}.accordion{grid-column:1/-1;font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}.accordion .deeplink{position:relative;z-index:-1;}.accordion .deeplink:before{display:block;content:" ";margin-top:-152px;height:152px;visibility:hidden;pointer-events:none;}.accordion [aria-controls]{display:block;margin-bottom:0.25rem;padding:0.5em 1.875rem;background-color:var(--color-scheme-p1);color:var(--link-color-scheme);font-weight:300;position:relative;width:100%;text-align:left;line-height:1.3;white-space:normal;}.accordion [aria-controls]::after{position:absolute;right:1em;top:-webkit-calc(50% - .4em);top:calc(50% - .4em);content:"";width:0.8em;height:0.8em;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%2300005E' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms,-webkit-transform 300ms;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .accordion [aria-controls]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .accordion [aria-controls]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}}}.accordion [aria-controls] + *{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.accordion button,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a,.accordion .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .accordion a,.accordion a.button,.accordion .quotes a,.quotes .accordion a{overflow:hidden;}.accordion button[aria-expanded=true],.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a[aria-expanded=true],.accordion .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=true],.vocabulary--author .page-main .field--name-field-contact-link .accordion a[aria-expanded=true],.accordion a[aria-expanded=true].button,.accordion .quotes a[aria-expanded=true],.quotes .accordion a[aria-expanded=true]{color:var(--link-color-scheme);font-weight:var(--fw-700);}.accordion button[aria-expanded=true]:after,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true]:after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a[aria-expanded=true]:after,.accordion .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=true]:after,.vocabulary--author .page-main .field--name-field-contact-link .accordion a[aria-expanded=true]:after,.accordion a[aria-expanded=true].button:after,.accordion .quotes a[aria-expanded=true]:after,.quotes .accordion a[aria-expanded=true]:after{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}.accordion button:hover,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a:hover,.accordion .vocabulary--author .page-main .field--name-field-contact-link a:hover,.vocabulary--author .page-main .field--name-field-contact-link .accordion a:hover,.accordion a.button:hover,.accordion .quotes a:hover,.quotes .accordion a:hover{color:var(--link-color-scheme-hover);}.accordion button:focus,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a:focus,.accordion .vocabulary--author .page-main .field--name-field-contact-link a:focus,.vocabulary--author .page-main .field--name-field-contact-link .accordion a:focus,.accordion a.button:focus,.accordion .quotes a:focus,.quotes .accordion a:focus{color:var(--link-color-scheme-hover);height:auto;-webkit-border-radius:0;border-radius:0;}.accordion button:focus:after,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus:after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a:focus:after,.accordion .vocabulary--author .page-main .field--name-field-contact-link a:focus:after,.vocabulary--author .page-main .field--name-field-contact-link .accordion a:focus:after,.accordion a.button:focus:after,.accordion .quotes a:focus:after,.quotes .accordion a:focus:after{border-bottom:0 none;}.accordion button:focus:not(:focus-visible),.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus:not(:focus-visible),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a:focus:not(:focus-visible),.accordion .vocabulary--author .page-main .field--name-field-contact-link a:focus:not(:focus-visible),.vocabulary--author .page-main .field--name-field-contact-link .accordion a:focus:not(:focus-visible),.accordion a.button:focus:not(:focus-visible),.accordion .quotes a:focus:not(:focus-visible),.quotes .accordion a:focus:not(:focus-visible){-webkit-border-radius:0;border-radius:0;}.accordion button:focus:not(:focus-visible):after,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus:not(:focus-visible):after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a:focus:not(:focus-visible):after,.accordion .vocabulary--author .page-main .field--name-field-contact-link a:focus:not(:focus-visible):after,.vocabulary--author .page-main .field--name-field-contact-link .accordion a:focus:not(:focus-visible):after,.accordion a.button:focus:not(:focus-visible):after,.accordion .quotes a:focus:not(:focus-visible):after,.quotes .accordion a:focus:not(:focus-visible):after{border-bottom:0 none;}.accordion button:focus-visible,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a:focus-visible,.accordion .vocabulary--author .page-main .field--name-field-contact-link a:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .accordion a:focus-visible,.accordion a.button:focus-visible,.accordion .quotes a:focus-visible,.quotes .accordion a:focus-visible{-webkit-border-radius:0;border-radius:0;outline-offset:2px;}.accordion button:focus-visible:after,.accordion .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible:after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion a:focus-visible:after,.accordion .vocabulary--author .page-main .field--name-field-contact-link a:focus-visible:after,.vocabulary--author .page-main .field--name-field-contact-link .accordion a:focus-visible:after,.accordion a.button:focus-visible:after,.accordion .quotes a:focus-visible:after,.quotes .accordion a:focus-visible:after{border-bottom:0 none;}.accordion h3{display:block;margin:0;padding:0;background-color:transparent;font-weight:300;}.accordion .accordion-panel{padding:1.5rem 1.5rem 1.5rem 1.875rem;-webkit-animation:uhaxyfe 800ms forwards cubic-bezier(0.16,1,0.3,1);animation:uhaxyfe 800ms forwards cubic-bezier(0.16,1,0.3,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.accordion .accordion-panel h4{margin-bottom:0;}.accordion .accordion-panel h4 button,.accordion .accordion-panel h4 .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion .accordion-panel h4 a,.accordion .accordion-panel h4 .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .accordion .accordion-panel h4 a,.accordion .accordion-panel h4 a.button,.accordion .accordion-panel h4 .quotes a,.quotes .accordion .accordion-panel h4 a{background-color:var(--color-scheme-g1);font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);display:block;margin-bottom:0.25rem;padding:0.5em 1.875rem;}.accordion .accordion-panel h4 button:focus,.accordion .accordion-panel h4 .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion .accordion-panel h4 a:focus,.accordion .accordion-panel h4 .vocabulary--author .page-main .field--name-field-contact-link a:focus,.vocabulary--author .page-main .field--name-field-contact-link .accordion .accordion-panel h4 a:focus,.accordion .accordion-panel h4 a.button:focus,.accordion .accordion-panel h4 .quotes a:focus,.quotes .accordion .accordion-panel h4 a:focus{color:var(--link-color-scheme-hover);}.accordion .accordion-panel h4 button[aria-expanded=true],.accordion .accordion-panel h4 .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .accordion .accordion-panel h4 a[aria-expanded=true],.accordion .accordion-panel h4 .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=true],.vocabulary--author .page-main .field--name-field-contact-link .accordion .accordion-panel h4 a[aria-expanded=true],.accordion .accordion-panel h4 a[aria-expanded=true].button,.accordion .accordion-panel h4 .quotes a[aria-expanded=true],.quotes .accordion .accordion-panel h4 a[aria-expanded=true]{color:var(--link-color-scheme);font-weight:var(--fw-700);}.accordion .accordion-panel[hidden]{overflow:hidden;max-height:0;-webkit-animation:uhaxygb 200ms forwards ease-in-out;animation:uhaxygb 200ms forwards ease-in-out;opacity:0;z-index:-1;}@-webkit-keyframes uhaxyfe{0%{display:none;opacity:0;max-height:0;margin-top:-3rem;}30%{display:block;opacity:0;}100%{opacity:1;max-height:-webkit-calc(var(--h) * 1px);max-height:calc(var(--h) * 1px);margin-top:0;}}@keyframes uhaxyfe{0%{display:none;opacity:0;max-height:0;margin-top:-3rem;}30%{display:block;opacity:0;}100%{opacity:1;max-height:-webkit-calc(var(--h) * 1px);max-height:calc(var(--h) * 1px);margin-top:0;}}@-webkit-keyframes uhaxygb{0%{opacity:1;max-height:-webkit-calc(var(--h) * 1px);max-height:calc(var(--h) * 1px);margin-top:0rem;}99%{display:block;opacity:0;}100%{display:none;opacity:0;max-height:0;margin-top:-3rem;}}@keyframes uhaxygb{0%{opacity:1;max-height:-webkit-calc(var(--h) * 1px);max-height:calc(var(--h) * 1px);margin-top:0rem;}99%{display:block;opacity:0;}100%{display:none;opacity:0;max-height:0;margin-top:-3rem;}}.block-inline-block-faq [aria-controls]{font-size:1rem;}.block-inline-block-faq h3 .accordion-item[aria-expanded=true]{font-weight:var(--fw-300);}.block-inline-block-accordion h3{font-size:1rem;}.field--name-field-reference-accordion-items .field--name-field-reference-accordion-items .field--name-field-unique-id{display:none;}.list-filters dialog{display:block;position:fixed;top:0;right:0;left:auto;z-index:5;overflow-x:hidden;overflow-y:auto;background-color:var(--color-scheme-p1);pointer-events:none;opacity:0;-webkit-transition:opacity 800ms ease,-webkit-transform 600ms ease;transition:opacity 800ms ease,-webkit-transform 600ms ease;-o-transition:transform 600ms ease,opacity 800ms ease;transition:transform 600ms ease,opacity 800ms ease;transition:transform 600ms ease,opacity 800ms ease,-webkit-transform 600ms ease;}.list-filters dialog[open]{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);opacity:1;pointer-events:auto;-webkit-transition:opacity 400ms ease,-webkit-transform 600ms ease;transition:opacity 400ms ease,-webkit-transform 600ms ease;-o-transition:transform 600ms ease,opacity 400ms ease;transition:transform 600ms ease,opacity 400ms ease;transition:transform 600ms ease,opacity 400ms ease,-webkit-transform 600ms ease;}.list-filters dialog[open] > .inside-wrapper{display:grid;}.list-filters dialog::-webkit-backdrop{background:#181818;opacity:0.75;}.list-filters dialog::backdrop{background:#181818;opacity:0.75;}@media (min-width:40rem){.list-filters dialog{width:28.125rem;height:100vh;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}}@media (max-width:39.9375rem){.list-filters dialog{top:22vh;height:100%;max-height:78vh;width:100%;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}}.list-filters .inside-wrapper{display:none;grid-auto-flow:row dense;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;height:auto;padding:1.875rem;}@media (max-width:39.9375rem){.list-filters .inside-wrapper{padding-bottom:-webkit-calc(7rem + var(--safe-area-inset-bottom));padding-bottom:calc(7rem + var(--safe-area-inset-bottom));}}.list-filters h3{grid-column:1;grid-row:1;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;}.list-filters h3 .icon{height:1em;width:1em;margin-left:0;margin-right:0.5em;}.list-filters .icon{width:1.25em;height:1.25em;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:0.25em;}.list-filters button:hover .icon,.list-filters .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover .icon,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters a:hover .icon,.list-filters .vocabulary--author .page-main .field--name-field-contact-link a:hover .icon,.vocabulary--author .page-main .field--name-field-contact-link .list-filters a:hover .icon,.list-filters .quotes a:hover .icon,.quotes .list-filters a:hover .icon,.list-filters .button:hover .icon{--icon-color:var(--button-default-text-hover);}.list-filters .close-filters{font:0/0 a;grid-column:2;grid-row:1;justify-self:flex-end;background-color:var(--color-scheme-p1);padding:0.5rem;margin-top:-0.5rem;margin-right:-0.5rem;}.list-filters .close-filters svg{z-index:0;width:1.875rem;height:1.875rem;}.list-filters input{background-color:var(--color-scheme-white);width:100%;}.list-filters .form-select{width:100%;}.list-filters .buttons-wrapper{display:grid;grid-auto-flow:column dense;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;grid-gap:1.5rem;}@media (min-width:40rem){.list-filters .buttons-wrapper{grid-gap:1.875rem;}}.list-filters .buttons-wrapper.search{grid-gap:1.25rem;}@media (max-width:39.9375rem){.list-filters .buttons-wrapper.search{grid-auto-flow:row dense;grid-gap:1.5rem;}}.list-filters .buttons-wrapper.search button,.list-filters .buttons-wrapper.search .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters .buttons-wrapper.search a,.list-filters .buttons-wrapper.search .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .list-filters .buttons-wrapper.search a,.list-filters .buttons-wrapper.search a.button,.list-filters .buttons-wrapper.search .quotes a,.quotes .list-filters .buttons-wrapper.search a{margin-block:0;padding:0.75em 1.5em;}@media (max-width:39.9375rem){.list-filters .buttons-wrapper.search button,.list-filters .buttons-wrapper.search .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters .buttons-wrapper.search a,.list-filters .buttons-wrapper.search .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .list-filters .buttons-wrapper.search a,.list-filters .buttons-wrapper.search a.button,.list-filters .buttons-wrapper.search .quotes a,.quotes .list-filters .buttons-wrapper.search a{margin-block:0;}}.list-filters .buttons-wrapper button,.list-filters .buttons-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters .buttons-wrapper a,.list-filters .buttons-wrapper .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .list-filters .buttons-wrapper a,.list-filters .buttons-wrapper a.button,.list-filters .buttons-wrapper .quotes a,.quotes .list-filters .buttons-wrapper a{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;}.list-filters .form-item{margin:0;justify-self:baseline;margin-top:-0.5rem;width:100%;max-width:20rem;}.list-filters.view-filters{display:grid;grid-auto-flow:row dense;margin-top:1.875rem;margin-bottom:1.875rem;grid-gap:1.5rem;}@media (min-width:40rem){.list-filters.view-filters{grid-gap:1.875rem;}}.list-filters.view-filters + .view-header{margin-top:0;}.list-filters.view-filters #edit-actions{width:auto;height:100%;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;margin:0px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.list-filters.view-filters #edit-actions #edit-reset{--button-back:var(--button-default-back);background-color:var(--button-back);color:var(--color-scheme-b5);padding:0.5em 1.2em;-webkit-border-radius:3em;border-radius:3em;border:none;font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);margin:0;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;cursor:pointer;width:auto;}.list-filters.view-filters #edit-actions #edit-reset:hover{text-decoration:none;background-color:var(--button-default-back-hover);color:var(--button-default-text-hover);}.list-filters.view-filters #edit-actions #edit-reset:hover:not(:focus) + .icon{--icon-color:var(--button-default-text-hover);}.list-filters.view-filters #edit-actions .icon{position:absolute;top:50%;left:1em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}.list-filters.view-filters #edit-actions.clear-all-filters #edit-reset{padding-left:-webkit-calc(1.2em + 1.25em);padding-left:calc(1.2em + 1.25em);}.list-filters.view-filters .filters-wrapper .selected-filter{margin:1.875rem 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media (min-width:40rem){.list-filters.view-filters .filters-wrapper .selected-filter{margin:-webkit-calc(1.875rem * 2) 0 1.875rem;margin:calc(1.875rem * 2) 0 1.875rem;}}.list-filters.view-filters .filters-wrapper .selected-filter #edit-actions{margin-right:auto;}.list-filters.view-filters .filters-wrapper .selected-filter #edit-actions #edit-reset,.list-filters.view-filters .filters-wrapper .selected-filter button,.list-filters.view-filters .filters-wrapper .selected-filter .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .filters-wrapper .selected-filter a,.list-filters.view-filters .filters-wrapper .selected-filter .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .filters-wrapper .selected-filter a,.list-filters.view-filters .filters-wrapper .selected-filter a.button,.list-filters.view-filters .filters-wrapper .selected-filter .quotes a,.quotes .list-filters.view-filters .filters-wrapper .selected-filter a{--button-back:var(--color-scheme-white);}.list-filters.view-filters .filters-wrapper .selected-filter #edit-actions #edit-reset:focus:not(:hover),.list-filters.view-filters .filters-wrapper .selected-filter button:focus:not(:hover),.list-filters.view-filters .filters-wrapper .selected-filter .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus:not(:hover),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .filters-wrapper .selected-filter a:focus:not(:hover),.list-filters.view-filters .filters-wrapper .selected-filter .vocabulary--author .page-main .field--name-field-contact-link a:focus:not(:hover),.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .filters-wrapper .selected-filter a:focus:not(:hover),.list-filters.view-filters .filters-wrapper .selected-filter a.button:focus:not(:hover),.list-filters.view-filters .filters-wrapper .selected-filter .quotes a:focus:not(:hover),.quotes .list-filters.view-filters .filters-wrapper .selected-filter a:focus:not(:hover){--button-default-back:var(--button-back);--button-default-text:var(--button-text);}.list-filters.view-filters .selected-filter{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;margin-bottom:1.875rem;gap:1.875rem;}@media (max-width:63.9375rem){.list-filters.view-filters .selected-filter{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.list-filters.view-filters .selected-filter #edit-actions #edit-reset,.list-filters.view-filters .selected-filter button,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .selected-filter a,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .selected-filter a,.list-filters.view-filters .selected-filter a.button,.list-filters.view-filters .selected-filter .quotes a,.quotes .list-filters.view-filters .selected-filter a{--button-back:var(--color-scheme-p1);--button-text:var(--color-scheme-b5);}.list-filters.view-filters .selected-filter #edit-actions #edit-reset svg,.list-filters.view-filters .selected-filter button svg,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .selected-filter a svg,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .field--name-field-contact-link a svg,.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .selected-filter a svg,.list-filters.view-filters .selected-filter a.button svg,.list-filters.view-filters .selected-filter .quotes a svg,.quotes .list-filters.view-filters .selected-filter a svg{--icon-color:var(--button-text);}.list-filters.view-filters .selected-filter #edit-actions #edit-reset:hover,.list-filters.view-filters .selected-filter button:hover,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .selected-filter a:hover,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .field--name-field-contact-link a:hover,.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .selected-filter a:hover,.list-filters.view-filters .selected-filter a.button:hover,.list-filters.view-filters .selected-filter .quotes a:hover,.quotes .list-filters.view-filters .selected-filter a:hover{--button-back-hover:var(--button-default-back-hover);--button-text-hover:var(--button-default-text-hover);}.list-filters.view-filters .selected-filter #edit-actions #edit-reset:hover svg,.list-filters.view-filters .selected-filter button:hover svg,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .selected-filter a:hover svg,.list-filters.view-filters .selected-filter .vocabulary--author .page-main .field--name-field-contact-link a:hover svg,.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .selected-filter a:hover svg,.list-filters.view-filters .selected-filter a.button:hover svg,.list-filters.view-filters .selected-filter .quotes a:hover svg,.quotes .list-filters.view-filters .selected-filter a:hover svg{--icon-color:var(--button-text-hover);}.list-filters.view-filters .selected-filter #edit-actions #edit-reset:focus:not(:hover),.list-filters.view-filters .selected-filter button:focus:not(:hover),.list-filters.view-filters .selected-filter .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus:not(:hover),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .selected-filter a:focus:not(:hover),.list-filters.view-filters .selected-filter .vocabulary--author .page-main .field--name-field-contact-link a:focus:not(:hover),.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .selected-filter a:focus:not(:hover),.list-filters.view-filters .selected-filter a.button:focus:not(:hover),.list-filters.view-filters .selected-filter .quotes a:focus:not(:hover),.quotes .list-filters.view-filters .selected-filter a:focus:not(:hover){--button-back-hover:var(--button-back);--button-text-hover:var(--button-text);}.list-filters.view-filters .selected-filter .filtered-item{pointer-events:none;}.list-filters.view-filters .selected-filter .filtered-item .icon{pointer-events:all;}.list-filters.view-filters .selected-filter ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;}.list-filters.view-filters .selected-filter ul li button,.list-filters.view-filters .selected-filter ul li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .selected-filter ul li a,.list-filters.view-filters .selected-filter ul li .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .selected-filter ul li a,.list-filters.view-filters .selected-filter ul li a.button,.list-filters.view-filters .selected-filter ul li .quotes a,.quotes .list-filters.view-filters .selected-filter ul li a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-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;}.list-filters.view-filters .selected-filter ul li button svg,.list-filters.view-filters .selected-filter ul li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .list-filters.view-filters .selected-filter ul li a svg,.list-filters.view-filters .selected-filter ul li .vocabulary--author .page-main .field--name-field-contact-link a svg,.vocabulary--author .page-main .field--name-field-contact-link .list-filters.view-filters .selected-filter ul li a svg,.list-filters.view-filters .selected-filter ul li a.button svg,.list-filters.view-filters .selected-filter ul li .quotes a svg,.quotes .list-filters.view-filters .selected-filter ul li a svg{min-width:1rem;min-height:1rem;margin-right:0.5rem;}.list-filters.view-filters .fields-wrapper{display:block;grid-column:1/span 2;}.list-filters.view-filters .fields-wrapper .form--inline{display:block;margin-left:0;}.list-filters.view-filters .fields-wrapper .see-results{display:block;margin:3.25rem auto 0;}@media (max-width:39.9375rem){.list-filters.view-filters .fields-wrapper .see-results{margin-top:2.5rem;}}.list-filters.view-filters .form--inline{margin-left:0;}.list-filters.view-filters .form--inline > .form-item{margin-inline:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:var(--space-l);margin-block-start:var(--space-l);-webkit-box-sizing:border-box;box-sizing:border-box;}@media only screen and (max-width:767px){.form-item__dropdown{width:100%;}}[id^=edit-actions]{margin:0 0 1.5rem 1.5rem;}[id^=edit-actions]:not(.js-form-wrapper){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;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;}.views-exposed-form [id^=edit-actions]{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:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}.gallery-slider{overflow:hidden;}@media (max-width:39.9375rem){.gallery-slider{margin-left:-1.5rem;margin-right:-1.5rem;}}@media (max-width:39.9375rem){.gallery-slider[data-theme=transparent]{padding-left:var(--grid-gap);padding-right:var(--grid-gap);}}.gallery-slider[data-theme=transparent] h2{margin-left:0;}.gallery-slider[data-theme=transparent] .gallery-swiper .swiper-button-nav{right:1.25rem;}.gallery-slider[data-theme=transparent] .gallery-swiper .swiper-button-nav[class*=button-prev]{right:auto;left:1.25rem;}.gallery-slider > .slider-header{margin-bottom:1.875rem;}@media (max-width:39.9375rem){.gallery-slider > .slider-header{margin-bottom:1.5rem;}}.gallery-slider button svg,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a svg,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a svg,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a svg,.gallery-slider a.button svg,.gallery-slider .quotes a svg,.quotes .gallery-slider a svg{color:inherit;}.gallery-slider button.swiper-button-nav,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.swiper-button-nav,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.swiper-button-nav,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.swiper-button-nav,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.swiper-button-nav,.gallery-slider a.swiper-button-nav.button,.gallery-slider .quotes a.swiper-button-nav,.quotes .gallery-slider a.swiper-button-nav{color:#00005e;background-color:white;}.gallery-slider button.swiper-button-nav:hover,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.swiper-button-nav:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.swiper-button-nav:hover,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.swiper-button-nav:hover,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.swiper-button-nav:hover,.gallery-slider a.swiper-button-nav.button:hover,.gallery-slider .quotes a.swiper-button-nav:hover,.quotes .gallery-slider a.swiper-button-nav:hover{background-color:#00005e;color:white;}.gallery-slider button.close-modal,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.close-modal,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.close-modal,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.close-modal,.gallery-slider a.close-modal.button,.gallery-slider .quotes a.close-modal,.quotes .gallery-slider a.close-modal{background-color:transparent;color:white;}.gallery-slider button.close-modal:hover,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.close-modal:hover,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.close-modal:hover,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.close-modal:hover,.gallery-slider a.close-modal.button:hover,.gallery-slider .quotes a.close-modal:hover,.quotes .gallery-slider a.close-modal:hover,.gallery-slider button.close-modal:focus,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.close-modal:focus,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.close-modal:focus,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.close-modal:focus,.gallery-slider a.close-modal.button:focus,.gallery-slider .quotes a.close-modal:focus,.quotes .gallery-slider a.close-modal:focus{background-color:transparent;color:white;}.gallery-slider button.open-modal,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.open-modal,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.open-modal,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.open-modal,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.open-modal,.gallery-slider a.open-modal.button,.gallery-slider .quotes a.open-modal,.quotes .gallery-slider a.open-modal{background-color:transparent;padding:0;margin:0;border:none;-webkit-border-radius:0;border-radius:0;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;}.gallery-slider button.open-modal:focus-visible,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.open-modal:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.open-modal:focus-visible,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.open-modal:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.open-modal:focus-visible,.gallery-slider a.open-modal.button:focus-visible,.gallery-slider .quotes a.open-modal:focus-visible,.quotes .gallery-slider a.open-modal:focus-visible{opacity:1;background:transparent;outline-offset:2px;}.gallery-slider button.close-modal,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.close-modal,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.close-modal,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.close-modal,.gallery-slider a.close-modal.button,.gallery-slider .quotes a.close-modal,.quotes .gallery-slider a.close-modal{position:absolute;left:auto;top:1.5rem;right:1.5rem;padding:0.5em;-webkit-border-radius:50%;border-radius:50%;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;z-index:2;}@media (min-width:64rem){.gallery-slider button.close-modal,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.close-modal,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.close-modal,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.close-modal,.gallery-slider a.close-modal.button,.gallery-slider .quotes a.close-modal,.quotes .gallery-slider a.close-modal{top:3.75rem;right:3.75rem;}}.gallery-slider button.close-modal svg,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.close-modal svg,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.close-modal svg,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.close-modal svg,.gallery-slider a.close-modal.button svg,.gallery-slider .quotes a.close-modal svg,.quotes .gallery-slider a.close-modal svg{width:1.5rem;height:1.5rem;}.gallery-slider button.play-button,.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.play-button,.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.play-button,.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.play-button,.gallery-slider a.play-button.button,.gallery-slider .quotes a.play-button,.quotes .gallery-slider a.play-button{margin-left:auto;z-index:2;position:absolute;top:0.625rem;right:0.625rem;}.gallery-slider button.play-button span[class*=icon],.gallery-slider .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button span[class*=icon],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .gallery-slider a.play-button span[class*=icon],.gallery-slider .vocabulary--author .page-main .field--name-field-contact-link a.play-button span[class*=icon],.vocabulary--author .page-main .field--name-field-contact-link .gallery-slider a.play-button span[class*=icon],.gallery-slider a.play-button.button span[class*=icon],.gallery-slider .quotes a.play-button span[class*=icon],.quotes .gallery-slider a.play-button span[class*=icon]{color:inherit;}.gallery-slider .play-video-icon{-webkit-border-radius:50%;border-radius:50%;width:3.5rem;height:3.5rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--color-scheme-b5);background-color:white;}@supports (color:light-dark(red,red)){.gallery-slider .play-video-icon{background-color:light-dark(white,#00005e);}}.gallery-slider .embedContent__alternative{-webkit-box-sizing:border-box;box-sizing:border-box;}.gallery-slider .embedContent__alternative h2{margin:0 0 2rem;}.gallery-slider .swiper{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;}.gallery-slider .swiper .swiper-button-nav{padding:0;margin:0;-webkit-border-radius:50%;border-radius:50%;width:auto;height:auto;position:absolute;top:50%;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;z-index:4;-webkit-box-shadow:0px 0px 6px -3px var(--color-scheme-black);box-shadow:0px 0px 6px -3px var(--color-scheme-black);left:auto;right:1.25rem;}@media (max-width:39.9375rem){.gallery-slider .swiper .swiper-button-nav{display:none;}}.gallery-slider .swiper .swiper-button-nav.swiper-button-disabled{display:none;}.gallery-slider .swiper .swiper-button-nav::after{content:none;}.gallery-slider .swiper .swiper-button-nav svg{width:3rem;height:3rem;}.gallery-slider .swiper [class*=button-prev]{right:auto;left:1.25rem;}.gallery-slider .swiper .swiper-pagination{position:initial;display:grid;grid-auto-flow:column dense;grid-auto-columns:minmax(1.25rem,1.375rem);grid-gap:0.25rem;padding:0 var(--grid-gap);-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;margin-top:1.5rem;}.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:0.3125rem;margin:0;margin-bottom:4px;width:100%;-webkit-border-radius:8px;border-radius:8px;opacity:1;background-color:#8b8a8d;}@supports (color:light-dark(red,red)){.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet{background-color:light-dark(#8b8a8d,#00005e);}}.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet:focus{background-color:#8b8a8d;}@supports (color:light-dark(red,red)){.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet:focus{background-color:light-dark(#8b8a8d,#00005e);}}.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet:focus-visible{outline-offset:2px;}.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet:hover{opacity:1;background-color:#00005e;}@supports (color:light-dark(red,red)){.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.gallery-slider .swiper .swiper-pagination .swiper-pagination-bullet:hover{background-color:light-dark(#00005e,white);}}.gallery-slider[data-theme=transparent] .swiper-pagination{margin-bottom:1.5rem;}@supports (color:light-dark(red,red)){.gallery-slider[data-theme=bg1] .swiper-pagination .swiper-pagination-bullet{background-color:#8b8a8d;}.gallery-slider[data-theme=bg1] .swiper-pagination .swiper-pagination-bullet:focus{background-color:#8b8a8d;}}.gallery-slider .gallery-swiper{--media-height:22.5rem;overflow:visible;}.gallery-slider .gallery-swiper picture{height:var(--media-height);}.gallery-slider .gallery-swiper picture img{height:100%;-o-object-fit:cover;object-fit:cover;}.gallery-slider .gallery-swiper figure figcaption{margin-top:0.3125rem;color:var(--color-scheme-b5);}.gallery-slider .gallery-swiper .embeded-video-wrapper,.gallery-slider .gallery-swiper .embeded-video-wrapper .embedContent{padding-bottom:0;height:var(--media-height);pointer-events:none;}.gallery-slider .gallery-swiper .swiper-slide{--odd-width-ratio:0.757;--even-width-ratio:1.32;cursor:pointer;min-width:17.5rem;width:-webkit-calc(100% / var(--cols,1) * var(--even-width-ratio));width:calc(100% / var(--cols,1) * var(--even-width-ratio));}.gallery-slider .gallery-swiper .swiper-slide.even{min-width:13.25rem;width:-webkit-calc(100% / var(--cols,1));width:calc(100% / var(--cols,1));}.gallery-slider .gallery-swiper .swiper-button-nav{top:-webkit-calc(var(--media-height) / 2 - var(--grid-gap));top:calc(var(--media-height) / 2 - var(--grid-gap));right:-0.5rem;color:var(--color-scheme-b5);}@supports (color:light-dark(red,red)){.gallery-slider .gallery-swiper .swiper-button-nav{background-color:light-dark(white,#00005e);}}.gallery-slider .gallery-swiper .swiper-button-nav:hover{background-color:var(--button-default-back-hover);color:var(--button-default-text-hover);}.gallery-slider .gallery-swiper .swiper-button-nav[class*=button-prev]{right:auto;left:-0.5rem;}@supports (color:light-dark(red,red)){.gallery-slider .gallery-swiper[data-gallery-type=video] .swiper-button-nav{color:light-dark(white,#00005e);background-color:light-dark(#00005e,white);-webkit-box-shadow:0px 0px 6px -3px var(--color-scheme-white);box-shadow:0px 0px 6px -3px var(--color-scheme-white);}.gallery-slider .gallery-swiper[data-gallery-type=video] .swiper-button-nav:hover{color:#00005e;background-color:#f5d3cc;}}.gallery-slider .lightbox-swiper{padding:0;max-width:80rem;width:100%;margin:auto;}.gallery-slider .lightbox-swiper .swiper-wrapper{margin-bottom:1rem;}.gallery-slider .lightbox-swiper .swiper-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}@media (max-width:39.9375rem){.gallery-slider .lightbox-swiper .swiper-slide{height:auto;}}.gallery-slider .lightbox-swiper .swiper-pagination{margin:1rem 0;}@media (max-width:29.9375rem){.gallery-slider .lightbox-swiper .swiper-pagination{margin-top:1.5rem;height:2.5em;}}.gallery-slider .lightbox-swiper figure figcaption{margin-top:0.5em;}.gallery-slider dialog[id*=slider]::-webkit-backdrop{background-color:#181818;opacity:0.9;}.gallery-slider dialog[id*=slider]::backdrop{background-color:#181818;opacity:0.9;}.gallery-slider dialog[id*=slider][open]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset;}@media (max-width:39.9375rem){.gallery-slider dialog[id*=slider][open]{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;top:0;max-height:100%;}}@media (min-width:64rem){.gallery-slider dialog[id*=slider][open]{padding:3.75rem;}}.gallery-slider dialog[id*=slider] .wrapper{padding:0 1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;}@media (min-width:40rem){.gallery-slider dialog[id*=slider] .wrapper{padding:0 -webkit-calc(1.875rem + 4rem);padding:0 calc(1.875rem + 4rem);}}@media (min-width:64rem){.gallery-slider dialog[id*=slider] .wrapper{padding:0 -webkit-calc(1.875rem * 4);padding:0 calc(1.875rem * 4);}}.gallery-slider dialog[id*=slider] .video-wrapper{width:100%;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 (max-width:39.9375rem){.gallery-slider dialog[id*=slider] .video-wrapper{padding:-webkit-calc(var(--grid-gap) * 2.5) 1.875rem;padding:calc(var(--grid-gap) * 2.5) 1.875rem;}}.gallery-slider dialog[id*=slider] .video-caption{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.gallery-slider dialog[id*=slider] .embeded-video-wrapper.youtube-short{max-width:22rem;padding-bottom:0;aspect-ratio:9/16;height:100%;width:-webkit-calc(100vw * 9 / 16);width:calc(100vw * 9 / 16);margin:0 auto;}.gallery-slider dialog[id*=slider] .swiper-pagination,.gallery-slider dialog[id*=slider] figcaption,.gallery-slider dialog[id*=slider] .video-caption{color:white;}.gallery-slider dialog[id*=slider] .lightbox-swiper picture img{max-height:-webkit-calc(100vh - 6rem);max-height:calc(100vh - 6rem);width:auto;max-width:100%;margin:0 auto;}@media (min-width:64rem){.gallery-slider dialog[id*=slider] .lightbox-swiper picture img{max-height:-webkit-calc(100vh - 12rem);max-height:calc(100vh - 12rem);}}.social-feed{--post-text-bg:rgba(0,0,94,0.75);--icon-size:1.5rem;--box-shadow:rgba(0,0,0,0.05);--background-scheme:white;}.social-feed.header-center > header{text-align:center;}@supports (color:light-dark(red,red)){.social-feed{--box-shadow:light-dark(rgba(0,0,0,0.25),rgba(255,255,255,0.35));--background-scheme:light-dark(white,#181818);}}.social-feed .social-feed-items{--grid-row-gap:1.875rem;}.social-feed .post-article{-webkit-box-shadow:2px 2px 10px 0px var(--box-shadow);box-shadow:2px 2px 10px 0px var(--box-shadow);-webkit-border-radius:8px;border-radius:8px;background-color:var(--background-scheme);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;}.social-feed .post-article a .link-blank{position:absolute;height:0;width:0;opacity:0;}.social-feed .post-article a .link-blank svg{height:0;width:0;}.social-feed .post-article 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;gap:0.3125rem;padding:1rem;}.social-feed .post-article header p{margin:0;padding:0;}.social-feed .post-article header a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.social-feed .post-article header .icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:var(--icon-size);width:var(--icon-size);}.social-feed .post-article header .icon svg{width:inherit;height:inherit;}.social-feed .post-article header .icon-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.social-feed .post-article header .icon-left{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;gap:0.25rem;}.social-feed .post-article header .icon-left a{position:absolute;inset:0;}.social-feed .post-article .post-body{height:27rem;}.social-feed .post-article .post-body .post-media{height:100%;position:absolute;inset:0;overflow:hidden;}.social-feed .post-article .post-body .post-media .image{position:absolute;inset:0;}.social-feed .post-article .post-body .post-media > picture{display:block;height:100%;}.social-feed .post-article .post-body .post-media > picture img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;}.social-feed .post-article .post-body .post-media .play-video-icon{-webkit-border-radius:50%;border-radius:50%;width:3.5rem;height:3.5rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--color-scheme-b5);background-color:white;}@supports (color:light-dark(red,red)){.social-feed .post-article .post-body .post-media .play-video-icon{background-color:light-dark(white,#00005e);}}.social-feed .post-article .post-body .post-media .open-video{background-color:transparent;padding:0;margin:0;border:none;-webkit-border-radius:0;border-radius:0;position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;}.social-feed .post-article .post-body .post-media .open-video:focus{outline:none;}.social-feed .post-article .post-body .post-media .open-video:focus-visible{opacity:1;outline:1px auto var(--color-scheme-b5);outline-offset:2px;}.social-feed .post-article .post-body .post-media:has(.open-video:focus,.open-video:focus-visible) .play-video-icon{outline:1px auto var(--color-scheme-b5);}.social-feed .post-article .post-body .post-media .embeded-video-wrapper{padding-bottom:0;width:auto;height:100%;}.social-feed .post-article .post-body .post-media .embeded-video-wrapper .embedContent{padding-bottom:0;width:auto;height:100%;}.social-feed .post-article .post-body .post-media [class*=media--type]{height:100%;}.social-feed .post-article .post-body.media-video{overflow:hidden;}.social-feed .post-article .post-body.media-video .post-text{opacity:1;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}.social-feed .post-article .post-body.media-video .post-text::before{content:"";background-position:center;background-repeat:no-repeat;background-size:1.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M28.9986 22a1 1 0 0 0-.25-.66L16.7485 7.63a.999.999 0 0 0-1.1614-.25 1 1 0 0 0-.3386.25l-12 13.71a1 1 0 0 0 1.5 1.32l11.25-12.86 11.2501 12.86a.9999.9999 0 0 0 1.75-.66'/%3E%3C/svg%3E");display:block;position:absolute;top:-1.875rem;left:0;background-color:var(--post-text-bg);width:100%;height:1.875rem;}.social-feed .post-article .post-body.media-video .post-text::before:hover{cursor:pointer;}.social-feed .post-article .post-body.media-video .post-text:focus,.social-feed .post-article .post-body.media-video .post-text:focus-within{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.social-feed .post-article .post-body.media-video .post-text:focus::after,.social-feed .post-article .post-body.media-video .post-text:focus-within::after{display:block;}@media (min-width:48rem){.social-feed .post-article .post-body.media-video .post-text:hover{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.social-feed .post-article .post-body.media-video .post-text:hover::after{display:block;}}@media (max-width:47.9375rem){.social-feed .post-article .post-body.media-video .post-text::after{content:"";background-position:center;background-repeat:no-repeat;background-size:1.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");display:none;position:absolute;top:auto;bottom:0;left:0;width:100%;height:1.875rem;cursor:pointer;}.social-feed .post-article .post-body.media-video .post-text.is-expanded{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.social-feed .post-article .post-body.media-video .post-text.is-expanded::after{display:block;}.social-feed .post-article .post-body.media-video .post-text .post-link{bottom:2.5rem;}}.social-feed .post-article .post-body .post-text{padding:3.75rem 2.5rem;background-color:var(--post-text-bg);height:100%;opacity:0;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;}.social-feed .post-article .post-body .post-text:hover,.social-feed .post-article .post-body .post-text:focus,.social-feed .post-article .post-body .post-text:focus-within{opacity:1;}@media (max-width:47.9375rem){.social-feed .post-article .post-body .post-text.is-expanded{opacity:1;}}.social-feed .post-article .post-body .post-text *{color:white;}.social-feed .post-article .post-body .post-text .post-caption{overflow:hidden;display:-webkit-box;-webkit-line-clamp:13;-webkit-box-orient:vertical;line-height:1.5;}.social-feed .post-article .post-body .post-text .post-link{position:absolute;inset:0;}@media (max-width:47.9375rem){.social-feed .post-article .post-body .post-text .post-link{z-index:-1;}}@media (max-width:47.9375rem){.social-feed .post-article .post-body .post-text:focus-within .post-link,.social-feed .post-article .post-body .post-text.is-expanded .post-link{z-index:1;}}.social-feed .post-article footer{padding:0.3125rem 1rem 0.5rem 1rem;}.social-feed .post-article .post-date{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.js-pager__items.pager{text-align:center;}.js-pager__items.pager .pager__item{padding:0;margin:0;}.js-pager__items.pager .button{--button-back:#00005e;--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;}@supports (color:light-dark(red,red)){.js-pager__items.pager .button{--button-back:light-dark(#00005e,#fff3ee);--button-text:light-dark(white,#00005e);--button-back-hover:light-dark(#f5d3cc,#f5d3cc);--button-text-hover:light-dark(#00005e,#00005e);}}.view-news .bef-exposed-form .form--inline{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;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.5rem;}.view-news .bef-exposed-form .form--inline > *{margin:0 0 1.5rem 1.5rem;}.view-news .view-content{display:grid;grid-template-columns:repeat(var(--grid-span),1fr);gap:var(--grid-row-gap,0) var(--grid-gap);grid-auto-flow:row dense;}@media (max-width:19.9375rem),(max-height:22rem) and (max-width:63.9375rem){.view-news .view-content{gap:0 0.5rem;}}.view-news .views-row{padding-bottom:1.875rem;margin-top:1.875rem;z-index:0;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;position:relative;gap:0 1.5rem;--grid-col:auto;--grid-row:auto;--grid-row-gap:0;grid-row:var(--grid-row)/span var(--grid-row-span);grid-column:var(--grid-col)/span var(--grid-span);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 (min-width:40rem){.view-news .views-row{--grid-span:6;}}@media (min-width:64rem){.view-news .views-row{--grid-span:4;}}.view-news .views-row > *{grid-column:1/-1;--grid-col:auto;--grid-row:auto;--grid-row-gap:0;grid-row:var(--grid-row)/span var(--grid-row-span);grid-column:var(--grid-col)/span var(--grid-span);-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;}.view-news .views-field-title{font:var(--fw-500) var(--fs-1)/var(--lh-1) var(--ff-1);margin:0.25em 0 0.5rem;position:static;display:block;}.view-news .views-field-title .field-content,.view-news .views-field-title a{position:static;display:block;}.view-news .views-field-title a::before{content:"";top:0;left:0;right:0;bottom:0;width:100%;position:absolute;height:100%;z-index:9;}.view-news .views-field-created{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);margin:0.25em 0;opacity:0.7;height:1.5rem;visibility:initial;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}.view-news .views-field-field-images{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}.view-news .views-field-field-images a{--theme-padding:inherit;grid-row:1;margin:-webkit-calc(var(--theme-padding,0rem) * -1);margin:calc(var(--theme-padding,0rem) * -1);margin-bottom:0;z-index:0;display:block;overflow:hidden;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;}.view-news .views-field-field-images a::before,.view-news .views-field-field-images a::after{float:left;padding-bottom:56.25%;}.view-news .views-field-field-images a img{display:block;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit;z-index:-1;position:relative;top:0;left:0;width:100%;height:100%;}.view-news .views-field-field-teaser-text .field-content > *{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);margin-top:0;}.view-news .views-view-table thead th{border:0 none;border-bottom:1px solid var(--color-scheme-g4);text-transform:none;background:transparent;color:var(--color-scheme-b5);padding:1rem 0;}.view-news .views-view-table thead th:after{display:none;}.view-news .views-view-table thead th a:hover{pointer-events:none;color:inherit;}.view-news .views-view-table thead th a:hover:after{display:none;}.view-news .views-view-table thead th a:focus{color:var(--color-scheme-b3);}.view-news .views-view-table thead th a:focus:after{display:none;}.view-news .views-view-table thead tr{padding:0;}.view-news .views-view-table td{position:relative;padding:1rem 0;vertical-align:top;}.view-news .views-view-table td.views-field-field-apply-due{text-align:center;padding-left:5px;padding-right:5px;}.view-news .views-view-table th.views-field-field-apply-due{text-align:center;}.view-news .views-view-table tbody tr:hover,.view-news .views-view-table tbody tr:focus{background-color:transparent;}.view-news .views-view-table .views-field-title{font-size:1.125rem;font-weight:600;width:34%;}.view-news .views-view-table .views-field-title a{max-width:80%;display:inline-block;}.view-news .views-view-table .views-field-field-category{width:25%;padding-right:5%;}.view-news .views-view-table .views-field-field-category a{max-width:80%;display:inline-block;}.view-news .views-view-table .views-field-field-location{width:20%;padding-right:3%;}.view-news .views-view-table .view-field-apply-due-table-column{width:10%;}.view-news .views-view-table .views-field-created{width:10%;text-align:right;}[data-area=B] .view-news .views-view-table #view-created-table-column,[data-area=B] .view-news .views-view-table .views-field.views-field-created{display:none;}.view-news .view-header{position:relative;display:inline-block;margin-top:1.5rem;padding-top:0.5rem;margin-bottom:4rem;}.view-news .view-header:before{content:"";background-color:var(--color-p3);height:3px;width:100%;position:absolute;top:0;left:0;pointer-events:none;}.vue-news-list .views-exposed-form div[id^=edit-actions]{margin-left:0.5rem;}.vue-news-list .views-exposed-form #edit-reset{border:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;cursor:pointer;color:var(--color-heading,var(--color-scheme-b5));-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:0;margin-bottom:0;}.vue-news-list .views-exposed-form #edit-reset:focus{-webkit-border-radius:25px;border-radius:25px;display:inline;outline-offset:2px;}.vue-news-list .views-exposed-form #edit-reset:focus-visible{-webkit-border-radius:25px;border-radius:25px;display:inline;outline-offset:2px;line-height:19px;border:1px solid var(--color-scheme-b5);position:relative;top:-1px;}.vue-news-list .views-exposed-form #edit-reset:hover{text-decoration:underline;}.sidebar{z-index:2;}.sidebar > *{margin-top:0;}@media (min-width:64rem){.sidebar > *{margin-top:0;}}.sidebar.sticky{margin-right:1.875rem;}@media (max-width:63.9375rem){.sidebar.sticky header{padding-bottom:0;border-bottom:1px solid rgba(24,24,24,0.1);padding-bottom:1rem;max-width:100%;}.sidebar.sticky header h2{font:var(--fw-300) var(--fs-4)/var(--lh-4) var(--ff-1);}}@media (max-width:63.9375rem){.sidebar.sticky:has(.sidebar-nav){display:none;}}@media (max-width:39.9375rem){.sidebar.sticky{margin-right:1.5rem;}}.path-frontpage .sidebar.sticky,.sidebar.sticky.path-frontpage{margin-right:0;}.page-node-type-landing-page .sidebar.sticky,.sidebar.sticky.page-node-type-landing-page{margin-right:0;}@media (max-width:39.9375rem){.page-node-type-landing-page .sidebar.sticky .layout--twocol--sticky--B,.sidebar.sticky.page-node-type-landing-page .layout--twocol--sticky--B{margin-bottom:3rem;}}.sidebar.sticky > *{position:-webkit-sticky;position:sticky;top:11.25rem;overflow-x:hidden;overflow-y:auto;max-height:-webkit-calc(100vh - 1.875rem * 6);max-height:calc(100vh - 1.875rem * 6);}.page-node-type-landing-page .sidebar.sticky > *,.sidebar.sticky > *.page-node-type-landing-page{top:5.625rem;margin-top:-7.5rem;overflow-y:initial;max-height:unset;}@media (max-width:63.9375rem){.page-node-type-landing-page .sidebar.sticky > *,.sidebar.sticky > *.page-node-type-landing-page{margin-top:0;}}.sidebar.sticky .collection{padding-right:0.37rem;}.sidebar.sticky .collection::-webkit-scrollbar{width:6px;}.sidebar.sticky .collection::-webkit-scrollbar-track{background:unset;}.sidebar.sticky .collection::-webkit-scrollbar-thumb{-webkit-border-radius:100px;border-radius:100px;border:3px solid rgba(24,24,24,0.1);}.sidebar.sticky .collection::-webkit-scrollbar-thumb:hover{border:3px solid rgba(24,24,24,0.2);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .sidebar.sticky .collection::-webkit-scrollbar{width:6px;}[data-color-scheme=color_scheme_dark] .sidebar.sticky .collection::-webkit-scrollbar-track{background:unset;}[data-color-scheme=color_scheme_dark] .sidebar.sticky .collection::-webkit-scrollbar-thumb{-webkit-border-radius:100px;border-radius:100px;border:3px solid rgba(244,242,241,0.8);}[data-color-scheme=color_scheme_dark] .sidebar.sticky .collection::-webkit-scrollbar-thumb:hover{border:3px solid #f4f2f1;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .sidebar.sticky .collection::-webkit-scrollbar{width:6px;}html:not([data-color-scheme=color_scheme_light]) .sidebar.sticky .collection::-webkit-scrollbar-track{background:unset;}html:not([data-color-scheme=color_scheme_light]) .sidebar.sticky .collection::-webkit-scrollbar-thumb{-webkit-border-radius:100px;border-radius:100px;border:3px solid rgba(244,242,241,0.8);}html:not([data-color-scheme=color_scheme_light]) .sidebar.sticky .collection::-webkit-scrollbar-thumb:hover{border:3px solid #f4f2f1;}}}.sidebar-nav{--sidebar-nav-back-hover:#fff3ee;--sidebar-border-color:#c9c7c7;padding-bottom:3.75rem;margin-bottom:3.75rem;max-width:-webkit-calc(20rem + 1.5rem);max-width:calc(20rem + 1.5rem);}@media (max-width:63.9375rem){.sidebar-nav{display:none;}}@supports (color:light-dark(red,red)){.sidebar-nav{--sidebar-nav-back-hover:light-dark(#fff3ee,#383838);--sidebar-border-color:light-dark(#c9c7c7,#fff3ee);}}.sidebar-nav [data-role=menubar],.sidebar-nav [data-role=menu]{display:grid;grid-template-columns:1fr 1.875rem;}.sidebar-nav ul[data-role=menubar]{margin-left:0;margin-bottom:0;}.sidebar-nav .is-active::after{content:"";position:absolute;top:0;left:0;bottom:0;right:-2rem;background-color:transparent;z-index:-1;}.sidebar-nav .current .is-active{font-weight:600;border-color:transparent;-webkit-transition:none;-o-transition:none;transition:none;}.sidebar-nav .current .is-active::after{background-color:var(--sidebar-nav-back-hover);}.sidebar-nav .current .is-active:hover{border-color:transparent;background-color:var(--sidebar-nav-back-hover);}.sidebar-nav h2{margin:0;padding:0;}.sidebar-nav li{display:grid;grid-template-columns:inherit;grid-column:1/span 2;}.sidebar-nav a{display:block;padding:0.5rem;padding-left:0.25rem;grid-column:1/span 2;align-self:center;}.sidebar-nav a:focus{height:auto;border-left:0 none;border-bottom:0 none;}.sidebar-nav a:focus-visible,.sidebar-nav a:focus{outline-offset:-1px;height:auto;}.sidebar-nav a:not([aria-expanded]){-webkit-transition:none;-o-transition:none;transition:none;color:var(--nav-link-color-scheme);}.sidebar-nav a:not([aria-expanded]):hover{background-color:var(--sidebar-nav-back-hover);}.sidebar-nav a:not([aria-expanded]):hover:after{content:"";position:absolute;top:0;left:0;bottom:0;right:-77px;background-color:var(--sidebar-nav-back-hover);z-index:-1;}.sidebar-nav a:not([aria-expanded]):focus{border-color:transparent;background-color:transparent;}.sidebar-nav a.header{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);border-bottom:1px solid var(--sidebar-border-color);grid-column:1/span 3;margin-bottom:1rem;font-weight:700;}.sidebar-nav a.header:hover{border-bottom:1px solid var(--sidebar-border-color);background-color:var(--sidebar-nav-back-hover);}.sidebar-nav a.header:not([aria-expanded]):hover{border-bottom:1px solid var(--sidebar-border-color);}.sidebar-nav a.header::after{display:none;}.sidebar-nav .expand-button{--button-text:var(--nav-link-color-scheme);--button-text-hover:var(--nav-link-color-scheme);z-index:1;grid-column:3/span 1;width:2rem;height:2rem;-webkit-border-radius:3rem;border-radius:3rem;border:2px solid transparent;background-color:transparent;align-self:center;justify-self:flex-end;padding:0;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;padding:0;-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms,-webkit-transform 300ms;}.sidebar-nav .expand-button svg{width:0.875rem;height:100%;}.sidebar-nav .expand-button:focus-visible{outline-offset:-1px;}.sidebar-nav .expand-button:hover{background-color:rgba(245,211,204,0.25);}.sidebar-nav .expand-button + [data-role=menu]{overflow:hidden;max-height:0;display:none;grid-column:1/span 3;margin:0;}.sidebar-nav .expand-button[aria-expanded=false] + [data-role=menu]{display:none;opacity:0;}.sidebar-nav .expand-button[aria-expanded=true]{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}.sidebar-nav .expand-button[aria-expanded=true]:focus{background-color:transparent;}.sidebar-nav .expand-button[aria-expanded=true] + [data-role=menu]{display:grid;-webkit-animation:uhaxyh6 600ms forwards cubic-bezier(0.34,1.56,0.64,1);animation:uhaxyh6 600ms forwards cubic-bezier(0.34,1.56,0.64,1);}.sidebar-nav .expand-button[aria-expanded=true][aria-controls]{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}.sidebar-nav .expand-button[aria-expanded=true][aria-controls]:focus{background-color:transparent;}@-webkit-keyframes uhaxyh6{from{max-height:0;opacity:0;}to{max-height:-webkit-calc(var(--h) * 1px);max-height:calc(var(--h) * 1px);opacity:1;}}@keyframes uhaxyh6{from{max-height:0;opacity:0;}to{max-height:-webkit-calc(var(--h) * 1px);max-height:calc(var(--h) * 1px);opacity:1;}}.sidebar-nav [data-level="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;overflow:hidden;}.sidebar-nav [data-level="1"] li > [aria-current=true]{font-weight:600;}.sidebar-nav [data-level="1"] li .is-active.has-submenu{grid-column:1/span 2;}.sidebar-nav [data-level="1"] a{margin-left:0;}.sidebar-nav [data-level] > li ul[data-role=menu]{margin-left:0.8rem;}[data-anchor-id]{scroll-margin-top:7rem;}.anchor-link-menu{--mob-xs-height:-webkit-calc(6vh + 1.6rem);--mob-xs-height:calc(6vh + 1.6rem);--color-text:white;--bg-color:#00005e;--offset-y:4.5rem;position:-webkit-sticky;position:sticky;top:var(--offset-y);left:0;right:0;margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-bottom:1.5rem;z-index:5;pointer-events:none;min-height:5rem;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;}@media (min-width:64rem){.anchor-link-menu{--offset-y:11.25rem;}}@media (min-width:64rem){.anchor-link-menu{position:absolute;top:0;bottom:0;left:auto;margin-left:0;grid-row:2;margin-bottom:0;}}.anchor-link-menu .wrapper{overflow:hidden;}@media (min-width:64rem){.anchor-link-menu .wrapper{position:-webkit-sticky;position:sticky;left:0;top:var(--offset-y);}.anchor-link-menu .wrapper::after{content:"";position:absolute;top:0;right:0;width:0.75rem;height:100%;background-color:var(--bg-color);z-index:1;}}.anchor-link-menu.hide-menu{opacity:0;display:none;}@media (max-width:63.9375rem){.anchor-link-menu.hide-menu{-webkit-transform:translateY(-30%);-ms-transform:translateY(-30%);transform:translateY(-30%);}}@media (min-width:64rem){.anchor-link-menu.hide-menu{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}}@media (max-width:63.9375rem){.anchor-link-menu[data-active=false] .wrapper{position:absolute;top:0;left:0;width:100%;}}@media (min-width:64rem){.anchor-link-menu[data-active=true] nav{-webkit-transform:translateX(-webkit-calc(100% - (2.5rem + var(--icon-w))));-ms-transform:translateX(calc(100% - (2.5rem + var(--icon-w))));transform:translateX(calc(100% - (2.5rem + var(--icon-w))));}.anchor-link-menu[data-active=true] nav h2::before{opacity:1;}.anchor-link-menu[data-active=true] nav:hover,.anchor-link-menu[data-active=true] nav:focus-within{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.anchor-link-menu[data-active=true] nav:hover h2::before,.anchor-link-menu[data-active=true] nav:focus-within h2::before{opacity:0;-webkit-transition:150ms ease;-o-transition:150ms ease;transition:150ms ease;}}.anchor-link-menu nav{--icon-h:0.75rem;--icon-w:1.5625rem;background-color:var(--bg-color);padding:1.875rem;padding-bottom:1.25rem;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;z-index:1;pointer-events:auto;max-height:-webkit-calc(100vh - var(--offset-y));max-height:calc(100vh - var(--offset-y));overflow-y:scroll;}.anchor-link-menu nav::-webkit-scrollbar{width:6px;}.anchor-link-menu nav::-webkit-scrollbar-track{background:unset;}.anchor-link-menu nav::-webkit-scrollbar-thumb{-webkit-border-radius:100px;border-radius:100px;border:3px solid rgba(24,24,24,0.1);}.anchor-link-menu nav::-webkit-scrollbar-thumb:hover{border:3px solid rgba(24,24,24,0.2);}@media (min-width:64rem){.anchor-link-menu nav{padding:0.75rem;padding-right:-webkit-calc(1.875rem * 2);padding-right:calc(1.875rem * 2);}}.anchor-link-menu nav *{color:var(--color-text);}@media (max-width:63.9375rem){.anchor-link-menu nav *{font-size:var(--fs-1);}}@media (max-width:63.9375rem){.anchor-link-menu nav[data-open=true] h2 span{opacity:1;}.anchor-link-menu nav[data-open=true] h2::before{display:none;}}.anchor-link-menu nav h2{font:var(--fw-700) var(--fs-3)/var(--lh-0) var(--ff-0);padding:0 1.5rem 0 -webkit-calc(var(--icon-w) + 0.75rem);padding:0 1.5rem 0 calc(var(--icon-w) + 0.75rem);}.anchor-link-menu nav h2 span{font:inherit;}.anchor-link-menu nav h2::before{content:attr(data-title);display:inline-block;text-align:center;font-size:var(--fs-1);opacity:0;-webkit-transition:200ms ease 200ms;-o-transition:200ms ease 200ms;transition:200ms ease 200ms;padding-right:1.5rem;width:100%;position:absolute;top:0;left:0;}@media (max-width:63.9375rem){.anchor-link-menu nav h2{line-height:1;margin-bottom:0;}.anchor-link-menu nav h2::before{opacity:1;}.anchor-link-menu nav h2 span{opacity:0;}}@media (min-width:64rem){.anchor-link-menu nav h2{font-size:var(--fs-0);font-weight:900;padding:0;margin-top:0.5em;padding-left:-webkit-calc(3.75rem - 1rem);padding-left:calc(3.75rem - 1rem);}.anchor-link-menu nav h2::before{font-size:var(--fs--3);width:-webkit-calc(3.75rem - 1rem);width:calc(3.75rem - 1rem);word-break:break-word;padding-right:0;}}.anchor-link-menu nav button,.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a,.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a,.anchor-link-menu nav a.button,.anchor-link-menu nav .quotes a,.quotes .anchor-link-menu nav a{--button-back:transparent;--button-back-hover:transparent;width:2rem;height:2rem;padding:0.5rem;width:100%;height:100%;padding:0;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:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;top:-webkit-calc(1.875rem - 0.5rem);top:calc(1.875rem - 0.5rem);right:1.875rem;top:0;right:0;z-index:1;}@media (min-width:64rem){.anchor-link-menu nav button,.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a,.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a,.anchor-link-menu nav a.button,.anchor-link-menu nav .quotes a,.quotes .anchor-link-menu nav a{display:none;}}.anchor-link-menu nav button svg,.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a svg,.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a svg,.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a svg,.anchor-link-menu nav a.button svg,.anchor-link-menu nav .quotes a svg,.quotes .anchor-link-menu nav a svg{width:1rem;height:auto;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;margin:-webkit-calc(1.875rem - 0.5rem) 1.875rem;margin:calc(1.875rem - 0.5rem) 1.875rem;}.anchor-link-menu nav button[aria-expanded=true],.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a[aria-expanded=true],.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=true],.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a[aria-expanded=true],.anchor-link-menu nav a[aria-expanded=true].button,.anchor-link-menu nav .quotes a[aria-expanded=true],.quotes .anchor-link-menu nav a[aria-expanded=true]{width:auto;height:auto;top:auto;bottom:0;}.anchor-link-menu nav button[aria-expanded=true] svg,.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true] svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a[aria-expanded=true] svg,.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=true] svg,.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a[aria-expanded=true] svg,.anchor-link-menu nav a[aria-expanded=true].button svg,.anchor-link-menu nav .quotes a[aria-expanded=true] svg,.quotes .anchor-link-menu nav a[aria-expanded=true] svg{-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.anchor-link-menu nav button:focus-visible,.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a:focus-visible,.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a:focus-visible,.anchor-link-menu nav a.button:focus-visible,.anchor-link-menu nav .quotes a:focus-visible,.quotes .anchor-link-menu nav a:focus-visible{outline-offset:-6px;}.anchor-link-menu nav button:focus-visible svg,.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a:focus-visible svg,.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a:focus-visible svg,.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a:focus-visible svg,.anchor-link-menu nav a.button:focus-visible svg,.anchor-link-menu nav .quotes a:focus-visible svg,.quotes .anchor-link-menu nav a:focus-visible svg{-webkit-border-radius:1px;border-radius:1px;}.anchor-link-menu nav ul{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 (max-width:63.9375rem){.anchor-link-menu nav ul{padding-bottom:0.625rem;margin-top:1.25rem;}.anchor-link-menu nav ul[aria-hidden=true]{display:none;}}@media (min-width:64rem){.anchor-link-menu nav ul{padding-left:0.5rem;}}.anchor-link-menu nav ul li a{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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-transition:150ms ease;-o-transition:150ms ease;transition:150ms ease;margin:0.5em 0;}.anchor-link-menu nav ul li a::before{content:"";margin-right:0.75rem;display:inline-block;width:var(--icon-w);height:var(--icon-h);border:2px solid var(--color-text);background-color:transparent;-webkit-border-radius:2rem;border-radius:2rem;}.anchor-link-menu nav ul li a[data-current=true]{font-weight:700;}.anchor-link-menu nav ul li a[data-current=true]::before{background-color:var(--color-text);}.anchor-link-menu nav ul li a:hover,.anchor-link-menu nav ul li a:focus{-webkit-transform:translateX(0.5rem);-ms-transform:translateX(0.5rem);transform:translateX(0.5rem);}@media (max-width:19.9375rem),(max-height:22rem) and (max-width:63.9375rem){.anchor-link-menu{--offset-y:var(--mob-xs-height);top:var(--mob-xs-height);min-height:var(--mob-xs-height);}.anchor-link-menu nav{padding:0.3125rem 0.75rem;}.anchor-link-menu nav *{font-size:var(--fs--1);}.anchor-link-menu nav a{line-height:1.4;}.anchor-link-menu nav ul{margin-top:1rem;}.anchor-link-menu nav button svg,.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a svg,.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a svg,.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a svg,.anchor-link-menu nav a.button svg,.anchor-link-menu nav .quotes a svg,.quotes .anchor-link-menu nav a svg{margin:0.3125rem 0.75rem;}.anchor-link-menu nav button[aria-expanded=true],.anchor-link-menu nav .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .anchor-link-menu nav a[aria-expanded=true],.anchor-link-menu nav .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=true],.vocabulary--author .page-main .field--name-field-contact-link .anchor-link-menu nav a[aria-expanded=true],.anchor-link-menu nav a[aria-expanded=true].button,.anchor-link-menu nav .quotes a[aria-expanded=true],.quotes .anchor-link-menu nav a[aria-expanded=true]{top:0.3125rem;bottom:auto;}.anchor-link-menu nav h2{font-size:var(--fs-0);}.anchor-link-menu nav h2::before{font-size:var(--fs--2);white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;}}.page{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;max-width:80rem;min-height:100vh;margin:auto;}@supports (display:contents){.page > header{display:contents;}}@supports not (display:contents){@media (min-width:64rem){.page > header{position:-webkit-sticky;position:sticky;top:-3rem;z-index:6;-webkit-transition:top 0.3s ease-in-out;-o-transition:top 0.3s ease-in-out;transition:top 0.3s ease-in-out;}.page > header:has(.page-nav.reveal){top:0;}.page > header > .page-nav{position:static;top:auto;}}}.view-jobs .view-header{position:relative;display:inline-block;margin-top:1.5rem;padding-top:0.5rem;margin-bottom:4rem;}@media (max-width:63.9375rem){.view-jobs .view-header{margin-bottom:1.5rem;}}.view-jobs .view-header:before{content:"";background-color:#f5d3cc;height:3px;width:100%;position:absolute;top:0;left:0;pointer-events:none;}.view-jobs .vue-infinite-pager{margin:3.75rem 0;}.view-jobs .bef-exposed-form .form--inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-jobs .bef-exposed-form .form--inline .form-actions{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5;}.view-jobs .bef-exposed-form .form--inline select{min-width:inherit;max-width:inherit;}.view-jobs .bef-exposed-form .select-areas button.toggle-select,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.toggle-select,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas a.toggle-select,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .field--name-field-contact-link a.toggle-select,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas a.toggle-select,.view-jobs .bef-exposed-form .select-areas a.toggle-select.button,.view-jobs .bef-exposed-form .select-areas .quotes a.toggle-select,.quotes .view-jobs .bef-exposed-form .select-areas a.toggle-select{width:100%;background-color:var(--color-scheme-white);border:1px solid var(--color-scheme-b5);font:var(--fw-400) var(--fs--1)/var(--lh-0) var(--ff-0);text-align:left;-webkit-border-radius:10rem;border-radius:10rem;color:var(--text-color);padding:0.75em 1em;}.view-jobs .bef-exposed-form .select-areas button.toggle-select::after,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.toggle-select::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas a.toggle-select::after,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .field--name-field-contact-link a.toggle-select::after,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas a.toggle-select::after,.view-jobs .bef-exposed-form .select-areas a.toggle-select.button::after,.view-jobs .bef-exposed-form .select-areas .quotes a.toggle-select::after,.quotes .view-jobs .bef-exposed-form .select-areas a.toggle-select::after{position:absolute;right:1em;top:-webkit-calc(50% - 0.4em);top:calc(50% - 0.4em);content:"";width:0.8em;height:0.8em;display:block;background-size:0.8em 0.8em;background-position:center center;-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms,-webkit-transform 300ms;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%2300005E' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas button.toggle-select::after,[data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.toggle-select::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas a.toggle-select::after,[data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .field--name-field-contact-link a.toggle-select::after,.vocabulary--author .page-main .field--name-field-contact-link [data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas a.toggle-select::after,[data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas a.toggle-select.button::after,[data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas .quotes a.toggle-select::after,.quotes [data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas a.toggle-select::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas button.toggle-select::after,html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.toggle-select::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas a.toggle-select::after,html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .field--name-field-contact-link a.toggle-select::after,.vocabulary--author .page-main .field--name-field-contact-link html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas a.toggle-select::after,html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas a.toggle-select.button::after,html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas .quotes a.toggle-select::after,.quotes html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas a.toggle-select::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cpath fill='%23fff3ee' d='M13 15.71a1 1 0 0 0 .75-.34l12-13.71a1 1 0 0 0-1.5-1.32L13 13.2 1.75.34a1 1 0 1 0-1.5 1.32l12 13.71a1 1 0 0 0 .75.34z'/%3E%3C/svg%3E");}}}.view-jobs .bef-exposed-form .select-areas button.toggle-select[aria-expanded=false] ~ .form-item__checkboxes,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.toggle-select[aria-expanded=false] ~ .form-item__checkboxes,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=false] ~ .form-item__checkboxes,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .field--name-field-contact-link a.toggle-select[aria-expanded=false] ~ .form-item__checkboxes,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=false] ~ .form-item__checkboxes,.view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=false].button ~ .form-item__checkboxes,.view-jobs .bef-exposed-form .select-areas .quotes a.toggle-select[aria-expanded=false] ~ .form-item__checkboxes,.quotes .view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=false] ~ .form-item__checkboxes{display:none;}.view-jobs .bef-exposed-form .select-areas button.toggle-select[aria-expanded=true]::after,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.toggle-select[aria-expanded=true]::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=true]::after,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .field--name-field-contact-link a.toggle-select[aria-expanded=true]::after,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=true]::after,.view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=true].button::after,.view-jobs .bef-exposed-form .select-areas .quotes a.toggle-select[aria-expanded=true]::after,.quotes .view-jobs .bef-exposed-form .select-areas a.toggle-select[aria-expanded=true]::after{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}.view-jobs .bef-exposed-form .select-areas button.toggle-select:focus,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.toggle-select:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas a.toggle-select:focus,.view-jobs .bef-exposed-form .select-areas .vocabulary--author .page-main .field--name-field-contact-link a.toggle-select:focus,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas a.toggle-select:focus,.view-jobs .bef-exposed-form .select-areas a.toggle-select.button:focus,.view-jobs .bef-exposed-form .select-areas .quotes a.toggle-select:focus,.quotes .view-jobs .bef-exposed-form .select-areas a.toggle-select:focus{-webkit-box-shadow:none;box-shadow:none;border-color:var(--color-scheme-b5);}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes{display:block;max-height:18.75rem;height:auto;overflow-y:scroll;position:absolute;top:100%;left:0;right:0;z-index:1;-webkit-border-radius:12px;border-radius:12px;background-color:var(--color-scheme-white);border-color:var(--color-scheme-b5);padding:0.75em 1.125em;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes::-webkit-scrollbar{width:1rem;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes::-webkit-scrollbar-track{margin:0.625rem;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes::-webkit-scrollbar-track-piece:start,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes::-webkit-scrollbar-track-piece:end{background-color:var(--color-scheme-white);}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes::-webkit-scrollbar-thumb{background-color:#c9c7c7;-webkit-border-radius:99px;border-radius:99px;border:0.3125rem solid var(--color-scheme-white);}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper{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;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]{margin-top:0.65em;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:checked ~ label{font:var(--fw-500) var(--fs--1)/var(--lh--2) var(--ff-0);}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:disabled ~ label{cursor:not-allowed;color:#8b8a8d;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox] ~ label{width:100%;background-color:transparent;font:var(--fw-300) var(--fs--1)/var(--lh--2) var(--ff-0);padding-left:0.3125rem;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled)[data-all-checked=true]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%2300005E' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled)[data-all-checked=true]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%2300005E' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%2300005E' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled)[data-all-checked=true]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled)[data-all-checked=true]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled)[data-all-checked=true]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled)[data-all-checked=true]::-ms-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23fff3ee' d='M15.61 8.28v-.01a1 1 0 111.36 1.47L9.3 16.9l-3-3a1 1 0 010-1.41 1 1 0 011.41 0l1.64 1.64 6.27-5.85z'/%3E%3Cpath fill='%23fff3ee' d='M19.7 0H4.3A4.32 4.32 0 000 4.33v15.34C0 22.07 1.94 24 4.3 24h15.4c2.36 0 4.3-1.93 4.3-4.33V4.33C24 1.93 22.06 0 19.7 0zM4.3 2h15.4C20.98 2 22 3.03 22 4.27v15.46A2.29 2.29 0 0119.7 22H4.3A2.29 2.29 0 012 19.73V4.27A2.28 2.28 0 014.3 2z'/%3E%3C/svg%3E");}}}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled):focus ~ label,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled):hover ~ label,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled) ~ label:hover{--icon-width:-webkit-calc(1em + 0.3125rem);--icon-width:calc(1em + 0.3125rem);}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled):focus ~ label::before,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled):hover ~ label::before,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper input[type=checkbox]:not(:disabled) ~ label:hover::before{content:"";position:absolute;top:-0.25rem;left:-webkit-calc((var(--icon-width) + .5rem) * -1);left:calc((var(--icon-width) + .5rem) * -1);width:-webkit-calc(100% + var(--icon-width) + 1rem);width:calc(100% + var(--icon-width) + 1rem);height:-webkit-calc(100% + (0.25rem * 2));height:calc(100% + (0.25rem * 2));background-color:var(--color-scheme-p1);-webkit-border-radius:12px;border-radius:12px;z-index:-1;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0.5em;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper button.show-all,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.show-all,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .vocabulary--author .page-main .field--name-field-contact-link a.show-all,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all.button,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .quotes a.show-all,.quotes .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all{background-color:transparent;padding:0;text-align:left;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);color:var(--color-scheme-b5);}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper button.show-all:hover,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.show-all:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all:hover,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .vocabulary--author .page-main .field--name-field-contact-link a.show-all:hover,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all:hover,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all.button:hover,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .quotes a.show-all:hover,.quotes .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all:hover,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper button.show-all:focus,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.show-all:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all:focus,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .vocabulary--author .page-main .field--name-field-contact-link a.show-all:focus,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all:focus,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all.button:focus,.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper .quotes a.show-all:focus,.quotes .view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper a.show-all:focus{color:var(--color-scheme-b3);}.view-jobs .bef-exposed-form .select-areas .form-item__checkboxes .form-item__checkbox-wrapper.button-wrapper span{margin:0 0.5em;}.view-jobs button.form-submit,.view-jobs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs a.form-submit,.view-jobs .vocabulary--author .page-main .field--name-field-contact-link a.form-submit,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs a.form-submit,.view-jobs a.form-submit.button,.view-jobs .quotes a.form-submit,.quotes .view-jobs a.form-submit{border:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;cursor:pointer;color:var(--color-scheme-b5);-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:0;}.view-jobs button.form-submit:focus,.view-jobs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs a.form-submit:focus,.view-jobs .vocabulary--author .page-main .field--name-field-contact-link a.form-submit:focus,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs a.form-submit:focus,.view-jobs a.form-submit.button:focus,.view-jobs .quotes a.form-submit:focus,.quotes .view-jobs a.form-submit:focus{-webkit-border-radius:25px;border-radius:25px;display:inline;border:1px solid var(--color-scheme-b5);background-color:var(--button-back-hover,var(--color-scheme-white));}.view-jobs button.form-submit:focus-visible,.view-jobs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs a.form-submit:focus-visible,.view-jobs .vocabulary--author .page-main .field--name-field-contact-link a.form-submit:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs a.form-submit:focus-visible,.view-jobs a.form-submit.button:focus-visible,.view-jobs .quotes a.form-submit:focus-visible,.quotes .view-jobs a.form-submit:focus-visible{position:relative;top:-1px;}.view-jobs button.form-submit:hover,.view-jobs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs a.form-submit:hover,.view-jobs .vocabulary--author .page-main .field--name-field-contact-link a.form-submit:hover,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs a.form-submit:hover,.view-jobs a.form-submit.button:hover,.view-jobs .quotes a.form-submit:hover,.quotes .view-jobs a.form-submit:hover{text-decoration:underline;}.view-jobs button.form-submit.clear-filters:focus,.view-jobs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit.clear-filters:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs a.form-submit.clear-filters:focus,.view-jobs .vocabulary--author .page-main .field--name-field-contact-link a.form-submit.clear-filters:focus,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs a.form-submit.clear-filters:focus,.view-jobs a.form-submit.clear-filters.button:focus,.view-jobs .quotes a.form-submit.clear-filters:focus,.quotes .view-jobs a.form-submit.clear-filters:focus,.view-jobs button.form-submit.clear-filters:focus-visible,.view-jobs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.form-submit.clear-filters:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .view-jobs a.form-submit.clear-filters:focus-visible,.view-jobs .vocabulary--author .page-main .field--name-field-contact-link a.form-submit.clear-filters:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .view-jobs a.form-submit.clear-filters:focus-visible,.view-jobs a.form-submit.clear-filters.button:focus-visible,.view-jobs .quotes a.form-submit.clear-filters:focus-visible,.quotes .view-jobs a.form-submit.clear-filters:focus-visible{border:none;text-decoration:underline;}@media (max-width:63.9375rem){.view-jobs table,.view-jobs thead,.view-jobs tbody,.view-jobs th,.view-jobs td,.view-jobs tr{display:block;padding:0;}.view-jobs table td::before{content:attr(label);font-weight:bold;display:block;}.view-jobs thead{position:absolute;top:-9999px;left:-9999px;}}.view-jobs .views-table{width:100%;border-spacing:0;}.view-jobs .views-table caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.view-jobs .views-table th{text-align:left;}.view-jobs .views-table td{position:relative;padding:1rem 0;vertical-align:top;border-bottom:1px solid var(--color-scheme-g2);}.view-jobs .views-table thead th{border:0 none;border-bottom:1px solid var(--color-scheme-g4);text-transform:none;background:transparent;color:var(--color-scheme-b5);padding:1rem 0;cursor:pointer;}.view-jobs .views-table thead th.descending svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin-top:5px;}.view-jobs .views-table thead th svg{width:0.875rem;height:0.875rem;margin-left:0.25rem;margin-top:0;}.view-jobs .views-table thead tr{padding:0;}.view-jobs .views-table tbody tr:hover,.view-jobs .views-table tbody tr:focus{background-color:transparent;}@media (min-width:64rem){.view-jobs .views-table tbody tr > td span:not(.link-blank){display:none;}}@media (max-width:63.9375rem){.view-jobs .views-table tbody tr > td{border-bottom:1px solid #ddd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.view-jobs .views-table tbody tr > td:not(:first-of-type){padding:1% 0;text-align:right;}.view-jobs .views-table tbody tr > td span:not(.country){min-width:40%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;}}.view-jobs .views-table .views-field-created{width:10%;}[data-area=B] .view-jobs .views-table #view-created-table-column,[data-area=B] .view-jobs .views-table .views-field.views-field-created{display:none;}.view-jobs .views-table .views-field-title{font-size:1.125rem;font-weight:600;width:34%;}@media (max-width:63.9375rem){.view-jobs .views-table .views-field-title{width:100%;padding:0;margin-top:1.5rem;}.view-jobs .views-table .views-field-title span{display:none;}}.view-jobs .views-table .views-field-title a{max-width:80%;display:inline-block;}.view-jobs .views-table .views-field-title a:focus{border:0 none;color:var(--color-scheme-b5);}.view-jobs .views-table .views-field-title a:focus-visible{position:relative;top:-1px;}@media (max-width:63.9375rem){.view-jobs .views-table .views-field-title a{display:inline;width:100%;max-width:95%;padding-bottom:1%;text-align:right;}.view-jobs .views-table .views-field-title a:after{display:none;}.view-jobs .views-table .views-field-title a .link-blank{display:inline;min-width:auto;}}.view-jobs .views-table .views-field-field-category{width:25%;padding-right:5%;}@media (max-width:63.9375rem){.view-jobs .views-table .views-field-field-category{width:100%;}}.view-jobs .views-table .views-field-field-category a{max-width:80%;display:inline-block;}.view-jobs .views-table .views-field-field-location{width:20%;padding-right:3%;}@media (max-width:63.9375rem){.view-jobs .views-table .views-field-field-location{width:100%;padding:0;}}.view-jobs .views-table .views-field-field-location p{margin-top:0.25rem;}.view-jobs .views-table .views-field-field-apply-due{text-align:left;padding-left:0;padding-right:5px;}@media (max-width:63.9375rem){.view-jobs .views-table .views-field-field-apply-due::before{display:inline-block;}}.view-jobs .views-table .view-field-apply-due-table-column{width:10%;}.view-jobs .views-table .views-field-created{width:10%;text-align:left;}@media (max-width:63.9375rem){.view-jobs .views-table .views-field-created{text-align:right;width:100%;}}.page-node-type-news-blogs .date-ornament,.page-node-type-press-release .date-ornament{padding-bottom:0.5rem;margin-bottom:0;padding-top:1rem;margin-top:0;color:var(--color-scheme-black);}.page-node-type-news-blogs .date-ornament:before,.page-node-type-press-release .date-ornament:before{content:"";position:absolute;top:0;left:0;width:100px;height:4px;background-color:var(--color-p3);}.page-node-type-news-blogs .card-article .date-ornament,.page-node-type-news-blogs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .date-ornament,.vocabulary--author .page-main .page-node-type-news-blogs .collection:first-of-type > div:nth-of-type(2) .date-ornament,.page-node-type-press-release .card-article .date-ornament,.page-node-type-press-release .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .date-ornament,.vocabulary--author .page-main .page-node-type-press-release .collection:first-of-type > div:nth-of-type(2) .date-ornament{padding:0;}.page-node-type-news-blogs .card-article .date-ornament::before,.page-node-type-news-blogs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .date-ornament::before,.vocabulary--author .page-main .page-node-type-news-blogs .collection:first-of-type > div:nth-of-type(2) .date-ornament::before,.page-node-type-press-release .card-article .date-ornament::before,.page-node-type-press-release .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .date-ornament::before,.vocabulary--author .page-main .page-node-type-press-release .collection:first-of-type > div:nth-of-type(2) .date-ornament::before{content:none;}.page-node-type-news-blogs .card-article .date-ornament .reading-time,.page-node-type-news-blogs .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .date-ornament .reading-time,.vocabulary--author .page-main .page-node-type-news-blogs .collection:first-of-type > div:nth-of-type(2) .date-ornament .reading-time,.page-node-type-press-release .card-article .date-ornament .reading-time,.page-node-type-press-release .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .date-ornament .reading-time,.vocabulary--author .page-main .page-node-type-press-release .collection:first-of-type > div:nth-of-type(2) .date-ornament .reading-time{margin-bottom:0.5em;}.page-node-type-news-blogs .news-intro-text,.page-node-type-press-release .news-intro-text{font-weight:600;}.page-node-type-news-blogs .news-feature,.page-node-type-press-release .news-feature{margin-bottom:3.75rem;}@media (max-width:39.9375rem){.page-node-type-news-blogs .news-feature,.page-node-type-press-release .news-feature{margin-bottom:0;}}.page-node-type-news-blogs [data-area=B i] .article-header,.page-node-type-press-release [data-area=B i] .article-header{max-width:80%;margin-bottom:0;}.page-node-type-news-blogs [data-area=B i] .article-header h1,.page-node-type-press-release [data-area=B i] .article-header h1{font:var(--fw-300) var(--fs-4)/var(--lh-4) var(--ff-1);}@media (max-width:39.9375rem){.page-node-type-news-blogs [data-area=B i] .news-feature,.page-node-type-press-release [data-area=B i] .news-feature{margin-bottom:1rem;}}.page-node-type-news-blogs .page-header.text-light *:not(.button),.page-node-type-press-release .page-header.text-light *:not(.button){text-shadow:none;}.page-node-type-news-blogs .page-header .content,.page-node-type-press-release .page-header .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-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;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}.page-node-type-news-blogs .page-header .content .field--name-field-press-categories,.page-node-type-press-release .page-header .content .field--name-field-press-categories{--color-link-text:var(--color-b5);--color-link-text-hover:var(--color-b3);color:#181818;margin:0;}.page-node-type-news-blogs .page-header .content .field--name-field-press-categories .field__item,.page-node-type-press-release .page-header .content .field--name-field-press-categories .field__item{margin:0;background-color:var(--color-p3);color:inherit;}.page-node-type-news-blogs .page-header .content .field--name-field-press-categories,.page-node-type-news-blogs .page-header .content .field--name-field-press-categories p,.page-node-type-news-blogs .page-header .content .field--name-field-press-categories a,.page-node-type-press-release .page-header .content .field--name-field-press-categories,.page-node-type-press-release .page-header .content .field--name-field-press-categories p,.page-node-type-press-release .page-header .content .field--name-field-press-categories a{font-weight:500;}.page-node-type-news-blogs .page-header .content .field--name-field-press-categories a,.page-node-type-press-release .page-header .content .field--name-field-press-categories a{color:var(--color-link-text,var(--link-color-scheme));text-decoration:none;}.page-node-type-news-blogs .page-header .content .field--name-field-press-categories a:hover,.page-node-type-news-blogs .page-header .content .field--name-field-press-categories a:focus,.page-node-type-press-release .page-header .content .field--name-field-press-categories a:hover,.page-node-type-press-release .page-header .content .field--name-field-press-categories a:focus{color:var(--color-link-text-hover,var(--link-color-scheme-hover));}@media (min-width:20rem){.reading-time{display:inline-block;}.date-ornament .reading-time::before{content:"|";margin:0 0.8em;padding-right:0.2em;}}@media (max-width:39.9375rem){.page-node-type-news-blogs .sidebar.sticky{display:none;}}.page-node-type-news-blogs .page-header{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:0;}@media (min-width:40rem){.page-node-type-news-blogs .page-header{margin-left:0;margin-right:0;}}@media (min-width:40rem){.page-node-type-news-blogs .page-header .image{margin-top:-1.875rem;margin-bottom:0;}}.page-node-type-news-blogs .page-header figcaption{margin:0 0.5em;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.page-node-type-news-blogs .page-header .content h1{text-align:center;margin-bottom:0.5em;}.page-node-type-news-blogs .page-header .content p{display:block;}.page-node-type-news-blogs .page-header .content p:not(.kicker):last-child{margin-bottom:0;}@media (min-width:20rem){.page-node-type-news-blogs .page-header .content .reading-time{display:inline-block;}}.page-node-type-news-blogs .page-header .content .reading-time::before{margin:0;}.page-node-type-news-blogs .page-header .content .date-ornament{text-align:center;padding-top:0.5rem;}.page-node-type-news-blogs .page-header .content .date-ornament::before{content:none;}.page-node-type-news-blogs .page-header .content .date-ornament p{margin-bottom:0;}.page-node-type-news-blogs .page-header .content .news-intro-text{margin-top:1em;}.page-node-type-news-blogs .page-header .content .news-intro-text p{font-size:var(--fs-0);font-weight:600;}.page-node-type-news-blogs [data-layout=center i] .page-header .content{z-index:1;}@media (min-width:40rem){.page-node-type-news-blogs [data-layout=center i] .page-header .image{margin-left:-1.875rem;margin-right:-1.875rem;}}@media (min-width:64rem){.page-node-type-news-blogs [data-layout=center i] .page-header .image{margin-left:-3.75rem;margin-right:-3.75rem;}}@media (min-width:40rem){.page-node-type-news-blogs [data-layout=center i] .page-header figcaption{margin-left:-1.5em;margin-right:-1.5em;}}@media (min-width:64rem){.page-node-type-news-blogs [data-layout=center i] .page-header figcaption{margin-left:-3.75rem;margin-right:-3.75rem;}}@media (min-width:40rem){.page-node-type-news-blogs [data-area=A i] ~ [data-area|=B i] .page-header .content{padding-left:7.75rem;padding-right:7.75rem;}}@media (min-width:40rem){.page-node-type-news-blogs [data-area=A i] ~ [data-area|=B i] .page-header .image,.page-node-type-news-blogs [data-area=A i] ~ [data-area|=B i] .page-header figcaption{margin-left:1.875rem;margin-right:1.875rem;}}@media (min-width:64rem){.page-node-type-news-blogs [data-area=A i] ~ [data-area|=B i] .page-header .image,.page-node-type-news-blogs [data-area=A i] ~ [data-area|=B i] .page-header figcaption{margin-left:3.75rem;margin-right:3.75rem;}}.page-node-type-press-release .news-page-with-menu h1{padding-bottom:0.5em;}.page-node-type-press-release .news-page-with-menu picture{max-height:400px;-o-object-position:60% 25%;object-position:60% 25%;}.page-node-type-press-release .news-page-with-menu .subtext{margin:1.25rem 0 0 0;}@media (min-width:40rem) and (max-width:79.9375rem){.page-node-type-press-release .news-page-with-menu .subtext{max-width:80%;}}@media (min-width:80rem){.page-node-type-press-release .news-page-with-menu .subtext{--grid-span:8;}}.page-node-type-press-release .news-page-with-menu .subtext p{font-weight:700;}.page-node-type-position{--inline-gap:var(--grid-gap);--inline-gap-neg:-webkit-calc(var(--grid-gap) * -1);--inline-gap-neg:calc(var(--grid-gap) * -1);--inline-gap-db:-webkit-calc(var(--grid-gap) * 2);--inline-gap-db:calc(var(--grid-gap) * 2);}.page-node-type-position h1{margin-top:0;font:var(--fw-300) var(--fs-4)/var(--lh-4) var(--ff-1);}.page-node-type-position .page-main{--scroll-top:4.5rem;--theme-color:var(--color-scheme-white);margin-top:4.5rem;}@media (min-width:64rem){.page-node-type-position .page-main{--scroll-top:5.5rem;max-width:-webkit-calc(80rem - (1.875rem * 7));max-width:calc(80rem - (1.875rem * 7));margin-top:1.875rem;}.page-node-type-position .page-main > *{background-color:var(--color-scheme-white);padding-left:var(--inline-gap-db);padding-right:var(--inline-gap-db);}}.page-node-type-position .page-main > div:last-child{padding-bottom:1.875rem;}@media (max-width:39.9375rem){.page-node-type-position .page-main > div:last-child{padding-bottom:1.5rem;}}@media (max-width:39.9375rem){.page-node-type-position .page-main > div:last-child:has(.similar-jobs){padding-bottom:0px;}}.page-node-type-position .page-main > div:last-child:has(.similar-jobs) > .collection{padding-top:1.875rem;}@media (max-width:39.9375rem){.page-node-type-position .page-main > div:last-child:has(.similar-jobs) > .collection{padding-top:0px;margin-bottom:0px;}}@media (min-width:40rem){.page-node-type-position .page-main > div:last-child:has(.similar-jobs) .collection{margin-bottom:0;}}.page-node-type-position .page-main > [data-layout~=full] .collection{background-color:var(--color-scheme-white);}.page-node-type-position .page-main div > ul{list-style-type:disc;}.page-node-type-position .page-main div > ol{list-style-type:decimal;}.page-node-type-position .page-main div > ul,.page-node-type-position .page-main div > ol{margin-left:3rem;margin-bottom:1.5rem;}.page-node-type-position .page-main div > ul li,.page-node-type-position .page-main div > ol li{line-height:1.2;}@media (min-width:64rem){.page-node-type-position .page-nav.reveal ~ .page-main{--scroll-top:7.5rem;}.page-node-type-position .page-nav.scroll-down ~ .page-main{--scroll-top:5.5rem;}.page-node-type-position.user-logged-in .page-nav.reveal ~ .page-main{--scroll-top:-webkit-calc(7.5rem + 3.6875rem);--scroll-top:calc(7.5rem + 3.6875rem);}.page-node-type-position.user-logged-in .page-nav.scroll-down ~ .page-main{--scroll-top:7.5rem;}}.page-node-type-position .page-header{margin-top:-4.5rem;}@media (min-width:64rem){.page-node-type-position .page-header{margin-top:-1.875rem;position:-webkit-sticky;position:sticky;top:0;z-index:-1;}.page-node-type-position .page-header ~ .sticky-header-section{margin-top:-7.5rem;}.page-node-type-position .page-header ~ .divider-shadow{margin-left:0;margin-right:0;}}.page-node-type-position .divider-shadow{--offset:25px;-webkit-box-shadow:0px 6px 10px -8px rgba(0,0,0,0.5);box-shadow:0px 6px 10px -8px rgba(0,0,0,0.5);background-color:transparent;position:-webkit-sticky;position:sticky;top:-webkit-calc(var(--sticky-section-height,0) + var(--scroll-top) - var(--offset,0px));top:calc(var(--sticky-section-height,0) + var(--scroll-top) - var(--offset,0px));height:20px;margin-top:-20px;z-index:1;-webkit-transition:top 0.3s ease-in-out;-o-transition:top 0.3s ease-in-out;transition:top 0.3s ease-in-out;}@media (min-width:64rem){.page-node-type-position .divider-shadow{--offset:21px;margin-left:var(--inline-gap-db);margin-right:var(--inline-gap-db);}}.page-node-type-position .divider-overlap{background-color:var(--color-scheme-white);height:20px;z-index:1;margin-top:-10px;}@media (min-width:64rem){.page-node-type-position .divider-overlap + div{padding-top:var(--inline-gap-db);}}@media (max-width:63.9375rem){.page-node-type-position .divider-shadow,.page-node-type-position .divider-overlap{margin-left:var(--inline-gap-neg);margin-right:var(--inline-gap-neg);}}.page-node-type-position .sticky-header-section{position:-webkit-sticky;position:sticky;top:var(--scroll-top);-webkit-transition:top 0.3s ease-in-out;-o-transition:top 0.3s ease-in-out;transition:top 0.3s ease-in-out;z-index:2;}@media (max-width:63.9375rem){.page-node-type-position .sticky-header-section{background-color:var(--color-scheme-white);margin-left:var(--inline-gap-neg);margin-right:var(--inline-gap-neg);padding-left:var(--inline-gap);padding-right:var(--inline-gap);}}.page-node-type-position .sticky-header-section > .collection{padding:1.5rem 0 -webkit-calc(1.875rem / 2);padding:1.5rem 0 calc(1.875rem / 2);margin-bottom:0;}.page-node-type-position .sticky-header-section > .collection .button{margin-top:0.5em;}@media (min-width:40rem) and (max-width:63.9375rem){.page-node-type-position .sticky-header-section > .collection > div:nth-of-type(2n - 1){--grid-span:8;}.page-node-type-position .sticky-header-section > .collection > div:nth-of-type(2n - 0){--grid-span:4;}}@media (min-width:64rem){.page-node-type-position .sticky-header-section > .collection > div:nth-of-type(2n - 1){--grid-span:9;}.page-node-type-position .sticky-header-section > .collection > div:nth-of-type(2n - 0){--grid-span:3;}}.page-node-type-position .sticky-header-section ~ div .ad-url{display:block;width:100%;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0 auto;}@media (min-width:64rem){.page-node-type-position .sticky-header-section ~ div .ad-url{margin:2.5rem auto 0;}}@media (min-width:64rem){.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child{display:grid;grid-template-columns:repeat(var(--grid-span),1fr);gap:var(--grid-row-gap,0) var(--grid-gap);grid-auto-flow:row dense;}.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child > *{grid-column:1/-1;margin-top:0;}.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child .location{grid-column:1/span 6;margin-bottom:var(--grid-gap);}.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child .apply-due{grid-column:7/span 2;}}.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child h2{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}@media (max-width:63.9375rem){.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child article{margin-top:var(--grid-gap);}}.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child article.location ul li{display:inline;}.page-node-type-position .sticky-header-section ~ div .layout--twocol > div:first-child article h2{font:var(--fw-700) var(--fs--1)/var(--lh-0) var(--ff-0);margin-bottom:0;}.page-node-type-position .position-page-with-menu.collection{margin-bottom:0.25rem;}@media (min-width:64rem){.page-node-type-position .see-all-jobs{position:absolute;top:-4rem;left:0;}.page-node-type-position .see-all-jobs + p{margin-top:0;}}.page-node-type-position .see-all-jobs a{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");background-size:0.875rem;background-position:left center;padding-left:1.25rem;display:inline-block;-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;-o-transition:transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease,-webkit-transform 0.2s ease;font-weight:700;}.page-node-type-position .see-all-jobs a:hover,.page-node-type-position .see-all-jobs a:focus{-webkit-transform:translateX(-0.3125rem);-ms-transform:translateX(-0.3125rem);transform:translateX(-0.3125rem);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230000ff' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");}.page-node-type-position .similar-jobs .button{-webkit-transition:300ms;-o-transition:300ms;transition:300ms;--button-back:#00005e;--button-text:white;--button-back-hover:#f5d3cc;--button-text-hover:#00005e;}@supports (color:light-dark(red,red)){.page-node-type-position .similar-jobs .button{--button-back:light-dark(#00005e,#fff3ee);--button-text:light-dark(white,#00005e);--button-back-hover:light-dark(#f5d3cc,#f5d3cc);--button-text-hover:light-dark(#00005e,#00005e);}}@media (max-width:39.9375rem){.page-node-type-position .similar-jobs .card-article:not(:first-child),.page-node-type-position .similar-jobs .vocabulary--author .page-main .collection:first-of-type > div:not(:first-child):nth-of-type(2),.vocabulary--author .page-main .page-node-type-position .similar-jobs .collection:first-of-type > div:not(:first-child):nth-of-type(2){display:none;}}.page-node-type-position .share-links{margin-top:0.5em;}@media (max-width:39.9375rem){.page-node-type-position .share-links{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}.page-node-type-position .share-links li{margin-right:1.25rem;}.page-node-type-position .share-links li:last-child{margin-right:0;}@media (min-height:22.5625rem) and (max-height:30rem) and (max-width:63.9375rem){.page-node-type-position h1{font-size:var(--fs-1);}.page-node-type-position .sticky-header-section > .collection{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;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:-webkit-calc(1.875rem / 2) 0;padding:calc(1.875rem / 2) 0;}.page-node-type-position .sticky-header-section > .collection > div:first-child{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}}@media (max-width:20rem),(max-height:height) and (max-width:63.9375rem){.page-node-type-position .page-main{margin-top:var(--mob-menu-height);}.page-node-type-position .sticky-header-section{position:unset;}.page-node-type-position .divider-shadow{display:none;}}.page-node-type-position [class*=region_]{margin-bottom:1.875rem;}.page-node-type-position [class*=region_]:last-of-type{margin-bottom:0;}.page-node-type-position [class*=region_] h3{font-weight:700;}.page-node-type-position [class*=region_] .button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}.page-node-type-position .block-share-posting h3{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}.page-node-type-position .card-location{text-align:center;}.page-node-type-position .card-list h3::after{width:-webkit-calc(16.6666% - 1.25rem);width:calc(16.6666% - 1.25rem);}.page-node-type-position .card-list[data-theme=none]{--theme-padding:var(--grid-gap);--theme-color:var(--color-scheme-p3);padding:var(--theme-padding);background-color:var(--color-scheme-p3);}.page-node-type-position .card-list[data-theme=none] h3::after{background-color:var(--color-scheme-b5);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-node-type-position .divider-shadow{-webkit-box-shadow:0px 6px 10px -8px rgba(255,255,255,0.5);box-shadow:0px 6px 10px -8px rgba(255,255,255,0.5);}[data-color-scheme=color_scheme_dark] .page-node-type-position .see-all-jobs a{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23f5d3cc' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");}[data-color-scheme=color_scheme_dark] .page-node-type-position .see-all-jobs a:hover,[data-color-scheme=color_scheme_dark] .page-node-type-position .see-all-jobs a:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-node-type-position .divider-shadow{-webkit-box-shadow:0px 6px 10px -8px rgba(255,255,255,0.5);box-shadow:0px 6px 10px -8px rgba(255,255,255,0.5);}html:not([data-color-scheme=color_scheme_light]) .page-node-type-position .see-all-jobs a{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23f5d3cc' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");}html:not([data-color-scheme=color_scheme_light]) .page-node-type-position .see-all-jobs a:hover,html:not([data-color-scheme=color_scheme_light]) .page-node-type-position .see-all-jobs a:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");}}}.page-node-type-storytelling{}.page-node-type-storytelling .page-header{opacity:0;-webkit-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;overflow:hidden;min-height:100vh;}.page-node-type-storytelling .page-header.loaded{opacity:1;}.page-node-type-storytelling .page-header.loaded .content{top:0;opacity:1;}.page-node-type-storytelling .page-header.text-light{isolation:isolate;}@media (max-width:39.9375rem){.page-node-type-storytelling .page-header.text-light{--page-header-text:white;}}@media (max-width:63.9375rem){.page-node-type-storytelling .page-header{min-height:100vh;}}.page-node-type-storytelling .page-header .hero-bg{pointer-events:none;}.page-node-type-storytelling .page-header .image{-o-object-position:center;object-position:center;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));}@media (prefers-reduced-motion:reduce){.page-node-type-storytelling .page-header img,.page-node-type-storytelling .page-header video{-webkit-transform:none;-ms-transform:none;transform:none;}}.page-node-type-storytelling .page-header .content{--grid-span:12;will-change:transform;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding-bottom:3.75rem;top:2rem;-webkit-transition:top 600ms ease,opacity 200ms ease;-o-transition:top 600ms ease,opacity 200ms ease;transition:top 600ms ease,opacity 200ms ease;}@media (max-width:39.9375rem){.page-node-type-storytelling .page-header .content{padding:3.75rem 0;}.page-node-type-storytelling .page-header .content p{display:block;}.page-node-type-storytelling .page-header .content p.reading-time{display:inline-block;}}@media (min-width:64rem){.page-node-type-storytelling .page-header .content{max-width:80%;margin:auto;}.page-node-type-storytelling .page-header .content p{max-width:80%;margin:auto;}}.page-node-type-storytelling .page-header .content *{text-align:center;}.page-node-type-storytelling .page-header .content h1{text-transform:none;margin-bottom:0.5em;}.page-node-type-storytelling .page-header .content .date-ornament p{margin-bottom:0;}.page-node-type-storytelling .page-header .content .intro-text{margin-top:1em;}.page-node-type-storytelling .page-header .content .field--name-field-press-categories{--color-link-text:var(--color-b5);--color-link-text-hover:var(--color-b3);color:#181818;text-shadow:none;}.page-node-type-storytelling .page-header .content .field--name-field-press-categories *{text-shadow:none;}.page-node-type-storytelling .page-header .content .field--name-field-press-categories .field__item{background-color:#f5d3cc;}.page-node-type-storytelling .page-header[data-theme=wallpaper]{-webkit-animation:none;animation:none;--heroTintRGB:0,0,94;--heroTintOpacity:0.7;width:-webkit-calc(100vw - var(--scrollbar-width)) !important;width:calc(100vw - var(--scrollbar-width)) !important;max-width:-webkit-calc(100vw - var(--scrollbar-width)) !important;max-width:calc(100vw - var(--scrollbar-width)) !important;}.page-node-type-storytelling .page-header[data-theme=wallpaper]::before{content:"";position:absolute;top:-5px;bottom:-5px;left:0;width:100%;height:-webkit-calc(100% + 10px);height:calc(100% + 10px);background-color:rgba(var(--heroTintRGB),var(--heroTintOpacity,0.7));z-index:0;margin-bottom:10px;pointer-events:none;}@media (max-width:63.9375rem){body.page-node-type-storytelling{padding:0;}body.page-node-type-storytelling .ScrollSmoother-wrapper{overflow-x:hidden !important;}body.page-node-type-storytelling.menu-opened{-webkit-padding-end:0px;-moz-padding-end:0px;padding-inline-end:0px;}}.page-node-type-storytelling .page-nav{position:relative;margin:0 auto !important;width:-webkit-calc((100vw) - (var(--scrollbar-width))) !important;width:calc((100vw) - (var(--scrollbar-width))) !important;max-width:-webkit-calc((100vw) - (var(--scrollbar-width))) !important;max-width:calc((100vw) - (var(--scrollbar-width))) !important;height:100%;margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2)) !important;margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2)) !important;margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2)) !important;margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2)) !important;padding-left:-webkit-calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2)) !important;padding-left:calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2)) !important;padding-right:-webkit-calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2)) !important;padding-right:calc(50vw - 50% + var(--theme-padding) - (var(--scrollbar-width) / 2)) !important;inset:0;background:transparent;}.page-node-type-storytelling .page-nav.reveal{z-index:999;}.page-node-type-storytelling .page-nav.scroll-down{-webkit-box-shadow:unset;box-shadow:unset;}@media (max-width:63.9375rem){.page-node-type-storytelling .page-nav .page-nav-mobile::before,.page-node-type-storytelling .page-nav [for=language-selector-mobile],.page-node-type-storytelling .page-nav .logo,.page-node-type-storytelling .page-nav .mobile-language,.page-node-type-storytelling .page-nav .search,.page-node-type-storytelling .page-nav .menu{-webkit-transition:top 300ms ease;-o-transition:top 300ms ease;transition:top 300ms ease;}}.page-node-type-storytelling .page-nav .page-nav__inner{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;-o-transition:transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease,-webkit-transform 300ms ease;position:absolute;top:0;left:0;right:0;max-width:80rem;will-change:transform;margin:0 auto;padding:0 1.875rem;}.page-node-type-storytelling .page-nav .page-nav__inner.is-hidden{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);}.page-node-type-storytelling .page-nav .page-nav__inner.is-hidden .page-nav-mobile{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);}.page-node-type-storytelling .page-nav .page-nav__inner .page-nav-mobile{-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;-o-transition:transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease,-webkit-transform 300ms ease;}.page-node-type-storytelling [data-comp=scroll-top]{display:none;}.page-node-type-storytelling .page-main{--color-scheme-black:#181818;--color-scheme-white:white;--color-scheme-b1:#EAF4FF;--color-scheme-b2:#3399ff;--color-scheme-b3:#0000ff;--color-scheme-b4:#0000a0;--color-scheme-b5:#00005e;--color-scheme-b6:#EAF4FF;--color-scheme-bg1:#EAF4FF;--color-scheme-bg2:#d1dde7;--color-scheme-bg3:#dcedff;--color-scheme-p1:#fff3ee;--color-scheme-p2:#f5d3cc;--color-scheme-p3:#f5d3cc;--color-scheme-g1:#f4f2f1;--color-scheme-g2:#c9c7c7;--color-scheme-g3:#8b8a8d;--color-scheme-g4:#474748;--color-scheme-a1:#fc6161;--color-scheme-a2:#ffe183;--color-scheme-a3:#40bfa3;--link-color-scheme:#00005e;--link-color-scheme-hover:#0000ff;--button-default-back:#f5d3cc;--button-default-text:#00005e;--button-default-back-hover:#00005e;--button-default-text-hover:white;--color-text:#181818;--color-heading:#00005e;}.page-node-type-storytelling .page-main .link-blank svg{color:#8b8a8d;}.page-node-type-storytelling .page-main .rte p,.page-node-type-storytelling .page-main p{font-size:1.125rem;}.page-node-type-storytelling [data-theme=bg1] > a.button:not([data-theme]),.page-node-type-storytelling [data-theme=g1] > a.button:not([data-theme]),.page-node-type-storytelling [data-theme=g2] > a.button:not([data-theme]),.page-node-type-storytelling [data-theme=bg2] > a.button:not([data-theme]),.page-node-type-storytelling [data-theme=p3] > a.button:not([data-theme]){--button-text:white;}.page-node-type-storytelling [data-theme=p2] > a.button:not([data-theme]),.page-node-type-storytelling [data-theme=p3] > a.button:not([data-theme]){--button-back:#00005e;--button-text:#f5d3cc;--button-back-hover:#00005e;--button-text-hover:white;}.page-node-type-storytelling [data-theme=p1] > a.button:not([data-theme]),.page-node-type-storytelling [data-theme=white] > a.button:not([data-theme]){--button-back-hover:#00005e;--button-text-hover:white;}.page-node-type-storytelling [data-fade-anim-theme=color-b5],.page-node-type-storytelling [data-theme~=b5]{--link-color-scheme:white;--link-color-scheme-hover:white;}.page-node-type-storytelling [data-fade-anim-theme=color-b5] .chart svg:not(:has(.highcharts-background:not([fill=none]))) :not(.highcharts-tooltip) text,.page-node-type-storytelling [data-theme~=b5] .chart svg:not(:has(.highcharts-background:not([fill=none]))) :not(.highcharts-tooltip) text{color:white !important;fill:white !important;}.page-node-type-storytelling [data-fade-anim-theme=color-p1],.page-node-type-storytelling [data-fade-anim-theme=color-white]{--link-color-scheme:#00005e;--link-color-scheme-hover:#0000ff;}.page-node-type-storytelling [data-theme="wallpaper b5"]{--color-text:white;--link-color-scheme:white;--link-color-scheme-hover:white;}.page-node-type-storytelling [data-theme="wallpaper b5"] figcaption{color:var(--color-text);}.page-node-type-storytelling [data-theme="wallpaper b5"] ul.shortcuts a,.page-node-type-storytelling [data-theme="wallpaper b5"] ol.shortcuts a,.page-node-type-storytelling [data-theme="wallpaper b5"] dl.shortcuts a{--color-link-text:var(--link-color-scheme);--color-link-text-hover:var(--link-color-scheme-hover);}.page-node-type-storytelling [data-theme="wallpaper b5"] ul,.page-node-type-storytelling [data-theme="wallpaper b5"] ol,.page-node-type-storytelling [data-theme="wallpaper b5"] dl li{--color-text:white;color:var(--color-text);}.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=p1] ul li,.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=p1] ul p,.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=p1] ol li,.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=p1] ol p,.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=white] ul li,.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=white] ul p,.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=white] ol li,.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=white] ol p{--color-text:var(--color-scheme-black);}.page-node-type-storytelling [data-theme="wallpaper b5"] .step-by-step[data-theme=none] h2{--color-heading:white;color:var(--color-heading);}.page-node-type-storytelling [data-fade-anim-theme=color-p1] .expandable-card[data-theme=transparent],.page-node-type-storytelling [data-fade-anim-theme=color-white] .expandable-card[data-theme=transparent]{--color-heading:#00005e;--color-text:#00005e;}.page-node-type-storytelling [data-theme~=b5],.page-node-type-storytelling [data-fade-anim-theme=color-b5]{--color-heading:white;}.page-node-type-storytelling [data-theme~=b5] figcaption,.page-node-type-storytelling [data-fade-anim-theme=color-b5] figcaption{color:white;}.page-node-type-storytelling [data-theme=wallpaper][data-anim=parallax]{--color-heading:white;--color-text:white;--link-color-scheme:white;--link-color-scheme-hover:white;}.page-node-type-storytelling [data-theme=wallpaper][data-anim=parallax] figcaption,.page-node-type-storytelling [data-theme=wallpaper][data-anim=parallax] .rte > *{color:var(--color-text);}.page-node-type-storytelling [data-theme=wallpaper][data-anim=parallax] .step-by-step:not([data-theme=p1],[data-theme=white]) .steps_text a{--color-text:white;color:var(--color-text);}.page-node-type-storytelling [data-theme=wallpaper][data-anim=parallax] .chart svg:not(:has(.highcharts-background:not([fill=none]))) :not(.highcharts-tooltip) text{color:white !important;fill:white !important;}.page-node-type-storytelling [data-theme~=p1],.page-node-type-storytelling [data-theme~=p3],.page-node-type-storytelling [data-theme~=g1],.page-node-type-storytelling [data-theme~=bg1],.page-node-type-storytelling [data-theme~=white]{--color-text:#181818;--color-heading:#00005e;--link-color-scheme:#00005e;--link-color-scheme-hover:#0000ff;}.page-node-type-storytelling [data-theme~=p1] li,.page-node-type-storytelling [data-theme~=p3] li,.page-node-type-storytelling [data-theme~=g1] li,.page-node-type-storytelling [data-theme~=bg1] li,.page-node-type-storytelling [data-theme~=white] li{color:var(--color-text);}.page-node-type-storytelling [data-theme~=p1] .link-blank svg,.page-node-type-storytelling [data-theme~=p3] .link-blank svg,.page-node-type-storytelling [data-theme~=g1] .link-blank svg,.page-node-type-storytelling [data-theme~=bg1] .link-blank svg,.page-node-type-storytelling [data-theme~=white] .link-blank svg{color:#8b8a8d;}.page-node-type-storytelling [data-theme~=p1] figcaption,.page-node-type-storytelling [data-theme~=p3] figcaption,.page-node-type-storytelling [data-theme~=g1] figcaption,.page-node-type-storytelling [data-theme~=bg1] figcaption,.page-node-type-storytelling [data-theme~=white] figcaption{color:#181818;}.page-node-type-storytelling .section-content-wrapper{width:100%;}@media (max-width:63.9375rem){.page-node-type-storytelling .section-content-wrapper .section-content-wrapper-inner{padding:0 1.875rem;}}@media (max-width:39.9375rem){.page-node-type-storytelling .section-content-wrapper .section-content-wrapper-inner{padding:0 1.5rem;}}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-bridge=true] > .section-content-wrapper{padding:-webkit-calc(var(--grid-gap) * 4) 0;padding:calc(var(--grid-gap) * 4) 0;}.page-node-type-storytelling section [data-anim=parallax] :is(img,video,#bump){height:100%;-webkit-transform:unset;-ms-transform:unset;transform:unset;}.page-node-type-storytelling [data-area=C]{z-index:1;}.page-node-type-storytelling [data-area=C] > section.collection{margin-bottom:0;}@media (max-width:39.9375rem){.page-node-type-storytelling [data-area=C] > section.collection{--theme-padding:1.5rem 0;}}.page-node-type-storytelling [data-area=C] > section.collection::before{content:"";position:absolute;top:-5px;bottom:-5px;left:0;height:-webkit-calc(100% + 10px);height:calc(100% + 10px);width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));background-color:inherit;pointer-events:none;}.page-node-type-storytelling [data-area=C] > .pin-spacer,.page-node-type-storytelling [data-area=C] .pin-spacer > *{width:100% !important;max-width:100% !important;-webkit-box-sizing:border-box;box-sizing:border-box;}.page-node-type-storytelling [data-area=C] .pin-spacer{display:block !important;grid-column:1/-1 !important;}@media (min-width:64rem){.page-node-type-storytelling [data-layout~=left],.page-node-type-storytelling .collection > header,.page-node-type-storytelling [data-layout~=center],.page-node-type-storytelling [data-layout~=right]{width:100%;max-width:100%;}.page-node-type-storytelling [data-layout~=left] .section-content-wrapper,.page-node-type-storytelling .collection > header .section-content-wrapper,.page-node-type-storytelling [data-layout~=center] .section-content-wrapper,.page-node-type-storytelling [data-layout~=right] .section-content-wrapper{max-width:-webkit-calc(48.375rem);max-width:calc(48.375rem);justify-self:center;}.page-node-type-storytelling [data-layout~=left] .section-content-wrapper,.page-node-type-storytelling .collection > header .section-content-wrapper{justify-self:left;margin-right:auto;}.page-node-type-storytelling [data-layout~=left] section.collection,.page-node-type-storytelling .collection > header section.collection{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;}.page-node-type-storytelling [data-layout~=right] .section-content-wrapper,.page-node-type-storytelling .collection.header-right > header .section-content-wrapper{justify-self:right;margin-left:auto;}.page-node-type-storytelling [data-layout~=right] section.collection,.page-node-type-storytelling .collection.header-right > header section.collection{-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right;}}.page-node-type-storytelling .section-bg{position:absolute;top:0;left:0;height:100%;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}@media (max-width:39.9375rem){.page-node-type-storytelling .section-bg{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}.page-node-type-storytelling .section-bg::before{content:none;}@media (max-width:39.9375rem){.page-node-type-storytelling section[data-theme=wallpaper]:not(.page-header){padding-left:0;padding-right:0;}}.page-node-type-storytelling section[data-theme=wallpaper]:not(.page-header)[data-anim=parallax] .section-bg{opacity:1;--bg-tint:#00005e;}.page-node-type-storytelling section[data-theme=wallpaper]:not(.page-header)[data-anim=parallax] .section-bg::before{content:"";position:absolute;top:0;left:0;height:100%;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));background-color:inherit;pointer-events:none;}@media (max-width:39.9375rem){.page-node-type-storytelling section[data-theme=wallpaper]:not(.page-header)[data-anim=parallax] .section-bg::before{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}.page-node-type-storytelling section[data-theme=wallpaper]:not(.page-header)[data-anim=parallax] .section-bg[data-ios-fallback-tint="1"]::before{inset:-1px 0 0 0;pointer-events:none;background-color:rgba(0,0,94,0.6);z-index:1;}.page-node-type-storytelling section[data-theme=wallpaper]:not(.page-header) .rte p{color:var(--color-text);}.page-node-type-storytelling .card-article,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2),.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2){overflow:hidden;}@media (min-width:40rem){.page-node-type-storytelling .card-article,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2),.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2){margin-top:1.875rem;}}.page-node-type-storytelling .card-article :is(img,video,#bump),.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) :is(img,video,#bump),.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) :is(img,video,#bump){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);height:100%;}.page-node-type-storytelling .card-article h2,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) h2,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) h2,.page-node-type-storytelling .card-article h3,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) h3,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) h3{display:inline-block;padding-bottom:0;}.page-node-type-storytelling .card-article .content,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .content,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .content{background-color:white;}@media (min-width:80rem){.page-node-type-storytelling .card-article figure figcaption,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) figure figcaption,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) figure figcaption{position:absolute;top:auto;bottom:0;left:auto;right:100%;margin-right:1.5rem;width:30%;text-align:right;}}@media (min-width:40rem) and (max-width:63.9375rem){.page-node-type-storytelling .card-article figure,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) figure,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) figure,.page-node-type-storytelling .card-article .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .image{--grid-col:7;--grid-span:6;grid-row:1;}}@media (min-width:64rem){.page-node-type-storytelling .card-article figure,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) figure,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) figure,.page-node-type-storytelling .card-article .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .image{--grid-col:5;--grid-span:8;grid-row:2/span 5;}}@media (max-width:39.9375rem){.page-node-type-storytelling .card-article .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .image{overflow:hidden;}.page-node-type-storytelling .card-article .image img,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image img,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .image img{-webkit-transition:1400ms ease;-o-transition:1400ms ease;transition:1400ms ease;}.page-node-type-storytelling .card-article .image.active :is(img,#bump),.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image.active :is(img,#bump),.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .image.active :is(img,#bump){-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08);}}@media (min-width:40rem) and (max-width:63.9375rem){.page-node-type-storytelling .card-article .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .image{margin-left:-3rem;margin-right:-1.5rem;width:-webkit-calc(100% + 4.5rem);width:calc(100% + 4.5rem);}}.page-node-type-storytelling .card-article .content,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .content,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .content{grid-row:1;}@media (min-width:40rem){.page-node-type-storytelling .card-article .content,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .content,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .content{--grid-col:1;--grid-span:6;--speed:0.1;-webkit-transform:translateY(-webkit-calc(((var(--oy) + var(--oh) / 2 - var(--sy) - var(--vh) / 2) / (var(--vh) + var(--oh)) * var(--speed)) * 100% * -1));-ms-transform:translateY(calc(((var(--oy) + var(--oh) / 2 - var(--sy) - var(--vh) / 2) / (var(--vh) + var(--oh)) * var(--speed)) * 100% * -1));transform:translateY(calc(((var(--oy) + var(--oh) / 2 - var(--sy) - var(--vh) / 2) / (var(--vh) + var(--oh)) * var(--speed)) * 100% * -1));}}@media (min-width:64rem){.page-node-type-storytelling .card-article .content,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .content,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .content{--speed:0.3;grid-row:1/span 4;}}@media (prefers-reduced-motion:reduce){.page-node-type-storytelling .card-article .content,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .content,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div:nth-of-type(2) .content{-webkit-transform:none;-ms-transform:none;transform:none;}}.page-node-type-storytelling .card-article.promoted-rtl figure,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure,.page-node-type-storytelling .card-article.promoted-rtl .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{--grid-col:1;}@media (min-width:40rem) and (max-width:63.9375rem){.page-node-type-storytelling .card-article.promoted-rtl figure,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure,.page-node-type-storytelling .card-article.promoted-rtl .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{--grid-span:6;}}@media (min-width:64rem){.page-node-type-storytelling .card-article.promoted-rtl figure,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure,.page-node-type-storytelling .card-article.promoted-rtl .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{--grid-span:8;}}@media (min-width:40rem) and (max-width:63.9375rem){.page-node-type-storytelling .card-article.promoted-rtl .image,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .image{margin-left:0;margin-right:-3rem;}}@media (min-width:80rem){.page-node-type-storytelling .card-article.promoted-rtl figure figcaption,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure figcaption,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure figcaption{right:auto;left:100%;text-align:left;margin-right:auto;margin-left:1.5rem;}}@media (min-width:40rem){.page-node-type-storytelling .card-article.promoted-rtl .content,.page-node-type-storytelling .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .content,.vocabulary--author .page-main .page-node-type-storytelling .collection:first-of-type > div.promoted-rtl:nth-of-type(2) .content{--grid-col:7;--grid-span:6;}}@media (min-width:80rem){.page-node-type-storytelling [data-layout~=center] .card-article figure figcaption,.page-node-type-storytelling [data-layout~=center] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) figure figcaption,.vocabulary--author .page-main .page-node-type-storytelling [data-layout~=center] .collection:first-of-type > div:nth-of-type(2) figure figcaption,.page-node-type-storytelling .collection.header-center > header .card-article figure figcaption,.page-node-type-storytelling .collection.header-center > header .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) figure figcaption,.vocabulary--author .page-main .page-node-type-storytelling .collection.header-center > header .collection:first-of-type > div:nth-of-type(2) figure figcaption{position:relative;top:unset;left:auto;right:0;margin-left:auto;margin-right:0;width:70%;text-align:right;}}@media (min-width:80rem){.page-node-type-storytelling [data-layout~=center] .card-article.promoted-rtl figure figcaption,.page-node-type-storytelling [data-layout~=center] .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure figcaption,.vocabulary--author .page-main .page-node-type-storytelling [data-layout~=center] .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure figcaption,.page-node-type-storytelling .collection.header-center > header .card-article.promoted-rtl figure figcaption,.page-node-type-storytelling .collection.header-center > header .vocabulary--author .page-main .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure figcaption,.vocabulary--author .page-main .page-node-type-storytelling .collection.header-center > header .collection:first-of-type > div.promoted-rtl:nth-of-type(2) figure figcaption{left:0;margin-left:0;text-align:left;}}.page-node-type-storytelling .quotes[data-theme=none]{padding:1.5rem 0;margin-bottom:0;}@media (min-width:40rem){.page-node-type-storytelling .quotes[data-theme=none]{padding:1.875rem;}}@media (min-width:64rem){.page-node-type-storytelling .quotes[data-theme=none]{padding:3.75rem;padding-bottom:6.25rem;}}.page-node-type-storytelling blockquote{-webkit-transform:translateY(min(2.5rem,10vmin));-ms-transform:translateY(min(2.5rem,10vmin));transform:translateY(min(2.5rem,10vmin));color:#00005e;-webkit-transition:1000ms ease;-o-transition:1000ms ease;transition:1000ms ease;padding-bottom:2.5rem;}.page-node-type-storytelling blockquote::before,.page-node-type-storytelling blockquote *:not(.button){color:inherit;}@media (prefers-reduced-motion:reduce){.page-node-type-storytelling blockquote{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);color:#00005e;}}.page-node-type-storytelling .step-by-step[data-theme=p1],.page-node-type-storytelling .step-by-step[data-theme=white]{--color-text:var(--color-scheme-black);}.page-node-type-storytelling .step-by-step .steps-header p{color:var(--color-text);}.page-node-type-storytelling .step-by-step .steps_text{--comp-link-color-scheme:var(--color-link-text);--comp-link-color-scheme-hover:var(--color-link-text-hover);}.page-node-type-storytelling .step-by-step .steps_text a{--color-text:var(--color-text);}.page-node-type-storytelling .expandable-card[data-theme=p3],.page-node-type-storytelling .expandable-card[data-theme=bg1],.page-node-type-storytelling .expandable-card[data-theme=g1],.page-node-type-storytelling .expandable-card[data-theme=white]{--color-heading:var(--color-scheme-b5);--color-text:var(--color-scheme-black);--color-link-text:var(--color-scheme-b5);--color-link-text-hover:var(--color-scheme-b4);}.page-node-type-storytelling .expandable-card[data-theme=transparent]{color:var(--color-text,white);--color-heading:var(--color-scheme-white);--color-text:var(--color-scheme-white);--color-link-text:var(--link-color-scheme);--color-link-text-hover:var(--link-color-scheme-hover);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-node-type-storytelling .expandable-card[data-theme=p1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#fff3ee));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#fff3ee 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#fff3ee 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-node-type-storytelling .expandable-card[data-theme=p1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#fff3ee));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#fff3ee 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#fff3ee 70%);}}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-node-type-storytelling .expandable-card[data-theme=p3] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#f5d3cc));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#f5d3cc 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#f5d3cc 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-node-type-storytelling .expandable-card[data-theme=p3] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#f5d3cc));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#f5d3cc 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#f5d3cc 70%);}}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-node-type-storytelling .expandable-card[data-theme=g1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#f4f2f1));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#f4f2f1 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#f4f2f1 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-node-type-storytelling .expandable-card[data-theme=g1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#f4f2f1));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#f4f2f1 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#f4f2f1 70%);}}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-node-type-storytelling .expandable-card[data-theme=bg1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#EAF4FF));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#EAF4FF 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#EAF4FF 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-node-type-storytelling .expandable-card[data-theme=bg1] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,#EAF4FF));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,#EAF4FF 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,#EAF4FF 70%);}}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-node-type-storytelling .expandable-card[data-theme=white] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,white));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,white 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,white 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-node-type-storytelling .expandable-card[data-theme=white] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,white));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,white 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,white 70%);}}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-node-type-storytelling .expandable-card[data-theme=transparent] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,white));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,white 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,white 70%);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-node-type-storytelling .expandable-card[data-theme=transparent] .expandable-card-wrapper:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(154,205,255,0)),color-stop(70%,white));background:-o-linear-gradient(top,rgba(154,205,255,0) 0%,white 70%);background:linear-gradient(to bottom,rgba(154,205,255,0) 0%,white 70%);}}}.page-node-type-storytelling [data-theme~=b5] [data-theme=none] blockquote,.page-node-type-storytelling [data-theme~=b5] .rte blockquote,.page-node-type-storytelling [data-theme=wallpaper] [data-theme=none] blockquote,.page-node-type-storytelling [data-theme=wallpaper] .rte blockquote{color:white;}@media (prefers-reduced-motion:reduce){.page-node-type-storytelling [data-theme~=b5] [data-theme=none] blockquote,.page-node-type-storytelling [data-theme~=b5] .rte blockquote,.page-node-type-storytelling [data-theme=wallpaper] [data-theme=none] blockquote,.page-node-type-storytelling [data-theme=wallpaper] .rte blockquote{color:white;}}@supports (color:light-dark(red,red)){.page-node-type-storytelling [data-theme~=b5] [data-theme=none] .table-wrapper tr:hover,.page-node-type-storytelling [data-theme~=b5] .rte .table-wrapper tr:hover,.page-node-type-storytelling [data-theme=wallpaper] [data-theme=none] .table-wrapper tr:hover,.page-node-type-storytelling [data-theme=wallpaper] .rte .table-wrapper tr:hover{color:light-dark(#00005e,#00005e) !important;}}@supports (color:light-dark(red,red)){.page-node-type-storytelling [data-theme~=b5] [data-theme=none] .table-wrapper,.page-node-type-storytelling [data-theme~=b5] .rte .table-wrapper,.page-node-type-storytelling [data-theme=wallpaper] [data-theme=none] .table-wrapper,.page-node-type-storytelling [data-theme=wallpaper] .rte .table-wrapper{color:light-dark(#00005e,white) !important;}}.page-node-type-storytelling [data-fade-anim-theme=color-b5] [data-theme=wallpaper] [data-theme=none] blockquote{color:white;}.page-node-type-storytelling [data-fade-anim-theme=color-b5] [data-theme=wallpaper] .rte blockquote{color:white;}@supports (color:light-dark(red,red)){.page-node-type-storytelling [data-fade-anim-theme=color-b5] [data-theme=wallpaper] .table-wrapper tr:hover{color:light-dark(#00005e,#00005e) !important;}}@supports (color:light-dark(red,red)){.page-node-type-storytelling [data-fade-anim-theme=color-b5] [data-theme=wallpaper] .table-wrapper{color:light-dark(#00005e,white) !important;}}.page-node-type-storytelling [data-fade-anim-theme=color-white] [data-theme=wallpaper] [data-theme=none] blockquote,.page-node-type-storytelling [data-fade-anim-theme=color-p1] [data-theme=wallpaper] [data-theme=none] blockquote{color:#00005e;}.page-node-type-storytelling [data-fade-anim-theme=color-white] [data-theme=wallpaper] .rte blockquote,.page-node-type-storytelling [data-fade-anim-theme=color-p1] [data-theme=wallpaper] .rte blockquote{color:#00005e;}.page-node-type-storytelling [data-fade-anim-theme=color-white] [data-theme=wallpaper] figcaption,.page-node-type-storytelling [data-fade-anim-theme=color-p1] [data-theme=wallpaper] figcaption{color:#181818;}@supports (color:light-dark(red,red)){.page-node-type-storytelling [data-fade-anim-theme=color-white] [data-theme=wallpaper] .table-wrapper tr:hover,.page-node-type-storytelling [data-fade-anim-theme=color-p1] [data-theme=wallpaper] .table-wrapper tr:hover{color:light-dark(#00005e,#00005e) !important;}}@supports (color:light-dark(red,red)){.page-node-type-storytelling [data-fade-anim-theme=color-white] [data-theme=wallpaper] .table-wrapper,.page-node-type-storytelling [data-fade-anim-theme=color-p1] [data-theme=wallpaper] .table-wrapper{color:light-dark(#00005e,white) !important;}}.page-node-type-storytelling section[data-anim=parallax]{position:relative;width:100%;height:100%;z-index:1;background-color:var(--bg-tint,#00005e);}.page-node-type-storytelling section[data-anim=parallax][data-theme=wallpaper]{height:100vh;width:100vw;}.page-node-type-storytelling section[data-anim=parallax][data-theme~=wallpaper]:not([data-theme=wallpaper]){min-height:100vh;}.page-node-type-storytelling section[data-anim=parallax][data-theme~=wallpaper]:not([data-theme=wallpaper]) > .section-content-wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto 0;}.page-node-type-storytelling section[data-anim=parallax][data-theme]:not([data-theme=wallpaper]) ::before{display:none;}.page-node-type-storytelling section[data-anim=parallax][data-theme~=p1]{--theme-color:#fff3ee;}.page-node-type-storytelling section[data-anim=parallax][data-theme~=white]{--theme-color:#fff;}.page-node-type-storytelling section[data-anim=parallax][data-theme~=b5]{--theme-color:#00005e;}.page-node-type-storytelling section[data-anim=parallax] .section-bg{position:absolute;top:0;left:0;height:100%;z-index:-1;background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;background-color:var(--bg-tint,#00005e);}.page-node-type-storytelling section[data-anim=parallax] .section-bg::before{height:100%;background:#00005e;z-index:-1;pointer-events:none;}.page-node-type-storytelling section[data-anim=parallax] > .section-content-wrapper{position:absolute;top:0;height:100%;z-index:1;}.page-node-type-storytelling section[data-anim=parallax] :is(img,video,#bump){will-change:initial;height:100%;-webkit-transform:initial;-ms-transform:initial;transform:initial;}.page-node-type-storytelling [data-theme=wallpaper]:not(.page-header)[data-anim=parallax] img{-webkit-transition:opacity 100ms ease;-o-transition:opacity 100ms ease;transition:opacity 100ms ease;}.page-node-type-storytelling [data-theme~=wallpaper]:not(.page-header)[data-anim=parallax] .section-bg{opacity:1;}.page-node-type-storytelling .section-content-wrapper .image-wrapper,.page-node-type-storytelling .section-content-wrapper .quote-wrapper,.page-node-type-storytelling .section-content-wrapper .rte,.page-node-type-storytelling .section-content-wrapper .expandable-card,.page-node-type-storytelling .section-content-wrapper .collection.fact,.page-node-type-storytelling .section-content-wrapper .collection.fact .collection[class=card-article],.collection.fact .page-node-type-storytelling .section-content-wrapper .collection[class=card-article]{margin-bottom:1.875rem;}.page-node-type-storytelling .section-content-wrapper .section-content-wrapper-inner > *:last-child{margin-bottom:0;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper]{position:relative;isolation:isolate;min-height:100vh;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper]:not([data-bridge=true]):has(> .section-content-wrapper){height:100vh;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper]:not([data-bridge=true]):has(> .section-content-wrapper) > .section-content-wrapper{position:absolute;top:0;left:0;right:0;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper]::before{height:100%;z-index:-1;pointer-events:none;content:"";position:absolute;top:0;left:0;width:100vw;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-theme=wallpaper]::before{background:#00005e;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-theme~=p1]{--theme-color:#fff3ee;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-theme~=white]{--theme-color:#fff;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-theme~=b5]{--theme-color:#00005e;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-theme~=p1]::before{background:var(--theme-color);}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-theme~=white]::before{background:var(--theme-color);}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-theme~=b5]::before{background:var(--theme-color);}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-bridge=true]::before{background:transparent !important;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper] .section-bg{position:absolute;inset:0;width:100vw;height:100vh;pointer-events:none;z-index:0;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper] .section-bg::before{content:"";position:absolute;top:0;left:0;width:100vw;z-index:5;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper] .section-content-wrapper{position:relative;z-index:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-bridge=true]{position:relative;isolation:isolate;min-height:100%;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-bridge=true] .section-bg::before,.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-bridge=true] .section-bg::after{display:none;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-bridge=true] .section-bg img{display:none;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-bridge=true] .section-content-wrapper{color:white;--color-text:white;--color-heading:white;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-bridge=true]::after{z-index:-1;pointer-events:none;background:#00005e;content:"";position:absolute;top:100vh;bottom:0;left:0;width:100vw;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-pre-continue=true]::after{content:"";position:absolute;inset:-5px 0;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));background-color:var(--continue-overlay-color,#00005e);opacity:var(--continue-overlay-opacity,0);pointer-events:none;z-index:5;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-pre-continue=true][data-continue-color=b5]{--continue-overlay-color:#00005e;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-pre-continue=true][data-continue-color=p1]{--continue-overlay-color:#fff3ee;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper][data-pre-continue=true][data-continue-color=white]{--continue-overlay-color:white;}.page-node-type-storytelling section[data-anim=fade-in-on-scroll][data-theme~=wallpaper] .bg-placeholder{display:block;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit;z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}.page-node-type-storytelling section[data-anim=continue-scroll][data-continue=true]{position:relative;isolation:isolate;background-color:white;margin-top:-1px;}.page-node-type-storytelling section[data-anim=continue-scroll][data-continue=true]::before{top:-5px;bottom:-5px;height:100%;}.page-node-type-storytelling section[data-anim=continue-scroll][data-continue=true]::after{content:"";position:absolute;inset:-5px 0;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));background-color:var(--continue-bg-color,#00005e);opacity:var(--continue-bg-opacity,0);pointer-events:none;z-index:0;}.page-node-type-storytelling section[data-anim=continue-scroll][data-continue=true] .section-content-wrapper{padding:-webkit-calc(var(--grid-gap) * 4) 0 !important;padding:calc(var(--grid-gap) * 4) 0 !important;position:relative;z-index:1;}.page-node-type-storytelling section[data-anim=continue-scroll][data-continue=true][data-continue-color=b5]{--continue-bg-color:#00005e;color:white;--color-text:white;--color-heading:white;--color-link-text:white;}.page-node-type-storytelling section[data-anim=continue-scroll][data-continue=true][data-continue-color=p1]{--continue-bg-color:#fff3ee;color:#00005e;--color-text:#181818;--color-heading:#00005e;}.page-node-type-storytelling section[data-anim=continue-scroll][data-continue=true][data-continue-color=white]{--continue-bg-color:white;color:#00005e;--color-text:#181818;--color-heading:#00005e;}.page-node-type-storytelling [data-fade-anim-theme^=color-]{position:relative;z-index:1;min-height:100vh;background:var(--bg,#fff);overflow:visible;isolation:isolate;border:0;}.page-node-type-storytelling [data-fade-anim-theme^=color-][data-bridge-area]{background:unset;min-height:50vh;}.page-node-type-storytelling [data-fade-anim-theme=color-white]{--bg:#fff;}.page-node-type-storytelling [data-fade-anim-theme=color-b5]{--bg:#00005e;--color-text:white;}.page-node-type-storytelling [data-fade-anim-theme=color-p1]{--bg:#fff3ee;}.page-node-type-storytelling [data-fade-anim-theme=color-p1] section[data-anim=fade-in-on-scroll][data-theme=wallpaper]::before{background:#fff3ee;}.page-node-type-storytelling [data-fade-anim-theme=color-b5] section[data-anim=fade-in-on-scroll][data-theme=wallpaper]::before{background:#00005e;}.page-node-type-storytelling [data-fade-anim-theme=color-white] section[data-anim=fade-in-on-scroll][data-theme=wallpaper]::before{background:#fff;}.page-node-type-storytelling [data-fade-anim-theme^=color-]{--blend-size:2vh;--blur-amt:5px;--feather:36%;position:relative;z-index:1;}.page-node-type-storytelling [data-fade-anim-theme=color-b5] section[data-theme=wallpaper] .section-bg:after{-webkit-backdrop-filter:blur(var(--blur-amt));backdrop-filter:blur(var(--blur-amt));position:absolute;top:0;width:100vw;height:-webkit-calc(var(--blend-size) * 1.15);height:calc(var(--blend-size) * 1.15);mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(black),color-stop(black),to(transparent));mask-image:linear-gradient(to bottom,transparent 0%,black var(--feather),black calc(100% - var(--feather)),transparent 100%);-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(black),color-stop(black),to(transparent));-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black var(--feather),black -webkit-calc(100% - var(--feather)),transparent 100%);}.page-node-type-storytelling [data-fade-anim-theme=color-b5] section[data-theme=wallpaper] .section-bg:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,94,0.85)),color-stop(10%,rgba(0,0,94,0.55)),color-stop(18%,rgba(0,0,94,0.25)),color-stop(26%,rgba(0,0,94,0.08)),color-stop(32%,rgba(0,0,94,0)));background:-o-linear-gradient(top,rgba(0,0,94,0.85) 0%,rgba(0,0,94,0.55) 10%,rgba(0,0,94,0.25) 18%,rgba(0,0,94,0.08) 26%,rgba(0,0,94,0) 32%);background:linear-gradient(180deg,rgba(0,0,94,0.85) 0%,rgba(0,0,94,0.55) 10%,rgba(0,0,94,0.25) 18%,rgba(0,0,94,0.08) 26%,rgba(0,0,94,0) 32%);}.page-node-type-storytelling [data-fade-anim-theme=color-p1] section[data-theme=wallpaper] .section-bg:before{background:-webkit-gradient(linear,left top,left bottom,from(#fff3ee),color-stop(12%,rgba(255,243,238,0.85)),color-stop(22%,rgba(255,243,238,0.45)),color-stop(32%,rgba(255,243,238,0.1)),color-stop(40%,rgba(255,243,238,0)));background:-o-linear-gradient(top,#fff3ee 0%,rgba(255,243,238,0.85) 12%,rgba(255,243,238,0.45) 22%,rgba(255,243,238,0.1) 32%,rgba(255,243,238,0) 40%);background:linear-gradient(180deg,#fff3ee 0%,rgba(255,243,238,0.85) 12%,rgba(255,243,238,0.45) 22%,rgba(255,243,238,0.1) 32%,rgba(255,243,238,0) 40%);}.page-node-type-storytelling [data-fade-anim-theme=color-white] section[data-theme=wallpaper] .section-bg:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.85)),color-stop(10%,rgba(255,255,255,0.5)),color-stop(20%,rgba(255,255,255,0.2)),color-stop(28%,rgba(255,255,255,0.06)),color-stop(36%,rgba(255,255,255,0)));background:-o-linear-gradient(top,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.2) 20%,rgba(255,255,255,0.06) 28%,rgba(255,255,255,0) 36%);background:linear-gradient(180deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.2) 20%,rgba(255,255,255,0.06) 28%,rgba(255,255,255,0) 36%);}.page-node-type-storytelling [data-fade-anim-theme^=color-] + [data-fade-anim-theme^=color-]::before{top:-webkit-calc(-0.65 * var(--blend-size));top:calc(-0.65 * var(--blend-size));}.page-node-type-storytelling [data-fade-anim-theme^=color-]:has(+ [data-fade-anim-theme^=color-])::after{bottom:-webkit-calc(-0.65 * var(--blend-size));bottom:calc(-0.65 * var(--blend-size));}.page-node-type-storytelling [data-fade-anim-theme^=color-] + [data-fade-anim-theme^=color-]::before,.page-node-type-storytelling [data-fade-anim-theme^=color-]:not(:last-child)::after{content:"";position:absolute;left:0;right:0;height:-webkit-calc(var(--blend-size) * 1.15);height:calc(var(--blend-size) * 1.15);pointer-events:none;z-index:2;width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));background:rgba(255,255,255,0.001);backdrop-filter:blur(var(--blur-amt));-webkit-backdrop-filter:blur(var(--blur-amt));mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(black),color-stop(black),to(transparent));mask-image:linear-gradient(to bottom,transparent 0%,black var(--feather),black calc(100% - var(--feather)),transparent 100%);-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(black),color-stop(black),to(transparent));-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black var(--feather),black -webkit-calc(100% - var(--feather)),transparent 100%);-webkit-transform:translateZ(0);transform:translateZ(0);}.page-node-type-storytelling.form-builder-active .page-nav.reveal{z-index:1;top:0;}.page-node-type-storytelling.form-builder-active section[data-anim=parallax]{width:100%;height:100%;opacity:0.7;}.page-node-type-storytelling.form-builder-active section[data-theme=wallpaper][data-anim=fade-in-on-scroll]{min-height:100%;background:var(--bg);}.page-node-type-storytelling.form-builder-active section[data-anim=continue-scroll][data-continue=true]{background-color:var(--continue-bg-color);color:var(--color-text);}.page-node-type-storytelling.form-builder-active [data-fade-anim-theme^=color-]{min-height:100%;}.page-node-type-storytelling.form-builder-active .section-content-wrapper{padding:-webkit-calc(var(--grid-gap) * 2) 0;padding:calc(var(--grid-gap) * 2) 0;}.page-node-type-storytelling.form-builder-active .layout-builder-block[data-theme]{background-color:var(--theme-color,unset);}.page-node-type-storytelling.form-builder-active .layout-builder__add-section[data-layout-builder-highlight-id=section-0] ~ .layout-builder__section section[data-anim=fade-in-on-scroll][data-theme~=wallpaper]{min-height:100%;}.page-nav{z-index:6;margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));padding-left:-webkit-calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-left:calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-right:-webkit-calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-right:calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));-webkit-transition:top 0.3s ease-in-out;-o-transition:top 0.3s ease-in-out;transition:top 0.3s ease-in-out;top:-3rem;}.page-nav .close-button.only-desktop{display:none;}@media (min-width:64rem){.page-nav .close-button.only-desktop{display:block;position:absolute;display:block;right:0.75rem;top:3.25rem;line-height:1;max-width:16px;height:16px;width:16px;cursor:pointer;z-index:9999999;pointer-events:all;background-color:transparent;font:0/0 "a";padding:0;margin:0;border:none;-webkit-border-radius:0;border-radius:0;}.page-nav .close-button.only-desktop:hover{background-color:transparent;margin-left:0;padding-left:0;}}@media (min-width:64rem) and (min-width:83.75rem){.page-nav .close-button.only-desktop{right:0;}}@media (min-width:64rem){.page-nav .close-button.only-desktop svg{color:var(--page-nav-text);}}@media (min-width:64rem){.page-nav{position:-webkit-sticky;position:sticky;}}@media (min-width:64rem){.page-nav .directory{-webkit-transition:margin 0.3s ease-in-out;-o-transition:margin 0.3s ease-in-out;transition:margin 0.3s ease-in-out;margin-bottom:1rem;}}.page-nav.reveal{top:0;--color-page-nav-desktop:var(--color-scheme-white);}@media (min-width:64rem){.page-nav.reveal .directory{-webkit-transition:margin 0.3s ease-in-out;-o-transition:margin 0.3s ease-in-out;transition:margin 0.3s ease-in-out;margin-bottom:0;}}.gin--vertical-toolbar .page-nav.reveal,.page-nav.gin--vertical-toolbar.reveal{top:3.6875rem;}.page-nav.scroll-down{--color-page-nav-desktop:var(--color-scheme-white);}.gin--vertical-toolbar .page-nav.scroll-down,.page-nav.gin--vertical-toolbar.scroll-down{top:0.625rem;}.page-nav:focus-within{background-color:var(--color-scheme-white);}@media (min-width:64rem){.page-nav{--color-page-nav-desktop:transparent;-webkit-box-shadow:0 2px 3px rgba(57,63,72,0.05);box-shadow:0 2px 3px rgba(57,63,72,0.05);}.page-nav.stuck{-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}}@supports (color:light-dark(red,red)){@media (min-width:64rem){[data-color-scheme=color_scheme_dark] .page-nav{-webkit-box-shadow:0 2px 3px rgba(255,255,255,0.15);box-shadow:0 2px 3px rgba(255,255,255,0.15);}}@media (prefers-color-scheme:dark) and (min-width:64rem){html:not([data-color-scheme=color_scheme_light]) .page-nav{-webkit-box-shadow:0 2px 3px rgba(255,255,255,0.15);box-shadow:0 2px 3px rgba(255,255,255,0.15);}}}.path-taxonomy:not(.vocabulary--author) .view-pager .pager__items,.path-taxonomy:not(.vocabulary--author) .view-pager .pager__items{margin:0 0 1.875rem;padding:0;text-align:left;}.vue-infinite-pager{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;}.vue-infinite-pager button,.vue-infinite-pager .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .vue-infinite-pager a,.vue-infinite-pager .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .vue-infinite-pager a,.vue-infinite-pager a.button,.vue-infinite-pager .quotes a,.quotes .vue-infinite-pager a{-webkit-border-radius:3em;border-radius:3em;}.vue-infinite-pager button:focus:not(:focus-visible),.vue-infinite-pager .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus:not(:focus-visible),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .vue-infinite-pager a:focus:not(:focus-visible),.vue-infinite-pager .vocabulary--author .page-main .field--name-field-contact-link a:focus:not(:focus-visible),.vocabulary--author .page-main .field--name-field-contact-link .vue-infinite-pager a:focus:not(:focus-visible),.vue-infinite-pager a.button:focus:not(:focus-visible),.vue-infinite-pager .quotes a:focus:not(:focus-visible),.quotes .vue-infinite-pager a:focus:not(:focus-visible){-webkit-border-radius:3rem;border-radius:3rem;}.search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}@media (max-width:63.9375rem){.search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.search .searchresult-wrapper{width:67.2%;margin-left:11.4814814815%;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 (max-width:63.9375rem){.search .searchresult-wrapper{width:100%;margin-left:0;margin-top:2rem;margin-left:0;}}.search .searchresult-wrapper .inline-link{display:inline;text-decoration:underline;}.search .searchresult-wrapper .searchresult-wrapper{margin-left:0;}.search .views-exposed-form{background-color:var(--color-scheme-p1);max-width:-webkit-calc(20rem + 1.5rem);max-width:calc(20rem + 1.5rem);margin-left:0;padding:2rem;position:relative;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}.search .views-exposed-form .js-form-wrapper{margin-left:0;}.search .views-exposed-form .form-item{margin-bottom:1.5rem;margin-right:0;}@media (min-width:64rem){.search .views-exposed-form{position:-webkit-sticky;position:sticky;top:9rem;}}@media (max-width:63.9375rem){.search .views-exposed-form{max-width:100%;width:100%;}}.search .views-exposed-form label{color:var(--color-heading,var(--color-scheme-b5));font:var(--fw-300) var(--fs-4)/var(--lh-4) var(--ff-1);margin-top:0;}.search .views-exposed-form input[type=text],.search .views-exposed-form input[type=search]{-webkit-border-radius:10rem;border-radius:10rem;font-size:1rem;color:var(--color-scheme-black);background:var(--color-scheme-white);-webkit-box-shadow:none;box-shadow:none;max-width:inherit;padding:0.5em 1em;width:100%;}.search .views-exposed-form input[type=text]:focus,.search .views-exposed-form input[type=search]:focus{border-color:var(--color-scheme-b5);background-color:var(--color-scheme-white);-webkit-box-shadow:none;box-shadow:none;}.search .views-exposed-form input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--color-scheme-b5);padding:0.7em 1em;}.search .views-exposed-form .button{font:var(--fw-500) var(--fs--1)/var(--lh--1) var(--ff-0);padding:0.7em 1.2em;background-color:var(--color-scheme-b5);-webkit-transition:300ms;-o-transition:300ms;transition:300ms;text-align:center;white-space:nowrap;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--color-scheme-white);-webkit-border-radius:3em;border-radius:3em;}.search .views-exposed-form .button.form-submit{margin:0;}.search .view-header{width:100%;margin-bottom:0;}.search .view-header h2{font:var(--fw-300) var(--fs-5)/var(--lh-5) var(--ff-1);margin:0;}.search .search-result{width:100%;margin-top:3rem;}.search .search-result ul,.search .search-result li{list-style-type:none;margin:0;}.search .search-result li{border-bottom:1px solid var(--color-scheme-g4);padding:1.5em 0;}.search .search-result li:first-child{border-top:1px solid var(--color-scheme-g4);}.search .search-result a:focus,.search .search-result a:focus-visible{-webkit-border-radius:2px;border-radius:2px;display:inline;}.search .pager{width:100%;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;}.vue-global-search .js-form-item{float:none;}.vue-global-search .js-form-item select{width:100%;}.vue-global-search .views-exposed-form #edit-reset{background-color:transparent;color:var(--color-scheme-b5);}.vue-global-search .views-exposed-form #edit-reset:hover{text-decoration:underline;}.vue-global-search .views-exposed-form input[type=text],.vue-global-search .views-exposed-form input[type=search]{padding:0.7em 1em;}.vue-global-search .search-result li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:2rem;}@media only screen and (max-width:767px){.vue-global-search .search-result li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.vue-global-search .search-result li > div{-webkit-box-flex:1;-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.vue-global-search .search-result li div:first-child{-webkit-box-flex:1;-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;}.vue-global-search .search-result li.breadcrumb__item{display:inline;margin:0;padding:0;list-style-type:none;border:0 none;}.vue-global-search .search-result li .image{height:100%;margin-top:0.5rem;}.vue-global-search .search-result li .image.contain:before{padding-bottom:25.25%;}.vue-global-search .search-result li .image.svg.contain:before{padding-bottom:0;}.vue-global-search .search-result li .image.svg > svg{display:block;aspect-ratio:4/1;}.vue-global-search .search-result figcaption{width:100%;margin:0.5rem auto 0;text-align:center;font-size:0.8rem;text-transform:uppercase;}.vue-global-search .search-result .views-field-filesize .capitalize{font-size:0.8rem;}.vue-global-search .search-result ol{margin:0;}.vue-global-search .search-result .views-field-field-media-date{font-size:0.8rem;}.vue-global-search .search-result .views-field-field-teaser-text-1{margin-top:1rem;}.vue-global-search .search-result h3{margin-bottom:0;}body.menu-opened{overflow:hidden;-webkit-padding-end:-webkit-calc(1.875rem + var(--scrollbar-width));-moz-padding-end:calc(1.875rem + var(--scrollbar-width));padding-inline-end:calc(1.875rem + var(--scrollbar-width));}@media (max-width:39.9375rem){body.menu-opened{-webkit-padding-end:-webkit-calc(1.5rem + var(--scrollbar-width));-moz-padding-end:calc(1.5rem + var(--scrollbar-width));padding-inline-end:calc(1.5rem + var(--scrollbar-width));}}body.menu-opened .directory-wrapper-mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.page-nav-mobile{--page-nav-back:var(--color-scheme-white);--page-nav-open-back:var(--color-scheme-p1);--page-nav-open-back-hover:var(--color-scheme-p3);--color-scheme-g4:#474748;--page-nav-text:var(--nav-link-color-scheme);--page-nav-fill:#0000a0;--page-nav-scheme-color:#0000ff;--page-nav-link-hover:#0000ff;--link-back-hover:var(--color-scheme-p3);--page-nav-heading-hover:#0000ff;}@supports (color:light-dark(red,red)){.page-nav-mobile{--color-scheme-g4:light-dark(#474748,#c9c7c7);--page-nav-fill:light-dark(#0000a0,#fff3ee);--page-nav-scheme-color:light-dark(#0000ff,#fff3ee);--page-nav-link-hover:light-dark(#0000ff,#fff3ee);--page-nav-heading-hover:light-dark(#0000ff,#f5d3cc);}}@media (min-width:64rem){.page-nav-mobile :is(.only-mobile,#bump){display:none;}}@media (max-width:63.9375rem){.page-nav-mobile :is(.only-desktop,#bump){display:none;}}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas .logo-desktop{display:none;}}@media (min-width:64rem){.page-nav-mobile .search-menu-mobile{display:none;}}.page-nav-mobile button.only-mobile svg,.page-nav-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.only-mobile svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile a.only-mobile svg,.page-nav-mobile .vocabulary--author .page-main .field--name-field-contact-link a.only-mobile svg,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile a.only-mobile svg,.page-nav-mobile a.only-mobile.button svg,.page-nav-mobile .quotes a.only-mobile svg,.quotes .page-nav-mobile a.only-mobile svg{position:relative;top:0;width:auto;height:0.8125rem;}.page-nav-mobile [aria-expanded=false] + [data-level] [data-level]{display:none;}.page-nav-mobile h2,.page-nav-mobile h3,.page-nav-mobile h4{margin:0;padding:0;}.page-nav-mobile .menu-headline{display:block;margin-bottom:1rem;margin-left:-0.2rem;}@media (min-width:64rem){.page-nav-mobile .menu-headline{display:none;}}.page-nav-mobile a .link-blank svg{color:inherit;}@media (min-width:64rem){.page-nav-mobile a[data-back]{display:none;}}@-webkit-keyframes effect1{from{opacity:0.9;-webkit-transform:translatey(-0.5rem);transform:translatey(-0.5rem);}}@keyframes effect1{from{opacity:0.9;-webkit-transform:translatey(-0.5rem);transform:translatey(-0.5rem);}}@-webkit-keyframes menufadein{from{opacity:0;-webkit-transform:translatey(-0.1rem);transform:translatey(-0.1rem);}to{opacity:1;-webkit-transform:translatey(0);transform:translatey(0);}}@keyframes menufadein{from{opacity:0;-webkit-transform:translatey(-0.1rem);transform:translatey(-0.1rem);}to{opacity:1;-webkit-transform:translatey(0);transform:translatey(0);}}@-webkit-keyframes slideIn{0%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}1%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes slideIn{0%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}1%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@-webkit-keyframes slideOut{0%{-webkit-transform:translateX(0);transform:translateX(0);}99%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}100%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}}@keyframes slideOut{0%{-webkit-transform:translateX(0);transform:translateX(0);}99%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}100%{-webkit-transform:translateX(100vw);transform:translateX(100vw);}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}1%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideDown{0%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}1%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}99%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}100%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}}@keyframes slideUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}99%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}100%{-webkit-transform:translateY(-webkit-calc(-100% - var(--dir-height)));transform:translateY(calc(-100% - var(--dir-height)));}}@media (max-width:63.9375rem){.page-nav-mobile{position:fixed;top:0;right:-100vw;width:100vw;height:100vh;}.page-nav-mobile::before{content:"";display:block;position:absolute;top:0;left:-100vw;width:100vw;height:4.5rem;max-height:20vh;min-height:3.125rem;background-color:var(--page-nav-back);z-index:-1;}}@media (max-width:63.9375rem) and (min-width:40rem){.page-nav-mobile::before{-webkit-box-shadow:0 2px 3px rgba(57,63,72,0.05);box-shadow:0 2px 3px rgba(57,63,72,0.05);}}@media (max-width:63.9375rem) and (max-width:19.9375rem),(max-width:63.9375rem) and (max-height:22rem) and (max-width:63.9375rem){.page-nav-mobile::before{height:var(--mob-xs-height);min-height:var(--mob-xs-height);}}@media (max-width:63.9375rem){.page-nav-mobile .top{display:none;}}@media (max-width:63.9375rem){.page-nav-mobile.ready::before{z-index:1;}}@media (max-width:63.9375rem){.page-nav-mobile .logo{z-index:1;}}@media (max-width:63.9375rem){.page-nav-mobile .directory-mobile.only-mobile .level-2{font-size:1.25rem;}}@media (max-width:63.9375rem){.page-nav-mobile .directory-wrapper-mobile{--color-scheme-p3:#f5d3cc;display:none;z-index:2;grid-auto-flow:column dense;grid-auto-columns:auto;grid-gap:0.25rem;-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:-webkit-calc(1.5rem / 2) 1.5rem;padding:calc(1.5rem / 2) 1.5rem;background-color:var(--color-scheme-p3);position:relative;height:auto;min-height:var(--dir-height);}@supports (color:light-dark(red,red)){.page-nav-mobile .directory-wrapper-mobile{--color-scheme-p3:light-dark(#f5d3cc,#181818);}}}@media (max-width:63.9375rem) and (min-width:30rem){.page-nav-mobile .directory-wrapper-mobile{-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;}}@media (max-width:63.9375rem) and (max-width:23.125rem){.page-nav-mobile .directory-wrapper-mobile{padding-left:0.75rem;padding-right:0.75rem;}}@media (max-width:63.9375rem){@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile{border-top:1px solid #474748;border-bottom:1px solid #474748;}[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile ul[data-level]{top:-webkit-calc(100% + 1px);top:calc(100% + 1px);}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile{border-top:1px solid #474748;border-bottom:1px solid #474748;}html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile ul[data-level]{top:-webkit-calc(100% + 1px);top:calc(100% + 1px);}}}}@media (max-width:63.9375rem){.page-nav-mobile .directory-wrapper-mobile li{position:static;}.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle,.page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle{border-left:none;margin:0px;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;font-size:0.875rem;-webkit-border-radius:0;border-radius:0;}.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a:hover,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a:focus,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle:focus,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle:focus,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle:focus,.page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle:focus{color:var(--link-color-scheme-hover);}.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a:focus,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a:hover,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a:focus-visible,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle:focus,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle:focus,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle:focus,.page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle:focus,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle:hover,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle:focus-visible,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle:focus-visible,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle:focus-visible,.page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle:focus-visible{padding-left:0rem;padding-right:0rem;margin:0 0.5rem;-webkit-border-radius:0;border-radius:0;}.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a svg,.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle svg,.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle svg{margin-right:0.25rem;color:inherit;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a svg,[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle svg,[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle svg{--icon-color:var(--color-p3);}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a svg,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle svg,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle svg{--icon-color:var(--color-p3);}}}.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a[aria-controls],.page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle[aria-controls],.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle[aria-controls],.page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle[aria-controls],.page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle[aria-controls]{background-color:transparent;background-image:none;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a[aria-controls],[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle[aria-controls],[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle[aria-controls],[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle[aria-controls],[data-color-scheme=color_scheme_dark] .page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle[aria-controls]{background-image:none;}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a[aria-controls],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > button.directory-mobile-toggle[aria-controls],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links li.directory-mobile > a.directory-mobile-toggle[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile li.directory-mobile > a.directory-mobile-toggle[aria-controls],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile .vocabulary--author .page-main .field--name-field-contact-link li.directory-mobile > a.directory-mobile-toggle[aria-controls],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .directory-wrapper-mobile .quotes li.directory-mobile > a.directory-mobile-toggle[aria-controls]{background-image:none;}}}.page-nav-mobile .directory-wrapper-mobile li a[aria-expanded=true] + [data-level],.page-nav-mobile .directory-wrapper-mobile li button[aria-expanded=true] + [data-level],.page-nav-mobile .directory-wrapper-mobile li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true] + [data-level],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li a[aria-expanded=true] + [data-level],.page-nav-mobile .directory-wrapper-mobile li .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=true] + [data-level],.page-nav-mobile .directory-wrapper-mobile li .quotes a[aria-expanded=true] + [data-level]{-webkit-animation:slideDown 300ms both;animation:slideDown 300ms both;}.page-nav-mobile .directory-wrapper-mobile li a[aria-expanded=false] + [data-level],.page-nav-mobile .directory-wrapper-mobile li button[aria-expanded=false] + [data-level],.page-nav-mobile .directory-wrapper-mobile li .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=false] + [data-level],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .directory-wrapper-mobile li a[aria-expanded=false] + [data-level],.page-nav-mobile .directory-wrapper-mobile li .vocabulary--author .page-main .field--name-field-contact-link a[aria-expanded=false] + [data-level],.page-nav-mobile .directory-wrapper-mobile li .quotes a[aria-expanded=false] + [data-level]{-webkit-animation:slideUp 300ms both;animation:slideUp 300ms both;}.page-nav-mobile .directory-wrapper-mobile li ul[data-level]{top:100%;max-height:unset;overflow:hidden;background-color:var(--color-scheme-p3);}}@media (min-width:64rem){.page-nav-mobile{min-height:7.5rem;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms;position:relative;top:auto;right:auto;background-color:var(--page-nav-back);margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));padding-left:-webkit-calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-left:calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-right:-webkit-calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));padding-right:calc(50vw - 50%  + var(--theme-padding) - (var(--scrollbar-width) / 2));}.page-nav-mobile.menu-active{background-color:var(--page-nav-back);}}@media (min-width:64rem) and (min-width:64rem){.page-nav-mobile [data-level="3"]{max-height:62.5rem;min-height:100%;min-width:min(100vw - 3rem,80rem);padding-top:3rem;padding-bottom:1.5rem;padding-right:-webkit-calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 * 3 + 4.5rem);padding-right:calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 * 3 + 4.5rem);}.page-nav-mobile [data-level="3"],.page-nav-mobile [data-level="3"] [data-level]{position:absolute;top:3rem;left:0;width:100%;z-index:-1;pointer-events:none;}.page-nav-mobile [data-level="3"]::before,.page-nav-mobile [data-level="3"] [data-level]::before{content:"";background:var(--page-nav-open-back);position:absolute;top:1.5rem;left:-1.8rem;bottom:0;width:-webkit-calc(100vw - var(--scrollbar-width) + 1.8rem);width:calc(100vw - var(--scrollbar-width) + 1.8rem);height:100%;padding-bottom:-webkit-calc(var(--bot-nav-height,auto) * 1px + 3rem);padding-bottom:calc(var(--bot-nav-height,auto) * 1px + 3rem);margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));z-index:-1;-webkit-transition:0.3s padding ease;-o-transition:0.3s padding ease;transition:0.3s padding ease;}.page-nav-mobile [data-level="3"]::after{content:"";width:-webkit-calc(100vw - var(--scrollbar-width) + 1.8rem);width:calc(100vw - var(--scrollbar-width) + 1.8rem);background-color:rgba(0,0,0,0.3);height:100vh;bottom:-webkit-calc(var(--bot-nav-height,auto) * 1px);bottom:calc(var(--bot-nav-height,auto) * 1px);right:0;left:-1.8rem;display:block;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:-2;margin-left:-webkit-calc(50% - 50vw + var(--scrollbar-width) / 2);margin-left:calc(50% - 50vw + var(--scrollbar-width) / 2);margin-right:-webkit-calc(50% - 50vw + var(--scrollbar-width) / 2);margin-right:calc(50% - 50vw + var(--scrollbar-width) / 2);position:absolute;-webkit-transition:0.3s padding ease;-o-transition:0.3s padding ease;transition:0.3s padding ease;}.page-nav-mobile [data-level="3"]:empty::after{display:none;}.page-nav-mobile [data-level="3"] .collection{display:none;}.page-nav-mobile [data-level="3"] .collection header{display:none;}.page-nav-mobile [data-level="3"] .collection article:hover h3,.page-nav-mobile [data-level="3"] .collection article:focus-within h3{color:var(--page-nav-link-hover);}.page-nav-mobile [data-level="3"] .collection p{display:none;}.page-nav-mobile [data-level="3"] .collection picture{background:rgba(0,0,0,0.05);}.page-nav-mobile [data-level="3"] .collection img{-webkit-transition:600ms 20ms;-o-transition:600ms 20ms;transition:600ms 20ms;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.page-nav-mobile [data-level="3"] [aria-expanded=true] ~ .collection{display:none;}.page-nav-mobile [data-level="3"] a,.page-nav-mobile [data-level="3"] button,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile [data-level="3"] a{display:block;pointer-events:auto;width:100%;text-decoration:none;padding:0.5rem 0;margin-bottom:0.25rem;margin-left:-0.25rem;-webkit-border-radius:0 3rem 3rem 0;border-radius:0 3rem 3rem 0;border-left:4px solid transparent;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;color:var(--page-nav-text);}.page-nav-mobile [data-level="3"] a:hover,.page-nav-mobile [data-level="3"] button:hover,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a:hover{color:var(--page-nav-link-hover);background-color:var(--page-nav-open-back-hover);color:var(--page-nav-text);border-left-color:var(--page-nav-open-back-hover);margin-left:-0.5rem;padding-left:0.25rem;}.page-nav-mobile [data-level="3"] a::after,.page-nav-mobile [data-level="3"] button::after,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a::after,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .field--name-field-contact-link a::after,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile [data-level="3"] a::after{display:none;}.page-nav-mobile [data-level="3"] a.active,.page-nav-mobile [data-level="3"] button.active,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.active,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a.active{font-weight:700;}.page-nav-mobile [data-level="3"] a[aria-current=true]::after,.page-nav-mobile [data-level="3"] a.is-active::after,.page-nav-mobile [data-level="3"] a.active::after,.page-nav-mobile [data-level="3"] button[aria-current=true]::after,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-current=true]::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a[aria-current=true]::after,.page-nav-mobile [data-level="3"] button.is-active::after,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.is-active::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a.is-active::after,.page-nav-mobile [data-level="3"] button.active::after,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.active::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a.active::after{-webkit-transform:translateY(0px) scale(1);-ms-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}.page-nav-mobile [data-level="3"] a[aria-expanded],.page-nav-mobile [data-level="3"] button[aria-expanded],.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a[aria-expanded]{text-align:left;background-size:1em;background-position:center right 0.5em;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile [data-level="3"] a[aria-expanded],[data-color-scheme=color_scheme_dark] .page-nav-mobile [data-level="3"] button[aria-expanded],[data-color-scheme=color_scheme_dark] .page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .page-nav-mobile [data-level="3"] a[aria-expanded]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}@media (min-width:64rem) and (min-width:64rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile [data-level="3"] a[aria-expanded],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile [data-level="3"] button[aria-expanded],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile [data-level="3"] a[aria-expanded]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}}}.page-nav-mobile [data-level="3"] a[aria-expanded]:focus,.page-nav-mobile [data-level="3"] a[aria-expanded]:focus-visible,.page-nav-mobile [data-level="3"] button[aria-expanded]:focus,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded]:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a[aria-expanded]:focus,.page-nav-mobile [data-level="3"] button[aria-expanded]:focus-visible,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded]:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a[aria-expanded]:focus-visible{color:var(--page-nav-text);background-color:var(--page-nav-open-back-hover);border-left-color:var(--page-nav-open-back-hover);padding-left:-webkit-calc(0.5em + 4px);padding-left:calc(0.5em + 4px);}.page-nav-mobile [data-level="3"] a[aria-expanded=true],.page-nav-mobile [data-level="3"] button[aria-expanded=true],.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a[aria-expanded=true]{padding-left:-webkit-calc(0.5em + 4px);padding-left:calc(0.5em + 4px);color:var(--page-nav-text);background-color:var(--page-nav-open-back-hover);margin-left:-0.5rem;border-left:transparent;}.page-nav-mobile [data-level="3"] a[aria-expanded=true]::after,.page-nav-mobile [data-level="3"] button[aria-expanded=true]::after,.page-nav-mobile [data-level="3"] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-expanded=true]::after,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [data-level="3"] a[aria-expanded=true]::after{-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms,-webkit-transform 300ms;-webkit-transform:none;-ms-transform:none;transform:none;}.page-nav-mobile [data-level="3"] [data-level="4"],.page-nav-mobile [data-level="3"] [data-level="5"],.page-nav-mobile [data-level="3"] [data-level="6"]{height:auto;visibility:visible;}.page-nav-mobile [data-level="3"] [data-level="4"]{padding-left:-webkit-calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 + 1.5rem);padding-left:calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 + 1.5rem);padding-right:-webkit-calc((min(100vw - 3rem,80rem) - 4.5rem) / 2 + 3rem);padding-right:calc((min(100vw - 3rem,80rem) - 4.5rem) / 2 + 3rem);}.page-nav-mobile [data-level="3"] [data-level="5"]{top:0;min-width:min(100vw - 3rem,80rem);padding-left:-webkit-calc((min(100vw - 3rem,80rem) - 4.5rem) / 2 + 3rem);padding-left:calc((min(100vw - 3rem,80rem) - 4.5rem) / 2 + 3rem);padding-right:-webkit-calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 + 1.5rem);padding-right:calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 + 1.5rem);}.page-nav-mobile [data-level="3"] [data-level="6"]{top:0;padding-left:-webkit-calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 * 3 + 4.5rem);padding-left:calc((min(100vw - 3rem,80rem) - 4.5rem) / 4 * 3 + 4.5rem);}}.page-nav-mobile [aria-expanded=false] + .off-canvas [data-level]{-webkit-transition:none;-o-transition:none;transition:none;}.page-nav-mobile [aria-expanded=true] + .off-canvas{-webkit-transform:translate(-100vw);-ms-transform:translate(-100vw);transform:translate(-100vw);}.page-nav-mobile [class*=logo] svg{fill:var(--page-nav-fill);width:auto;height:100%;}@media (max-width:63.9375rem){.page-nav-mobile .logo{position:fixed;top:1.5rem;left:1.5rem;will-change:transform;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:1.5em;max-width:-webkit-calc(50% - 3rem);max-width:calc(50% - 3rem);width:auto;}}@media (min-width:64rem){.page-nav-mobile .logo{display:none;}}.page-nav-mobile .logo-desktop{margin-bottom:0.75rem;margin-right:auto;margin-top:1.3rem;}.page-nav-mobile .logo-desktop svg{height:1.875em;}.page-nav-mobile [role=search i]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.page-nav-mobile [role=search i].only-desktop{display:none;}@media (min-width:64rem){.page-nav-mobile [role=search i].only-desktop{display:block;}}.page-nav-mobile [role=search i] input{font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);background-color:var(--color-none);border:0;-webkit-border-radius:0;border-radius:0;border-bottom:2px solid var(--page-nav-text);width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.page-nav-mobile [role=search i] input:focus{border-color:var(--page-nav-scheme-color);}.page-nav-mobile [role=search i] input::-webkit-search-decoration,.page-nav-mobile [role=search i] input::-webkit-search-cancel-button,.page-nav-mobile [role=search i] input::-webkit-search-results-button,.page-nav-mobile [role=search i] input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;}.page-nav-mobile [role=search i] input::-webkit-input-placeholder{text-align:left;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.page-nav-mobile [role=search i] input::-ms-input-placeholder{text-align:left;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.page-nav-mobile [role=search i] input:-ms-input-placeholder{text-align:left;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);}.page-nav-mobile [role=search i] button,.page-nav-mobile [role=search i] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile [role=search i] a,.page-nav-mobile [role=search i] .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile [role=search i] a,.page-nav-mobile [role=search i] a.button,.page-nav-mobile [role=search i] .quotes a,.quotes .page-nav-mobile [role=search i] a{background-color:var(--color-none);}.page-nav-mobile .menu,.page-nav-mobile .search{top:1.5rem;right:1.5rem;width:2em;height:2em;-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;-o-transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out,-webkit-transform 300ms ease-in-out;z-index:1;background-color:transparent;}@media (max-width:63.9375rem){.page-nav-mobile .menu,.page-nav-mobile .search{position:fixed;}}.page-nav-mobile .menu::after,.page-nav-mobile .search::after{content:"";position:absolute;display:block;-webkit-border-radius:50%;border-radius:50%;width:3em;height:3em;top:-webkit-calc(50% - 1.5em);top:calc(50% - 1.5em);left:-webkit-calc(50% - 1.5em);left:calc(50% - 1.5em);border:2px solid transparent;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;}.page-nav-mobile .menu:focus-visible,.page-nav-mobile .search:focus-visible{z-index:11;}.page-nav-mobile .menu:hover,.page-nav-mobile .menu:focus,.page-nav-mobile .search:hover,.page-nav-mobile .search:focus{color:var(--page-nav-text);}.page-nav-mobile .menu[aria-expanded=true],.page-nav-mobile .search[aria-expanded=true]{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform 400ms cubic-bezier(0.34,1.56,0.64,1);transition:-webkit-transform 400ms cubic-bezier(0.34,1.56,0.64,1);-o-transition:transform 400ms cubic-bezier(0.34,1.56,0.64,1);transition:transform 400ms cubic-bezier(0.34,1.56,0.64,1);transition:transform 400ms cubic-bezier(0.34,1.56,0.64,1),-webkit-transform 400ms cubic-bezier(0.34,1.56,0.64,1);}.page-nav-mobile .menu[aria-expanded=true] .open,.page-nav-mobile .menu[aria-expanded=true] .close,.page-nav-mobile .search[aria-expanded=true] .open,.page-nav-mobile .search[aria-expanded=true] .close{-webkit-transition:300ms cubic-bezier(0.34,1.56,0.64,1);-o-transition:300ms cubic-bezier(0.34,1.56,0.64,1);transition:300ms cubic-bezier(0.34,1.56,0.64,1);}.page-nav-mobile .menu[aria-expanded=true] .open,.page-nav-mobile .search[aria-expanded=true] .open{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0;}.page-nav-mobile .menu[aria-expanded=true] .close,.page-nav-mobile .search[aria-expanded=true] .close{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);opacity:1;}.page-nav-mobile .menu svg,.page-nav-mobile .search svg{position:absolute;top:0;left:0;}.page-nav-mobile .menu .close,.page-nav-mobile .menu .open,.page-nav-mobile .search .close,.page-nav-mobile .search .open{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;will-change:transform;-webkit-transition:300ms ease-in-out;-o-transition:300ms ease-in-out;transition:300ms ease-in-out;}.page-nav-mobile .menu .open,.page-nav-mobile .search .open{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;}.page-nav-mobile .menu .close,.page-nav-mobile .search .close{-webkit-transform:scaleY(0.5);-ms-transform:scaleY(0.5);transform:scaleY(0.5);opacity:0;}.page-nav-mobile .search{right:4.5rem;}@media (min-width:64rem){.page-nav-mobile .search{top:0;right:auto;margin-left:1rem;height:4.5rem;width:7.5rem;}.page-nav-mobile .search::after{content:none;}.page-nav-mobile .search svg{position:absolute;top:0;left:auto;right:0;}.page-nav-mobile .search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--color-scheme-g4);-webkit-border-radius:4.5rem;border-radius:4.5rem;background:var(--page-nav-back);width:6rem;padding:0.15rem 2rem 0.15rem 0.5rem;font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);text-align:center;margin-top:1.875rem;-webkit-transition:width 300ms,-webkit-transform 300ms;transition:width 300ms,-webkit-transform 300ms;-o-transition:transform 300ms,width 300ms;transition:transform 300ms,width 300ms;transition:transform 300ms,width 300ms,-webkit-transform 300ms;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;position:absolute;right:0;}.page-nav-mobile .search input::-webkit-input-placeholder{-webkit-transform:scale(1);transform:scale(1);text-align:left;}.page-nav-mobile .search input::-ms-input-placeholder{-ms-transform:scale(1) translateX(-1rem);transform:scale(1) translateX(-1rem);text-align:left;}.page-nav-mobile .search input:-ms-input-placeholder{-ms-transform:scale(1) translateX(-1rem);transform:scale(1) translateX(-1rem);text-align:left;}.page-nav-mobile .search input:focus{border-color:var(--color-scheme-b5);}.page-nav-mobile .search input:focus:not(.small){padding:0.25rem 0.5rem;width:-webkit-calc(min(100vw,var(--grid-width)) - 15rem);width:calc(min(100vw,var(--grid-width)) - 15rem);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}.page-nav-mobile .search input:focus:not(.small)::-webkit-input-placeholder{-webkit-transform:scale(1);transform:scale(1);text-align:center;}.page-nav-mobile .search input:focus:not(.small)::-ms-input-placeholder{-ms-transform:scale(1);transform:scale(1);text-align:center;}.page-nav-mobile .search input:focus:not(.small):-ms-input-placeholder{-ms-transform:scale(1);transform:scale(1);text-align:center;}.page-nav-mobile .search input:focus + button,.page-nav-mobile .search .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links input:focus + a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .search input:focus + a,.page-nav-mobile .search .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .quotes input:focus + a,.page-nav-mobile .search .vocabulary--author .page-main .field--name-field-contact-link input:focus + a,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .search input:focus + a,.page-nav-mobile .search input:focus + a.button,.page-nav-mobile .search .quotes input:focus + a,.quotes .page-nav-mobile .search input:focus + a,.page-nav-mobile .search .quotes input:focus + button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .search .quotes input:focus + a{pointer-events:auto;}.page-nav-mobile .search button,.page-nav-mobile .search .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .search a,.page-nav-mobile .search .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .search a,.page-nav-mobile .search a.button,.page-nav-mobile .search .quotes a,.quotes .page-nav-mobile .search a{position:absolute;right:0.25rem;top:0.25rem;pointer-events:none;padding:0;margin-top:1.875rem;}.page-nav-mobile .search button svg,.page-nav-mobile .search .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .search a svg,.page-nav-mobile .search .vocabulary--author .page-main .field--name-field-contact-link a svg,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .search a svg,.page-nav-mobile .search a.button svg,.page-nav-mobile .search .quotes a svg,.quotes .page-nav-mobile .search a svg{color:var(--page-nav-text);height:1em;}}.page-nav-mobile .menu span{font:0/0 a;}@media (min-width:64rem){.page-nav-mobile .menu{display:none;}}.page-nav-mobile [for=language-selector-mobile]{display:block;position:fixed;top:6px;right:100px;width:80px;padding:1rem;z-index:11;pointer-events:none;background-color:var(--page-nav-back);font-size:1rem;text-transform:uppercase;font-weight:500;color:var(--page-nav-text);text-align:right;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;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.page-nav-mobile [for=language-selector-mobile] svg{margin-left:0.5rem;}@media (min-width:64rem){.page-nav-mobile [for=language-selector-mobile]{display:none;}}.page-nav-mobile .mobile-language{justify-self:flex-end;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;margin-top:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:var(--page-nav-back);border:0 none;padding:0;z-index:1;position:fixed;top:0;right:100px;width:5rem;height:4.5rem;background-image:none;-webkit-border-radius:0;border-radius:0;}@media (min-width:64rem){.page-nav-mobile .mobile-language{display:none;}}.page-nav-mobile .mobile-language:hover,.page-nav-mobile .mobile-language:focus{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:var(--page-nav-back);border:0 none;-webkit-box-shadow:none;box-shadow:none;background-image:none;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile select:hover,[data-color-scheme=color_scheme_dark] .page-nav-mobile select:focus{background-image:none !important;}[data-color-scheme=color_scheme_dark] .page-nav-mobile button,[data-color-scheme=color_scheme_dark] .page-nav-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .page-nav-mobile a,[data-color-scheme=color_scheme_dark] .page-nav-mobile .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link [data-color-scheme=color_scheme_dark] .page-nav-mobile a,[data-color-scheme=color_scheme_dark] .page-nav-mobile .quotes a,.quotes [data-color-scheme=color_scheme_dark] .page-nav-mobile a,[data-color-scheme=color_scheme_dark] .page-nav-mobile .button{color:var(--page-nav-text);}[data-color-scheme=color_scheme_dark] .page-nav-mobile input::-webkit-input-placeholder{color:#c9c7c7;}[data-color-scheme=color_scheme_dark] .page-nav-mobile input::placeholder,[data-color-scheme=color_scheme_dark] .page-nav-mobile input::-webkit-input-placeholder{color:#c9c7c7;}[data-color-scheme=color_scheme_dark] .page-nav-mobile .menu-wrapper .search input::-webkit-input-placeholder{color:#c9c7c7;}[data-color-scheme=color_scheme_dark] .page-nav-mobile .menu-wrapper .search input::placeholder,[data-color-scheme=color_scheme_dark] .page-nav-mobile .menu-wrapper .search input::-webkit-input-placeholder{color:#c9c7c7;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile select:hover,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile select:focus{background-image:none !important;}html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile button,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile a,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile a,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .quotes a,.quotes html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile a,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .button{color:var(--page-nav-text);}html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile input::-webkit-input-placeholder{color:#c9c7c7;}html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile input::placeholder,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile input::-webkit-input-placeholder{color:#c9c7c7;}html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .menu-wrapper .search input::-webkit-input-placeholder{color:#c9c7c7;}html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .menu-wrapper .search input::placeholder,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .menu-wrapper .search input::-webkit-input-placeholder{color:#c9c7c7;}}}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas{--dir-height:3.75rem;position:absolute;top:4.5rem;left:0;width:100vw;height:-webkit-fill-available;height:100vh;padding:0;will-change:transform;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;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;max-height:-webkit-calc(100vh - 4.5rem);max-height:calc(100vh - 4.5rem);background:var(--page-nav-open-back);-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.page-nav-mobile .off-canvas a{display:block;padding:0.5rem 0;margin-bottom:4px;margin-left:-4px;font-size:1rem;font-weight:300;line-height:1.25;text-align:left;-webkit-border-radius:0 3rem 3rem 0;border-radius:0 3rem 3rem 0;border-left:4px solid transparent;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a{color:var(--page-nav-text);}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a{color:var(--page-nav-text);}}}.page-nav-mobile .off-canvas a:hover,.page-nav-mobile .off-canvas a:focus{margin-left:-8px;padding-left:4px;border-left-color:var(--link-back-hover);}.page-nav-mobile .off-canvas a svg{width:1em;height:1em;}.page-nav-mobile .off-canvas a[data-back]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");background-size:1em;background-position:center left 0.5em;-webkit-border-radius:3rem 0 0 3rem;border-radius:3rem 0 0 3rem;border-left:0;border-right:4px solid transparent;padding-left:2rem;}.page-nav-mobile .off-canvas a[data-back]:hover,.page-nav-mobile .off-canvas a[data-back]:focus{border-right-color:var(--link-back-hover);background-color:var(--link-back-hover);margin-left:-4px;padding-left:2rem;margin-right:-8px;padding-right:4px;border-right-color:var(--link-back-hover);color:var(--page-nav-text);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a[data-back]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");color:var(--page-nav-text);}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a[data-back]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M9.54 16l13.11 11.24a1 1 0 01-1.3 1.52l-14-12a1 1 0 010-1.52l14-12a1 1 0 111.3 1.52L9.54 16z'/%3E%3C/svg%3E");color:var(--page-nav-text);}}}.page-nav-mobile .off-canvas button.directory-mobile-toggle,.page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-mobile-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas a.directory-mobile-toggle,.page-nav-mobile .off-canvas .vocabulary--author .page-main .field--name-field-contact-link a.directory-mobile-toggle,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .off-canvas a.directory-mobile-toggle,.page-nav-mobile .off-canvas a.directory-mobile-toggle.button,.page-nav-mobile .off-canvas .quotes a.directory-mobile-toggle,.quotes .page-nav-mobile .off-canvas a.directory-mobile-toggle{display:block;padding:0.5rem 0;margin-bottom:4px;margin-left:-4px;font-size:1rem;font-weight:300;line-height:1.25;text-align:left;-webkit-border-radius:0 3rem 3rem 0;border-radius:0 3rem 3rem 0;border-left:4px solid transparent;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas button.directory-mobile-toggle,[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-mobile-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a.directory-mobile-toggle,[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas .vocabulary--author .page-main .field--name-field-contact-link a.directory-mobile-toggle,.vocabulary--author .page-main .field--name-field-contact-link [data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a.directory-mobile-toggle,[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a.directory-mobile-toggle.button,[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas .quotes a.directory-mobile-toggle,.quotes [data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a.directory-mobile-toggle{color:var(--page-nav-text);}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas button.directory-mobile-toggle,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-mobile-toggle,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a.directory-mobile-toggle,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas .vocabulary--author .page-main .field--name-field-contact-link a.directory-mobile-toggle,.vocabulary--author .page-main .field--name-field-contact-link html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a.directory-mobile-toggle,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a.directory-mobile-toggle.button,html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas .quotes a.directory-mobile-toggle,.quotes html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a.directory-mobile-toggle{color:var(--page-nav-text);}}}.page-nav-mobile .off-canvas button.directory-mobile-toggle:hover,.page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-mobile-toggle:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas a.directory-mobile-toggle:hover,.page-nav-mobile .off-canvas .vocabulary--author .page-main .field--name-field-contact-link a.directory-mobile-toggle:hover,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .off-canvas a.directory-mobile-toggle:hover,.page-nav-mobile .off-canvas a.directory-mobile-toggle.button:hover,.page-nav-mobile .off-canvas .quotes a.directory-mobile-toggle:hover,.quotes .page-nav-mobile .off-canvas a.directory-mobile-toggle:hover,.page-nav-mobile .off-canvas button.directory-mobile-toggle:focus,.page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-mobile-toggle:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas a.directory-mobile-toggle:focus,.page-nav-mobile .off-canvas .vocabulary--author .page-main .field--name-field-contact-link a.directory-mobile-toggle:focus,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .off-canvas a.directory-mobile-toggle:focus,.page-nav-mobile .off-canvas a.directory-mobile-toggle.button:focus,.page-nav-mobile .off-canvas .quotes a.directory-mobile-toggle:focus,.quotes .page-nav-mobile .off-canvas a.directory-mobile-toggle:focus{margin-left:-8px;padding-left:4px;border-left-color:var(--link-back-hover);}.page-nav-mobile .off-canvas button.directory-mobile-toggle svg,.page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.directory-mobile-toggle svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas a.directory-mobile-toggle svg,.page-nav-mobile .off-canvas .vocabulary--author .page-main .field--name-field-contact-link a.directory-mobile-toggle svg,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .off-canvas a.directory-mobile-toggle svg,.page-nav-mobile .off-canvas a.directory-mobile-toggle.button svg,.page-nav-mobile .off-canvas .quotes a.directory-mobile-toggle svg,.quotes .page-nav-mobile .off-canvas a.directory-mobile-toggle svg{width:1em;height:1em;color:inherit;}}@media (min-width:64rem){.page-nav-mobile .off-canvas [aria-hidden=true] [data-level]{display:none;}.page-nav-mobile .off-canvas li *{font:inherit;line-height:1.25;}}.page-nav-mobile .off-canvas a.is-active{font-weight:700;}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas a[aria-controls],.page-nav-mobile .off-canvas button[aria-controls],.page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas a[aria-controls]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300005E' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1em;background-position:center right 0.5em;background-color:transparent;color:var(--page-nav-text);}.page-nav-mobile .off-canvas a[aria-controls]:hover,.page-nav-mobile .off-canvas a[aria-controls]:focus,.page-nav-mobile .off-canvas button[aria-controls]:hover,.page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-controls]:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas a[aria-controls]:hover,.page-nav-mobile .off-canvas button[aria-controls]:focus,.page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-controls]:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas a[aria-controls]:focus{border-left-color:var(--page-nav-open-back-hover);background-color:var(--page-nav-open-back-hover);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a[aria-controls],[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas button[aria-controls],[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links [data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a[aria-controls]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}@media (max-width:63.9375rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a[aria-controls],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas button[aria-controls],html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a[aria-controls],.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a[aria-controls]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M10 29a1 1 0 00.66-.25l13.71-12a1 1 0 000-1.5l-13.71-12a1 1 0 00-1.32 1.5L22.2 16 9.34 27.25A1 1 0 0010 29z'/%3E%3C/svg%3E");}}}}@media (min-width:64rem){.page-nav-mobile .off-canvas a.heading{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0.625rem;background-color:transparent;height:3.5rem;text-decoration:none;-webkit-transition:none;-o-transition:none;transition:none;margin-left:1rem;white-space:nowrap;font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);color:var(--nav-link-color-scheme);}.page-nav-mobile .off-canvas a.heading:hover{color:#0000ff;}@supports (color:light-dark(red,red)){.page-nav-mobile .off-canvas a.heading:hover{color:light-dark(#0000ff,#f5d3cc);}}@supports (color:light-dark(red,red)){.page-nav-mobile .off-canvas a.heading:hover[aria-expanded=false]{color:light-dark(#0000ff,#f5d3cc);}}@supports (color:light-dark(red,red)){.page-nav-mobile .off-canvas a.heading:hover[aria-expanded=true]{color:light-dark(#0000ff,white);}}.page-nav-mobile .off-canvas a.heading:focus{color:#0000ff;}@supports (color:light-dark(red,red)){.page-nav-mobile .off-canvas a.heading:focus{color:light-dark(#0000ff,white);}}.page-nav-mobile .off-canvas a.heading:focus{-webkit-transition:none;-o-transition:none;transition:none;-webkit-border-radius:0.125rem;border-radius:0.125rem;}.page-nav-mobile .off-canvas a.heading:focus:after{border-bottom:0 none;}.page-nav-mobile .off-canvas a.heading:focus-visible::after{display:none;}.page-nav-mobile .off-canvas a.heading.active{font-weight:700;}.page-nav-mobile .off-canvas a.heading.active::after{content:"";display:block;position:absolute;bottom:0;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);border-bottom:4px solid var(--page-nav-open-back-hover);}.page-nav-mobile .off-canvas a.heading.active::after:focus{border-bottom:0 none;}@supports (color:light-dark(red,red)){.page-nav-mobile .off-canvas a.heading.active[aria-expanded=false]{color:light-dark(#00005e,white);}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-nav-mobile .off-canvas a.heading.active[aria-expanded=false]::after{border-bottom:4px solid var(--color-p3);}@media (min-width:64rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-nav-mobile .off-canvas a.heading.active[aria-expanded=false]::after{border-bottom:4px solid var(--color-p3);}}}.page-nav-mobile .off-canvas a.heading[aria-expanded=true]::after{content:"";display:block;position:absolute;bottom:0;}.page-nav-mobile .off-canvas a.heading[aria-expanded=true]::after:focus{border-bottom:0 none;}.page-nav-mobile .off-canvas a.heading.active:focus-visible::after{border-bottom:0 none;}}.page-nav-mobile .off-canvas a.heading[aria-expanded=true]{z-index:1;font-weight:700;}.page-nav-mobile .off-canvas a.heading[aria-expanded=true]:after{top:0;left:-10px;border-bottom:0;background-color:var(--page-nav-open-back);z-index:-1;width:-webkit-calc(100% + 20px);width:calc(100% + 20px);}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas .header{font:var(--fw-300) var(--fs-5)/var(--lh-5) var(--ff-1);color:var(--page-nav-text);}.page-nav-mobile .off-canvas .header:focus{border-left:0 none;}}@media (min-width:64rem){.page-nav-mobile .off-canvas .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;padding:0.5rem 0;margin-bottom:1rem;border-bottom:1px solid var(--page-nav-text);-webkit-border-radius:0;border-radius:0;color:var(--page-nav-text);}.page-nav-mobile .off-canvas .header.is-active{font-weight:700;}}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas [role=search] button,.page-nav-mobile .off-canvas [role=search] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas [role=search] a,.page-nav-mobile .off-canvas [role=search] .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .off-canvas [role=search] a,.page-nav-mobile .off-canvas [role=search] a.button,.page-nav-mobile .off-canvas [role=search] .quotes a,.quotes .page-nav-mobile .off-canvas [role=search] a{display:block;background-image:none;padding:0.5rem 0;margin-bottom:4px;margin-left:-4px;border-left:4px solid transparent;font-size:1rem;line-height:1.25;}.page-nav-mobile .off-canvas [role=search] button:hover,.page-nav-mobile .off-canvas [role=search] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas [role=search] a:hover,.page-nav-mobile .off-canvas [role=search] .vocabulary--author .page-main .field--name-field-contact-link a:hover,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .off-canvas [role=search] a:hover,.page-nav-mobile .off-canvas [role=search] a.button:hover,.page-nav-mobile .off-canvas [role=search] .quotes a:hover,.quotes .page-nav-mobile .off-canvas [role=search] a:hover,.page-nav-mobile .off-canvas [role=search] button:focus,.page-nav-mobile .off-canvas [role=search] .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-nav-mobile .off-canvas [role=search] a:focus,.page-nav-mobile .off-canvas [role=search] .vocabulary--author .page-main .field--name-field-contact-link a:focus,.vocabulary--author .page-main .field--name-field-contact-link .page-nav-mobile .off-canvas [role=search] a:focus,.page-nav-mobile .off-canvas [role=search] a.button:focus,.page-nav-mobile .off-canvas [role=search] .quotes a:focus,.quotes .page-nav-mobile .off-canvas [role=search] a:focus{border-left:none;background-color:transparent;}}.page-nav-mobile .off-canvas .menu-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas .menu-wrapper{position:absolute;top:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100vw;height:-webkit-calc(100vh - 4.5rem - var(--safe-area-inset-bottom));height:calc(100vh - 4.5rem - var(--safe-area-inset-bottom));max-height:-webkit-calc(100vh - 4.5rem - var(--safe-area-inset-bottom));max-height:calc(100vh - 4.5rem - var(--safe-area-inset-bottom));-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}@media (min-width:64rem){.page-nav-mobile .off-canvas .menu-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas .menu-wrapper .mob.nav{position:absolute;top:var(--dir-height);width:100%;height:-webkit-calc(100vh - 4.5rem - var(--dir-height) - var(--safe-area-inset-bottom));height:calc(100vh - 4.5rem - var(--dir-height) - var(--safe-area-inset-bottom));-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.page-nav-mobile .off-canvas .menu-wrapper .mob.nav[aria-hidden=true]{display:none;}}@media (min-width:64rem){.page-nav-mobile .off-canvas .menu-wrapper .mob.nav{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;height:3.5rem;position:static;}.page-nav-mobile .off-canvas .menu-wrapper .mob.nav > a .only-desktop{font:0/0 a;}}@media (max-width:63.9375rem){.page-nav-mobile .off-canvas [data-level]{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-color:var(--page-nav-open-back);z-index:1;position:absolute;top:0;left:0;padding:1.5rem;padding-top:-webkit-calc(1.5rem + 1.875rem);padding-top:calc(1.5rem + 1.875rem);padding-bottom:-webkit-calc(7rem + var(--safe-area-inset-bottom));padding-bottom:calc(7rem + var(--safe-area-inset-bottom));width:100vw;height:-webkit-calc(100vh - 4.5rem - var(--dir-height));height:calc(100vh - 4.5rem - var(--dir-height));max-height:100%;-webkit-transition:300ms;-o-transition:300ms;transition:300ms;will-change:transform;-webkit-transform:translateX(100vw);-ms-transform:translateX(100vw);transform:translateX(100vw);}.page-nav-mobile .off-canvas [data-level][aria-hidden=true]{display:none;}.page-nav-mobile .off-canvas [data-level][aria-hidden=false]:not([id*=directory]){-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-animation:slideIn 300ms both;animation:slideIn 300ms both;}.page-nav-mobile .off-canvas [data-level] [aria-expanded=false] + [data-level]{-webkit-animation:slideOut 300ms both;animation:slideOut 300ms both;}.page-nav-mobile .off-canvas [data-level].current{max-height:unset;overflow-x:hidden;overflow-y:auto;}}@media (min-width:64rem){.page-nav-mobile .off-canvas [data-level][aria-hidden=true]{visibility:hidden;opacity:0;height:0.1px;min-height:0.1px;display:none;}.page-nav-mobile .off-canvas [data-level] > li{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);}}.page-nav-mobile .off-canvas [data-level] > li{position:static;}@media (min-width:64rem){.page-nav-mobile .off-canvas [data-level] > li.top-menu-item{display:none;}}@media (max-width:19.9375rem),(max-height:22rem) and (max-width:63.9375rem){.page-nav-mobile{--mob-xs-height:-webkit-calc(6vh + 1.6rem);--mob-xs-height:calc(6vh + 1.6rem);}.page-nav-mobile .off-canvas{--dir-height:2.5rem;top:var(--mob-xs-height);max-height:-webkit-calc(100vh - var(--mob-xs-height));max-height:calc(100vh - var(--mob-xs-height));}.page-nav-mobile .off-canvas .menu-wrapper{height:-webkit-calc(100vh - var(--mob-xs-height) - 0rem - var(--safe-area-inset-bottom));height:calc(100vh - var(--mob-xs-height) - 0rem - var(--safe-area-inset-bottom));max-height:-webkit-calc(100vh - var(--mob-xs-height) - 0rem - var(--safe-area-inset-bottom));max-height:calc(100vh - var(--mob-xs-height) - 0rem - var(--safe-area-inset-bottom));overflow-x:hidden;overflow-y:scroll;}.page-nav-mobile .off-canvas .menu-wrapper .mob.nav{height:auto;position:relative;top:auto;}.page-nav-mobile .off-canvas .menu-wrapper .mob.nav > .menu-headline{margin-bottom:0;}.page-nav-mobile .off-canvas [data-level]{height:auto;max-height:inherit;padding-left:0.75rem;padding-right:0.75rem;padding-top:1rem;}.page-nav-mobile .off-canvas [data-level].current{height:auto;max-height:unset;overflow:initial;}.page-nav-mobile .off-canvas #mob-search-00[aria-hidden=false]{overflow-y:auto;}.page-nav-mobile .off-canvas #mob-search-00 .header{margin-bottom:0;font:var(--fw-300) var(--fs-2)/var(--lh-2) var(--ff-1);}.page-nav-mobile .off-canvas a{margin-bottom:0;}.page-nav-mobile .off-canvas a[aria-controls]{margin-bottom:0.25rem;padding:0.25rem 0;padding-right:1.5rem;}.page-nav-mobile .off-canvas a.header{margin-bottom:0;}.page-nav-mobile .directory-wrapper-mobile{position:relative;height:auto;min-height:auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;padding-top:0.25rem;padding-bottom:0.25rem;}.page-nav-mobile .directory-wrapper-mobile li{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%;}.page-nav-mobile .directory-wrapper-mobile .toggle-dark-mode{position:initial;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-flex:0;-webkit-flex:0;-ms-flex:0;flex:0;margin-bottom:0.25rem;margin-left:auto;}.page-nav-mobile .menu{right:0.75rem;}.page-nav-mobile .search{right:3.25rem;}.page-nav-mobile .menu,.page-nav-mobile .search{top:-webkit-calc((var(--mob-xs-height) / 2) - 1rem);top:calc((var(--mob-xs-height) / 2) - 1rem);max-height:var(--mob-xs-height);}.page-nav-mobile .menu::after,.page-nav-mobile .search::after{width:100%;height:100%;top:0;left:0;}.page-nav-mobile .logo{left:0.75rem;top:-webkit-calc((var(--mob-xs-height) / 2) - 0.8rem);top:calc((var(--mob-xs-height) / 2) - 0.8rem);}.page-nav-mobile .mobile-language{max-height:var(--mob-xs-height);right:5.5rem;max-width:-webkit-calc(33% - 1.5rem);max-width:calc(33% - 1.5rem);min-width:2.5rem;}.page-nav-mobile [for=language-selector-mobile]{right:5.5rem;top:0;max-width:-webkit-calc(33% - 1.5rem);max-width:calc(33% - 1.5rem);min-width:2.5rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0.8rem 0;height:var(--mob-xs-height);}.page-nav-mobile [for=language-selector-mobile] svg{margin-left:0.25rem;max-height:0.75rem;}}@media (max-width:12.5rem){.page-nav-mobile .logo,.page-nav-mobile .menu,.page-nav-mobile .search,.page-nav-mobile .mobile-language,.page-nav-mobile [for=language-selector-mobile]{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);}.page-nav-mobile .mobile-language,.page-nav-mobile [for=language-selector-mobile]{right:-webkit-calc(2em + 0.75rem * 2 + 1.15rem);right:calc(2em + 0.75rem * 2 + 1.15rem);}.page-nav-mobile .search{right:-webkit-calc(2em + 0.75rem);right:calc(2em + 0.75rem);}}@media (min-width:20rem) and (max-width:63.9375rem) and (max-height:22rem){.page-nav-mobile .logo{left:1.5rem;}}.page-nav-mobile.tabActivated [data-level="2"] .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.page-header{--page-header-back:white;--page-header-text:var(--color-scheme-b5);color:var(--page-header-text);z-index:1;margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));grid-template-rows:1fr auto;}@media (max-width:39.9375rem){.page-header{--page-header-back:#fff3ee;}@supports (color:light-dark(red,red)){.page-header{--page-header-back:light-dark(#fff3ee,#00005e);}}}@media (max-width:39.9375rem){.page-header{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}[data-area=C i] .page-header h1{margin-top:0;}[data-area=C i] .page-header + div{margin-top:3.75rem;}@media (max-width:39.9375rem){[data-area=C i] .page-header + div{margin-top:3rem;}}.page-node-type-page .page-header,.page-header.page-node-type-page,.vocabulary--author .page-header,.page-header.vocabulary--author{min-height:-webkit-calc(20vmin + 12rem);min-height:calc(20vmin + 12rem);}.page-node-type-position .page-header,.page-header.page-node-type-position{min-height:-webkit-calc(20vmin + 12rem);min-height:calc(20vmin + 12rem);}@media (min-width:64rem){.page-node-type-position .page-header,.page-header.page-node-type-position{min-height:31.25rem;}}.page-node-type-landing-page .page-header,.page-header.page-node-type-landing-page{min-height:-webkit-calc(40vmin + 12rem);min-height:calc(40vmin + 12rem);}.path-frontpage .page-header,.page-header.path-frontpage{min-height:-webkit-calc(70vmin + 12rem);min-height:calc(70vmin + 12rem);}@media (min-width:64rem){.path-frontpage .page-header,.page-header.path-frontpage{margin-top:-7.5rem;}}@media (max-width:39.9375rem){.path-frontpage .page-header,.page-header.path-frontpage{padding-left:0;padding-right:0;}}.page-header .content{-webkit-align-self:end;-ms-flex-item-align:end;align-self:end;padding-top:3.75rem;padding-bottom:7.5rem;}@media (max-width:39.9375rem){.page-header .content{padding-top:3rem;padding-bottom:6rem;--grid-span:11;}}@media (max-width:39.9375rem){.page-node-type-landing-page .page-header .content,.page-header .content.page-node-type-landing-page{padding-top:1.5rem;padding-bottom:0;margin-top:21rem;}}@media (min-width:40rem){.page-node-type-landing-page .page-header .content,.page-header .content.page-node-type-landing-page{padding:1.875rem;padding-left:3.75rem;margin-top:7.5rem;margin-bottom:7.5rem;margin-left:-3.75rem;background-color:var(--page-header-back);}.page-node-type-landing-page .page-header .content > *:last-child,.page-header .content.page-node-type-landing-page > *:last-child{margin-bottom:0;}}.page-header .content h2{margin-top:0;}@media (max-width:39.9375rem){.path-frontpage .page-header .content h2,.page-header .content h2.path-frontpage{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}}.page-header .content h1{margin-bottom:1em;}.path-frontpage .page-header .content,.page-header .content.path-frontpage{background-color:var(--page-header-back);}@media (max-width:39.9375rem){.path-frontpage .page-header .content,.page-header .content.path-frontpage{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;padding-top:6rem;padding-bottom:1.5rem;margin-top:auto;width:100%;--grid-span:12;padding:1.875rem 1.5rem;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;}}@media (min-width:40rem){.path-frontpage .page-header .content,.page-header .content.path-frontpage{padding:1.875rem;padding-left:3.75rem;margin-top:7.5rem;margin-bottom:7.5rem;margin-left:-3.75rem;}.path-frontpage .page-header .content > *:last-child,.page-header .content.path-frontpage > *:last-child{margin-bottom:0;}}@media (max-width:39.9375rem){.page-node-type-page .page-header .content,.page-header .content.page-node-type-page,.vocabulary--author .page-header .content,.page-header .content.vocabulary--author{padding-top:1.5rem;padding-bottom:1.5rem;margin-top:15rem;}}@media (min-width:40rem){.page-node-type-page .page-header .content,.page-header .content.page-node-type-page,.vocabulary--author .page-header .content,.page-header .content.vocabulary--author{padding:1.875rem;padding-left:3.75rem;margin-top:7.5rem;margin-bottom:7.5rem;margin-left:-3.75rem;background-color:var(--page-header-back);}.page-node-type-page .page-header .content > *:last-child,.page-header .content.page-node-type-page > *:last-child,.vocabulary--author .page-header .content > *:last-child,.page-header .content.vocabulary--author > *:last-child{margin-bottom:0;}}.page-node-type-news-blogs .page-header .content,.page-header .content.page-node-type-news-blogs{background-color:var(--page-header-back);padding:1.875rem;}@media (min-width:40rem){.page-node-type-news-blogs .page-header .content,.page-header .content.page-node-type-news-blogs{padding:3.75rem;}}@media (max-width:39.9375rem){.page-header .content p{display:none;}}@media (min-width:40rem) and (max-width:63.9375rem){.page-header .content{--grid-col:auto;--grid-span:8;}}@media (min-width:64rem){.page-header .content{--grid-col:auto;--grid-span:6;}}.page-header h1{text-transform:uppercase;}.path-frontpage .page-header h1:not(:focus):not(:active):not(.trigger),.page-header h1.path-frontpage:not(:focus):not(:active):not(.trigger){clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}.page-node-type-landing-page .page-header h1,.page-header h1.page-node-type-landing-page{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}.page-node-type-page .page-header h1,.page-header h1.page-node-type-page,.vocabulary--author .page-header h1,.page-header h1.vocabulary--author{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);}.page-node-type-news-blogs .page-header h1,.page-header h1.page-node-type-news-blogs{text-transform:none;font-size:var(--fs-4);font-weight:900;}.page-node-type-landing-page .page-header h2,.page-header h2.page-node-type-landing-page{font:var(--fw-300) var(--fs-6)/var(--lh-6) var(--ff-1);}.page-header h1.h3 + h2.h1{margin-top:0;}.page-header .tab{--grid-col:1;--grid-span:3;grid-auto-rows:minmax(-webkit-min-content,-webkit-max-content);grid-auto-rows:minmax(min-content,max-content);height:7.5rem;background-color:var(--theme-color,var(--color-scheme-white));margin-right:-3.75rem;margin-left:min(40rem - 50vw,-1.875rem);}@media (max-width:63.9375rem){.page-header .tab{display:none;}}.page-node-type-page .page-header .tab,.page-header .tab.page-node-type-page,.vocabulary--author .page-header .tab,.page-header .tab.vocabulary--author{display:none;}.page-header a.button .link-blank svg{color:inherit;}.page-header .button:not([target=_blank]){}.page-header .button:not([target=_blank]):focus:after{content:"";position:absolute;inset:3px;background:transparent;z-index:0;-webkit-border-radius:3rem;border-radius:3rem;}.page-header .button:not([target=_blank]):focus-visible:after{content:"";position:absolute;inset:3px;background:transparent;z-index:0;-webkit-border-radius:3rem;border-radius:3rem;}.page-header .image{width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));-o-object-position:66%;object-position:66%;}@media (max-width:39.9375rem){.page-node-type-page .page-header .image,.page-header .image.page-node-type-page,.vocabulary--author .page-header .image,.page-header .image.vocabulary--author{height:15rem;}}@media (max-width:39.9375rem){.page-node-type-landing-page .page-header .image,.page-header .image.page-node-type-landing-page{height:21rem;}}@media (max-width:39.9375rem){.path-frontpage .page-header .image,.page-header .image.path-frontpage{height:21rem;margin-top:4.5rem;position:relative;}}.page-node-type-news-blogs .page-header .image,.page-header .image.page-node-type-news-blogs{width:auto;}.page-header .image.focal-t,.page-header .card-contact .image,.card-contact .page-header .image{-o-object-position:50% 16.66%;object-position:50% 16.66%;}.page-header .image.focal-c{-o-object-position:50%;object-position:50%;}.page-header .image.focal-b{-o-object-position:50% 83.33%;object-position:50% 83.33%;}.page-header .image.focal-l{-o-object-position:16.66% 50%;object-position:16.66% 50%;}.page-header .image.focal-r{-o-object-position:83.33% 50%;object-position:83.33% 50%;}.page-header .image.focal-tl{-o-object-position:16.66%;object-position:16.66%;}.page-header .image.focal-tr{-o-object-position:83.33% 16.66%;object-position:83.33% 16.66%;}.page-header .image.focal-bl{-o-object-position:16.66% 83.33%;object-position:16.66% 83.33%;}.page-header .image.focal-br{-o-object-position:83.33%;object-position:83.33%;}.page-header .video{width:-webkit-calc(100vw - var(--scrollbar-width));width:calc(100vw - var(--scrollbar-width));-o-object-position:66%;object-position:66%;}@media (max-width:39.9375rem){.page-node-type-page .page-header .video,.page-header .video.page-node-type-page,.vocabulary--author .page-header .video,.page-header .video.vocabulary--author{height:15rem;}}@media (max-width:39.9375rem){.page-node-type-landing-page .page-header .video,.page-header .video.page-node-type-landing-page{height:21rem;}}@media (max-width:39.9375rem){.path-frontpage .page-header .video,.page-header .video.path-frontpage{height:100%;}}.page-header button.play-button,.page-header .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-header a.play-button,.page-header .vocabulary--author .page-main .field--name-field-contact-link a.play-button,.vocabulary--author .page-main .field--name-field-contact-link .page-header a.play-button,.page-header a.play-button.button,.page-header .quotes a.play-button,.quotes .page-header a.play-button{position:absolute;top:auto;left:auto;bottom:2rem;right:2rem;--button-back:white;--button-back-hover:#f5d3cc;--button-text:#00005e;--button-text-hover:#00005e;}@media (max-width:39.9375rem){.page-header button.play-button,.page-header .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-header a.play-button,.page-header .vocabulary--author .page-main .field--name-field-contact-link a.play-button,.vocabulary--author .page-main .field--name-field-contact-link .page-header a.play-button,.page-header a.play-button.button,.page-header .quotes a.play-button,.quotes .page-header a.play-button{display:none;}}.page-header button.play-button:focus-visible,.page-header .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-header a.play-button:focus-visible,.page-header .vocabulary--author .page-main .field--name-field-contact-link a.play-button:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .page-header a.play-button:focus-visible,.page-header a.play-button.button:focus-visible,.page-header .quotes a.play-button:focus-visible,.quotes .page-header a.play-button:focus-visible{--button-back:#f5d3cc;}.page-header button.play-button:focus,.page-header .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-header a.play-button:focus,.page-header .vocabulary--author .page-main .field--name-field-contact-link a.play-button:focus,.vocabulary--author .page-main .field--name-field-contact-link .page-header a.play-button:focus,.page-header a.play-button.button:focus,.page-header .quotes a.play-button:focus,.quotes .page-header a.play-button:focus{--button-back-hover:white;}.page-header button.play-button:focus:hover,.page-header .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button:focus:hover,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-header a.play-button:focus:hover,.page-header .vocabulary--author .page-main .field--name-field-contact-link a.play-button:focus:hover,.vocabulary--author .page-main .field--name-field-contact-link .page-header a.play-button:focus:hover,.page-header a.play-button.button:focus:hover,.page-header .quotes a.play-button:focus:hover,.quotes .page-header a.play-button:focus:hover{--button-back-hover:#f5d3cc;}.page-header button.play-button:focus:focus-visible,.page-header .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.play-button:focus:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-header a.play-button:focus:focus-visible,.page-header .vocabulary--author .page-main .field--name-field-contact-link a.play-button:focus:focus-visible,.vocabulary--author .page-main .field--name-field-contact-link .page-header a.play-button:focus:focus-visible,.page-header a.play-button.button:focus:focus-visible,.page-header .quotes a.play-button:focus:focus-visible,.quotes .page-header a.play-button:focus:focus-visible{--button-back-hover:#f5d3cc;}@media (max-width:39.9375rem){.page-header a.button{margin-top:0;}}@media (min-width:40rem){.page-header.text-light{--page-header-text:white;--page-header-back:#00005e;}.page-header.text-light a.button{--button-back-hover:white;--button-text-hover:#00005e;}}.page-header.text-light *:not(.button,figcaption){color:inherit;text-shadow:1px 1px rgba(24,24,24,0.1);}.page-header.text-light figcaption{text-shadow:none;}@media (max-width:39.9375rem){.page-node-type-page .page-header.text-light *:not(.button),.page-header.text-light.page-node-type-page *:not(.button),.vocabulary--author .page-header.text-light *:not(.button),.page-header.text-light.vocabulary--author *:not(.button){color:inherit;text-shadow:none;}}@media (max-width:39.9375rem){.page-node-type-landing-page .page-header.text-light *:not(.button),.page-header.text-light.page-node-type-landing-page *:not(.button){color:inherit;text-shadow:none;}}@media (max-width:39.9375rem){.path-frontpage .page-header.text-light *:not(.button),.page-header.text-light.path-frontpage *:not(.button){color:inherit;text-shadow:none;}}.page-node-type-news-blogs .page-header.text-light,.page-header.text-light.page-node-type-news-blogs{--page-header-text:white;--page-header-back:#00005e;}.page-header.text-dark *:not(.button,img){color:inherit;}.page-header.text-dark img{color:var(--color-scheme-black);}@media (min-width:40rem){.page-header.text-dark{--page-header-text:#00005e;}.page-header.text-dark a .link-blank svg{color:inherit;}.page-header.text-dark a.button{--button-back-hover:#00005e;--button-text-hover:white;}}.page-header .wallpaper{-webkit-animation:uhaxyi1 600ms ease-in-out;animation:uhaxyi1 600ms ease-in-out;}@-webkit-keyframes uhaxyi1{from{opacity:0;}to{opacity:1;}}@keyframes uhaxyi1{from{opacity:0;}to{opacity:1;}}.page-header .wallpaper.mobile-image-exist + .wallpaper{display:none;}@media (max-width:39.9375rem){.page-header .wallpaper.mobile-image-exist{display:none;}.page-header .wallpaper.mobile-image-exist + .wallpaper{-o-object-position:66%;object-position:66%;display:block;}}@media (max-width:39.9375rem){.page-header .wallpaper.media-desktop{display:none;}}@media (min-width:40rem){.page-header .wallpaper.media-mobile{display:none;}}.page-main{grid-template-rows:repeat(var(--grid-collapse-rows),-webkit-min-content) 1fr;grid-template-rows:repeat(var(--grid-collapse-rows),min-content) 1fr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;max-width:80rem;margin:auto;}.page-node-type-page .page-main,.page-main.page-node-type-page,.vocabulary--author .page-main,.page-main.vocabulary--author{padding-top:3.75rem;}.page-node-type-page .page-main h1,.page-main.page-node-type-page h1,.vocabulary--author .page-main h1,.page-main.vocabulary--author h1{margin-bottom:0;}.page-node-type-page .page-main .page-header,.page-main.page-node-type-page .page-header,.vocabulary--author .page-main .page-header,.page-main.vocabulary--author .page-header{margin-top:-3.75rem;margin-bottom:3.75rem;}@media (max-width:63.9375rem){.page-node-type-page .page-main .page-header,.page-main.page-node-type-page .page-header,.vocabulary--author .page-main .page-header,.page-main.vocabulary--author .page-header{margin-top:0;margin-bottom:0;}}.page-node-type-news-blogs .page-main,.page-node-type-press-release .page-main{padding-top:3.75rem;}@media (max-width:39.9375rem){.page-node-type-news-blogs .page-main,.page-node-type-press-release .page-main{padding-top:4.5rem;}}.page-node-type-landing-page .page-main .page-header,.page-main.page-node-type-landing-page .page-header{margin-bottom:3.75rem;}@media (max-width:39.9375rem){.page-node-type-landing-page .page-main .page-header,.page-main.page-node-type-landing-page .page-header{margin-bottom:1.5rem;}}@media (min-width:64rem){.path-media .page-main,.page-main.path-media{padding:5.625rem 9.375rem;}}@media (max-width:63.9375rem){.path-taxonomy:not(.vocabulary--author) .page-main .view-header,.path-taxonomy:not(.vocabulary--author) .page-main .view-header{padding-top:4.5rem;}}.path-taxonomy:not(.vocabulary--author) .page-main h1,.path-taxonomy:not(.vocabulary--author) .page-main h1{font:var(--fw-900) var(--fs-9)/var(--lh-9) var(--ff-1);font-size:var(--fs-6);margin-top:0.67em;}.path-taxonomy:not(.vocabulary--author) .page-main .term-body,.path-taxonomy:not(.vocabulary--author) .page-main .term-body{margin-bottom:4.375rem;}@media (max-width:39.9375rem){.path-taxonomy:not(.vocabulary--author) .page-main .term-body,.path-taxonomy:not(.vocabulary--author) .page-main .term-body{margin-bottom:1.5rem;}}.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p,.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p{grid-column:1/span 8;font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);font-size:1rem;line-height:1.6875rem;color:var(--color-heading,var(--color-scheme-b5));}@media (max-width:39.9375rem){.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p,.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p{grid-column:1/span 12;}}@media (max-width:63.9375rem){.path-taxonomy:not(.vocabulary--author) .page-main .view-header,.path-taxonomy:not(.vocabulary--author) .page-main .view-header{padding-top:4.5rem;}}.path-taxonomy:not(.vocabulary--author) .page-main h1,.path-taxonomy:not(.vocabulary--author) .page-main h1{font:var(--fw-900) var(--fs-9)/var(--lh-9) var(--ff-1);font-size:var(--fs-6);margin-top:0.67em;}.path-taxonomy:not(.vocabulary--author) .page-main .term-body,.path-taxonomy:not(.vocabulary--author) .page-main .term-body{margin-bottom:4.375rem;}@media (max-width:39.9375rem){.path-taxonomy:not(.vocabulary--author) .page-main .term-body,.path-taxonomy:not(.vocabulary--author) .page-main .term-body{margin-bottom:1.5rem;}}.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p,.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p{grid-column:1/span 8;font:var(--fw-300) var(--fs-3)/var(--lh-3) var(--ff-1);font-size:1rem;line-height:1.6875rem;color:var(--color-heading,var(--color-scheme-b5));}@media (max-width:39.9375rem){.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p,.path-taxonomy:not(.vocabulary--author) .page-main .term-body > p{grid-column:1/span 12;}}.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2){background-color:var(--color-scheme-p1);--theme-color:var(--color-scheme-p1);--theme-color-back:var(--color-scheme-p1);--theme-padding:1.875rem;padding:var(--theme-padding);padding-top:3rem;padding-bottom:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;}.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) p,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) p{-webkit-box-flex:0;-webkit-flex:0;-ms-flex:0;flex:0;}.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .field__item,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .field__item{margin-bottom:0;}.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links{margin-top:1.875rem;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;}.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a{--button-back:#f5d3cc;--button-text:#00005e;--button-back-hover:#00005e;--button-text-hover:white;text-decoration:none !important;font-weight:500 !important;margin-top:0.5rem;min-width:200px;}@supports (color:light-dark(red,red)){.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a{--button-back:light-dark(#f5d3cc,#f5d3cc);--button-text:light-dark(#00005e,#00005e);--button-back-hover:light-dark(#00005e,white);--button-text-hover:light-dark(white,#00005e);}}.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a .link-blank svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a .link-blank svg{color:inherit;}.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .layout-builder__add-block,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .layout-builder__add-block{margin-top:1.875rem;}.page-main .field--name-field-press-categories .field__item{display:inline-block;background-color:var(--color-scheme-p1);padding:0.5rem 1rem;margin:0.5rem 0.5rem 0 0;font-weight:500;}.page-node-type-news-blogs .page-main p:not(.kicker),.page-node-type-press-release .page-main p:not(.kicker){margin-bottom:1rem;margin-top:0;}@media (max-width:39.9375rem){.page-node-type-news-blogs .page-main [class*=promoted] .standfirst,.page-node-type-press-release .page-main [class*=promoted] .standfirst{margin-top:0.5rem;}}.page-node-type-news-blogs .page-main .table-wrapper,.page-node-type-press-release .page-main .table-wrapper{margin-bottom:1rem;}.page-node-type-news-blogs .page-main .field--name-field-press-categories,.page-node-type-press-release .page-main .field--name-field-press-categories{margin-top:3.25rem;}@media (max-width:39.9375rem){.page-node-type-news-blogs .page-main figcaption,.page-node-type-press-release .page-main figcaption{margin-bottom:1rem;}}@media (max-width:19.9375rem),(max-height:22rem) and (max-width:63.9375rem){.page-main{--mob-menu-height:-webkit-calc(6vh + 1.6rem);--mob-menu-height:calc(6vh + 1.6rem);}.page-node-type-news-blogs .page-main,.page-node-type-press-release .page-main{padding-top:var(--mob-menu-height);}.page-node-type-page .page-main,.page-main.page-node-type-page,.vocabulary--author .page-main,.page-main.vocabulary--author{padding-top:var(--mob-menu-height);}.path-frontpage .page-main .page-header .image,.page-main.path-frontpage .page-header .image{margin-top:var(--mob-menu-height);}.path-taxonomy:not(.vocabulary--author) .page-main .view-header,.path-taxonomy:not(.vocabulary--author) .page-main .view-header{padding-top:var(--mob-menu-height);}}.page-main .block-share-links{margin-bottom:1.875rem;}.page-main .rte{margin-bottom:1.875rem;}.page-main .rte:only-child{margin-bottom:0;}.page-main .rte p{font-size:1rem;margin-top:0;}.page-main .rte p:last-child{margin-bottom:0;}.page-main .rte a.button:focus{-webkit-border-radius:25px;border-radius:25px;display:inline;border:0 none;color:var(--color-b5);background-color:var(--button-back-hover,white);}.page-main .rte a:focus-visible{line-height:19px;position:relative;top:-1px;}.page-main .rte a:not([class*=button]),.page-main .card-article a:not([class*=button]),.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a:not([class*=button]){text-decoration:underline;font-weight:var(--fw-400);}.page-main .rte a[target=_blank] span.link-blank,.page-main .card-article a[target=_blank] span.link-blank,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) a[target=_blank] span.link-blank{display:inline-block;}.page-main .messages-list{position:absolute;top:0;width:100%;z-index:4;}.layout--twocol-sticky-section{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;max-width:80rem;margin:auto;}.page-footer{--page-footer-back:#fff3ee;--page-footer-text:var(--color-scheme-b5);z-index:3;margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));overflow:hidden;background-color:var(--page-footer-back);}@supports (color:light-dark(red,red)){.page-footer{--page-footer-back:light-dark(#fff3ee,#00005e);}}@media (max-width:39.9375rem){.page-footer{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}.page-footer .pulse{z-index:-1;}.page-footer .pulse svg{color:#0000a0;}@supports (color:light-dark(red,red)){.page-footer .pulse svg{color:light-dark(#0000a0,#0000ff);}}.page-footer .pulse svg{width:100%;height:auto;display:block;grid-column:3/span 8;}@media (min-width:40rem){.page-footer .pulse{margin-right:-webkit-calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:80rem;height:6rem;}.page-footer .pulse svg{position:absolute;bottom:0;left:0;justify-self:end;align-self:end;grid-column:7/span 12;-webkit-transform:translate(34.25%,46%);-ms-transform:translate(34.25%,46%);transform:translate(34.25%,46%);overflow:visible;max-width:100%;}}.page-footer .sitemap{padding-top:3.75rem;padding-bottom:3.75rem;}@media (min-width:40rem){.page-footer .sitemap{padding-top:6rem;padding-bottom:3rem;}}@media (max-width:29.9375rem){.page-footer .sitemap .only-desktop{display:none;}}@media (min-width:30rem){.page-footer .sitemap .only-mobile{display:none;}}.page-footer ul.sitemap,.page-footer ol.sitemap,.page-footer dl.sitemap{--grid-gap:1.875rem;--grid-row-gap:1.875rem;}@media (min-width:30rem){.page-footer ul.sitemap > li,.page-footer ol.sitemap > li,.page-footer dl.sitemap > li{--grid-col:auto;--grid-span:6;}}@media (min-width:64rem){.page-footer ul.sitemap > li,.page-footer ol.sitemap > li,.page-footer dl.sitemap > li{--grid-col:auto;--grid-span:4;}}@media (max-width:39.9375rem){.page-footer ul.sitemap > li,.page-footer ol.sitemap > li,.page-footer dl.sitemap > li{margin-bottom:1.5rem;}}@media (max-width:29.9375rem){.page-footer ul.sitemap > li,.page-footer ol.sitemap > li,.page-footer dl.sitemap > li{display:inherit;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding-bottom:0.5rem;margin-bottom:1.875rem;}.page-footer ul.sitemap > li ul,.page-footer ol.sitemap > li ul,.page-footer dl.sitemap > li ul{margin-top:0.5rem;}}.page-footer ul.sitemap > li h2 > .header:focus,.page-footer ul.sitemap > li h2 > .header:focus-visible,.page-footer ol.sitemap > li h2 > .header:focus,.page-footer ol.sitemap > li h2 > .header:focus-visible,.page-footer dl.sitemap > li h2 > .header:focus,.page-footer dl.sitemap > li h2 > .header:focus-visible{outline-offset:2px;}@media (min-width:30rem){.page-footer ul.sitemap > li h2 > .header::after,.page-footer ol.sitemap > li h2 > .header::after,.page-footer dl.sitemap > li h2 > .header::after{content:"";margin-top:1rem;display:block;height:2px;width:100%;background-color:var(--link-color-scheme);}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-footer ul.sitemap > li h2 > .header::after,[data-color-scheme=color_scheme_dark] .page-footer ol.sitemap > li h2 > .header::after,[data-color-scheme=color_scheme_dark] .page-footer dl.sitemap > li h2 > .header::after{background-color:var(--color-white);}@media (min-width:30rem) and (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-footer ul.sitemap > li h2 > .header::after,html:not([data-color-scheme=color_scheme_light]) .page-footer ol.sitemap > li h2 > .header::after,html:not([data-color-scheme=color_scheme_light]) .page-footer dl.sitemap > li h2 > .header::after{background-color:var(--color-white);}}}}@media (min-width:30rem){.page-footer ul.sitemap > li h2 > .header::after,.page-footer ol.sitemap > li h2 > .header::after,.page-footer dl.sitemap > li h2 > .header::after{width:-webkit-calc(50% - 1.875rem / 2);width:calc(50% - 1.875rem / 2);}}.page-footer ul.sitemap a,.page-footer ul.sitemap button,.page-footer ul.sitemap .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-footer ul.sitemap a,.page-footer ul.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ul.sitemap a,.page-footer ol.sitemap a,.page-footer ol.sitemap button,.page-footer ol.sitemap .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-footer ol.sitemap a,.page-footer ol.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ol.sitemap a,.page-footer dl.sitemap a,.page-footer dl.sitemap button,.page-footer dl.sitemap .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-footer dl.sitemap a,.page-footer dl.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer dl.sitemap a{font:var(--fw-300) var(--fs-1)/var(--lh-1) var(--ff-1);}.page-footer ul.sitemap a:focus,.page-footer ul.sitemap button:focus,.page-footer ul.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ul.sitemap a:focus,.page-footer ol.sitemap a:focus,.page-footer ol.sitemap button:focus,.page-footer ol.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ol.sitemap a:focus,.page-footer dl.sitemap a:focus,.page-footer dl.sitemap button:focus,.page-footer dl.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer dl.sitemap a:focus{-webkit-border-radius:2px;border-radius:2px;}.page-footer ul.sitemap a:focus-visible,.page-footer ul.sitemap button:focus-visible,.page-footer ul.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ul.sitemap a:focus-visible,.page-footer ol.sitemap a:focus-visible,.page-footer ol.sitemap button:focus-visible,.page-footer ol.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ol.sitemap a:focus-visible,.page-footer dl.sitemap a:focus-visible,.page-footer dl.sitemap button:focus-visible,.page-footer dl.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a:focus-visible,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer dl.sitemap a:focus-visible{-webkit-border-radius:2px;border-radius:2px;}@media (max-width:29.9375rem){.page-footer ul.sitemap a,.page-footer ul.sitemap button,.page-footer ul.sitemap .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-footer ul.sitemap a,.page-footer ul.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ul.sitemap a,.page-footer ol.sitemap a,.page-footer ol.sitemap button,.page-footer ol.sitemap .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-footer ol.sitemap a,.page-footer ol.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer ol.sitemap a,.page-footer dl.sitemap a,.page-footer dl.sitemap button,.page-footer dl.sitemap .vocabulary--author .page-main .field--name-field-contact-link a,.vocabulary--author .page-main .field--name-field-contact-link .page-footer dl.sitemap a,.page-footer dl.sitemap .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .page-footer dl.sitemap a{padding:0px 0.5rem;display:inline-block;}}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-footer ul.sitemap a,[data-color-scheme=color_scheme_dark] .page-footer ol.sitemap a,[data-color-scheme=color_scheme_dark] .page-footer dl.sitemap a{color:var(--color-white);--icon-color:var(--color-white);}[data-color-scheme=color_scheme_dark] .page-footer ul.sitemap a:hover,[data-color-scheme=color_scheme_dark] .page-footer ul.sitemap a:focus,[data-color-scheme=color_scheme_dark] .page-footer ol.sitemap a:hover,[data-color-scheme=color_scheme_dark] .page-footer ol.sitemap a:focus,[data-color-scheme=color_scheme_dark] .page-footer dl.sitemap a:hover,[data-color-scheme=color_scheme_dark] .page-footer dl.sitemap a:focus{color:var(--color-p3);--icon-color:var(--color-p3);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-footer ul.sitemap a,html:not([data-color-scheme=color_scheme_light]) .page-footer ol.sitemap a,html:not([data-color-scheme=color_scheme_light]) .page-footer dl.sitemap a{color:var(--color-white);--icon-color:var(--color-white);}html:not([data-color-scheme=color_scheme_light]) .page-footer ul.sitemap a:hover,html:not([data-color-scheme=color_scheme_light]) .page-footer ul.sitemap a:focus,html:not([data-color-scheme=color_scheme_light]) .page-footer ol.sitemap a:hover,html:not([data-color-scheme=color_scheme_light]) .page-footer ol.sitemap a:focus,html:not([data-color-scheme=color_scheme_light]) .page-footer dl.sitemap a:hover,html:not([data-color-scheme=color_scheme_light]) .page-footer dl.sitemap a:focus{color:var(--color-p3);--icon-color:var(--color-p3);}}}@media (max-width:29.9375rem){.page-footer ul.sitemap .expand-button,.page-footer ol.sitemap .expand-button,.page-footer dl.sitemap .expand-button{--button-text:var(--nav-link-color-scheme);--button-text-hover:var(--nav-link-color-scheme);--button-back:transparent;--button-back-hover:transparent;display:grid;grid-auto-flow:column dense;grid-gap:0.75rem;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:font-weight 100ms ease;-o-transition:font-weight 100ms ease;transition:font-weight 100ms ease;}.page-footer ul.sitemap .expand-button[aria-expanded=true],.page-footer ol.sitemap .expand-button[aria-expanded=true],.page-footer dl.sitemap .expand-button[aria-expanded=true]{font-weight:600;}.page-footer ul.sitemap .expand-button[aria-expanded=true] svg,.page-footer ol.sitemap .expand-button[aria-expanded=true] svg,.page-footer dl.sitemap .expand-button[aria-expanded=true] svg{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}.page-footer ul.sitemap .expand-button svg,.page-footer ol.sitemap .expand-button svg,.page-footer dl.sitemap .expand-button svg{-webkit-transition:300ms ease;-o-transition:300ms ease;transition:300ms ease;width:0.875rem;height:100%;color:inherit;}.page-footer ul.sitemap .expand-button[aria-expanded=false] ~ ul[id*=sub],.page-footer ol.sitemap .expand-button[aria-expanded=false] ~ ul[id*=sub],.page-footer dl.sitemap .expand-button[aria-expanded=false] ~ ul[id*=sub]{display:none;}.page-footer ul.sitemap h2:has(.expand-button[aria-expanded=false]) ~ ul[id*=sub],.page-footer ol.sitemap h2:has(.expand-button[aria-expanded=false]) ~ ul[id*=sub],.page-footer dl.sitemap h2:has(.expand-button[aria-expanded=false]) ~ ul[id*=sub]{display:none;}}@media (max-width:29.9375rem){.page-footer ul.sitemap a,.page-footer ol.sitemap a,.page-footer dl.sitemap a{text-align:center;}}.page-footer ul.sitemap ul a,.page-footer ul.sitemap ol a,.page-footer ul.sitemap dl a,.page-footer ol.sitemap ul a,.page-footer ol.sitemap ol a,.page-footer ol.sitemap dl a,.page-footer dl.sitemap ul a,.page-footer dl.sitemap ol a,.page-footer dl.sitemap dl a{font-size:1rem;margin-bottom:0.5rem;}@media (min-width:30rem){.page-footer ul.sitemap ul,.page-footer ul.sitemap ol,.page-footer ul.sitemap dl,.page-footer ol.sitemap ul,.page-footer ol.sitemap ol,.page-footer ol.sitemap dl,.page-footer dl.sitemap ul,.page-footer dl.sitemap ol,.page-footer dl.sitemap dl{padding-top:1rem;}.page-footer ul.sitemap ul a,.page-footer ul.sitemap ol a,.page-footer ul.sitemap dl a,.page-footer ol.sitemap ul a,.page-footer ol.sitemap ol a,.page-footer ol.sitemap dl a,.page-footer dl.sitemap ul a,.page-footer dl.sitemap ol a,.page-footer dl.sitemap dl a{font:var(--fw-300) var(--fs--1)/var(--lh--1) var(--ff-0);margin-bottom:4px;}}.page-footer > .share{list-style:none;margin:0;padding:0;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;}@media (max-width:19.9375rem){.page-footer > .share{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem;}}@media (min-width:64rem){.page-footer > .share{padding-top:4.5rem;--grid-col:auto;--grid-span:4;}}@media (min-width:40rem){.page-footer > .share{padding-bottom:4.5rem;--grid-col:auto;--grid-span:3;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}@media (max-width:39.9375rem){.page-footer > .share{margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));background-color:#f5d3cc;z-index:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:1.875rem;}}@media (max-width:39.9375rem) and (max-width:39.9375rem){.page-footer > .share{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}@media (max-width:39.9375rem){@supports (color:light-dark(red,red)){.page-footer > .share{background-color:light-dark(#f5d3cc,#181818);}}}.page-footer > .share::before{display:none;}.page-footer > .share a{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);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;}.page-footer > .share a::after{display:none;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-footer > .share a{color:var(--color-white);--icon-color:var(--color-white);}[data-color-scheme=color_scheme_dark] .page-footer > .share a:hover,[data-color-scheme=color_scheme_dark] .page-footer > .share a:focus{color:var(--color-p3);--icon-color:var(--color-p3);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-footer > .share a{color:var(--color-white);--icon-color:var(--color-white);}html:not([data-color-scheme=color_scheme_light]) .page-footer > .share a:hover,html:not([data-color-scheme=color_scheme_light]) .page-footer > .share a:focus{color:var(--color-p3);--icon-color:var(--color-p3);}}}.page-footer > .share a svg{width:3rem;height:3rem;}.page-footer > .share a span{position:absolute;white-space:nowrap;top:-1.5rem;left:0;}.page-footer > .share a:focus svg{-webkit-border-radius:50%;border-radius:50%;}.page-footer > .share a:focus-visible svg{-webkit-border-radius:50%;border-radius:50%;}@media (min-width:20rem){.page-footer > .share li:not(:last-child){margin-right:1.875rem;}}.page-footer > address{margin-left:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-left:calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:-webkit-calc((50% - 50vw) + (var(--scrollbar-width) / 2));margin-right:calc((50% - 50vw) + (var(--scrollbar-width) / 2));--pad:-webkit-calc(50vw - min(50vw - 1.875rem,40rem));--pad:calc(50vw - min(50vw - 1.875rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));background-color:#f5d3cc;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:0.5rem;padding-bottom:1.875rem;}@media (max-width:39.9375rem){.page-footer > address{--pad:-webkit-calc(50vw - min(50vw - 1.5rem,40rem));--pad:calc(50vw - min(50vw - 1.5rem,40rem));padding-left:max(var(--pad),var(--theme-padding,var(--pad)));padding-right:max(var(--pad),var(--theme-padding,var(--pad)));}}@supports (color:light-dark(red,red)){.page-footer > address{background-color:light-dark(#f5d3cc,#181818);}}@media (min-width:40rem){.page-footer > address{padding-top:1.875rem;}}.page-footer > address > *{margin-right:1.875rem;}.page-footer > address > *:last-child{margin-left:auto;margin-right:0;}.page-footer > address a{}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .page-footer > address a{color:var(--color-white);--icon-color:var(--color-white);}[data-color-scheme=color_scheme_dark] .page-footer > address a:hover,[data-color-scheme=color_scheme_dark] .page-footer > address a:focus{color:var(--color-p3);--icon-color:var(--color-p3);}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) .page-footer > address a{color:var(--color-white);--icon-color:var(--color-white);}html:not([data-color-scheme=color_scheme_light]) .page-footer > address a:hover,html:not([data-color-scheme=color_scheme_light]) .page-footer > address a:focus{color:var(--color-p3);--icon-color:var(--color-p3);}}}.page-footer > address a:focus{-webkit-border-radius:2px;border-radius:2px;}.page-footer > address a:focus-visible{-webkit-border-radius:2px;border-radius:2px;}@media (max-width:39.9375rem){.page-footer > address{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.page-footer > address > *{padding:0.5em;margin:initial;}.page-footer > address > *:last-child{width:100%;margin:0 auto;text-align:center;font-size:0.7rem;}}.page-footer h2{margin:0;padding:0;}.page-footer a .link-blank svg{color:inherit;padding:0;}dialog{position:fixed;z-index:5;top:0;padding:0;background-color:transparent;border:none;max-width:100%;max-height:100%;width:100%;-webkit-transition:400ms ease;-o-transition:400ms ease;transition:400ms ease;overflow-x:hidden;overflow-y:auto;}@media (max-width:39.9375rem){dialog{max-height:-webkit-calc(100vh - (4.6rem + 3.65rem));max-height:calc(100vh - (4.6rem + 3.65rem));bottom:0;margin-bottom:0;margin-top:auto;}}@media (min-width:40rem){dialog[open]:not(.filters-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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation:fadeIn 400ms ease;animation:fadeIn 400ms ease;}dialog[open]:not(.filters-wrapper).fade-down{-webkit-animation:fadeOut 400ms ease;animation:fadeOut 400ms ease;}}@media (max-width:39.9375rem){dialog[open]:not(.filters-wrapper){-webkit-animation:fadeUp 400ms ease;animation:fadeUp 400ms ease;}dialog[open]:not(.filters-wrapper).fade-down{-webkit-animation:fadeDown 400ms ease;animation:fadeDown 400ms ease;}}dialog::-webkit-backdrop{background:#8b8a8d;opacity:0.85;}dialog::backdrop{background:#8b8a8d;opacity:0.85;}dialog > .content-wrapper{display:grid;padding-top:-webkit-calc(var(--theme-padding) - 0.5rem);padding-top:calc(var(--theme-padding) - 0.5rem);}@media (min-width:40rem){dialog > .content-wrapper{max-width:-webkit-calc(64rem - (4.75rem * 3));max-width:calc(64rem - (4.75rem * 3));margin-top:7.5rem;margin-bottom:7.5rem;margin-left:-webkit-calc(4.75rem * 1.5);margin-left:calc(4.75rem * 1.5);margin-right:-webkit-calc(4.75rem * 1.5);margin-right:calc(4.75rem * 1.5);padding:-webkit-calc(var(--theme-padding) - 0.5rem) 3.125rem 0;padding:calc(var(--theme-padding) - 0.5rem) 3.125rem 0;}}dialog > .content-wrapper [data-layout~=full] > *{padding-left:0;padding-right:0;margin-left:-1.875rem;margin-right:-1.875rem;}dialog > .content-wrapper [data-layout~=wide] > *{padding-left:0;padding-right:0;margin-left:0;margin-right:0;}dialog > .content-wrapper [data-layout~=center],dialog > .content-wrapper [data-layout~=left],dialog > .content-wrapper .collection > header,dialog > .content-wrapper [data-layout~=right]{max-width:31.25rem;}dialog > .content-wrapper [data-layout~=right],dialog > .content-wrapper .collection.header-right > header{justify-self:right;}dialog > .content-wrapper [data-layout~=left],dialog > .content-wrapper .collection > header{justify-self:left;}dialog > .content-wrapper::before{content:"";display:block;position:-webkit-sticky;position:sticky;top:-2px;left:0;height:100%;width:-webkit-calc(100% + 1rem);width:calc(100% + 1rem);margin-left:-0.5rem;margin-right:-0.5rem;background-color:var(--color-scheme-p1);z-index:1;grid-row:1;grid-column:1;}dialog > .content-wrapper button.close-modal,dialog > .content-wrapper a.close-modal.button,dialog > .content-wrapper .quotes a.close-modal,.quotes dialog > .content-wrapper a.close-modal,dialog > .content-wrapper .vocabulary--author .page-main .field--name-field-contact-link a.close-modal,.vocabulary--author .page-main .field--name-field-contact-link dialog > .content-wrapper a.close-modal,dialog > .content-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links dialog > .content-wrapper a.close-modal{background-color:var(--color-scheme-p1);font:0/0 a;position:-webkit-sticky;position:sticky;top:-2px;z-index:1;width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-self:flex-end;padding:0.5rem;margin-right:-0.5rem;grid-row:1;grid-column:1;}dialog > .content-wrapper button.close-modal svg,dialog > .content-wrapper a.close-modal.button svg,dialog > .content-wrapper .quotes a.close-modal svg,.quotes dialog > .content-wrapper a.close-modal svg,dialog > .content-wrapper .vocabulary--author .page-main .field--name-field-contact-link a.close-modal svg,.vocabulary--author .page-main .field--name-field-contact-link dialog > .content-wrapper a.close-modal svg,dialog > .content-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal svg,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links dialog > .content-wrapper a.close-modal svg{z-index:0;width:1.875rem;height:1.875rem;}@-webkit-keyframes fadeDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);display:-webkit-box;display:-webkit-flex;display:flex;}1%{display:-webkit-box;display:-webkit-flex;display:flex;opacity:1;}99%{-webkit-transform:translateY(100%);transform:translateY(100%);}100%{display:none;opacity:0;}}@keyframes fadeDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}1%{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:1;}99%{-webkit-transform:translateY(100%);transform:translateY(100%);}100%{display:none;opacity:0;}}@-webkit-keyframes fadeUp{0%{display:none;opacity:0;}1%{display:-webkit-box;display:-webkit-flex;display:flex;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeUp{0%{display:none;opacity:0;}1%{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@-webkit-keyframes fadeIn{0%{display:none;opacity:0;}1%{display:-webkit-box;display:-webkit-flex;display:flex;opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{display:none;opacity:0;}1%{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;}100%{opacity:1;}}@-webkit-keyframes fadeOut{0%{display:-webkit-box;display:-webkit-flex;display:flex;opacity:1;}99%{opacity:0;}100%{display:none;}}@keyframes fadeOut{0%{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:1;}99%{opacity:0;}100%{display:none;}}body.dialog-open{overflow:hidden;margin-right:var(--scrollbar-width,0);}.node .popup-wrapper{display:grid;}.node .popup-wrapper button.close-modal,.node .popup-wrapper a.close-modal.button,.node .popup-wrapper .quotes a.close-modal,.quotes .node .popup-wrapper a.close-modal,.node .popup-wrapper .vocabulary--author .page-main .field--name-field-contact-link a.close-modal,.vocabulary--author .page-main .field--name-field-contact-link .node .popup-wrapper a.close-modal,.node .popup-wrapper .vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links a.close-modal,.vocabulary--author .page-main .collection:first-of-type > div:nth-of-type(2) .field--name-field-social-links .node .popup-wrapper a.close-modal{display:none;}
.view-our-leadership .view-content .views-infinite-scroll-content-wrapper{display:flex;flex-wrap:wrap;}.view-our-leadership .view-content .views-row{flex-grow:0;width:33%;padding:10px;}.view-our-leadership .views-field-title{margin-top:10px;}.view-our-leadership .pager__item{width:auto;margin:auto;}.view-our-leadership .pager__item a{padding:10px 20px;border:2px solid #0d77b5;border-radius:40px;text-decoration:none;}.view-our-leadership .pager__item a:hover{background-color:#0d77b5;color:#fff;}
.block-inline-block-spacer .block-spacer-10{height:0.625rem;}.block-inline-block-spacer .block-spacer-20{height:1.25rem;}.block-inline-block-spacer .block-spacer-50{height:3.125rem;}.block-inline-block-spacer .block-spacer-100{height:6.25rem;}.block-inline-block-spacer .block-spacer-200{height:12.5rem;}
.embeded-provider-Soundcloud .embedContent{position:static;padding-bottom:unset;height:unset;}.embeded-provider-Soundcloud iframe.media-oembed-content{position:static;top:unset;left:unset;width:100%;height:unset;}.embeded-provider-Soundcloud .embedContent__alternative{position:relative;padding-top:56.25%;}.embeded-video-wrapper:not(.embeded-provider-Soundcloud,.embeded-provider-Spotify){position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}.embeded-video-wrapper:not(.embeded-provider-Spotify) .embedContent{position:relative;padding-bottom:56.25%;height:0;}.embeded-video-wrapper:not(.embeded-provider-Spotify) iframe.media-oembed-content{position:absolute;top:0;left:0;width:100%;height:100%;}.embeded-video-wrapper.embeded-provider-Soundcloud iframe.media-oembed-content{height:auto;width:100%;}.embeded-video-wrapper.embeded-provider-Soundcloud iframe.media-oembed-content{height:auto;width:100%;}.embeded-video-wrapper.embeded-provider-Spotify iframe.media-oembed-content{width:100%;height:152px;border-radius:13px;overflow:hidden;}.embeded-video-wrapper.embeded-provider-Spotify .embedContent.hide-content iframe{height:0px;position:absolute;top:0;left:0;}.embeded-video-wrapper.embeded-provider-Spotify .embedContent__alternative,.embeded-video-wrapper.embeded-provider-Spotify .embedContent__alternative .embedContent__alternative-inner{position:initial;}.embeded-video-wrapper.youtube-short{padding-bottom:177.78%;}.embeded-video-wrapper.youtube-short .embedContent{padding-bottom:177.78%;}.embeded-video-wrapper.embeded-video-width-100{width:100%;}.embeded-video-wrapper.embeded-video-width-66{width:66%;}.embeded-video-wrapper.embeded-video-width-50{width:50%;}.embeded-video-wrapper.embeded-video-width-33{width:33%;}.embeded-video-wrapper.embeded-video-width-25{width:25%;}.embeded-video-wrapper + h4{color:var(--color-g4);font-size:0.9375rem;margin-top:0.5rem;}.embeded-video-wrapper .embedContent[large-video=true]{position:relative;padding-top:56.25%;height:0;}.embeded-video-wrapper .embedContent[large-video=true] iframe.media-oembed-content{position:absolute;top:0;left:0;width:100%;height:100%;}.embedContent iframe + .embedContent__alternative,.embedContent iframe ~ .embedContent__alternative{display:none;}.embedContent__alternative{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;padding:0.9375rem 0.9375rem;display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;transition:all 0.3s ease-in-out;}.embedContent__alternative h2{margin:0 3rem 2rem;font-size:1rem;}.embedContent__alternative-inner{position:absolute;top:0;left:0;width:100%;height:100%;padding:0.9375rem 0.9375rem;display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;transition:all 0.3s ease-in-out;}.twitter-feed .embedContent__alternative{position:relative;margin-bottom:1.875rem;}[data-area=B-D] [data-theme=""] .embeded-video-wrapper{--grid-span:12;}[data-layout="sm:sm:sm"] .embeded-provider-Soundcloud .embedContent__alternative,[data-layout="sm:sm:sm:sm"] .embeded-provider-Soundcloud .embedContent__alternative{padding:36.9%;}[data-layout="sm:sm:sm"] .embedContent__alternative h2,[data-layout="sm:sm:sm:sm"] .embedContent__alternative h2{font-size:1rem;}.block-inline-block-embeded-video + .block-inline-block-embeded-video{margin-top:1.875rem;}
.timeline-list .node--view-mode-teaser::after{border:unset;position:unset;width:unset;}.timeline-list .node--view-mode-teaser .field--name-field-image{left:auto;position:unset;}.timeline-list .node--view-mode-teaser .field--name-field-image img{border-radius:unset;width:unset;height:unset;display:unset;}.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker{right:-5px;}.timeline-list.alternate li.timeline-item.odd .node--view-mode-teaser .node__top-wrapper{display:unset;text-align:right;}.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker{left:-5px;}.timeline-list.alternate li.timeline-item.even .node--view-mode-teaser .node__top-wrapper{display:unset;text-align:left;}.timeline{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;justify-content:center;position:relative;}.timeline::before{content:"";width:4px;height:100%;background:var(--color-scheme-b5);left:calc(50% - 2px);top:0;position:absolute;}@media (max-width:39.9375rem){.timeline::before{display:none;}}[data-area=B] .timeline h2{font:var(--fw-300) var(--fs-4)/var(--lh-4) var(--ff-1);}.timeline .timeline-icon{margin:0 auto;text-align:center;background-color:var(--color-scheme-white);padding:1rem;font:var(--fw-300) var(--fs-7)/var(--lh-4) var(--ff-1);letter-spacing:0;}.timeline .timeline-item{width:100%;}.timeline .timeline-text a:focus-visible{border-radius:2px;display:inline;}.timeline .timeline-content{width:calc(50% - 100px);display:flex;flex-direction:column;}@media (max-width:39.9375rem){.timeline .timeline-content{width:100%;}}.timeline .timeline-content > *{position:relative;flex:1;}.timeline .timeline-content h2{padding-top:2rem;font:var(--fw-300) var(--fs-3)/var(--lh-4) var(--ff-1);margin-bottom:2rem;}.timeline .timeline-content h2::after{position:absolute;bottom:-1.2rem;left:0;content:"";height:4px;width:100%;margin-right:0;background-color:var(--color-p3);}.timeline [data-layout-timeline=left] .timeline-content{margin-right:auto;}.timeline [data-layout-timeline=left]:nth-child(even) .timeline-content{margin-left:auto;margin-right:initial;}.timeline [data-layout-timeline=left]:nth-child(even) .timeline-content h2::after{margin-left:-6.25rem;}@media (max-width:39.9375rem){.timeline [data-layout-timeline=left]:nth-child(even) .timeline-content h2::after{margin-left:-2rem;}}.timeline [data-image-position] .timeline-content h2::after{position:absolute;bottom:-1.2rem;left:0;content:"";height:4px;width:calc(100% + 6.25rem);margin-right:-6.25rem;background-color:var(--color-p3);}@media (max-width:39.9375rem){.timeline [data-image-position] .timeline-content h2::after{width:100%;}}.timeline [data-image-position=top] .timeline-content{flex-direction:column-reverse;}
.layout-builder-form li.tabs__tab{display:inline-block;width:auto;}.layout-builder-form li.tabs__tab a{padding:9px 2em;}.layout-builder-form #block-nordea-theme-page-title{display:none;}.layout-builder-form #edit-layout-builder-message{display:none;}.layout-builder-form .vertical-tabs{display:none;}#block-nordea-theme-primary-local-tasks .node-layout-builder-form .form-actions{left:auto;bottom:auto;width:auto;padding-left:0;padding-right:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:0.15s cubic-bezier(0.19,1,0.22,1);transition:0.15s cubic-bezier(0.19,1,0.22,1);right:0px;z-index:102;position:absolute;display:-ms-flexbox;-ms-flex-wrap:wrap;top:-225px;}#block-nordea-theme-primary-local-tasks .entity-content-form-revision-information{display:none;}#layout-builder-modal [id*="edit-settings-admin-label"]{font-size:1.424rem;}#layout-builder-modal [id*="edit-settings-admin-label"]:before{content:"Block -";display:inline-block;}[id*="edit-settings-block-form-field-background-color"],[id*="edit-settings-block-form-field-bg-color"]{display:flex;flex-direction:row;align-items:center;}[id*="edit-settings-block-form-field-background-color"] .form-item input:checked + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color"] .form-item input:checked + .checkbox-toggle{border:1px solid #003cc5;}[id*="edit-settings-block-form-field-background-color"] .form-item,[id*="edit-settings-block-form-field-bg-color"] .form-item{margin-right:75px !important;display:flex;flex-direction:column;align-items:center;}[id*="edit-settings-block-form-field-background-color"] .form-item .form-radio,[id*="edit-settings-block-form-field-bg-color"] .form-item .form-radio{display:none;}[id*="edit-settings-block-form-field-background-color"] .form-item label,[id*="edit-settings-block-form-field-bg-color"] .form-item label{padding-top:60px !important;}[id*="edit-settings-block-form-field-background-color"] > div:nth-child(1){display:none !important;}[id*="edit-settings-block-form-field-background-color-white"] + .checkbox-toggle,[id*="edit-settings-block-form-field-background-color-bg1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-background-color-p1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-background-color-p3"] + .checkbox-toggle,[id*="edit-settings-block-form-field-background-color-g1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-background-color-none"] + .checkbox-toggle,[id*="edit-settings-block-form-field-background-color-transparent"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-white"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-bg1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-p1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-p3"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-g1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-none"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-transparent"] + .checkbox-toggle{width:50px;height:50px;display:block !important;border-radius:50%;border:1px solid #ccc;position:absolute;pointer-events:none;}[id*="edit-settings-block-form-field-background-color-p3"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-p3"] + .checkbox-toggle{background-color:#f5d3cc;}[id*="edit-settings-block-form-field-background-color-p1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-p1"] + .checkbox-toggle{background-color:#fff3ee;}[id*="edit-settings-block-form-field-background-color-bg1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-bg1"] + .checkbox-toggle{background-color:#e5f2ff;}[id*="edit-settings-block-form-field-background-color-g1"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-g1"] + .checkbox-toggle{background-color:#f4f2f1;}[id*="edit-settings-block-form-field-background-color-none"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-none"] + .checkbox-toggle{background-color:#ffffff;}[id*="edit-settings-block-form-field-background-color-transparent"] + .checkbox-toggle,[id*="edit-settings-block-form-field-bg-color-transparent"] + .checkbox-toggle{background-color:#ffffff;}.layout-builder-add-block textarea{width:100%;}#block-nordea-theme-primary-local-tasks #block-nordea-theme-primary-local-tasks{margin-top:90px;}#block-nordea-theme-primary-local-tasks #edit-submit{border-radius:6px;background-color:#0550e6;padding:calc(1rem - 2px) calc(1.5rem - 2px);border:2px solid var(--colorGinPrimary) !important;background-image:none;color:#fff;font-weight:bold;font-size:1rem;font-weight:700;line-height:1rem;}.ui-dialog #drupal-off-canvas .block-categories .js-layout-builder-category .js-layout-builder-block-link{min-height:100%;width:100%;list-style-type:none !important;margin:0 !important;}.ui-dialog #drupal-off-canvas .block-categories .js-layout-builder-category:first-child .js-layout-builder-block-link{display:list-item;list-style-type:square;list-style-position:inside;}.ui-dialog #drupal-off-canvas .block-categories .js-layout-builder-block-link:hover,.ui-dialog #drupal-off-canvas .block-categories img:hover{cursor:pointer;}.ui-dialog #drupal-off-canvas .block-categories img{width:100%;background:#fff;margin-bottom:10px;}#drupal-off-canvas .details-wrapper{display:flex;flex-wrap:wrap;border-top:1px solid #dedfe4;background-color:rgba(243,244,249,0.4);margin:0;padding:40px;}#drupal-off-canvas .details-wrapper .layout-builder-browser-block-item{display:flex;margin:1rem !important;max-width:calc(50% - 2rem);width:100%;}.ui-dialog.ui-dialog-off-canvas.ui-dialog-position-side.ui-widget.ui-widget-content.ui-front.ui-resizable{width:40% !important;max-width:550px;}.ui-dialog.ui-dialog-off-canvas.ui-dialog-position-side.ui-widget.ui-widget-content.ui-front.ui-resizable #drupal-off-canvas .block-categories details.js-layout-builder-category > summary{padding:1.25rem;}.layout-container .js-layout-builder-filter{display:none;}.layout-builder-form #block-nordea-theme-breadcrumbs{display:none;}.layout-builder-form .node-layout-builder-form #edit-actions{display:flex;flex-direction:row-reverse;margin-top:1.4rem;margin-bottom:1rem;}.layout-builder-form .node-layout-builder-form #edit-actions #edit-submit{margin-left:2rem;}.layout-builder-form #edit-actions #edit-preview-toggle .checkbox-toggle{line-height:1.5rem;z-index:0;display:inline-block !important;vertical-align:top;width:40px;height:24px;background-color:#909090;border-radius:12px;box-sizing:border-box;}.layout-builder-form #edit-actions #edit-preview-toggle .checkbox-toggle .checkbox-toggle__inner{position:relative;display:block;width:100%;height:100%;overflow:hidden;-webkit-clip-path:circle(24px at 50% 50%);clip-path:circle(24px at 50% 50%);border:4px solid transparent;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;}.layout-builder-form #edit-actions #edit-preview-toggle .checkbox-toggle .checkbox-toggle__inner:before{position:absolute;content:"";width:100%;height:100%;background-color:#fff;border-radius:21px;transition:transform 0.3s;transform:translateX(-16px);}.layout-builder-form #edit-actions #edit-preview-toggle #layout-builder-content-preview{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal;width:40px;height:24px;clip:auto;margin-left:0;opacity:0;cursor:pointer;z-index:1;}.layout-builder-form #edit-actions #edit-preview-toggle #layout-builder-content-preview:checked ~ .checkbox-toggle .checkbox-toggle__inner,.layout-builder-form #edit-actions #edit-preview-toggle #layout-builder-content-preview:checked + .checkbox-toggle .checkbox-toggle__inner{background-color:#26a769;}.layout-builder-form #edit-actions #edit-preview-toggle #layout-builder-content-preview:checked ~ .checkbox-toggle .checkbox-toggle__inner:before,.layout-builder-form #edit-actions #edit-preview-toggle #layout-builder-content-preview:checked + .checkbox-toggle .checkbox-toggle__inner:before{transform:translateX(16px);}.layout-builder-form #layout-builder-content-preview ~ label{z-index:1;position:relative;padding-left:4px;padding-bottom:0;color:#222330;}#node-page-layout-builder-form .layout__region{overflow:hidden;}.layout .block-menu #toggle-expand{display:none;}.js-text-format-wrapper.text-format-wrapper .js-filter-wrapper.js-form-wrapper.form-wrapper.filter-wrapper{display:none;}.js-text-format-wrapper.text-format-wrapper .cke_bottom.cke_reset_all{display:none;}.js-layout-builder-block.block-inline-block-spacer .block-spacer{background-color:lightgray;}
@font-face{font-family:"NordeaSansLarge-Black";font-display:swap;src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-Black-900.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-Black-900.woff) format("woff");font-style:normal;font-weight:900}@font-face{font-family:"NordeaSansLarge-Bold";font-display:swap;src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-Bold-600.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-Bold-600.woff) format("woff");font-style:normal;font-weight:600}@font-face{font-family:"NordeaSansLarge-Regular";font-display:swap;src:url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-Regular-400.woff2) format("woff2"),url(/themes/custom/nordea_theme/fonts/NordeaSansLarge-Regular-400.woff) format("woff");font-style:normal;font-weight:400}
.webform-ajax-form-wrapper input[type=text],.webform-ajax-form-wrapper input[type=tel],.webform-ajax-form-wrapper input[type=number],.webform-ajax-form-wrapper input[type=email]{border-radius:6px;border-radius:10rem;background:transparent;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;padding-left:1em;line-height:1.15;border:1px solid var(--color-scheme-b5);width:100%;}.webform-ajax-form-wrapper input[type=text]:focus,.webform-ajax-form-wrapper input[type=tel]:focus,.webform-ajax-form-wrapper input[type=number]:focus,.webform-ajax-form-wrapper input[type=email]:focus{color:var(--color-scheme-g4);box-shadow:none;border-color:var(--color-scheme-b5);outline:2px solid var(--color-scheme-b5);outline-offset:2px;}.webform-ajax-form-wrapper input[type=number]{width:auto;min-width:9.5rem;}.webform-ajax-form-wrapper input[type=file]::file-selector-button{padding:0.5em 1.2em;background-color:var(--color-scheme-b5);color:var(--color-scheme-white);-webkit-border-radius:10rem;border-radius:10rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:0.75em;padding-bottom:0.75em;line-height:1.15;cursor:pointer;border:1px solid var(--color-scheme-b5);margin-right:20px;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:background 0.2s ease-in-out;}.webform-ajax-form-wrapper input[type=file]::file-selector-button:hover{background-color:var(--button-back-hover,var(--color-scheme-p2));color:var(--button-text-hover,var(--color-scheme-b5));outline:none;}.webform-ajax-form-wrapper [type=checkbox]{vertical-align:top;margin-top:0.5rem;}.webform-ajax-form-wrapper [type=checkbox] + span + label{display:inline-block;width:calc(100% - 4rem);margin-left:0.5rem;}.webform-ajax-form-wrapper [id^=edit-actions]{margin-left:0;}.webform-ajax-form-wrapper [readonly=readonly]{border-radius:0;resize:none;}.webform-ajax-form-wrapper header + a{margin-top:0 !important;}.webform-ajax-form-wrapper .form-item label,.webform-ajax-form-wrapper .form-type-webform-terms-of-service label{margin-left:0.5rem;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] .webform-ajax-form-wrapper .form-item .webform-terms-of-service-details,[data-color-scheme=color_scheme_dark] .webform-ajax-form-wrapper .form-type-webform-terms-of-service .webform-terms-of-service-details{color:var(--color-g2);}}.webform-ajax-form-wrapper .form-item input.error,.webform-ajax-form-wrapper .form-item textarea.error,.webform-ajax-form-wrapper .form-item select.error{color:var(--color-scheme-a1);border-width:1px;border-color:var(--color-scheme-a1);background-color:transparent;box-shadow:none;}.webform-ajax-form-wrapper .form-item--radio{display:flex;flex-direction:row;}.webform-ajax-form-wrapper .webform-button--submit{padding:0.5em 1.2em;background-color:var(--color-scheme-b5);color:var(--color-white);border-radius:10rem;appearance:none;padding-top:0.75em;padding-bottom:0.75em;line-height:1.15;border:0 none;cursor:pointer;width:100%;border:1px solid var(--color-scheme-b5);margin-top:1.6rem;max-width:10rem;justify-content:center;}.webform-ajax-form-wrapper .webform-submission-form .webform-options-display-buttons-vertical{display:flex;flex-direction:column;margin-top:1rem;}.webform-document-file{position:relative;display:flex;gap:10px;flex-direction:column;justify-content:center;align-items:center;height:200px;padding:20px;border-radius:0.8rem;border:2px dashed var(--color-scheme-b5);color:var(--color-scheme-g4);cursor:pointer;transition:background 0.2s ease-in-out,border 0.2s ease-in-out;}.webform-document-file:hover{background:var(--color-scheme-p1);border-color:#111;}.webform-document-file input[type=file]{width:20rem;max-width:100%;color:var(--color-g4);padding:0.3rem;background:var(--color-scheme-white);border-radius:0.8rem;border:1px solid var(--color-scheme-g4);}.webform-document-file input[type=file]:focus{box-shadow:none;border-color:var(--color-scheme-b5);outline:2px solid var(--color-scheme-b5);outline-offset:2px;}.webform-element-help{border:2px solid var(--color-scheme-g4);border-radius:50%;background:var(--color-scheme-g4);color:var(--color-scheme-white);}[type=radio][type=radio]{-webkit-border-radius:50%;border-radius:50%;}.webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper{margin:0;}.webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper input:not([type=file]):not(.form-text):not(.form-textarea){line-height:1.25em;}.webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper [type=checkbox][type=radio]{-webkit-border-radius:50%;border-radius:50%;}.webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper [type=checkbox],.webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper [type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1em !important;height:1em !important;color:var(--color-scheme-b5);margin-left:0.5rem;vertical-align:middle;background:none;border:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;background-color:var(--color-scheme-white);-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms;cursor:pointer;position:relative !important;overflow:visible !important;clip:initial !important;word-wrap:normal !important;clip:inherit !important;-webkit-clip-path:initial !important;clip-path:initial !important;}.webform-options-display-buttons-vertical label.webform-options-display-buttons-label{border:0 none;color:var(--color-scheme-b5);height:auto;width:auto;padding:0;background-color:transparent;}.webform-options-display-buttons-vertical .form-item{display:flex;width:auto;height:auto;margin:0;align-items:center;}#apsis-form input,#apsis-form select,#apsis-form textarea{color:var(--color-scheme-b5);}#apsis-form input[type=text],#apsis-form input[type=email]{font-size:1em;padding:0.25em 1em;border:1px solid var(--color-scheme-b5);border-radius:10rem;background:transparent;box-shadow:none;padding-top:0.75em;padding-bottom:0.75em;}#apsis-form input[type=text]:focus,#apsis-form input[type=email]:focus{border-color:var(--color-scheme-g4);box-shadow:none;}#apsis-form select{appearance:none;display:block;font-size:1em;padding:0.75em 2.5em 0.75em 1em;border:1px solid var(--color-scheme-b5);border-radius:10rem;background-repeat:no-repeat;background-size:0.8em;background-position:top 50% right 1em;background-color:var(--color-scheme-white);height:auto;}#apsis-form select:hover,#apsis-form select:active,#apsis-form select:focus{border-color:var(--color-scheme-g4);outline:1px auto var(--color-scheme-g4);box-shadow:none;}#apsis-form label{color:var(--color-scheme-black);font-size:0.85rem;font-weight:300;display:flex;flex-direction:row;flex-wrap:wrap;}#apsis-form label:focus{outline:1px auto var(--color-scheme-black);}#apsis-form .al-form input[type=checkbox] + label::before{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1em;height:1em;color:var(--color-scheme-b5);vertical-align:middle;background:none;border:1px solid var(--color-scheme-b5);-webkit-flex-grow:0;flex-grow:0;background-color:var(--color-scheme-white);border-radius:0.125em;top:10px;}#apsis-form .al-form input[type=checkbox] + label::after{font-size:0.65rem;left:6px;top:0px;transform:none;}#apsis-form .al-form input[type=checkbox]:checked + label::after{font-size:0.65rem;left:6px;top:0px;transform:none;}#apsis-form .al-form input[type=button]{padding:0.5em 1.2em;background-color:var(--color-scheme-b5);color:var(--color-scheme-white);border-radius:10rem;appearance:none;padding-top:0.75em;padding-bottom:0.75em;line-height:1.15;cursor:pointer;width:100%;border:1px solid var(--color-scheme-b5);}#apsis-form .al-form input[type=button]:hover,#apsis-form .al-form input[type=button]:focus{background-color:var(--color-scheme-p2);color:var(--color-scheme-b5);border:1px solid var(--color-scheme-p2);}#apsis-form .al-form .al-input-field{font-size:inherit;}
.map-container{width:100%;aspect-ratio:16/9;min-height:37.5rem;}.map-container .views-element-container,.map-container .view-map-view,.map-container .view-content{height:100%;min-height:-webkit-fill-available;}.map-container .map-marker{max-width:15.625rem;}.map-container .map-marker img{max-width:15.625rem;object-fit:cover;aspect-ratio:16/9;display:block;max-height:186px;}@media (min-width:80rem){.map-container .map-marker{max-width:20.9375rem;}.map-container .map-marker img{max-width:20.9375rem;}}.map-container .map-marker .content{padding:0.625em 2em 2em 2em;}.map-container .map-marker h2{font:var(--fw-400) var(--fs-1)/var(--lh-4) var(--ff-1);margin-bottom:1.8rem;margin-top:1rem;}.map-container .map-marker h3{margin-bottom:0;font:var(--fw-400) var(--fs-0)/var(--lh-1) var(--ff-1);margin:0;margin-top:0.2rem;}.map-container .map-marker p{margin:0;font:var(--fw-400) var(--fs--1)/var(--lh-1) var(--ff-1);}.map-container .sgmpopup{left:-50% !important;top:10px !important;transform:translateY(-50%) !important;margin-left:10px !important;}@media (min-width:21.875rem){.map-container .sgmpopup{top:30px !important;margin-left:20px !important;}}@media (min-width:80rem){.map-container .sgmpopup{margin-left:40px !important;}}.map-container .sgmpopup > img{top:15px !important;right:15px !important;width:25px !important;height:25px !important;background-color:#fff;}.map-container .gm-style > div{position:initial;}.map-container .gm-style .gmnoprint,.map-container .gm-style .gm-style-cc{transform:translateY(20px);}.map-container .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom{bottom:125px !important;}
#ot-sdk-cookie-policy div{font:var(--fw-300) var(--fs-0)/var(--lh-0) var(--ff-0);font-size:1rem;color:var(--color-text,var(--color-scheme-black));}#ot-sdk-cookie-policy .ot-scrn-rdr{font:0/0 a;height:0px;}#ot-sdk-cookie-policy section:has(table){z-index:0;overflow-x:auto;-webkit-overflow-scrolling:touch;}#ot-sdk-cookie-policy section:has(table) > *:not(table){position:sticky;left:0;}#ot-sdk-cookie-policy section:has(table) table{border-collapse:collapse;min-width:100%;max-width:none;margin-bottom:0;background:linear-gradient(to right,#ffffff 30%,rgba(255,255,255,0)),linear-gradient(to left,#ffffff 30%,rgba(255,255,255,0)) 100% 0;background-size:50px 100%;background-repeat:no-repeat;}@supports (color:light-dark(red,red)){[data-color-scheme=color_scheme_dark] #ot-sdk-cookie-policy section:has(table) table{background:linear-gradient(to right,#181818 30%,rgba(0,0,0,0)),linear-gradient(to left,#181818 30%,rgba(0,0,0,0)) 100% 0;}@media (prefers-color-scheme:dark){html:not([data-color-scheme=color_scheme_light]) #ot-sdk-cookie-policy section:has(table) table{background:linear-gradient(to right,#181818 30%,rgba(0,0,0,0)),linear-gradient(to left,#181818 30%,rgba(0,0,0,0)) 100% 0;}}}#ot-sdk-cookie-policy section:has(table) th,#ot-sdk-cookie-policy section:has(table) td{font:var(--fw-300) var(--fs--2)/var(--lh--2) var(--ff-0);padding:0.25rem 0.5rem;text-align:left;vertical-align:top;border:1px solid var(--color-scheme-g2);}#ot-sdk-cookie-policy section:has(table) th p,#ot-sdk-cookie-policy section:has(table) td p{font-size:inherit;}#ot-sdk-cookie-policy section:has(table) th{z-index:1;color:var(--color-scheme-black);background-color:var(--color-scheme-b6);font:var(--fw-700) var(--fs--2)/var(--lh--2) var(--ff-0);white-space:nowrap;padding:0.25rem 0.5rem;border:1px solid var(--color-scheme-g2);box-shadow:0 2px 0 -1px var(--color-scheme-g2),0 -2px 0 -1px var(--color-scheme-g2);position:sticky;top:0;}#ot-sdk-cookie-policy section:has(table) td{scroll-margin-top:2rem;}#ot-sdk-cookie-policy section:has(table) td a{display:inline-block;min-height:1.5rem;padding-block:0.125rem;}#ot-sdk-cookie-policy section:has(table) td a:focus{outline:none;}#ot-sdk-cookie-policy section:has(table) td a:focus-visible{outline:2px solid var(--color-scheme-b5);outline-offset:2px;}#ot-sdk-cookie-policy section:has(table) tr{background-color:var(--color-none);}@media (prefers-reduced-motion:no-preference){#ot-sdk-cookie-policy section:has(table) tr{transition:background-color 150ms;}}#ot-sdk-cookie-policy section:has(table) tr:hover{background-color:var(--color-scheme-g1);}#ot-sdk-cookie-policy section:has(table) tbody tr > th{white-space:normal;}#ot-sdk-cookie-policy .ot-sdk-cookie-policy-group{margin-top:1em;}#ot-sdk-cookie-policy .ot-host-description-td{min-width:15rem;}#onetrust-banner-sdk .onetrust-vendors-list-handler{cursor:pointer;color:#1f96db;font-size:inherit;font-weight:bold;text-decoration:none;margin-left:5px;white-space:normal;word-wrap:break-word;text-align:left;}#onetrust-banner-sdk .onetrust-vendors-list-handler:hover{color:#1f96db;}#onetrust-banner-sdk:focus{outline:2px solid #000;outline-offset:-2px;}#onetrust-banner-sdk a:focus{outline:2px solid #000;}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{outline-offset:1px;}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:64px;width:64px;}#onetrust-banner-sdk #onetrust-policy svg,#onetrust-banner-sdk .banner-option svg{height:13px;width:13px;margin-left:1px;}#onetrust-banner-sdk #onetrust-policy svg.ot-ext-lnk,#onetrust-banner-sdk .banner-option svg.ot-ext-lnk{vertical-align:middle;}#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold{font-weight:bold;}#onetrust-banner-sdk .ot-button-order-0{order:0;}#onetrust-banner-sdk .ot-button-order-1{order:1;}#onetrust-banner-sdk .ot-button-order-2{order:2;}#onetrust-banner-sdk #onetrust-close-btn-container svg{height:10px;width:10px;pointer-events:none;}#onetrust-banner-sdk .ot-close-icon,#onetrust-pc-sdk .ot-close-icon,#ot-sync-ntfy .ot-close-icon{background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px;}#onetrust-banner-sdk .powered-by-logo,#onetrust-banner-sdk .ot-pc-footer-logo a,#onetrust-pc-sdk .powered-by-logo,#onetrust-pc-sdk .ot-pc-footer-logo a,#ot-sync-ntfy .powered-by-logo,#ot-sync-ntfy .ot-pc-footer-logo a{background-size:contain;background-repeat:no-repeat;background-position:center;height:25px;width:152px;display:block;text-decoration:none;font-size:0.75em;}#onetrust-banner-sdk .powered-by-logo:hover,#onetrust-banner-sdk .ot-pc-footer-logo a:hover,#onetrust-pc-sdk .powered-by-logo:hover,#onetrust-pc-sdk .ot-pc-footer-logo a:hover,#ot-sync-ntfy .powered-by-logo:hover,#ot-sync-ntfy .ot-pc-footer-logo a:hover{color:#565656;}#onetrust-banner-sdk h3 *,#onetrust-banner-sdk h4 *,#onetrust-banner-sdk h6 *,#onetrust-banner-sdk button *,#onetrust-banner-sdk a[data-parent-id] *,#onetrust-banner-sdk p[role=heading] *,#onetrust-pc-sdk h3 *,#onetrust-pc-sdk h4 *,#onetrust-pc-sdk h6 *,#onetrust-pc-sdk button *,#onetrust-pc-sdk a[data-parent-id] *,#onetrust-pc-sdk p[role=heading] *,#ot-sync-ntfy h3 *,#ot-sync-ntfy h4 *,#ot-sync-ntfy h6 *,#ot-sync-ntfy button *,#ot-sync-ntfy a[data-parent-id] *,#ot-sync-ntfy p[role=heading] *{font-size:inherit;font-weight:inherit;color:inherit;}#onetrust-banner-sdk .ot-hide,#onetrust-pc-sdk .ot-hide,#ot-sync-ntfy .ot-hide{display:none !important;}#onetrust-banner-sdk button.ot-link-btn:hover,#onetrust-pc-sdk button.ot-link-btn:hover,#ot-sync-ntfy button.ot-link-btn:hover{text-decoration:underline;opacity:1;}#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column{padding:0;}#onetrust-pc-sdk .ot-sdk-container{padding-right:0;}#onetrust-pc-sdk .ot-sdk-row{flex-direction:initial;width:100%;}#onetrust-pc-sdk [type=checkbox]:checked,#onetrust-pc-sdk [type=checkbox]:not(:checked){pointer-events:initial;}#onetrust-pc-sdk [type=checkbox]:disabled + label::before,#onetrust-pc-sdk [type=checkbox]:disabled + label:after,#onetrust-pc-sdk [type=checkbox]:disabled + label,#onetrust-pc-sdk [type=checkbox][aria-disabled=true] + label::before,#onetrust-pc-sdk [type=checkbox][aria-disabled=true] + label:after,#onetrust-pc-sdk [type=checkbox][aria-disabled=true] + label{pointer-events:none;opacity:0.8;}#onetrust-pc-sdk #vendor-list-content{transform:translate3d(0,0,0);}#onetrust-pc-sdk li input[type=checkbox]{z-index:1;}#onetrust-pc-sdk li .ot-checkbox label{z-index:2;}#onetrust-pc-sdk li .ot-checkbox input[type=checkbox]{height:auto;width:auto;}#onetrust-pc-sdk li .host-title a,#onetrust-pc-sdk li .ot-host-name a,#onetrust-pc-sdk li .accordion-text,#onetrust-pc-sdk li .ot-acc-txt{z-index:2;position:relative;}#onetrust-pc-sdk input{margin:3px 0.1ex;}#onetrust-pc-sdk .pc-logo,#onetrust-pc-sdk .ot-pc-logo{height:60px;width:180px;background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-flex;justify-content:center;align-items:center;}#onetrust-pc-sdk .pc-logo img,#onetrust-pc-sdk .ot-pc-logo img{max-height:100%;max-width:100%;}#onetrust-pc-sdk .pc-logo svg,#onetrust-pc-sdk .ot-pc-logo svg{height:60px;width:180px;}#onetrust-pc-sdk #close-pc-btn-handler > svg{margin:auto;display:block;height:12px;width:12px;}#onetrust-pc-sdk #ot-pc-desc svg,#onetrust-pc-sdk .ot-desc-cntr svg,#onetrust-pc-sdk .ot-cat-grp svg{height:13px;width:13px;margin-left:-7px;vertical-align:middle;margin-right:5px;}#onetrust-pc-sdk #ot-pc-desc svg.ot-ext-lnk{margin-right:8px;}#onetrust-pc-sdk #ot-pc-desc .ot-userid-desc svg.ot-ext-lnk{margin-left:3px;margin-right:8px;}#onetrust-pc-sdk .ot-host-hdr > a{display:inline-block;}#onetrust-pc-sdk input[aria-disabled=true],#onetrust-banner-sdk input[aria-disabled=true]{pointer-events:none;opacity:0.6;}#onetrust-pc-sdk input[aria-disabled=true] + label,#onetrust-banner-sdk input[aria-disabled=true] + label{pointer-events:none;opacity:0.6;cursor:not-allowed;}#onetrust-pc-sdk .screen-reader-only,#onetrust-pc-sdk .ot-scrn-rdr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in,#onetrust-banner-sdk.ot-fade-in,.ot-confirm-dialog-overlay.ot-fade-in{animation-name:onetrust-fade-in;animation-duration:400ms;animation-timing-function:ease-in-out;}#onetrust-pc-sdk.ot-hide{display:none !important;}.onetrust-pc-dark-filter.ot-hide{display:none !important;}#ot-sdk-btn.ot-sdk-show-settings,#ot-sdk-btn.optanon-show-settings{color:#fff;background-color:#468254;height:auto;white-space:normal;word-wrap:break-word;padding:0.8em 2em;font-size:0.8em;line-height:1.2;cursor:pointer;-moz-transition:0.1s ease;-o-transition:0.1s ease;-webkit-transition:1s ease;transition:0.1s ease;}#ot-sdk-btn.ot-sdk-show-settings:hover,#ot-sdk-btn.optanon-show-settings:hover{color:#fff;background-color:#2c6415;}#ot-sdk-btn.ot-sdk-show-settings:active,#ot-sdk-btn.optanon-show-settings:active{color:#fff;background-color:#2c6415;border:1px solid rgba(162,192,169,0.5);}.onetrust-pc-dark-filter{background:rgba(0,0,0,0.5);z-index:2147483646;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0;}@keyframes onetrust-fade-in{0%{opacity:0;}100%{opacity:1;}}.ot-cookie-label{text-decoration:underline;}@media only screen and (min-width:426px) and (max-width:896px) and (orientation:landscape){#onetrust-pc-sdk p{font-size:0.75em;}}#onetrust-banner-sdk .banner-option-input:focus + label{outline:1px solid #000;outline-style:auto;}.category-vendors-list-handler + a:focus,.category-vendors-list-handler + a:focus-visible{outline:2px solid #000;}#onetrust-pc-sdk .ot-userid-title{margin-top:10px;}#onetrust-pc-sdk .ot-userid-title > span,#onetrust-pc-sdk .ot-userid-timestamp > span{font-weight:700;}#onetrust-pc-sdk .ot-userid-desc{font-style:italic;}#onetrust-pc-sdk .ot-host-desc a{pointer-events:initial;}#onetrust-pc-sdk .ot-ven-hdr > p a{position:relative;z-index:2;pointer-events:initial;}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a{margin-right:8px;}#onetrust-pc-sdk .ot-vnd-item svg.ot-ext-lnk{align-self:center;}#onetrust-pc-sdk .ot-pc-footer-logo svg,#onetrust-pc-sdk .ot-pc-footer-logo img{width:136px;height:16px;}#onetrust-pc-sdk .ot-pur-vdr-count{font-weight:400;font-size:0.8em;padding-top:3px;display:block;}#onetrust-pc-sdk p[role=heading] .ot-pur-vdr-count{font-weight:400 !important;font-size:0.8em !important;}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal{border:1px solid #32ae88;border-radius:3px;padding:5px;margin-bottom:10px;background-color:#f9fffa;font-size:0.85rem;line-height:2;}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal .ot-optout-icon,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal .ot-optout-icon{display:inline;margin-right:5px;}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg{height:20px;width:30px;}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg.ot-source-sprite,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg.ot-source-sprite{position:relative;bottom:-3px;}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite),#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite){transform:scale(0.5);}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite) path,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite) path{fill:#32ae88;}#onetrust-consent-sdk .ot-general-modal{overflow:hidden;position:fixed;margin:0 auto;top:50%;left:50%;width:40%;padding:1.5rem;max-width:575px;min-width:575px;z-index:2147483647;border-radius:2.5px;transform:translate(-50%,-50%);}#onetrust-consent-sdk .ot-signature-health-group{margin-top:1rem;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:0.625rem;width:calc(100% - 2.5rem);}#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form{gap:0.5rem;}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:70%;gap:0.35rem;}#onetrust-consent-sdk .ot-signature-health .ot-signature-input{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box;}#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle{font-size:1.125rem;}#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title{font-size:1.25rem;font-weight:bold;}#onetrust-consent-sdk .ot-signature-health,#onetrust-consent-sdk .ot-signature-health-group{display:flex;flex-direction:column;gap:1rem;}#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont{display:flex;flex-direction:column;gap:0.25rem;}#onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph{margin:0;line-height:20px;font-size:0.875rem;}#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error{color:#4d4d4d;font-size:0.75rem;}#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont{margin-top:0.75rem;gap:1rem;display:flex;justify-content:flex-end;}#onetrust-consent-sdk .ot-signature-health .ot-signature-button,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button{flex:1;height:auto;color:#fff;cursor:pointer;line-height:1.2;min-width:125px;font-weight:600;font-size:0.813em;border-radius:2px;padding:12px 10px;white-space:normal;word-wrap:break-word;word-break:break-word;background-color:#68b631;border:2px solid #68b631;}#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject{background-color:#fff;}#onetrust-consent-sdk .ot-input-field-cont{display:flex;flex-direction:column;gap:0.5rem;}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:65%;}#onetrust-consent-sdk .ot-signature-health-form{display:flex;flex-direction:column;}#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label{margin-bottom:0;line-height:20px;font-size:0.875rem;}#onetrust-consent-sdk #onetrust-sprite-svg{display:none;}@media only screen and (max-width:600px){#onetrust-consent-sdk .ot-general-modal{min-width:100%;}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:100%;}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:100%;}}#onetrust-banner-sdk,#onetrust-pc-sdk,#ot-sync-ntfy{font-size:16px;}#onetrust-banner-sdk *,#onetrust-banner-sdk ::after,#onetrust-banner-sdk ::before,#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before,#ot-sync-ntfy *,#ot-sync-ntfy ::after,#ot-sync-ntfy ::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}#onetrust-banner-sdk div,#onetrust-banner-sdk span,#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p,#onetrust-banner-sdk img,#onetrust-banner-sdk svg,#onetrust-banner-sdk button,#onetrust-banner-sdk section,#onetrust-banner-sdk a,#onetrust-banner-sdk label,#onetrust-banner-sdk input,#onetrust-banner-sdk ul,#onetrust-banner-sdk li,#onetrust-banner-sdk nav,#onetrust-banner-sdk table,#onetrust-banner-sdk thead,#onetrust-banner-sdk tr,#onetrust-banner-sdk td,#onetrust-banner-sdk tbody,#onetrust-banner-sdk .ot-main-content,#onetrust-banner-sdk .ot-toggle,#onetrust-banner-sdk #ot-content,#onetrust-banner-sdk #ot-pc-content,#onetrust-banner-sdk .checkbox,#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk ul,#onetrust-pc-sdk li,#onetrust-pc-sdk nav,#onetrust-pc-sdk table,#onetrust-pc-sdk thead,#onetrust-pc-sdk tr,#onetrust-pc-sdk td,#onetrust-pc-sdk tbody,#onetrust-pc-sdk .ot-main-content,#onetrust-pc-sdk .ot-toggle,#onetrust-pc-sdk #ot-content,#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk .checkbox,#ot-sync-ntfy div,#ot-sync-ntfy span,#ot-sync-ntfy h1,#ot-sync-ntfy h2,#ot-sync-ntfy h3,#ot-sync-ntfy h4,#ot-sync-ntfy h5,#ot-sync-ntfy h6,#ot-sync-ntfy p,#ot-sync-ntfy img,#ot-sync-ntfy svg,#ot-sync-ntfy button,#ot-sync-ntfy section,#ot-sync-ntfy a,#ot-sync-ntfy label,#ot-sync-ntfy input,#ot-sync-ntfy ul,#ot-sync-ntfy li,#ot-sync-ntfy nav,#ot-sync-ntfy table,#ot-sync-ntfy thead,#ot-sync-ntfy tr,#ot-sync-ntfy td,#ot-sync-ntfy tbody,#ot-sync-ntfy .ot-main-content,#ot-sync-ntfy .ot-toggle,#ot-sync-ntfy #ot-content,#ot-sync-ntfy #ot-pc-content,#ot-sync-ntfy .checkbox{font-family:inherit;font-weight:normal;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:none;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none;}#onetrust-banner-sdk img,#onetrust-pc-sdk img,#ot-sync-ntfy img{overflow:hidden !important;}#onetrust-banner-sdk label:before,#onetrust-banner-sdk label:after,#onetrust-banner-sdk .checkbox:after,#onetrust-banner-sdk .checkbox:before,#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after,#onetrust-pc-sdk .checkbox:after,#onetrust-pc-sdk .checkbox:before,#ot-sync-ntfy label:before,#ot-sync-ntfy label:after,#ot-sync-ntfy .checkbox:after,#ot-sync-ntfy .checkbox:before{content:"";content:none;}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box;}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns{width:100%;float:left;box-sizing:border-box;padding:0;display:initial;}@media (min-width:400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container{width:90%;padding:0;}}@media (min-width:550px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container{width:100%;}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns{margin-left:4%;}#onetrust-banner-sdk .ot-sdk-column:first-child,#onetrust-banner-sdk .ot-sdk-columns:first-child,#onetrust-pc-sdk .ot-sdk-column:first-child,#onetrust-pc-sdk .ot-sdk-columns:first-child{margin-left:0;}#onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns{width:13.3333333333%;}#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns{width:22%;}#onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns{width:30.6666666667%;}#onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns{width:65.3333333333%;}#onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns{width:74%;}#onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns{width:82.6666666667%;}#onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns{width:91.3333333333%;}#onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns{width:100%;margin-left:0;}}#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p[role=heading],#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p[role=heading]{margin-top:0;font-weight:600;font-family:inherit;}#onetrust-banner-sdk h1,#onetrust-pc-sdk h1{font-size:1.5rem;line-height:1.2;}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2{font-size:1.5rem;line-height:1.25;}#onetrust-banner-sdk h3,#onetrust-pc-sdk h{font-size:1.5rem;line-height:1.3;}#onetrust-banner-sdk h4,#onetrust-pc-sdk h{font-size:1.5rem;line-height:1.35;}#onetrust-banner-sdk h5,#onetrust-pc-sdk h{font-size:1.5rem;line-height:1.5;}#onetrust-banner-sdk h6,#onetrust-pc-sdk h{font-size:1.5rem;line-height:1.6;}@media (min-width:550px){#onetrust-banner-sdk h1,#onetrust-pc-sdk h1{font-size:1.5rem;}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2{font-size:1.5rem;}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3{font-size:1.5rem;}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4{font-size:1.5rem;}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5{font-size:1.5rem;}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6{font-size:1.5rem;}}#onetrust-banner-sdk p:not([role=heading]),#onetrust-pc-sdk p:not([role=heading]){margin:0 0 1em 0;font-family:inherit;line-height:normal;}#onetrust-banner-sdk a,#onetrust-pc-sdk a{color:#565656;text-decoration:underline;}#onetrust-banner-sdk a:hover,#onetrust-pc-sdk a:hover{color:#565656;text-decoration:none;}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button{margin-bottom:1rem;font-family:inherit;}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:0.9em;font-weight:400;line-height:38px;letter-spacing:0.01em;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border-radius:2px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box;}#onetrust-banner-sdk .ot-sdk-button:hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons) > button:not(.ot-link-btn):hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons) > button:not(.ot-link-btn):focus,#onetrust-pc-sdk .ot-sdk-button:hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons) > button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons) > button:not(.ot-link-btn):focus{color:#333;border-color:#888;opacity:0.9;}#onetrust-banner-sdk .ot-sdk-button:focus,#onetrust-banner-sdk :not(.ot-leg-btn-container) > button:focus,#onetrust-pc-sdk .ot-sdk-button:focus,#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:focus{outline:2px solid #000;}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-banner-sdk button.ot-sdk-button-primary,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-pc-sdk button.ot-sdk-button-primary,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary{color:#fff;background-color:#33c3f0;border-color:#33c3f0;}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-banner-sdk button.ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-banner-sdk button.ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-pc-sdk button.ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-pc-sdk button.ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus{color:#fff;background-color:#1eaedb;border-color:#1eaedb;}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #707070;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#00005E;}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;}#onetrust-banner-sdk input[type=text]:focus,#onetrust-pc-sdk input[type=text]:focus{border:1px solid #000;outline:0;}#onetrust-banner-sdk label,#onetrust-pc-sdk label{display:block;margin-bottom:0.5rem;font-weight:600;}#onetrust-banner-sdk input[type=checkbox],#onetrust-pc-sdk input[type=checkbox]{display:inline;}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul{list-style:circle inside;}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul{padding-left:0;margin-top:0;}#onetrust-banner-sdk ul ul,#onetrust-pc-sdk ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%;}#onetrust-banner-sdk li,#onetrust-pc-sdk li{margin-bottom:1rem;}#onetrust-banner-sdk th,#onetrust-banner-sdk td,#onetrust-pc-sdk th,#onetrust-pc-sdk td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1;}#onetrust-banner-sdk button,#onetrust-pc-sdk button{margin-bottom:1rem;font-family:inherit;}#onetrust-banner-sdk .ot-sdk-container:after,#onetrust-banner-sdk .ot-sdk-row:after,#onetrust-pc-sdk .ot-sdk-container:after,#onetrust-pc-sdk .ot-sdk-row:after{content:"";display:table;clear:both;}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row{margin:0;max-width:none;display:block;}#onetrust-pc-sdk.otPcCenter{--ot-footer-space:160px;overflow:hidden;position:fixed;margin:0 auto;top:5%;right:0;left:0;width:40%;max-width:575px;min-width:575px;border-radius:2.5px;z-index:2147483647;background-color:#fff;-webkit-box-shadow:0px 2px 10px -3px #999;-moz-box-shadow:0px 2px 10px -3px #999;box-shadow:0px 2px 10px -3px #999;}#onetrust-pc-sdk.otPcCenter[dir=rtl]{right:0;left:0;}#onetrust-pc-sdk.otRelFont{font-size:1rem;}#onetrust-pc-sdk .ot-optout-signal{margin-top:0.625rem;}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,#onetrust-pc-sdk .ot-hide-tgl{visibility:hidden;}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,#onetrust-pc-sdk .ot-hide-tgl *{visibility:hidden;}#onetrust-pc-sdk #ot-gn-venlst .ot-ven-item .ot-acc-hdr{min-height:40px;}#onetrust-pc-sdk .ot-pc-header{height:39px;padding:10px 0 10px 30px;border-bottom:1px solid #e9e9e9;}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,#onetrust-pc-sdk .ot-always-active{font-weight:bold;color:dimgray;}#onetrust-pc-sdk .ot-always-active-group .ot-cat-header{width:55%;font-weight:700;}#onetrust-pc-sdk .ot-cat-item p:not([role=heading]){clear:both;float:left;margin-top:10px;margin-bottom:5px;line-height:1.5;font-size:0.812em;color:dimgray;}#onetrust-pc-sdk .ot-close-icon{height:44px;width:44px;background-size:10px;}#onetrust-pc-sdk #ot-pc-title{float:left;font-size:1em;line-height:1.5;margin-bottom:10px;margin-top:10px;width:100%;}#onetrust-pc-sdk #accept-recommended-btn-handler{position:relative;outline-offset:-1px;}#onetrust-pc-sdk #ot-pc-desc{clear:both;width:100%;font-size:0.812em;line-height:1.5;margin-bottom:25px;}#onetrust-pc-sdk #ot-pc-desc *{font-size:inherit;line-height:inherit;}#onetrust-pc-sdk #ot-pc-desc ul li{padding:10px 0px;}#onetrust-pc-sdk a{color:#656565;cursor:pointer;}#onetrust-pc-sdk a:hover{color:#3860be;}#onetrust-pc-sdk label{margin-bottom:0;}#onetrust-pc-sdk #vdr-lst-dsc{font-size:0.812em;line-height:1.5;padding:10px 15px 5px 15px;}#onetrust-pc-sdk button{max-width:394px;padding:12px 30px;line-height:1;word-break:break-word;word-wrap:break-word;white-space:normal;font-weight:bold;height:auto;}#onetrust-pc-sdk .ot-link-btn{padding:0;margin-bottom:0;border:0;font-weight:normal;line-height:normal;width:auto;height:auto;}#onetrust-pc-sdk #ot-pc-content{position:absolute;overflow-y:scroll;padding-left:2px;padding-right:30px;top:60px;bottom:110px;margin:1px 3px 0 30px;width:calc(100% - 63px);}#onetrust-pc-sdk .ot-vs-list .ot-always-active,#onetrust-pc-sdk .ot-cat-grp .ot-always-active{float:right;clear:none;color:#3860be;margin:0;font-size:0.813em;line-height:1.3;}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track{margin-right:20px;}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar{width:11px;}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#d8d8d8;}#onetrust-pc-sdk input[type=checkbox]:focus + .ot-acc-hdr{outline:#000 1px solid;}#onetrust-pc-sdk .ot-pc-scrollbar{scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color:#d8d8d8;scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8;}#onetrust-pc-sdk .save-preference-btn-handler{margin-right:20px;}#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-right:10px;}#onetrust-pc-sdk #ot-pc-desc .privacy-notice-link{margin-left:0;margin-right:8px;}#onetrust-pc-sdk #ot-pc-desc .ot-imprint-handler{margin-left:0;margin-right:8px;}#onetrust-pc-sdk .ot-subgrp-cntr{display:inline-block;clear:both;width:100%;padding-top:15px;}#onetrust-pc-sdk .ot-switch + .ot-subgrp-cntr{padding-top:10px;}#onetrust-pc-sdk ul.ot-subgrps{margin:0;font-size:initial;}#onetrust-pc-sdk ul.ot-subgrps li p,#onetrust-pc-sdk ul.ot-subgrps li h5{font-size:0.813em;line-height:1.4;color:dimgray;}#onetrust-pc-sdk ul.ot-subgrps .ot-switch{min-height:auto;}#onetrust-pc-sdk ul.ot-subgrps .ot-switch-nob{top:0;}#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr{display:inline-block;width:100%;}#onetrust-pc-sdk ul.ot-subgrps .ot-acc-txt{margin:0;}#onetrust-pc-sdk ul.ot-subgrps li{padding:0;border:none;}#onetrust-pc-sdk ul.ot-subgrps li h5,#onetrust-pc-sdk ul.ot-subgrps li p[aria-level="5"]{position:relative;top:5px;font-weight:bold;margin-bottom:0;float:left;}#onetrust-pc-sdk li.ot-subgrp{margin-left:20px;overflow:auto;}#onetrust-pc-sdk li.ot-subgrp > h5,#onetrust-pc-sdk li.ot-subgrp > p[aria-level="5"]{width:calc(100% - 100px);}#onetrust-pc-sdk .ot-cat-item p > ul,#onetrust-pc-sdk li.ot-subgrp p > ul{margin:0px;list-style:disc;margin-left:15px;font-size:inherit;}#onetrust-pc-sdk .ot-cat-item p > ul li,#onetrust-pc-sdk li.ot-subgrp p > ul li{font-size:inherit;padding-top:10px;padding-left:0px;padding-right:0px;border:none;}#onetrust-pc-sdk .ot-cat-item p > ul li:last-child,#onetrust-pc-sdk li.ot-subgrp p > ul li:last-child{padding-bottom:10px;}#onetrust-pc-sdk .ot-pc-logo{height:40px;width:120px;}#onetrust-pc-sdk .ot-pc-footer{position:absolute;bottom:0px;width:100%;max-height:var(--ot-footer-space);border-top:1px solid #d8d8d8;}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-lst{bottom:var(--ot-footer-space);}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:var(--ot-footer-space);}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button{margin-left:15px !important;margin-right:15px !important;width:calc(100% - 33px);max-width:none;}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button:not(:last-child){margin-bottom:0;}#onetrust-pc-sdk .ot-pc-footer-logo{height:30px;width:100%;text-align:right;background:#f4f4f4;}#onetrust-pc-sdk .ot-pc-footer-logo a{display:inline-block;margin-top:2px;margin-right:10px;}#onetrust-pc-sdk .ot-pc-footer-logo img,#onetrust-pc-sdk .ot-pc-footer-logo svg{margin-top:3px;}#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo{direction:rtl;}#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo a{margin-right:25px;}#onetrust-pc-sdk .ot-tgl{float:right;position:relative;z-index:1;}#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob{background-color:#468254;border:1px solid #fff;}#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);background-color:#fff;border-color:#fff;}#onetrust-pc-sdk .ot-tgl input:focus + .ot-switch{outline:#000 solid 1px;}#onetrust-pc-sdk .ot-switch{position:relative;display:inline-block;width:45px;height:25px;}#onetrust-pc-sdk .ot-switch-nob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#767676;border:1px solid #ddd;transition:all 0.2s ease-in 0s;-moz-transition:all 0.2s ease-in 0s;-o-transition:all 0.2s ease-in 0s;-webkit-transition:all 0.2s ease-in 0s;border-radius:20px;}#onetrust-pc-sdk .ot-switch-nob:before{position:absolute;content:"";height:18px;width:18px;bottom:3px;left:3px;background-color:#fff;-webkit-transition:0.4s;transition:0.4s;border-radius:20px;}#onetrust-pc-sdk .ot-chkbox input{width:28px !important;height:28px !important;}#onetrust-pc-sdk .ot-chkbox input:checked ~ label::before{background-color:#3860be;}#onetrust-pc-sdk .ot-chkbox input + label::after{content:none;color:#fff;}#onetrust-pc-sdk .ot-chkbox input:checked + label::after{content:"";}#onetrust-pc-sdk .ot-chkbox input:focus + label::before{outline-style:solid;outline-width:2px;outline-style:auto;}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed] ~ label::before{background-color:#3860be;}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed] + label::after{content:"";}#onetrust-pc-sdk .ot-chkbox label{position:relative;display:flex;align-items:center;padding-left:30px;cursor:pointer;font-weight:500;min-height:28px;}#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after{position:absolute;content:"";display:inline-block;border-radius:3px;}#onetrust-pc-sdk .ot-chkbox label::before{height:18px;width:18px;border:1px solid #3860be;left:4px;top:4px;}#onetrust-pc-sdk .ot-chkbox label::after{height:5px;width:9px;border-left:3px solid;border-bottom:3px solid;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:8px;top:8px;}#onetrust-pc-sdk .ot-label-txt{display:none;}#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input{position:absolute;opacity:0;width:0;height:0;}#onetrust-pc-sdk .ot-arw-cntr{float:right;position:relative;pointer-events:none;}#onetrust-pc-sdk .ot-arw-cntr .ot-arw{width:16px;height:16px;margin-left:5px;color:dimgray;display:inline-block;vertical-align:middle;-webkit-transition:all 150ms ease-in 0s;-moz-transition:all 150ms ease-in 0s;-o-transition:all 150ms ease-in 0s;transition:all 150ms ease-in 0s;}#onetrust-pc-sdk input:checked ~ .ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true] ~ .ot-acc-hdr .ot-arw-cntr svg{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);}#onetrust-pc-sdk input[type=checkbox]:focus + .ot-acc-hdr{outline:#000 1px solid;}#onetrust-pc-sdk .ot-tgl-cntr,#onetrust-pc-sdk .ot-arw-cntr{display:inline-block;}#onetrust-pc-sdk .ot-tgl-cntr{float:right;margin-top:2px;}#onetrust-pc-sdk #ot-lst-cnt .ot-tgl-cntr{margin-top:10px;}#onetrust-pc-sdk .ot-always-active-subgroup{width:auto;padding-left:0px !important;top:3px;position:relative;}#onetrust-pc-sdk .ot-label-status{font-size:0.75em;display:none;font-size:0.75em;position:relative;top:2px;padding-right:5px;float:left;}#onetrust-pc-sdk .ot-arw-cntr{margin-top:-1px;}#onetrust-pc-sdk .ot-arw-cntr svg{-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s;transition:all 300ms ease-in 0s;height:10px;width:10px;}#onetrust-pc-sdk input:checked ~ .ot-acc-hdr .ot-arw{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);}#onetrust-pc-sdk .ot-arw{width:10px;margin-left:15px;transition:all 300ms ease-in 0s;-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s;}#onetrust-pc-sdk .ot-vlst-cntr{margin-bottom:0;}#onetrust-pc-sdk .ot-hlst-cntr{margin-top:5px;display:inline-block;width:100%;}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler + a,#onetrust-pc-sdk .category-host-list-handler{clear:both;color:#3860be;margin-left:0;font-size:0.813em;text-decoration:none;float:left;overflow:hidden;}#onetrust-pc-sdk .category-vendors-list-handler:hover,#onetrust-pc-sdk .category-vendors-list-handler + a:hover,#onetrust-pc-sdk .category-host-list-handler:hover{text-decoration-line:underline;}#onetrust-pc-sdk .category-vendors-list-handler + a{clear:none;}#onetrust-pc-sdk .ot-vlst-cntr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-host-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-cat-grp svg.ot-ext-lnk{display:inline-block;height:13px;width:13px;background-repeat:no-repeat;margin-left:1px;cursor:pointer;vertical-align:middle;}#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk{margin-bottom:-1px;}#onetrust-pc-sdk .back-btn-handler{font-size:1em;text-decoration:none;}#onetrust-pc-sdk .back-btn-handler:hover{opacity:0.6;}#onetrust-pc-sdk #ot-lst-title h3,#onetrust-pc-sdk #ot-lst-title p[aria-level="3"]{display:inline-block;word-break:break-word;word-wrap:break-word;margin-bottom:0;color:#656565;font-size:1em;font-weight:bold;margin-left:15px;}#onetrust-pc-sdk #ot-lst-title{margin:10px 0 10px 0px;font-size:1em;text-align:left;}#onetrust-pc-sdk #ot-pc-hdr{margin:0 0 0 30px;height:auto;width:auto;}#onetrust-pc-sdk #ot-pc-hdr input::placeholder{color:#707070;font-style:italic;}#onetrust-pc-sdk #vendor-search-handler{height:31px;width:100%;border-radius:50px;font-size:0.8em;padding-right:35px;padding-left:15px;float:left;margin-left:15px;}#onetrust-pc-sdk .ot-ven-name{display:block;width:auto;padding-right:5px;}#onetrust-pc-sdk #ot-lst-cnt{overflow-y:auto;margin-left:20px;margin-right:7px;width:calc(100% - 27px);max-height:calc(100% - 80px);height:100%;transform:translate3d(0,0,0);}#onetrust-pc-sdk #ot-pc-lst{width:100%;bottom:100px;position:absolute;top:60px;}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr *{visibility:hidden;}#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr{right:12px;position:absolute;}#onetrust-pc-sdk #ot-pc-lst .ot-arw-cntr{float:right;position:relative;}#onetrust-pc-sdk #ot-pc-lst .ot-arw{margin-left:10px;}#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr{overflow:hidden;cursor:pointer;}#onetrust-pc-sdk .ot-vlst-cntr{overflow:hidden;}#onetrust-pc-sdk #ot-sel-blk{overflow:hidden;width:100%;position:sticky;position:-webkit-sticky;top:0;z-index:3;}#onetrust-pc-sdk #ot-back-arw{height:12px;width:12px;}#onetrust-pc-sdk .ot-lst-subhdr{width:100%;display:inline-block;}#onetrust-pc-sdk .ot-search-cntr{float:left;width:78%;position:relative;}#onetrust-pc-sdk .ot-search-cntr > svg{width:30px;height:30px;position:absolute;float:left;right:-15px;}#onetrust-pc-sdk .ot-fltr-cntr{float:right;right:50px;position:relative;}#onetrust-pc-sdk #ot-filter-list-header{display:block;box-sizing:border-box;margin-bottom:10px;float:left;width:100%;text-decoration:none;color:#3860be;font-size:0.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px 1px 1px 15px;word-wrap:break-word;overflow-wrap:break-word;}#onetrust-pc-sdk #filter-btn-handler{background-color:#3860be;border-radius:17px;display:inline-block;position:relative;width:32px;height:32px;-moz-transition:0.1s ease;-o-transition:0.1s ease;-webkit-transition:1s ease;transition:0.1s ease;padding:0;margin:0;}#onetrust-pc-sdk #filter-btn-handler:hover{background-color:#3860be;}#onetrust-pc-sdk #filter-btn-handler svg{width:12px;height:12px;margin:3px 10px 0 10px;display:block;position:static;right:auto;top:auto;}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{color:#3860be;text-decoration:none;font-weight:100;display:inline-block;padding-top:10px;transform:translate(0,1%);-o-transform:translate(0,1%);-ms-transform:translate(0,1%);-webkit-transform:translate(0,1%);position:relative;z-index:2;}#onetrust-pc-sdk .ot-ven-link *,#onetrust-pc-sdk .ot-ven-legclaim-link *{font-size:inherit;}#onetrust-pc-sdk .ot-ven-link:hover,#onetrust-pc-sdk .ot-ven-legclaim-link:hover{text-decoration:underline;}#onetrust-pc-sdk .ot-ven-hdr{width:calc(100% - 160px);height:auto;float:left;word-break:break-word;word-wrap:break-word;vertical-align:middle;padding-bottom:3px;}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{letter-spacing:0.03em;font-size:0.75em;font-weight:400;}#onetrust-pc-sdk .ot-ven-dets{border-radius:2px;background-color:#f8f8f8;}#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child{border-top:none;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child){border-top:1px solid #ddd !important;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p{display:inline-block;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd){width:30%;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even){width:50%;word-break:break-word;word-wrap:break-word;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5{padding-top:5px;padding-bottom:5px;display:block;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p[aria-level="5"]{display:inline-block;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1){padding-bottom:10px;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur):not([role=heading]){padding-top:10px;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont{display:inline;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur{position:relative;width:50% !important;word-break:break-word;word-wrap:break-word;left:calc(30% + 17px);}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1){position:static;}#onetrust-pc-sdk .ot-ven-dets p,#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets span{font-size:0.69em;text-align:left;vertical-align:middle;word-break:break-word;word-wrap:break-word;margin:0;padding-bottom:10px;padding-left:15px;color:#2e3644;}#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets p[aria-level="5"]{padding-top:5px;line-height:1.5;}#onetrust-pc-sdk .ot-ven-dets span{color:dimgray;padding:0;vertical-align:baseline;}#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur p[aria-level="5"]{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding-bottom:5px;margin-bottom:5px;font-weight:bold;}#onetrust-pc-sdk #ot-host-lst .ot-sel-all{float:right;position:relative;margin-right:42px;top:10px;}#onetrust-pc-sdk #ot-host-lst .ot-sel-all input[type=checkbox]{width:auto;height:auto;}#onetrust-pc-sdk #ot-host-lst .ot-sel-all label{height:20px;width:20px;padding-left:0px;}#onetrust-pc-sdk #ot-host-lst .ot-acc-txt{overflow:hidden;width:95%;}#onetrust-pc-sdk .ot-host-hdr{position:relative;z-index:1;pointer-events:none;width:calc(100% - 125px);float:left;}#onetrust-pc-sdk .ot-host-name,#onetrust-pc-sdk .ot-host-desc{display:inline-block;width:90%;}#onetrust-pc-sdk .ot-host-name{pointer-events:none;}#onetrust-pc-sdk .ot-host-hdr > a{text-decoration:underline;font-size:0.82em;position:relative;z-index:2;margin-bottom:5px;pointer-events:initial;}#onetrust-pc-sdk .ot-host-name + a{margin-top:5px;}#onetrust-pc-sdk .ot-host-name,#onetrust-pc-sdk .ot-host-name a,#onetrust-pc-sdk .ot-host-desc,#onetrust-pc-sdk .ot-host-info{color:dimgray;word-break:break-word;word-wrap:break-word;}#onetrust-pc-sdk .ot-host-name,#onetrust-pc-sdk .ot-host-name a{font-weight:bold;font-size:0.82em;line-height:1.3;}#onetrust-pc-sdk .ot-host-name a{font-size:1em;}#onetrust-pc-sdk .ot-host-expand{margin-top:3px;margin-bottom:3px;clear:both;display:block;color:#3860be;font-size:0.72em;font-weight:normal;}#onetrust-pc-sdk .ot-host-expand *{font-size:inherit;}#onetrust-pc-sdk .ot-host-desc,#onetrust-pc-sdk .ot-host-info{font-size:0.688em;line-height:1.4;font-weight:normal;}#onetrust-pc-sdk .ot-host-desc{margin-top:10px;}#onetrust-pc-sdk .ot-host-opt{margin:0;font-size:inherit;display:inline-block;width:100%;}#onetrust-pc-sdk .ot-host-opt li > dl{font-size:0.8em;margin:5px 0;}#onetrust-pc-sdk .ot-host-opt li > dl > div{padding:5px 0;display:flex;}#onetrust-pc-sdk .ot-host-opt li > dl > div dt{width:30%;float:left;}#onetrust-pc-sdk .ot-host-opt li > dl > div dd{width:70%;float:left;word-break:break-word;word-wrap:break-word;}#onetrust-pc-sdk .ot-host-info{border:none;display:inline-block;width:calc(100% - 10px);padding:10px;margin-bottom:10px;background-color:#f8f8f8;}#onetrust-pc-sdk .ot-host-info > div{overflow:auto;}#onetrust-pc-sdk #no-results{text-align:center;margin-top:30px;}#onetrust-pc-sdk #no-results p{font-size:1em;color:#2e3644;word-break:break-word;word-wrap:break-word;}#onetrust-pc-sdk #no-results p span{font-weight:bold;}#onetrust-pc-sdk #ot-fltr-modal{width:100%;height:auto;display:none;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:2s ease;transition:0.2s ease;overflow:hidden;opacity:1;right:0;}#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt{display:inline-block;font-size:0.85em;color:dimgray;}#onetrust-pc-sdk #ot-fltr-cnt{z-index:2147483646;background-color:#fff;position:absolute;height:90%;max-height:300px;width:325px;left:210px;margin-top:10px;margin-bottom:20px;padding-right:10px;border-radius:3px;-webkit-box-shadow:0px 0px 12px 2px #c7c5c7;-moz-box-shadow:0px 0px 12px 2px #c7c5c7;box-shadow:0px 0px 12px 2px #c7c5c7;}#onetrust-pc-sdk .ot-fltr-scrlcnt{overflow-y:auto;overflow-x:hidden;clear:both;max-height:calc(100% - 60px);border:none;padding:0;margin:0;min-width:0;}#onetrust-pc-sdk #ot-anchor{border:12px solid rgba(0,0,0,0);display:none;position:absolute;z-index:2147483647;right:55px;top:75px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color:#fff;-webkit-box-shadow:-3px -3px 5px -2px #c7c5c7;-moz-box-shadow:-3px -3px 5px -2px #c7c5c7;box-shadow:-3px -3px 5px -2px #c7c5c7;}#onetrust-pc-sdk .ot-fltr-btns{margin-left:15px;}#onetrust-pc-sdk #filter-apply-handler{margin-right:15px;}#onetrust-pc-sdk .ot-fltr-opt{margin-bottom:5px;margin-left:15px;min-height:20px;width:75%;position:relative;}#onetrust-pc-sdk .ot-fltr-opt p{display:inline-block;margin:0;font-size:0.9em;color:#2e3644;}#onetrust-pc-sdk .ot-chkbox label span{font-size:0.85em;color:dimgray;}#onetrust-pc-sdk .ot-chkbox input[type=checkbox] + label::after{content:none;color:#fff;}#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:checked + label::after{content:"";}#onetrust-pc-sdk .ot-chkbox input[type=checkbox][aria-checked=mixed] + label::after{content:"";}#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus + label::before{outline-style:solid;outline-width:2px;outline-style:auto;}#onetrust-pc-sdk #ot-selall-vencntr,#onetrust-pc-sdk #ot-selall-adtlvencntr,#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-licntr,#onetrust-pc-sdk #ot-selall-gnvencntr{right:15px;position:relative;width:20px;height:20px;float:right;}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label,#onetrust-pc-sdk #ot-selall-gnvencntr label{float:left;padding-left:0;}#onetrust-pc-sdk #ot-ven-lst:first-child{border-top:1px solid #e2e2e2;}#onetrust-pc-sdk ul{list-style:none;padding:0;}#onetrust-pc-sdk ul li:not(.ot-fltr-opt){position:relative;margin:0;padding:15px 15px 15px 10px;border-bottom:1px solid #e2e2e2;}#onetrust-pc-sdk ul li h3,#onetrust-pc-sdk ul li h4,#onetrust-pc-sdk ul li p[aria-level="3"]:not(.ot-host-name,.ot-host-desc),#onetrust-pc-sdk ul li p[aria-level="4"]:not(.ot-host-name,.ot-host-desc){font-size:0.75em;color:#656565;margin:0;display:inline-block;width:70%;height:auto;word-break:break-word;word-wrap:break-word;}#onetrust-pc-sdk ul li p:not([role=heading]){margin:0;font-size:0.7em;}#onetrust-pc-sdk ul li input[type=checkbox]{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0;}#onetrust-pc-sdk .ot-cat-item > button:focus,#onetrust-pc-sdk .ot-acc-cntr > button:focus,#onetrust-pc-sdk li > button:focus{outline:#000 solid 2px;}#onetrust-pc-sdk .ot-cat-item > button,#onetrust-pc-sdk .ot-acc-cntr > button,#onetrust-pc-sdk li > button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none;}#onetrust-pc-sdk .ot-cat-item > button[aria-expanded=false] ~ .ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr > button[aria-expanded=false] ~ .ot-acc-txt,#onetrust-pc-sdk li > button[aria-expanded=false] ~ .ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:0.25s ease-out;display:none;}#onetrust-pc-sdk .ot-cat-item > button[aria-expanded=true] ~ .ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr > button[aria-expanded=true] ~ .ot-acc-txt,#onetrust-pc-sdk li > button[aria-expanded=true] ~ .ot-acc-txt{transition:0.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block;}#onetrust-pc-sdk .ot-cat-item > button[aria-expanded=true] ~ .ot-acc-grpcntr,#onetrust-pc-sdk .ot-acc-cntr > button[aria-expanded=true] ~ .ot-acc-grpcntr,#onetrust-pc-sdk li > button[aria-expanded=true] ~ .ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px;}#onetrust-pc-sdk .ot-host-item > button:focus,#onetrust-pc-sdk .ot-ven-item > button:focus{outline:0;border:2px solid #000;}#onetrust-pc-sdk .ot-hide-acc > button{pointer-events:none;}#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus > *,#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr > *{visibility:hidden;}#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr{min-height:30px;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt){padding-right:10px;width:calc(100% - 37px);margin-top:10px;max-height:calc(100% - 90px);}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk{background-color:#f9f9fc;border:1px solid #e2e2e2;width:calc(100% - 2px);padding-bottom:5px;padding-top:5px;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt{border:unset;background-color:unset;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all-hdr{display:none;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all{padding-right:0.5rem;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all .ot-chkbox{right:0;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all{padding-right:34px;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox{width:auto;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li{border:1px solid #e2e2e2;margin-bottom:10px;}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr > .ot-acc-hdr{padding:10px 0 10px 15px;}#onetrust-pc-sdk.ot-addtl-vendors .ot-sel-all-chkbox{float:right;}#onetrust-pc-sdk.ot-addtl-vendors .ot-plus-minus ~ .ot-sel-all-chkbox{right:34px;}#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child{border-top:none;}#onetrust-pc-sdk .ot-acc-cntr{position:relative;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}#onetrust-pc-sdk .ot-acc-cntr input{z-index:1;}#onetrust-pc-sdk .ot-acc-cntr > .ot-acc-hdr{background-color:#f9f9fc;padding:5px 0 5px 15px;width:auto;}#onetrust-pc-sdk .ot-acc-cntr > .ot-acc-hdr .ot-plus-minus{vertical-align:middle;top:auto;}#onetrust-pc-sdk .ot-acc-cntr > .ot-acc-hdr .ot-arw-cntr{right:10px;}#onetrust-pc-sdk .ot-acc-cntr > .ot-acc-hdr input{z-index:2;}#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr{padding:10px 0 10px 15px;}#onetrust-pc-sdk .ot-acc-cntr > input[type=checkbox]:checked ~ .ot-acc-hdr{border-bottom:1px solid #e2e2e2;}#onetrust-pc-sdk .ot-acc-cntr > .ot-acc-txt{padding-left:10px;padding-right:10px;}#onetrust-pc-sdk .ot-acc-cntr button[aria-expanded=true] ~ .ot-acc-txt{width:auto;}#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox{display:none;}#onetrust-pc-sdk .ot-vlst-cntr{margin-bottom:0;width:100%;}#onetrust-pc-sdk .ot-vensec-title{font-size:0.813em;vertical-align:middle;display:inline-block;}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler + a{margin-left:0;margin-top:10px;}#onetrust-pc-sdk #ot-selall-vencntr.line-through label::after,#onetrust-pc-sdk #ot-selall-adtlvencntr.line-through label::after,#onetrust-pc-sdk #ot-selall-licntr.line-through label::after,#onetrust-pc-sdk #ot-selall-hostcntr.line-through label::after,#onetrust-pc-sdk #ot-selall-gnvencntr.line-through label::after{height:auto;border-left:0;transform:none;-o-transform:none;-ms-transform:none;-webkit-transform:none;left:9px;top:12px;}#onetrust-pc-sdk #ot-category-title{float:left;padding-bottom:10px;font-size:1em;width:100%;}#onetrust-pc-sdk .ot-cat-grp{margin-top:10px;}#onetrust-pc-sdk .ot-cat-item{line-height:1.1;margin-top:10px;display:inline-block;width:100%;}#onetrust-pc-sdk .ot-btn-container{text-align:right;}#onetrust-pc-sdk .ot-btn-container button{display:inline-block;font-size:0.75em;margin-top:15px;min-height:40px;}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{display:flex;flex-wrap:wrap;justify-content:flex-end;}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1){margin-right:auto;margin-left:15px;}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(2),#onetrust-pc-sdk .ot-btn-container.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(3){margin-right:15px;}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container.ot-stack-buttons{flex:1;width:auto;gap:0.5rem;height:100%;padding:0 30px;flex-wrap:nowrap;margin-top:0.75rem;align-items:center;margin-bottom:0.75rem;flex-direction:column;justify-content:space-around;}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container.ot-stack-buttons .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container.ot-stack-buttons .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container.ot-stack-buttons #accept-recommended-btn-handler{width:100%;margin:0 !important;}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{position:absolute;top:10px;right:4px;z-index:1;padding:0;background-color:rgba(0,0,0,0);border:none;}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon svg{display:block;height:10px;width:10px;}#onetrust-pc-sdk #clear-filters-handler{margin-top:20px;margin-bottom:10px;float:right;max-width:200px;text-decoration:none;color:#3860be;font-size:0.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px;}#onetrust-pc-sdk #clear-filters-handler:hover{color:#2285f7;}#onetrust-pc-sdk #clear-filters-handler:focus{outline:#000 solid 1px;}#onetrust-pc-sdk .ot-enbl-chr h4 ~ .ot-tgl,#onetrust-pc-sdk .ot-enbl-chr h4 ~ .ot-always-active{right:45px;}#onetrust-pc-sdk .ot-enbl-chr h4 ~ .ot-tgl + .ot-tgl{right:120px;}#onetrust-pc-sdk .ot-enbl-chr .ot-pli-hdr.ot-leg-border-color span:first-child{width:90px;}#onetrust-pc-sdk .ot-enbl-chr li.ot-subgrp > h5 + .ot-tgl-cntr,#onetrust-pc-sdk .ot-enbl-chr li.ot-subgrp > p[aria-level="5"] + .ot-tgl-cntr{padding-right:25px;}#onetrust-pc-sdk .ot-plus-minus{width:20px;height:20px;font-size:1.5em;position:relative;display:inline-block;margin-right:5px;top:3px;}#onetrust-pc-sdk .ot-plus-minus span{position:absolute;background:#27455c;border-radius:1px;}#onetrust-pc-sdk .ot-plus-minus span:first-of-type{top:25%;bottom:25%;width:10%;left:45%;}#onetrust-pc-sdk .ot-plus-minus span:last-of-type{left:25%;right:25%;height:10%;top:45%;}#onetrust-pc-sdk button[aria-expanded=true] ~ .ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true] ~ .ot-acc-hdr .ot-plus-minus span:first-of-type,#onetrust-pc-sdk button[aria-expanded=true] ~ .ot-acc-hdr .ot-plus-minus span:last-of-type{transform:rotate(90deg);}#onetrust-pc-sdk button[aria-expanded=true] ~ .ot-acc-hdr .ot-plus-minus span:last-of-type{left:50%;right:50%;}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label{position:relative;display:inline-block;width:20px;height:20px;}#onetrust-pc-sdk .ot-host-item .ot-plus-minus,#onetrust-pc-sdk .ot-ven-item .ot-plus-minus{float:left;margin-right:8px;top:10px;}#onetrust-pc-sdk .ot-ven-item ul{list-style:none inside;font-size:100%;margin:0;}#onetrust-pc-sdk .ot-ven-item ul li{margin:0 !important;padding:0;border:none !important;}#onetrust-pc-sdk .ot-pli-hdr{color:#77808e;overflow:hidden;padding-top:7.5px;padding-bottom:7.5px;width:calc(100% - 2px);border-top-left-radius:3px;border-top-right-radius:3px;}#onetrust-pc-sdk .ot-pli-hdr span:first-child{top:50%;transform:translateY(50%);max-width:90px;}#onetrust-pc-sdk .ot-pli-hdr span:last-child{padding-right:10px;max-width:95px;text-align:center;}#onetrust-pc-sdk .ot-li-title{float:right;font-size:0.813em;}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color{background-color:#f4f4f4;border:1px solid #d8d8d8;}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:left;width:70px;}#onetrust-pc-sdk li.ot-subgrp > h5,#onetrust-pc-sdk li.ot-subgrp > p[aria-level="5"],#onetrust-pc-sdk .ot-cat-header{width:calc(100% - 130px);}#onetrust-pc-sdk li.ot-subgrp > h5 + .ot-tgl-cntr{padding-left:13px;}#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:5px;}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr{border-top:1px solid #d8d8d8;}#onetrust-pc-sdk .ot-acc-grpcntr .ot-vlst-cntr + .ot-subgrp-cntr{border-top:none;}#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr + .ot-tgl-cntr,#onetrust-pc-sdk .ot-acc-txt h4 + .ot-tgl-cntr,#onetrust-pc-sdk .ot-acc-txt p[aria-level="4"] + .ot-tgl-cntr{padding-left:13px;}#onetrust-pc-sdk .ot-pli-hdr ~ .ot-cat-item .ot-subgrp > h5,#onetrust-pc-sdk .ot-pli-hdr ~ .ot-cat-item .ot-subgrp > p[aria-level="5"],#onetrust-pc-sdk .ot-pli-hdr ~ .ot-cat-item .ot-cat-header{width:calc(100% - 145px);}#onetrust-pc-sdk .ot-pli-hdr ~ .ot-cat-item h5 + .ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr ~ .ot-cat-item .ot-cat-header + .ot-tgl{padding-left:28px;}#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox{display:inline-block;width:100%;position:relative;}#onetrust-pc-sdk .ot-sel-all-chkbox{z-index:1;}#onetrust-pc-sdk .ot-sel-all{margin:0;position:relative;padding-right:23px;float:right;}#onetrust-pc-sdk .ot-consent-hdr,#onetrust-pc-sdk .ot-li-hdr{float:right;font-size:0.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word;}#onetrust-pc-sdk .ot-li-hdr{max-width:100px;padding-right:10px;}#onetrust-pc-sdk .ot-consent-hdr{max-width:55px;}#onetrust-pc-sdk #ot-selall-licntr{display:block;width:21px;height:auto;float:right;position:relative;right:80px;}#onetrust-pc-sdk #ot-selall-licntr label{position:absolute;}#onetrust-pc-sdk .ot-ven-ctgl{margin-left:66px;}#onetrust-pc-sdk .ot-ven-litgl + .ot-arw-cntr{margin-left:81px;}#onetrust-pc-sdk .ot-enbl-chr .ot-host-cnt .ot-tgl-cntr{width:auto;}#onetrust-pc-sdk #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr{width:auto;top:auto;height:20px;}#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox{position:relative;display:inline-block;width:28px;height:28px;}#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox label{position:absolute;padding:0;width:28px;height:28px;}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:0.75rem 2rem;padding-bottom:0;width:auto;margin-top:0.5rem;}#onetrust-pc-sdk .ot-acc-grpdesc + .ot-leg-btn-container{padding-left:20px;padding-right:20px;width:calc(100% - 40px);margin-bottom:5px;}#onetrust-pc-sdk .ot-subgrp .ot-leg-btn-container{margin-bottom:5px;}#onetrust-pc-sdk #ot-ven-lst .ot-leg-btn-container{margin-top:10px;}#onetrust-pc-sdk .ot-leg-btn-container{display:inline-block;width:100%;margin-bottom:10px;}#onetrust-pc-sdk .ot-leg-btn-container button{height:auto;padding:6.5px 8px;margin-bottom:0;letter-spacing:0;font-size:0.75em;line-height:normal;}#onetrust-pc-sdk .ot-leg-btn-container svg{display:none;height:14px;width:14px;padding-right:5px;vertical-align:sub;}#onetrust-pc-sdk .ot-active-leg-btn{cursor:default;pointer-events:none;}#onetrust-pc-sdk .ot-active-leg-btn svg{display:inline-block;}#onetrust-pc-sdk .ot-remove-objection-handler{text-decoration:underline;padding:0;font-size:0.75em;font-weight:600;line-height:1;padding-left:10px;}#onetrust-pc-sdk .ot-obj-leg-btn-handler span{font-weight:bold;text-align:center;font-size:inherit;line-height:1.5;}#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler{border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:0.69em;background:none;right:15px;top:15px;width:auto;font-weight:normal;}#onetrust-pc-sdk .ot-pgph-link{font-size:0.813em !important;margin-top:10px;position:relative;}#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup{margin-bottom:1rem;}#onetrust-pc-sdk .ot-accordion-layout .ot-pgph-link{margin-top:5px;}#onetrust-pc-sdk .ot-pgph-contr{margin:0 2.5rem;}#onetrust-pc-sdk .ot-pgph-title{font-size:1.18rem;margin-bottom:2rem;}#onetrust-pc-sdk .ot-pgph-desc{font-size:1rem;font-weight:400;margin-bottom:2rem;line-height:1.5rem;}#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after{content:"";width:96%;display:block;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid #e9e9e9;}#onetrust-pc-sdk .ot-cat-header{float:left;font-weight:600;font-size:0.875em;line-height:1.5;max-width:90%;vertical-align:middle;}#onetrust-pc-sdk .ot-vnd-item > button:focus{outline:#000 solid 2px;}#onetrust-pc-sdk .ot-vnd-item > button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none;}#onetrust-pc-sdk .ot-vnd-item > button[aria-expanded=false] ~ .ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:0.25s ease-out;display:none;}#onetrust-pc-sdk .ot-vnd-item > button[aria-expanded=true] ~ .ot-acc-txt{transition:0.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block;}#onetrust-pc-sdk .ot-vnd-item > button[aria-expanded=true] ~ .ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px;}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:2px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;width:calc(100% - 2px);float:left;}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8;}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{padding-left:20px;padding-right:20px;width:calc(100% - 40px);font-size:0.812em;margin-bottom:10px;margin-top:15px;}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc > ul{padding-top:10px;}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc > ul li{padding-top:0;line-height:1.5;padding-bottom:10px;}#onetrust-pc-sdk .ot-accordion-layout div + .ot-acc-grpdesc{margin-top:5px;}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child{margin-top:10px;}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child{margin-bottom:5px;}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:20px;width:calc(100% - 40px);display:inline-block;}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0;}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr{padding-left:20px;padding-right:15px;padding-bottom:0;width:calc(100% - 35px);}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp{padding-right:5px;}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative;}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header + .ot-arw-cntr{position:absolute;top:50%;transform:translateY(-50%);right:20px;margin-top:-2px;}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header + .ot-arw-cntr .ot-arw{width:15px;height:20px;margin-left:5px;color:dimgray;}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;min-height:inherit;}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px;}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{position:relative;min-height:25px;}#onetrust-pc-sdk .ot-accordion-layout h4 ~ .ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4 ~ .ot-always-active{position:absolute;top:50%;transform:translateY(-50%);right:20px;}#onetrust-pc-sdk .ot-accordion-layout h4 ~ .ot-tgl + .ot-tgl{right:95px;}#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler + a{margin-top:5px;}#onetrust-pc-sdk #ot-pc-lst{display:flex;flex-direction:column;}#onetrust-pc-sdk #ot-lst-cnt{margin-top:1rem;max-height:calc(100% - 100px);}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:0.75rem 2rem;padding-bottom:0;width:auto;margin-top:0.5rem;}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info{margin-bottom:1rem;padding-left:0.75rem;padding-right:0.75rem;display:flex;flex-direction:column;}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info > div{display:flex;}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem;}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem;}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:0.85em;margin-bottom:0.5rem;}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt{margin-left:0.5rem;font-weight:500;font-size:0.85rem;}#onetrust-pc-sdk .ot-vs-list,#onetrust-pc-sdk .ot-vnd-serv{width:auto;padding:1rem 1.25rem;padding-bottom:0;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:0.75rem;border-bottom:1px solid #d8d8d8;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:600;font-size:0.95em;line-height:2;margin-left:0.5rem;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item{border:none;margin:0;padding:0;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button{outline:none;border-bottom:1px solid #d8d8d8;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true]{border-bottom:none;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child{margin-top:0.25rem;border-top:unset;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child{margin-bottom:0.5rem;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button{border-bottom:none;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:0.75rem 1.75rem;padding-bottom:0;width:auto;margin-top:0.5rem;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info{margin-bottom:1rem;padding-left:0.75rem;padding-right:0.75rem;display:flex;flex-direction:column;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info > div,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info > div{display:flex;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:0.85em;margin-bottom:0.5rem;}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt{margin-left:0.5rem;font-weight:500;font-size:0.85rem;}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt{padding-left:40px;}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-size:0.8em;}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header{font-size:0.8em;}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv{margin-bottom:1rem;padding:1rem 0.95rem;}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:0.75rem;border-bottom:1px solid #d8d8d8;}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:700;font-size:0.8em;line-height:20px;margin-left:0.82rem;}#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header{font-weight:700;font-size:0.8em;line-height:20px;}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox{margin-left:0.82rem;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr{padding:0.7rem 0;margin:0;display:flex;width:100%;align-items:center;justify-content:space-between;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child{margin-left:0.5rem;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child{margin-right:0.5rem;margin-left:0.5rem;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active{position:relative;right:unset;top:unset;transform:unset;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus{top:0;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr{float:none;top:unset;right:unset;transform:unset;margin-top:-2px;position:relative;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header{flex:1;margin:0 0.5rem;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl{position:relative;transform:none;right:0;top:0;float:none;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox{position:relative;margin:0 0.5rem;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label{padding:0;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before{position:relative;}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0;z-index:1;}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="5"].ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="4"].ot-cat-header{margin:0;}#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5,#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp p[aria-level="5"]{top:0;line-height:20px;}#onetrust-pc-sdk .ot-vs-list{display:flex;flex-direction:column;padding:0;margin:0.5rem 4px;}#onetrust-pc-sdk .ot-vs-selc-all{display:flex;padding:0;float:unset;align-items:center;justify-content:flex-start;}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf{justify-content:flex-end;}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:48px;}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin:0;padding:0;margin-right:14px;justify-content:flex-end;}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl{display:inline-block;right:unset;width:auto;height:auto;float:none;}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label{width:45px;height:25px;}#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox{margin-right:11px;margin-left:0.75rem;display:flex;align-items:center;}#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr{margin:0 1.25rem;font-size:0.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word;}#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox{float:unset;right:0;}#onetrust-pc-sdk[dir=rtl] #ot-back-arw,#onetrust-pc-sdk[dir=rtl] input ~ .ot-acc-hdr .ot-arw{transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);}#onetrust-pc-sdk[dir=rtl] input:checked ~ .ot-acc-hdr .ot-arw{transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);}#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);border-left:0;border-right:3px solid;}#onetrust-pc-sdk[dir=rtl] .ot-search-cntr > svg{right:0;}@media only screen and (max-width:600px){#onetrust-pc-sdk.otPcCenter{left:0;min-width:100%;height:100% !important;top:0;border-radius:0;}#onetrust-pc-sdk #ot-pc-content.ot-button-order-container,#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container.ot-button-order-container{margin:0;width:100%;padding:0.5em 1em;gap:0.5rem;flex-wrap:nowrap;align-items:center;flex-direction:column;box-sizing:border-box;height:calc(100% - 30px);justify-content:space-around;}#onetrust-pc-sdk #ot-pc-content.ot-button-order-container *[class*=ot-button-order-],#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container.ot-button-order-container *[class*=ot-button-order-]{margin:0 !important;}#onetrust-pc-sdk .ot-btn-container button{max-width:none;letter-spacing:0.01em;}#onetrust-pc-sdk #close-pc-btn-handler{top:10px;right:17px;}#onetrust-pc-sdk p{font-size:0.7em;}#onetrust-pc-sdk #ot-pc-hdr{margin:10px 10px 0 5px;width:calc(100% - 15px);}#onetrust-pc-sdk .vendor-search-handler{font-size:1em;}#onetrust-pc-sdk #ot-back-arw{margin-left:12px;}#onetrust-pc-sdk #ot-lst-cnt{margin:0;padding:0 5px 0 10px;min-width:95%;}#onetrust-pc-sdk .switch + p{max-width:80%;}#onetrust-pc-sdk .ot-ftr-stacked button{width:100%;}#onetrust-pc-sdk #ot-fltr-cnt{max-width:320px;width:90%;border-top-right-radius:0;border-bottom-right-radius:0;margin:0;margin-left:15px;left:auto;right:40px;top:85px;}#onetrust-pc-sdk .ot-fltr-opt{margin-left:25px;margin-bottom:10px;}#onetrust-pc-sdk #ot-fltr-cnt{right:40px;}}@media only screen and (max-width:500px){#onetrust-pc-sdk .ot-fltr-cntr,#onetrust-pc-sdk #ot-fltr-cnt{right:10px;}#onetrust-pc-sdk #ot-anchor{right:25px;}#onetrust-pc-sdk button{width:100%;}#onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-sel-all{padding-right:9px;}#onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr{right:0;}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;}}@media (min-width:768px){#onetrust-pc-sdk.ot-tgl-with-label .ot-label-status{display:inline;}#onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status{display:none;}}@media only screen and (max-width:896px) and (max-height:425px) and (orientation:landscape){#onetrust-pc-sdk.otPcCenter{left:0;top:0;min-width:100%;height:100%;border-radius:0;}#onetrust-pc-sdk .ot-pc-header{height:auto;min-height:20px;}#onetrust-pc-sdk .ot-pc-header .ot-pc-logo{max-height:30px;}#onetrust-pc-sdk .ot-pc-footer{max-height:90px;height:100% !important;}#onetrust-pc-sdk .ot-pc-footer .ot-btn-container{overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 30px);}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{bottom:100px;}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content,#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-lst{bottom:100px;}#onetrust-pc-sdk #ot-anchor{left:initial;right:50px;}#onetrust-pc-sdk #ot-lst-title{margin-top:12px;}#onetrust-pc-sdk #ot-lst-title *{font-size:inherit;}#onetrust-pc-sdk #ot-pc-hdr input{margin-right:0;padding-right:45px;}#onetrust-pc-sdk .switch + p{max-width:85%;}#onetrust-pc-sdk #ot-sel-blk{position:static;}#onetrust-pc-sdk #ot-pc-lst{overflow:auto;}#onetrust-pc-sdk #ot-lst-cnt{max-height:none;overflow:initial;}#onetrust-pc-sdk #ot-lst-cnt.no-results{height:auto;}#onetrust-pc-sdk input{font-size:1em !important;}#onetrust-pc-sdk p{font-size:0.6em;}#onetrust-pc-sdk #ot-fltr-modal{width:100%;top:0;}#onetrust-pc-sdk ul li p,#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler + a,#onetrust-pc-sdk .category-host-list-handler{font-size:0.6em;}#onetrust-pc-sdk.ot-shw-fltr #ot-anchor{display:none !important;}#onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst{height:100% !important;overflow:hidden;top:0px;}#onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt{margin:0;height:100%;max-height:none;padding:10px;top:0;width:calc(100% - 20px);position:absolute;right:0;left:0;max-width:none;}#onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt{max-height:calc(100% - 65px);}}#onetrust-consent-sdk #onetrust-pc-sdk h3,#onetrust-consent-sdk #onetrust-pc-sdk h4,#onetrust-consent-sdk #onetrust-pc-sdk h5,#onetrust-consent-sdk #onetrust-pc-sdk h6,#onetrust-consent-sdk #onetrust-pc-sdk p,#onetrust-consent-sdk #onetrust-pc-sdk span[id^=ot-header-id],#onetrust-consent-sdk #onetrust-pc-sdk #ot-pvcy-txt,#onetrust-consent-sdk #onetrust-pc-sdk #privacy-text,#onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title-mobile,#onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title,#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header,#onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title p[aria-level="3"],#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal{color:#00005E;}#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,#onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link,#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a,#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link,#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link,#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a,#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand,#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn,#onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,#onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a,#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a{color:#0000FF;}#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover{text-decoration:underline;}#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle{background-color:#F8F8F8;}#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets{background-color:#F8F8F8;}#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn{background-color:#00005E;border-color:#00005E;color:#FFF;}#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu{border-color:#00005E;}#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler{background-color:transparent;border:1px solid transparent;}#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn{background-color:#FFFFFF;color:#4D4D4D;border-color:#4D4D4D;}#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob{background-color:#40BFA3;}#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob{background-color:#FC6161;}#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch,.ot-switch .ot-switch-nob,.ot-switch .ot-switch-nob:before,#onetrust-pc-sdk .ot-checkbox input[type=checkbox]:focus + label::before,#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus + label::before{outline-color:#0000A0;outline-width:1px;outline-offset:1px;}#onetrust-pc-sdk .ot-host-item > button:focus,#onetrust-pc-sdk .ot-ven-item > button:focus{border:1px solid #0000A0;}#onetrust-consent-sdk #onetrust-pc-sdk *:focus,#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus{outline:1px solid #0000A0;outline-offset:1px;}a.ot-ext-lnk:after{content:"";background-image:url("https://cdn.cookielaw.org/logos/static/ot_external_link.svg");display:inline-block;width:13px;height:13px;background-size:contain;background-repeat:no-repeat;margin-bottom:-2px;margin-left:2px;}#ot-sdk-btn-floating .ot-floating-button__front{width:100%;height:100%;background-color:#0000A0 !important;border:3px solid #FBD9CA !important;border-radius:50% !important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(3 3) scale(0.75)'%3E%3Cpath d='M5.36341 14.3358C7.29825 14.3358 7.29825 11.3283 5.36341 11.3283C3.42857 11.3283 3.42857 14.3358 5.36341 14.3358Z' fill='white'/%3E%3Cpath d='M16.8722 17.4637C18.807 17.4637 18.807 14.4561 16.8722 14.4561C14.9373 14.4561 14.9373 17.4637 16.8722 17.4637Z' fill='white'/%3E%3Cpath d='M8.42105 8.88221C10.3559 8.88221 10.3559 5.87469 8.42105 5.87469C6.48621 5.87469 6.48621 8.88221 8.42105 8.88221Z' fill='white'/%3E%3Cpath d='M10.9674 19.7995C12.9023 19.7995 12.9023 16.792 10.9674 16.792C9.03258 16.792 9.03258 19.7995 10.9674 19.7995Z' fill='white'/%3E%3Cpath d='M11.3083 13.5038C13.2431 13.5038 13.2431 10.4962 11.3083 10.4962C9.37343 10.4962 9.37343 13.5038 11.3083 13.5038Z' fill='white'/%3E%3Cpath d='M18.8271 3.3584C20.7619 3.3584 20.7619 0.350877 18.8271 0.350877C16.8922 0.350877 16.8922 3.3584 18.8271 3.3584Z' fill='white'/%3E%3Cpath d='M22.5564 7.17794C24.4912 7.17794 24.4912 4.17043 22.5564 4.17043C20.6216 4.17043 20.6216 7.17794 22.5564 7.17794Z' fill='white'/%3E%3Cpath d='M11.9996 0.00250626C12.3882 0.00250626 12.7606 0.0251774 13.1129 0.0571938C13.3839 0.0818333 13.6333 0.215772 13.8033 0.428288L14.0845 0.778873C14.3871 1.15728 14.3746 1.6987 14.0552 2.06305C12.4754 3.86582 13.7391 6.74921 16.19 6.74958C16.7423 6.74958 17.19 7.19729 17.19 7.74958C17.1902 10.2059 20.077 11.4701 21.8756 9.8863L21.9468 9.82868C22.3122 9.56169 22.8173 9.57215 23.1724 9.86481L23.5738 10.1959L23.6441 10.2603L23.6549 10.2701L23.7134 10.3355C23.8444 10.4918 23.9258 10.6847 23.9439 10.8892C23.9756 11.2485 23.9976 11.6205 23.9976 11.9996C23.9976 18.627 18.627 23.9976 11.9996 23.9976C5.3723 23.9974 0.00250626 18.6269 0.00250626 11.9996C0.00273498 5.37244 5.37244 0.00273497 11.9996 0.00250626ZM2.00251 11.9996C2.00251 17.5223 6.47687 21.9974 11.9996 21.9976C17.4662 21.9976 21.9028 17.6136 21.9927 12.1685C19.2446 13.4172 15.841 11.7693 15.275 8.66364C12.1914 8.10116 10.5555 4.7433 11.7457 2.00837C6.34055 2.14326 2.00273 6.56192 2.00251 11.9996Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:18px 18px;}#onetrust-pc-sdk .pc-logo img,#onetrust-pc-sdk .ot-pc-logo img{max-height:150%;max-width:150%;}.ot-btn-container button{border-radius:50px !important;}#onetrust-pc-sdk .ot-pc-footer-logo img{display:none;}.ot-sdk-cookie-policy{font-family:inherit;font-size:16px;}.ot-sdk-cookie-policy.otRelFont{font-size:1rem;}.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em;}.ot-sdk-cookie-policy h4{font-size:1.2em;}.ot-sdk-cookie-policy h6{font-size:1em;margin-top:2em;}.ot-sdk-cookie-policy th{min-width:75px;}.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold;}.ot-sdk-cookie-policy .ot-mobile-border{display:none;}.ot-sdk-cookie-policy section{margin-bottom:2em;}.ot-sdk-cookie-policy table{border-collapse:inherit;}.ot-sdk-cookie-policy[dir=rtl]{text-align:left;}@media only screen and (max-width:530px){.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{display:block;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr{position:absolute;top:-9999px;left:-9999px;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{margin:0 0 1em 0;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a{background:#f6f6f4;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{position:absolute;height:100%;left:6px;width:40%;padding-right:10px;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border{display:inline-block;background-color:#e4e4e4;position:absolute;height:100%;top:0;left:45%;width:2px;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{content:attr(data-label);font-weight:bold;}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li{word-break:break-word;word-wrap:break-word;}}.ot-floating-button__front{background-image:url("https://cdn.cookielaw.org/logos/static/ot_persistent_cookie_icon.png");}#ot-sdk-btn-floating.ot-floating-button{position:fixed;bottom:10px;opacity:0;width:50px;height:50px;line-height:15px;cursor:pointer;background-color:rgba(0,0,0,0);transition:all 300ms ease;z-index:2147483646;animation:otFloatingBtnIntro 800ms ease 0ms 1 forwards;}#ot-sdk-btn-floating.ot-floating-button.ot-hide{display:none;}#ot-sdk-btn-floating.ot-floating-button::before,#ot-sdk-btn-floating.ot-floating-button::after{text-transform:none;line-height:1;user-select:none;pointer-events:none;position:absolute;transform:scale(0);opacity:0;transition:all 300ms ease;display:block;height:auto;}#ot-sdk-btn-floating.ot-floating-button::before{content:"";border:5px solid rgba(0,0,0,0);z-index:1001;top:50%;border-left-width:0;border-right-color:#333;right:calc(0em - 5px);transform:translate(10px,-50%);}#ot-sdk-btn-floating.ot-floating-button::after{content:attr(data-title);position:absolute;text-align:center;top:50%;left:calc(100% + 5px);transform:translate(10px,-50%);font-size:0.75rem;min-width:3em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px;border-radius:0.3ch;box-shadow:0 1em 2em -0.5em rgba(0,0,0,0.35);background:#333;color:#fff;z-index:2147483645;}#ot-sdk-btn-floating.ot-floating-button:hover::before,#ot-sdk-btn-floating.ot-floating-button:hover::after{opacity:1;}#ot-sdk-btn-floating.ot-floating-button:hover::before{transform:translate(0.5em,-50%) scale(1);}#ot-sdk-btn-floating.ot-floating-button:hover::after{transform:translate(0.5em,-50%) scale(1);}#ot-sdk-btn-floating.ot-floating-button.ot-pc-open .ot-floating-button__front{transform:rotateY(-180deg);}#ot-sdk-btn-floating.ot-floating-button.ot-pc-open .ot-floating-button__back{transform:rotateY(0);}#ot-sdk-btn-floating .ot-floating-button__front,#ot-sdk-btn-floating .ot-floating-button__back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#6aaae4;border-radius:10px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);transition:transform 0.6s;transform-style:preserve-3d;}#ot-sdk-btn-floating .ot-floating-button__front{background-color:#6aaae4;transform:rotateY(0);}#ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon{background-position:center center;background-repeat:no-repeat;background-size:100%;border-radius:100px;}#ot-sdk-btn-floating .ot-floating-button__front svg:not(.ot-source-sprite){width:30px;height:37px;}#ot-sdk-btn-floating .ot-floating-button__front svg.ot-source-sprite{width:50px;height:50px;}#ot-sdk-btn-floating .ot-floating-button__back{background-color:#fff;transform:rotateY(-180deg);}#ot-sdk-btn-floating .ot-floating-button__back.custom-persistent-icon{background-position:center center;background-repeat:no-repeat;background-size:100%;border-radius:100px;}#ot-sdk-btn-floating .ot-floating-button__back svg{width:24px;height:24px;}#ot-sdk-btn-floating.ot-floating-button button{padding:0;background-color:rgba(0,0,0,0);border:0;width:100%;height:100%;cursor:pointer;}#ot-sdk-btn-floating.ot-floating-button button > *{pointer-events:none;}#ot-sdk-btn-floating .ot-optout-ntfy{position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%) scale(0);opacity:0;display:flex;align-items:center;gap:8px;font-size:0.85rem;white-space:nowrap;padding:10px 16px;border-radius:6px;border:1px solid #d4d4d4;background:#fff;color:#333;z-index:2147483645;pointer-events:none;transition:all 300ms ease;}#ot-sdk-btn-floating .ot-optout-ntfy.ot-hide{display:none;}#ot-sdk-btn-floating .ot-optout-ntfy.ot-ntfy-show{opacity:1;transform:translateY(-50%) scale(1);}#ot-sdk-btn-floating .ot-optout-ntfy .ot-optout-ntfy-icon{display:inline-block;width:12px;height:12px;min-width:12px;background-color:#3d8539;border-radius:2px;}#ot-sdk-btn-floating .ot-optout-ntfy .ot-optout-ntfy-txt{font-weight:400;line-height:1.4;}#ot-sdk-btn-floating.ot-floating-button.ot-ntfy-active::before,#ot-sdk-btn-floating.ot-floating-button.ot-ntfy-active::after{display:none;}@keyframes otFloatingBtnIntro{0%{opacity:0;left:-75px;}100%{opacity:1;left:1%;}}@keyframes otFloatingBtnImageIntro{0%{opacity:0;transform:scale(0) rotate(-270deg);}100%{opacity:100%;transform:scale(0.95) rotate(0deg);}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
