﻿@import url('https://www.outsystems.com/RichWidgets/Theme.FontAwesome.css?88802');

/*Blocks\CommunityTemporaryWidgets_CW\Banners\WrapupBanner.css*/
.background-recap{
    background-image: url("https://www.outsystems.com/CommunityTemporaryWidgets_CW/img/recap_background.png?81563");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-black-recap{
    background-color: #030303;
    border-bottom: 1px solid #4d4d49;
}


.phone .background-recap{
    background-image: url("https://www.outsystems.com/CommunityTemporaryWidgets_CW/img/recap_background_phone.png?81563");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 13.188rem;
}

[class*="recap-btn"],
[class*="recap-btn"]:visited {
    align-items: center;
    border-radius: 50px;
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-family-notosans);
    font-size: var(--font-size-s);
    font-weight: 700;
    height: var(--space-xl);
    justify-content: center;
    padding: 0 0.87rem;
    transition: all 200ms ease;
    white-space: nowrap;
}

[class*="recap-btn"].btn-s,
[class*="recap-btn"].btn-s:visited {
    font-size: var(--font-size-s);
    height: var(--space-l);
    padding: 0 0.75rem;
}

.recap-btn-green,
a.recap-btn-green:visited {
    background-color:#00FF75;
    border: none;
    color: var(--color-black);
}

.recap-btn-green:hover {
    background-color:#00FF75;
    border: none;
    color: var(--color-black);
    text-decoration: none;
}
/*Blocks\CommunityTemporaryWidgets_CW\Banners\MultipleAccountsBanner.css*/
.position-top-right{
    position: absolute;
    top: 0;
    right: 0;
}

.position-relative {
    position: relative;
}
/*Blocks\Community_CW\CommunityCommunications\DigestSubscriptionBanner.css*/
.subscription-banner.top {
    box-shadow: 0px 1px 4px rgba(10, 20, 30, 0.15), 0px 6px 12px rgba(10, 20, 30, 0.13);
    min-height: 3.5rem;
    position: fixed;
    top: var(--header-size); 
    z-index: 2; 
    
    
    
}

.subscription-banner.top div.ThemeGrid_Container {
    padding-left: var(--space-l);
    padding-right: var(--space-l);
}

.subscription-banner.top .subscription-banner__left-side {
    align-items: center;
    justify-content: flex-start;
    width: 75%;
}

.subscription-banner.top .subscription-banner__right-side {
    width: 25%;
}

.subscription-banner.top .subscription-banner__icon img {
    display: block;
}

.subscription-banner.top .subscription-banner__actions {
    align-self: center;
}

.subscription-banner.top .subscription-banner__dismiss-icon {
    margin-left: var(--space-m);
}

.subscription-banner.top .subscription-banner__form {
    display: none;
}



.phone .subscription-banner.top {
    min-height: unset;
    padding: var(--space-base);
    top: 60px; 
}

.phone .subscription-banner.top div.ThemeGrid_Container {
    padding-left: var(--space-none);
    padding-right: var(--space-none);
}

.phone .subscription-banner.top .subscription-banner__left-side {
    width: 90%;
}

.phone .subscription-banner.top .subscription-banner__right-side {
    width: 10%;
}

.phone .subscription-banner.top .subscription-banner__icon,
.phone .subscription-banner.top .subscription-banner__actions {
    display: none;
}

.phone .subscription-banner.top.success-message .subscription-banner__icon {
    display: block;
}
/*Blocks\Community_Pat\LabelsAndBadges\MVP_Badge.css*/
.mvp_badge {
    background-image: url(https://www.outsystems.com/cms_backoffice/assets/20170609153232/mvp-badge);
    background-repeat: no-repeat;
    background-size: 1.25rem; 
    display: inline-flex;
    height: 1.75rem;
    text-indent: -9999px;
    width: var(--space-m);
}
/*Blocks\Community_Pat\LabelsAndBadges\MVP_Label.css*/
.mvp-label {
    border-radius: var(--border-radius-mid-rounded);
    display: inline-flex;
    font-size: var(--font-size-xs);
    font-weight: var(--font-semi-bold);
    line-height: var(--space-base);
    padding: var(--space-none) var(--space-xs);
}

.mvp-label-tier1 {
    background-color: var(--color-yellow-light);
    color: var(--color-neutral-8);
    opacity: 60%;
}

.mvp-label-tier2 {
    background-color: var(--color-yellow-light);
    color: var(--color-neutral-8);
}

.mvp-label-tier3 {
    background-color: var(--color-yellow);
    color: var(--color-white);
}

.mvp-label-tier4 {
    background-color: var(--color-yellow-dark);
    color: var(--color-white);
}

.mvp_text {  
    font-size: var(--font-size-xs);
    font-weight: var(--font-semi-bold);
    line-height: var(--space-base);
}

.tooltip-widget .mvp-label {
    display: flex;
}
/*Blocks\Community_Pat\LabelsAndBadges\Champion_Label.css*/
.rectangle-champion {
    background-color: var(--color-red-dark);
    border: var(--border-size-s) solid var(--color-red-darker);
    border-radius: var(--border-radius-mid-rounded);
    color: var(--color-white);
    padding: var(--space-none) var(--space-xs);
    display: inline-flex;
}

.champion-text {
    font-size: var(--font-size-xxs);
    font-weight: var(--font-semi-bold);
    line-height: var(--space-base);
}
/*Blocks\RichWidgets\RichWidgets\Icon.css*/
.fa:after {
    content: "N/A";       
}
/*Blocks\Forge_CW\WebBlocks_Utils\Component_Thumbnail.css*/
img {
    vertical-align: middle !important;   
}
/*Blocks\Forums_CW\Forums_CW\UserTranslationVote_Block.css*/
.translation-vote-card {
    min-height: 12.5rem;
}

.translation-vote-card > div {
    width: 100%;
}

.phone .padding-none-phone { 
    padding: var(--space-none); 
}
/*Blocks\FilePondUpload\FilePondUploadFlow\FilePondUploadCSS.css*/
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{-webkit-transform-origin:center center;transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s linear .125s both;animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translateX(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translateX(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translateX(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translateX(.25em)}}@-webkit-keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:-webkit-grabbing;cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,.5em,0);transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}




.filepond--image-preview-markup{position:absolute;left:0;top:0}.filepond--image-preview-wrapper{z-index:2}.filepond--image-preview-overlay{display:block;position:absolute;left:0;top:0;width:100%;min-height:5rem;max-height:7rem;margin:0;opacity:0;z-index:2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--image-preview-overlay svg{width:100%;height:auto;color:inherit;max-height:inherit}.filepond--image-preview-overlay-idle{mix-blend-mode:multiply;color:rgba(40,40,40,.85)}.filepond--image-preview-overlay-success{mix-blend-mode:normal;color:#369763}.filepond--image-preview-overlay-failure{mix-blend-mode:normal;color:#c44e47}@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)){.filepond--image-preview-overlay-idle{mix-blend-mode:normal}}.filepond--image-preview-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,.01)}.filepond--image-preview{position:absolute;left:0;top:0;z-index:1;display:flex;align-items:center;height:100%;width:100%;pointer-events:none;background:#222;will-change:transform,opacity}.filepond--image-clip{position:relative;overflow:hidden;margin:0 auto}.filepond--image-clip[data-transparency-indicator=grid] canvas,.filepond--image-clip[data-transparency-indicator=grid] img{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");background-size:1.25em 1.25em}.filepond--image-bitmap,.filepond--image-vector{position:absolute;left:0;top:0;will-change:transform}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper{border-radius:0}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview{height:100%;display:flex;justify-content:center;align-items:center}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper{border-radius:99999rem}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay{top:auto;bottom:0;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]){margin-bottom:.325em}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left]{left:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right]{right:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left],.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right]{margin-bottom:.5125em}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center]{margin-top:0;margin-bottom:.1875em;margin-left:.1875em}




.filepond--file-poster-wrapper{z-index:2}.filepond--image-preview-wrapper~.filepond--file-poster-wrapper{display:none}.filepond--file-poster-overlay{display:block;position:absolute;left:0;top:0;width:100%;min-height:5rem;max-height:7rem;margin:0;opacity:0;z-index:1;mix-blend-mode:multiply;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;aspect-ratio:auto}.filepond--file-poster-overlay:nth-of-type(2),.filepond--file-poster-overlay:nth-of-type(3){mix-blend-mode:normal}@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)){.filepond--file-poster-overlay{mix-blend-mode:normal}}.filepond--file-poster-wrapper{pointer-events:none;position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,.01)}.filepond--file-poster{position:relative;z-index:1;display:block;width:100%;height:100%;pointer-events:none;-webkit-transform-origin:center center;transform-origin:center center;background:#222;will-change:transform,opacity}.filepond--file-poster img{height:100%;width:auto;position:relative;overflow:hidden;margin:0 auto;display:block;will-change:transform}.filepond--root[data-style-panel-layout~=integrated] .filepond--file-poster-wrapper{border-radius:0}.filepond--root[data-style-panel-layout~=integrated] .filepond--file-poster{height:100%;display:flex;justify-content:center;align-items:center}.filepond--root[data-style-panel-layout~=circle] .filepond--file-poster-wrapper{border-radius:99999rem}.filepond--root[data-style-panel-layout~=circle] .filepond--file-poster-overlay{top:auto;bottom:0;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]){margin-bottom:.325em}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left]{left:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right]{right:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left],.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right]{margin-bottom:.5125em}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center]{margin-top:0;margin-bottom:.1875em;margin-left:.1875em}

div.filepond--root {
    font-family: inherit;
}
/*Blocks\FilePondUpload\FilePondUploadFlow\FilePondImageEditBlock.css*/
.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em;}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute;}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}
/*Blocks\OneTrustCookieBar_Lib\OneTrustCookieBar\CookieConsentButton.css*/
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left{
    background-color:transparent !important;
    border: 0px !important;
    width: 25px !important;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle{
    background-color:transparent !important;
    border: 0px !important;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-right{
    display:none;  
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left{
    background-position: 1px 9px !important;
}

div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings{
    font-family: myriad-pro,Arial,sans-serif !important;
    font-weight: 400 !important;    
    line-height: 1.4em !important;
    padding: .3333em 0 !important;
    color: #9b9b9b !important;
}

div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover {
    background-color: transparent;
    color: #fff !important;
    text-decoration: underline !important;
}
    
div.optanon-show-settings-popup-wrapper {
    height: 0px;
    display: flex;
    margin-bottom: 30px;
}

.footer-section-link > .optanon-show-settings-popup-wrapper > .optanon-show-settings-button > .optanon-show-settings-left {
    display: none;
}

.optanon-show-settings-button {
    display: flex;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left {
    width: 25px !important;
}
.optanon-show-settings-popup-wrapper *, .optanon-show-settings-popup-wrapper div {
    white-space: nowrap!important;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    margin-top: 3px;
}
/*Blocks\RichWidgets\jQueryUI\jQueryUIInternal.css*/
.os-internal-ui-widget-overlay {
   position: fixed;
   *position: absolute; 
   top: 0;
   left: 0;
   background-color: black;
   filter: alpha(opacity=30); 
   -moz-opacity: 0.3; 
   opacity: 0.3;
}

.os-internal-ui-dialog {
   position: absolute;
}

div.os-internal-PopupCallOut{
   position: absolute;
   display: none;
   z-index: 4001;
}

div.os-internal-Popup .os-internal-ui-dialog,
div.os-internal-Popup.os-internal-ui-dialog {
    background-color: white;
    border:1px solid #666666;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    border-bottom: 0px solid #d8d2aa;
    background: #1E5AA3 url(https://www.outsystems.com/RichWidgets/img/Bar_Gradient.png?88802) repeat-x top;
    _background:#1E5AA3;  
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.outsystems.com/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  
    padding: 0px;
    height: 28px;
}

div.os-internal-Popup .os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar {
    cursor: move;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-hover,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-hover,
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    width: 16px;
    height: 16px;
    background: url(https://www.outsystems.com/RichWidgets/img/Popup_titlebar_close.png?88802) no-repeat;
    position:absolute;
    top: 6px;
    right: 7px;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title {
    width: 48px;
    height: 48px;
    background: url(https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close.png?88802) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close.png', sizingMethod='scale');  
    position:absolute;
    top: -24px;
    right: -24px;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:hover {
    background: url(https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close_Hover.png?88802) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close_Hover.png', sizingMethod='scale');  
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close span,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close span {
    display: none;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title {
    margin-left: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    top: 7px;
    left: 4px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-content,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-content {
    margin: 0px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-buttonpane,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-buttonpane {
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: 100%;
    text-align: right;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-buttonpane button,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-buttonpane button {
    margin: 6px;
}


div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-n,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-s,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-e,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-w,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-se,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-sw,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-nw,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-ne,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px;}
/*Blocks\RichWidgets\RichWidgets\Feedback_Message.css*/
div.Feedback_Message_Wrapper {
    position: fixed;
    top: -200px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 24px;
    _position: absolute; 
    _top: expression( (document.documentElement.scrollTop - 2) + 'px' ); 
    z-index: 10000;
}

div.Feedback_Message_Wrapper img {
    vertical-align: middle;
    padding: 2px;
    margin: 0px;
}

a.Feedback_Message_Wrapper_Close {
    position:absolute;
    top: 0px;
    right: 0px;
}

a.Feedback_Message_Wrapper_Close:hover {
  background-color:transparent;
}

div.Feedback_Message_Error,
div.Feedback_Message_Warning,
div.Feedback_Message_Success,
div.Feedback_Message_Info{
    position: relative;
    border: none; 
    border-radius: 8px;
    color: white;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 18px 5px 5px;
    max-width: 800px;
    text-align: left;
    word-break: break-word;
    
    -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
    -moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
}

div.Feedback_Message_Error {
    background-color: #BF1601;
}

div.Feedback_Message_Warning {
    background-color: #E88310;
}

div.Feedback_Message_Success {
    background-color: #76B501;
}

div.Feedback_Message_Info {
    background-color: #166BA5;
}
/*Blocks\RichWidgets\RichWidgets\Feedback_AjaxWait.css*/
div.Feedback_AjaxWait {
	color: white;
    font-size: 16px;
	position: fixed;
	bottom: 0px;
	right: 0px;
    background-color: #FFD026;
	padding: 4px 10px 4px 10px;
	z-index: 10000;
    border-top-left-radius: 3px;
}

div.Feedback_AjaxWait img {
  vertical-align: bottom;
}

.Feedback_AjaxWait_CursorProgress,
.Feedback_AjaxWait_CursorProgress a,
.Feedback_AjaxWait_CursorProgress input {
    cursor: progress;
}
/*Blocks\DigitalUI_Pat\Digital_Patterns_Ai\LoadingDots.css*/
.loader-dots {
    display: inline-block;
    position: relative;
}

.loader-dots__circle {
    align-items: center;
    background-color: var(--color-info-lighter);
    border-radius: 100px;
    display: flex;
    gap: 4px;
    height: 75px;
    justify-content: center;
    width: 75px;
}

.loader-dots__span {
    animation: dots-anim 1000ms infinite;
    animation-timing-function: linear;
    background-color: var(--color-info);
    border-radius: 20px;
    height: 7px;
    transform: translateY(-4px);
    width: 7px;
}

.loader-dots .loader-dots__span:nth-child(2) {animation-delay: 150ms;}
.loader-dots .loader-dots__span:nth-child(3) {animation-delay: 300ms;}

@keyframes dots-anim {
    0% {transform: translateY(-4px);}
    50% {transform: translateY(4px);}
    100% {transform: translateY(-4px);}
}

.loader-dots.has-stars {
    padding: 5px 25px;
}

.loader-dots__star1 {bottom: 0;left: 10px;position: absolute;}
.loader-dots__star2 {position: absolute;right: 10px;top: 0;}
.loader-dots__star3 {position: absolute;right: 0;top: 15px;}
/*Blocks\DigitalUI_Pat\Digital_Patterns_Ai\TextSlideshow.css*/
.text-slideshow {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.text-slideshow__placeholder {
    display: inline-block;
}

.text-slideshow__placeholder .list.list-group,
.text-slideshow__placeholder .list-item {
    overflow: initial;
}

.text-slideshow__item {
    animation-duration: 0.5s;
    animation-timing-function: ease;
    display: none;
}

.text-slideshow__item.text-in {
    display: block;
}

.Fade .text-slideshow__item.text-in {animation-name: fadeIn;}
.Fade .text-slideshow__item.text-out {animation-name: fadeOut;}
.SlideHorizontal .text-slideshow__item.text-in {animation-name: slideHorizontalIn, fadeIn;}
.SlideHorizontal .text-slideshow__item.text-out {animation-name: slideHorizontalOut, fadeOut;}
.SlideVertical .text-slideshow__item.text-in {animation-name: slideVerticalIn, fadeIn;}
.SlideVertical .text-slideshow__item.text-out {animation-name: slideVerticalOut, fadeOut;}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes slideVerticalIn {
    0% {transform: translateY(30px);}
    100% {transform: translateY(0%);}
}

@keyframes slideVerticalOut {
    0% {transform: translateY(0%);}
    100% {transform: translateY(-30px);}
}

@keyframes slideHorizontalIn {
    0% {transform: translateX(50px);}
    100% {transform: translateX(0);}
}

@keyframes slideHorizontalOut {
    0% {transform: translateX(0);}
    100% {transform: translateX(-50px);}
}