/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline;}.container-inline .details-wrapper{display:block;}
.clearfix:after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li:after{content:", ";}.item-list__comma-list li:last-child:after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon:before{display:block;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:20px;}.system-status-counter__status-icon--error:before{background-image:url(/themes/contrib/stable/images/core/icons/e32700/error.svg);}.system-status-counter__status-icon--warning:before{background-image:url(/themes/contrib/stable/images/core/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked:before{background-image:url(/themes/contrib/stable/images/core/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-up.svg);}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:1.5em;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/themes/contrib/stable/images/core/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/themes/contrib/stable/images/core/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
/* @license MIT https://github.com/enyo/dropzone/blob/master/LICENSE */
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:3em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05,1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77,0,0.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77,0,0.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.block-boxes{margin-bottom:80px;}.block-boxes .box-wrapper{background-color:#f6f7fb;padding:40px 60px;}.block-boxes .box-wrapper .body{margin-bottom:40px;}
.typify-consent-bar{width:100%;position:fixed;bottom:0;left:0;z-index:9999;background:#f9f9f9;padding:60px;}.typify-consent-bar .typify-consent-bar-content{padding-left:120px;background-image:url(/modules/typify/typify_consent_mode/img/cookies.svg);background-size:83px;background-repeat:no-repeat;}.typify-consent-bar .bar-title{color:#333;overflow:hidden;position:relative;font-size:28px;font-weight:600;width:-moz-fit-content;width:fit-content;margin-bottom:20px;}.typify-consent-bar .bar-description{font-size:16px;margin-bottom:40px;}.typify-consent-bar.hidden{display:none;}.typify-consent-bar .typify-content-manage{margin-bottom:40px;}.typify-consent-bar .typify-content-manage .typify-content-manage-item input[type=checkbox]{display:none;}.typify-consent-bar .typify-content-manage label{color:#222222;font-weight:500;font-size:18px;padding-left:40px;background:url(/modules/typify/typify_consent_mode/img/unchecked.svg) no-repeat 0 50%;}.typify-consent-bar .typify-content-manage label.active,.typify-consent-bar .typify-content-manage label.default{background:url(/modules/typify/typify_consent_mode/img/checked.png) no-repeat 0 50%;}.typify-consent-bar .typify-content-manage label span{font-weight:400;}.typify-consent-bar .typify-content-manage.hidden{display:none;}.typify-consent-bar .button{text-transform:initial;font-size:16px;}.typify-consent-bar .button.hidden{display:none;}.typify-consent-bar .button.manage,.typify-consent-bar .button.changes{border:solid 2px #1e1e1e;margin-right:10px;color:#1e1e1e;}.typify-consent-bar .button.accept{background-color:#1e1e1e;border:solid 2px #1e1e1e;color:#fff;}.typify-consent-bar .button.accept:hover,.typify-consent-bar .button.accept:focus,.typify-consent-bar .button.accept:active{border:2px solid #1e1e1e;}@media (max-width:768px){.typify-consent-bar{padding:20px;}.typify-consent-bar .bar-title{font-size:22px;margin-bottom:10px;}.typify-consent-bar .bar-title:after{height:10px;bottom:5px;}.typify-consent-bar .bar-description{font-size:14px;margin-bottom:20px;}.typify-consent-bar .typify-consent-bar-content{padding-top:70px;padding-left:0;background-size:53px;}.typify-consent-bar .typify-content-manage{margin-bottom:20px;}.typify-consent-bar .typify-content-manage label{font-size:14px;padding-left:30px;background:url(/modules/typify/typify_consent_mode/img/unchecked.svg) no-repeat 0 0;}.typify-consent-bar .typify-content-manage label.active,.typify-consent-bar .typify-content-manage label.default{background:url(/modules/typify/typify_consent_mode/img/checked.png) no-repeat 0 0;}.typify-consent-bar .typify-consent-bar__actions{display:flex;flex-direction:column;gap:10px;}.typify-consent-bar .typify-consent-bar__actions .button{margin:0;font-size:14px;}}
.block-header{margin-bottom:80px;}.block-header .header-block-wrapper{background-color:#f6f7fb;background-image:url(/modules/typify/block_helpers/img/header-block-pattern.png);background-position:right 53px bottom 10px;background-repeat:no-repeat;position:relative;}.block-header .header-block-wrapper:before{content:"";background-position:center bottom;background-repeat:no-repeat;width:435px;height:100%;right:100px;bottom:0;position:absolute;display:none;}.block-header .header-block-wrapper .breadcrumb-wrapper{padding:0;}.block-header .header-block-wrapper .content-wrapper{position:relative;z-index:1;padding:20px 20px 30px 20px;}.block-header .header-block-wrapper .content-wrapper .body{color:#555555;}.block-header .header-block-wrapper .content-wrapper .body p{color:#555555;}.block-header .header-block-wrapper .header-search{position:absolute;right:45px;bottom:200px;}.block-header .header-block-wrapper .header-search input[type=text]{width:300px;border-radius:5px;height:54px;border:0;box-shadow:0 4px 12px 6px rgba(0,0,0,0.05);padding:0 60px 0 20px;}.block-header .header-block-wrapper .header-search input[type=submit]{position:absolute;height:34px;width:34px;top:10px;right:13px;font-size:0;border:0;border-radius:100%;cursor:pointer;background-color:#1b2448;}.block-header .header-block-wrapper.without-image{background-image:url(/modules/typify/block_helpers/img/pattern.png);background-position:bottom 40px right 50px;}@media screen and (min-width:1200px){.block-header .header-block-wrapper .content-wrapper{max-width:60%;padding-top:60px;padding-left:80px;padding-bottom:80px;}.block-header .header-block-wrapper:before{display:block;}.block-header .header-block-wrapper .body{max-width:80%;margin-bottom:50px;}}@media screen and (max-width:991px){.block-header{margin-bottom:50px;}.block-header > .container{padding:0;}}@media screen and (max-width:767px){.block-header{margin-bottom:30px;}}@media screen and (max-width:576px){.block-header .button-wrapper .button{width:100%;text-align:center;}}
